gst-libs/gst/rtp/gstbasertpdepayload.c: Fix some cases where a newsegment event was...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
4         (gst_base_rtp_depayload_push_full),
5         (gst_base_rtp_depayload_set_gst_timestamp):
6         Fix some cases where a newsegment event was not sent.
7
8 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * gst/playback/gstplaybin2.c: (activate_group):
11         Catch state change errors and stop from the uridecodebin elements
12         instead of trying to continue in vain.
13
14 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
15
16         * gst-libs/gst/audio/gstbaseaudiosink.c:
17         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
18         (gst_base_audio_sink_callback):
19         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
20         for the latency to expire, fixes #559567.
21
22 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         * gst/adder/gstadder.c:
25           Change author string after seeing output of gst-inspector.
26
27 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
28
29         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
30         Don't try to do crazy things when we only have a text pad without a
31         video pad. Fixes #559478.
32
33 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36         Fix case where we don't have a range for the rates or channels as is the
37         case with truespeech.
38
39 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         * gst/volume/gstvolume.c: (volume_update_real_volume),
42         (gst_volume_set_volume), (gst_volume_get_volume),
43         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
44         (volume_transform_ip), (volume_update_mute),
45         (volume_update_volume), (volume_get_property):
46         * gst/volume/gstvolume.h:
47         Keep negotiated state in a separate variable.
48         Protect the volume and mute properties with the object lock.
49         Protect modifying the transform with the transform lock.
50
51 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
52
53         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
54         (gst_ffmpeg_pixfmt_to_caps):
55         Only convert caps to string when debug is enabled.
56
57 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         * ext/theora/gsttheoradec.h:
60         * ext/theora/theoradec.c: (gst_theora_dec_init),
61         (gst_theora_dec_reset), (theora_dec_src_event),
62         (theora_dec_sink_event), (theora_handle_type_packet):
63         Copy seqnum.
64         Keep events in a pending list, like vorbisdec, instead of trying
65         to construct a segment event ourselves.
66
67         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
68         (vorbis_dec_src_event), (vorbis_dec_sink_event):
69         * ext/vorbis/vorbisdec.h:
70         Copy seqnum.
71
72 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
73
74         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
75         (gst_ogg_demux_deactivate_current_chain),
76         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
77         (gst_ogg_demux_loop):
78         * ext/ogg/gstoggdemux.h:
79         Copy seqnums around to track playback segments and messages.
80
81 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
82
83         Based on patch by: Matthias Kretz <kretz at kde dot org>
84
85         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
86         (gst_alsasink_prepare), (gst_alsasink_unprepare),
87         (gst_alsasink_write):
88         Make all access non-blocking so that we can better handle unplugging
89         of usb devices. Fixes #559111
90
91 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         Patch by: Damien Lespiau  <damien.lespiau gmail com>
94
95         * gst-libs/gst/rtsp/gstrtspconnection.c:
96         (gst_rtsp_connection_write):
97         Make the next call to poll not depend on previous calls to poll with or
98         without reading from the active descriptor. Fixes #544293.
99
100 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         Patch by: Nick Haddad <nick at haddads dot net>
103
104         * gst-libs/gst/riff/riff-ids.h:
105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
106         Add support for other fourcc codes that are commonly used for
107         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
108         Fixes #558553.
109
110 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
111
112         * gst/audioresample/gstaudioresample.c:
113           Return the result of parent_class->event().
114
115 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
116
117         * gst/audioresample/gstaudioresample.c:
118         (gst_audioresample_class_init), (audioresample_fixate_caps):
119         Fixate the rate to the nearest supported rate instead of
120         the first one. Fixes bug #549510.
121
122 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * win32/common/libgstaudio.def:
125         Add new symbols.
126
127 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
130         Attempt to make obfuscated code clearer.
131
132 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
133
134         * docs/libs/gst-plugins-base-libs-sections.txt:
135         * gst-libs/gst/floatcast/floatcast.h:
136         Move float endianness conversion macros to core. Second part of
137         bug ##555196.
138
139 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
140
141         * sys/ximage/ximagesink.h:
142         * sys/xvimage/xvimagesink.h:
143           Don't mark as gtk-doc docs as they aren't public.
144
145 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
146
147         * sys/xvimage/xvimagesink.c:
148         * sys/xvimage/xvimagesink.h:
149         * tests/icles/Makefile.am:
150         * tests/icles/test-colorkey.c:
151           Allow setting colorkey if possible. Implement property probe interface
152           for optional X features (autopaint-colorkey, double-buffer and
153           colorkey). Fixes #554533
154
155 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
156
157         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
158         Remove useless buffer size assignment. It already has this value.
159
160 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
161
162         * gst-libs/gst/audio/gstaudiosink.c:
163         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
164         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
165         (gst_audioringbuffer_stop):
166         Implement a separate activate functions to start monitoring the segments
167         or, in pull mode, pulling in data.
168
169         * gst-libs/gst/audio/gstbaseaudiosink.c:
170         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
171         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
172         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
173         (gst_base_audio_sink_activate_pull),
174         (gst_base_audio_sink_async_play),
175         (gst_base_audio_sink_change_state):
176         Implement pad and element convert query function.
177         Activate the ringbuffer.
178         Use the segment last_stop value as the offset to pull.
179         Use new basesink _do_preroll() method to preroll in the pulling thread.
180         Take appropriate locking in the pulling thread.
181
182         * gst-libs/gst/audio/gstringbuffer.h:
183         Update some docs.
184
185 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
186
187         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
188         Improve MXF typefinding a bit by searching for a header partition
189         pack instead of just a general partition pack and checking more
190         bytes for valid values.
191
192 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         * tests/icles/.cvsignore:
195         update ignore file.
196
197         * tests/icles/Makefile.am:
198         * tests/icles/test-box.c: (make_pipeline), (main):
199         Add another interactive command line experimentation suite for
200         dynamically boxing/cropping/saling an input video.
201
202 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         * docs/libs/gst-plugins-base-libs-sections.txt:
205         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
206         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
207         * gst-libs/gst/audio/gstringbuffer.h:
208         Add methods to more accuratly control the pulling thread of a
209         ringbuffer.
210         Add format conversion helper code to the ringbuffer.
211         API: GstRingBuffer:gst_ring_buffer_activate()
212         API: GstRingBuffer:gst_ring_buffer_is_active()
213         API: GstRingBuffer:gst_ring_buffer_convert()
214
215 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
218         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
219         (gst_audioringbuffer_stop):
220         Signal thread startup earlier so that we can immediatly go into pull
221         mode when we have to and block on preroll.
222
223 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         * gst-libs/gst/audio/gstringbuffer.c:
226         (gst_ring_buffer_prepare_read):
227         In pull mode we want the callback to prepull a buffer we can preroll on
228         even when we are not yet playing.
229
230 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
231
232         * ext/alsa/Makefile.am:
233         * ext/cdparanoia/Makefile.am:
234         * ext/gio/Makefile.am:
235         * ext/gnomevfs/Makefile.am:
236         * ext/libvisual/Makefile.am:
237         * ext/ogg/Makefile.am:
238         * ext/pango/Makefile.am:
239         * ext/theora/Makefile.am:
240         * ext/vorbis/Makefile.am:
241         * gst/adder/Makefile.am:
242         * gst/audioconvert/Makefile.am:
243         * gst/audiorate/Makefile.am:
244         * gst/audioresample/Makefile.am:
245         * gst/audiotestsrc/Makefile.am:
246         * gst/ffmpegcolorspace/Makefile.am:
247         * gst/gdp/Makefile.am:
248         * gst/playback/Makefile.am:
249         * gst/subparse/Makefile.am:
250         * gst/tcp/Makefile.am:
251         * gst/typefind/Makefile.am:
252         * gst/videorate/Makefile.am:
253         * gst/videoscale/Makefile.am:
254         * gst/videotestsrc/Makefile.am:
255         * gst/volume/Makefile.am:
256         * sys/v4l/Makefile.am:
257         * sys/ximage/Makefile.am:
258         * sys/xvimage/Makefile.am:
259           Don't install static libs for plugins. Fixes #550851 for base.
260
261 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
262
263         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
264         Set the default blocksize to -1 because we will then use the configured
265         samplesperbuffer to create our output buffer.
266
267 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
268
269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
270         (gst_riff_create_video_template_caps):
271         Add mappping for the KMVC (Karl Morton's Video) Codec.
272
273 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
274
275         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
276         Don't forget to advance the offset of what we're matching against, else
277         we end up in a forever loop.
278
279 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
280
281         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
282         Improve typefinding a bit. If we don't have a Unicode charset
283         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
284
285 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
286
287         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
288         Fix build on macosx.
289
290 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         Based on patch by: Robin Stocker <robin at nibor dot org>
293
294         * ext/theora/gsttheoradec.h:
295         * ext/theora/theoradec.c: (gst_theora_dec_init),
296         (theora_dec_setcaps), (theora_handle_type_packet),
297         (theora_dec_decode_buffer), (theora_dec_change_state):
298         Parse input caps and make the PAR override the encoded PAR when
299         specified by a container. Fixes #555699.
300
301 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
302
303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
304         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
305         (gst_base_rtp_depayload_set_gst_timestamp),
306         (gst_base_rtp_depayload_change_state):
307         * gst-libs/gst/rtp/gstbasertpdepayload.h:
308         Add some more G_LIKELY
309         Fail when the setcaps function was not called.
310
311         * gst-libs/gst/rtp/gstbasertppayload.c:
312         (gst_basertppayload_set_outcaps):
313         Propagate return value of setcaps.
314
315 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         * gst/subparse/Makefile.am:
318         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
319         (gst_sub_parse_class_init), (gst_sub_parse_init),
320         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
321         (get_next_line), (gst_sub_parse_data_format_autodetect),
322         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
323         (gst_subparse_type_find):
324         * gst/subparse/gstsubparse.h:
325         Add support for UTF16/UTF32 subtitles as long as the first bytes of
326         the first buffer contain the BOM. This also adds support for other
327         encodings that allow NUL bytes via the encoding property.
328         Fixes bugs #552237 and #456788.
329
330 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
331
332         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
333         Don't drop the last byte of image tags if they're not an URI list.
334         Fixes bug #556066.
335
336 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
337
338         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
339         For looking at the 4th byte we have to get 4 bytes of course
340         and not 3.
341
342 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
343
344         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
345         Improve FLAC-without-headers typefinding by looking at most of the
346         frame header and checking if invalid values are used. Should prevent
347         quite some false positives compared to the old version which only
348         check if the first 14 bits are set.
349
350 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
351
352         * sys/xvimage/xvimagesink.c:
353           Don't assert on caps==NULL.
354
355 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
356
357         * gst/subparse/gstsubparse.c:
358         (gst_sub_parse_data_format_autodetect), (handle_buffer),
359         (gst_sub_parse_change_state):
360         * gst/subparse/gstsubparse.h:
361         * tests/check/elements/subparse.c: (GST_START_TEST):
362         Add support for subtitle files with UTF-8 BOM at the beginning
363         by simple stripping it from the first line before passing it
364         to any parsing code. Fixes bug #555257 and playback of files
365         created by Gnome Subtitles.
366
367 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
368
369         * gst/audiotestsrc/gstaudiotestsrc.c:
370         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
371         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
372         (gst_audio_test_src_start), (gst_audio_test_src_stop),
373         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
374         (gst_audio_test_src_create):
375         * gst/audiotestsrc/gstaudiotestsrc.h:
376         Define the default property values in the usual place.
377         Implement start/stop to reset values correctly.
378         Calculate the sample size only once when we negotiate.
379         Rename some values to make more sense.
380         Keep track of our byte range.
381         Add support for pull based scheduling. Disabled for now until we have
382         the whole stack working.
383         Set the BUFFER_OFFSET correctly.
384
385 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386
387         Based on a patch by: xavierb at gmail dot com
388
389         * gst/subparse/gstsubparse.c:
390         (gst_sub_parse_data_format_autodetect):
391         * tests/check/elements/subparse.c: (GST_START_TEST):
392         Make the detection of the used subtitle a bit less strict
393         for srt subtitles. Fixes bug #555607.
394
395 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * ext/vorbis/vorbisenc.c:
398         (gst_vorbis_enc_buffer_check_discontinuous):
399         Fix discontinuity detection which was broken by last commit.
400
401 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
402
403         * configure.ac::
404           Require core CVS for ghostpad API additions used by decodebin2.
405
406 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
407
408         * gst-libs/gst/audio/gstbaseaudiosrc.c:
409         (gst_base_audio_src_create):
410         Fix debug statements (space between '%' and actual format).
411
412 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
415         Remove bogus assert, the decodepad could have been created inside an
416         already existing group.
417
418 2008-10-08  Andy Wingo  <wingo@pobox.com>
419
420         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
421         target instead of setting it.
422         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
423         API for a decode pad. The bugfix is that we set the group in
424         activate(), not when the pad was created because it might be NULL
425         then.
426         (gst_decode_group_control_source_pad, gst_decode_group_expose):
427         Update to use the API.
428
429 2008-10-08  Andy Wingo  <wingo@pobox.com>
430
431         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
432         be a subclass of GstGhostPad.
433         (analyze_new_pad): So, when emitting the signals that determine
434         how we do autoplugging, already create the ghost pad and use it as
435         the pad in the signal arguments. This allows applications to make
436         a connection between the pad passed in e.g. autoplug-continue, and
437         the pad passed in new-decoded-pad.
438         (connect_pad, expose_pad): Update to receive the ghosted decode
439         pad in the args, retargetting it as necessary if we have to plug
440         the target pad through a multiqueue.
441         (gst_decode_group_control_source_pad): Adapt to receive an
442         already-ghosted pad that just needs activation, blocking, and
443         drain notification.
444         (sort_end_pads): Adapt for decode pads actually being pads.
445         (gst_decode_group_expose): Adapt for decode pads actually being
446         pads. Rewrite the decode pad names so they appear in order. Adds a
447         new error case if we couldn't set the name.
448         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
449         logic.
450         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
451         New API for the decode pad, needed because we shouldn't do these
452         things inside gst_decode_pad_new(), but after.
453         (gst_decode_pad_new): Change to actually make the real pad, and
454         delay the blocking/drainage bits.
455
456 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         Patch by: Daniel Drake <dsd at laptop dot org>
459
460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
461         Unref all buffers when clearing collectpads. Fixes bug #546955.
462
463 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
464
465         Based on a patch by: Klaas <klaas at rivercrew dot net>
466
467         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
468         (gst_vorbis_enc_buffer_check_discontinuous),
469         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
470         * ext/vorbis/vorbisenc.h:
471         Keep track of the upstream segments and use the running time on that
472         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
473
474 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
475
476         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
477         Prevent overflows with big buffer when calculating the size of
478         the intermediate buffer by using gst_util_uint64_scale() instead of
479         plain arithmetics. Fixes bug #552801.
480
481 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
484
485         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
486         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
487         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
488         (gst_clock_overlay_get_property):
489         * ext/pango/gstclockoverlay.h:
490         API: Add ability to specify format for date/time display by
491         adding a "time-format" property.
492         Fixes bug #554879.
493
494 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
495
496         Patch by: Jan Gerber <j at oil21 dot org>
497
498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
499         (gst_riff_create_video_template_caps):
500         Add FFV1 fourcc to support playback of FFMPEG lossless video
501         in AVI. Fixes bug #555319.
502
503 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
506
507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
508         (gst_base_audio_src_create):
509         Implement skew clock slaving. Fixes #552559.
510
511 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * gst-libs/gst/audio/multichannel.c:
514         * gst-libs/gst/audio/testchannels.c:
515         Fix include of config.h
516
517 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
518
519         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
520
521         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
522         (print_media), (gst_sdp_message_dump):
523         Fix parsing of the c= field containing multicast addresses.
524         Fixes #552199.
525         Add the connection info to the session or streams.
526         Fix parsing of the bandwidth.
527         Add debugging for the connections and bandwidths for a media.
528         Add debugging for the bandwidth of the session. 
529
530 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
531
532         * gst-libs/gst/rtp/gstbasertppayload.c:
533         (gst_basertppayload_change_state):
534         Configure the next seqnum and timestamp in the state change so that they
535         can be queried soon after.
536
537 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
540         (gst_base_rtp_depayload_chain):
541         Improve debugging of the rtptime.
542
543 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
544
545         * configure.ac:
546         Back to development -> 0.10.21.1
547
548 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
549
550         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
551         (plugin_init):
552         Add typefinding for FLAC without headers in the beginning.
553         This is already handled by flacdec and friends.
554
555 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
556
557         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
558         (plugin_init):
559         Add typefinder for MXF.
560
561 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
562
563         * tests/icles/Makefile.am:
564         Only build test-colorkey if GTK+ is available.
565
566 === release 0.10.21 ===
567
568 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
569
570         * configure.ac:
571           releasing 0.10.21, "We Could Be Wrong"
572
573 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
574
575         * configure.ac:
576         0.10.20.4 pre-release
577
578 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
581
582         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
583         Set the BOS flag on the BOS packet. Fixes #553244.
584
585 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
586
587         * gst-libs/gst/rtsp/gstrtspmessage.c:
588         (gst_rtsp_message_parse_request),
589         (gst_rtsp_message_parse_response):
590         Fix the g_return_val_if_fail() statements.
591
592 2008-09-22  Michael Smith <msmith@songbirdnest.com>
593
594         * gst-libs/gst/tag/gsttagdemux.c:
595           Fail to activate if there's insufficient data in the file to be usable,
596           preventing an assertion fail later. Fixes #552960
597
598 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
599
600         * gst-libs/gst/pbutils/descriptions.c:
601         * gst/typefind/gsttypefindfunctions.c:
602           Recognise Kate subtitle streams (#550582).
603
604 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
605
606         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
607           Remove trailing comma from enum list, which causes problems
608           with -pendantic (#550729).
609
610 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
611
612         * configure.ac:
613         0.10.20.2 pre-release
614
615         * po/LINGUAS:
616         * po/id.po:
617         * po/pt_BR.po:
618
619         New translations.
620
621 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
622
623         * gst-libs/gst/interfaces/propertyprobe.c:
624           (gst_property_probe_get_properties),
625           (gst_property_probe_get_property),
626           (gst_property_probe_probe_property),
627           (gst_property_probe_probe_property_name),
628           (gst_property_probe_needs_probe),
629           (gst_property_probe_needs_probe_name),
630           (gst_property_probe_get_values),
631           (gst_property_probe_get_values_name),
632           (gst_property_probe_probe_and_get_values),
633           (gst_property_probe_probe_and_get_values_name):
634           More sanity checks for our second-favourite interface.
635
636 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
637
638         * gst-libs/gst/interfaces/propertyprobe.c:
639           Check for NULL pointer, in the hope that this fixes #532864.
640
641 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
642
643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
644           No really, the next release is 0.10.21 (fix Since: tags in docs).
645
646 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
647
648         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
649         Disable a code path that is now called but causes a deadlock for some
650         reason and is unneeded.
651
652 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
653
654         * sys/xvimage/xvimagesink.c:
655         * sys/xvimage/xvimagesink.h:
656           Add a "draw-border" property that can be set to false to disable
657           drawing borders.
658           
659         * tests/icles/test-colorkey.c:
660         * tests/icles/Makefile.am:
661           Add new test application for the colorkey handling.
662
663 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
664
665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
666         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
667         This will also be fixed for upcoming gst-ffmpeg release so that once
668         this release of -base is out, it will work with the latest gst-ffmpeg
669         release.
670
671 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
672
673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
674         (gst_riff_create_audio_template_caps):
675         Add Truespeech mapping for RIFF formats (AVI/WAV).
676         Fixes #550656
677
678 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
679
680         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
681         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
682         Fixes #550638.
683
684 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
685
686         * configure.ac:
687         * gst/subparse/Makefile.am:
688         * gst/subparse/gstsubparse.c:
689         * gst/subparse/samiparse.c:
690         * tests/check/elements/subparse.c:
691           Rework last change, so that we build subparse, but just disable the
692           sami parse functionality, if we're configured to not use xml. In the
693           tests only the sami test is disabled now.
694
695 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
696
697         * configure.ac:
698           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
699           test runs.
700
701 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
702
703         * po/POTFILES.in:
704           Add some more files with strings for translation.
705
706 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
707
708         * gst-libs/gst/tag/gstvorbistag.c:
709         * tests/check/libs/tag.c:
710           Use new geo location tags from core. Fixes #481169
711
712 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
713
714         * tests/check/elements/audioresample.c: (setup_audioresample),
715         (fail_unless_perfect_stream), (test_perfect_stream_instance),
716         (test_discont_stream_instance):
717         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
718         Add debugging for coherence.
719
720 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
721
722         Patch by: Jonathan Matthew  <notverysmart gmail com>
723
724         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
725           Add typefinder for PDF documents (which is nice to have, since it's a
726           common format, but also helps prevent false positives). Fixes #549814.
727
728 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
731         (no_more_pads_cb):
732         Fix nasty race where multiple decodebins could start pushing data before
733         we manage to configure the sinks, resulting in not-linked errors in
734         typical RTSP streaming cases.
735
736 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
739         Since we now call stop, we trigger this code path that causes a deadlock
740         is apparently not needed.
741
742 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
745         (gst_ring_buffer_stop):
746         Also allow the case where the ringbuffer was paused when we try to stop
747         it so that the basesrc stop function is still called.
748
749 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
750
751         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
752
753         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
754         Reprobe devices again instead of taking a cached list as new
755         devices could've been plugged in. Fixes bug #549062.
756
757 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
758
759         Patch by: Alessandro Dessina <alessandro nnva org>
760
761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
762         (gst_ogg_demux_activate_chain):
763         Don't add pads and activate them for skeleton streams. These are already
764         handled inside oggdemux. Fixes bug #537599.
765
766 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
767
768         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
769         Reset variable so that query and convert fail after going back to
770         READY. Fixes #548898.
771
772 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
773
774         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
775         If a buffer arrives with a timestamp before the timestamp+duration
776         of the previous buffer clip it instead of dropping it completely.
777         Slight improvement for the unfixable bug #548913.
778
779 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
780
781         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
782         Take the current timestamp instead of timestamp+duration for the offset.
783         This offset will later be used for calculating the timestamp and
784         otherwise vorbisdec will interpolate timestamps wrong if upstream
785         only sends timestamps and no granulepos.
786
787 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
788
789         * tests/examples/seek/seek.c:
790           Don't crash when having no visualisations.
791
792 2008-08-16  David Schleef  <ds@schleef.org>
793
794         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
795           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
796           Fixes #548065.
797
798 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
799
800         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
801         When cleaning up the caps fields also remove "depth" for the same
802         reason we remove "width".
803
804 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
805
806         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
807           Add Lead H.264 here as well.
808
809 2008-08-14  Julien Moutte  <julien@fluendo.com>
810
811         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
812         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
813
814 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * gst-libs/gst/audio/gstbaseaudiosrc.c:
817         (gst_base_audio_src_create):
818         When not slaved to another clock also subtract the base_time from our
819         internal clock time to get the running time.
820
821 2008-08-12  David Schleef  <ds@schleef.org>
822
823         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
824           since it has no basis in libtheora.
825
826 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
827
828         * gst-libs/gst/interfaces/propertyprobe.h:
829           Remove double "interface" from doc-string.
830
831         * gst-libs/gst/interfaces/xoverlay.h:
832           Document interface.
833
834         * gst-libs/gst/riff/riff.c:
835           Add basic doc blobs.
836
837 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
838
839         * gst-libs/gst/audio/Makefile.am:
840           Don't try to build that example anymore.
841
842 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
843
844         * gst-libs/gst/audio/.cvsignore:
845         * gst-libs/gst/audio/Makefile.am:
846         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
847         * gst-libs/gst/audio/make_filter:
848           Move audiofiltertemplate to gst-template.
849
850 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
851
852         * docs/libs/gst-plugins-base-libs-sections.txt:
853         * gst-libs/gst/audio/gstaudiosrc.h:
854           More docs and shuffling. What can we do with the hundreds of #defines.
855
856 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
857
858         * gst-libs/gst/audio/audio.h:
859         * gst-libs/gst/audio/gstaudiofilter.h:
860         * gst-libs/gst/audio/gstringbuffer.h:
861         * gst-libs/gst/interfaces/propertyprobe.h:
862         * gst-libs/gst/tag/gsttagdemux.h:
863           Reducing number of dundocumented symbols.
864
865 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
866
867         * gst-libs/gst/audio/audio.c:
868           Fix doc comment syntax.
869
870         * gst-libs/gst/interfaces/propertyprobe.c:
871           Add more doc-comments and a FIXME: for the signal.    
872
873 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
874
875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
876         (gst_ogg_mux_request_new_pad):
877         * ext/ogg/gstoggmux.h:
878         Don't pretend to support NEWSEGMENT events, instead override the
879         GstCollectPads event function to return FALSE on NEWSEGMENT events
880         and do the normal work for other events.
881
882         This prevents elements like flacenc to seek to the start and rewrite
883         some data which then results in a broken Ogg packet.
884
885 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
886
887         Patch by: Frederic Crozat <fcrozat@mandriva.org>
888
889         * ext/alsa/gstalsaplugin.c: (plugin_init):
890         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
891         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
893         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
894         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
895         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
896         * gst/playback/gstdecodebin.c: (plugin_init):
897         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
898         * gst/playback/gstplayback.c: (plugin_init):
899         * gst/playback/gstqueue2.c: (plugin_init):
900         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
901         * sys/v4l/gstv4l.c: (plugin_init):
902         Make sure gettext returns translations in UTF-8 encoding rather
903         than in the current locale encoding (#546822).
904
905 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
906
907         * gst-libs/gst/pbutils/descriptions.c:
908           Add audio/x-qdm for qtdemux.
909
910 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
911
912         * ext/vorbis/vorbisdec.c:
913           Do not leak old taglist.
914
915 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
916
917         * tests/icles/test-scale.c:
918           Include <stdlib.h> for atoi().
919
920 2008-08-04  Andy Wingo  <wingo@pobox.com>
921
922         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
923         documentation fix.
924
925 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
926
927         * gst/adder/gstadder.c:
928           Cleanup lots of empty lines that came from gst-indent going havoc
929           before I added the INDENT_ON/OFF marker some time agao.
930
931 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
932
933         * configure.ac:
934         * gst-libs/gst/riff/riff-read.c:
935           Bump requirement to latest core and use new tag for riff formats.
936           Needed for #520694.
937
938 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * tests/examples/dynamic/Makefile.am:
941         * tests/examples/dynamic/codec-select.c: (make_encoder),
942         (make_pipeline), (do_switch), (my_bus_callback), (main):
943         Add example app that dynamically switches between 3 'encoders'.
944
945 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
948         Add some more comments.
949
950 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
951
952         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
953         (gst_video_test_src_create):
954         Discard buffers of the wrong size after renegotiation, this is perfectly
955         possible with things like capsfilter that could suggest caps changes
956         upstream without knowing the size of the buffer.
957
958 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
959
960         * tests/icles/.cvsignore:
961         * tests/icles/Makefile.am:
962         * tests/icles/test-scale.c: (make_pipeline), (main):
963         Add dynamic rescaling tests for the new basetransform.
964
965 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
966
967         * gst/audioconvert/Makefile.am:
968           Dist recently-added gstfastrandom.h.
969
970 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
971
972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
973         Fix a "may be used uninitialized in this function" which weirdly only
974         appears on macosx (?).
975
976 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
977
978         * gst-libs/gst/riff/riff-ids.h:
979           Adding acid chunk for tempo and loop information.
980
981 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
982
983         * sys/xvimage/Makefile.am:
984           floor() needs linking to $(LIBM).
985
986 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
987
988         * ext/gnomevfs/gstgnomevfssrc.c:
989           Aggregate short reads and add some comments and debug logging.
990           Fixes #537380
991
992 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
993
994         * gst/playback/gstplaybasebin.c:
995           Fix property doc markup (its not a signal).
996
997         * sys/xvimage/xvimagesink.c:
998           Add since tag for new proeprties (also add sice tags fro the last two
999           other additions).
1000
1001 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1002
1003         * sys/xvimage/xvimagesink.c:
1004         * sys/xvimage/xvimagesink.h:
1005           Add autofill/colorkey properties. Fixes #538656.
1006
1007 2008-07-28  David Schleef  <ds@schleef.org>
1008
1009         * sys/xvimage/xvimagesink.c:
1010           Fix rounding errors when converting colorbalance values
1011           between hardware and object property ranges.  Partial
1012           fix for #537889, however, there still seems to be a small
1013           drift problem that could be totem's fault.
1014
1015 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1016
1017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1018         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1019         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1020         This fixes a critical warning.
1021
1022 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1023
1024         * ext/ogg/gstoggmux.c:
1025         Allow muxing of CELT into Ogg streams.
1026
1027 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1028
1029         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1030         (plugin_init):
1031         Add simple typefinder for the CELT codec (www.celt-codec.org).
1032
1033 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1034
1035         Patch by: Jan Gerber <j at oil21 dot org>
1036
1037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1038         Fix calculation of the start time from skeleton streams.
1039         Fixes bug #530068.
1040
1041 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1042
1043         * tests/examples/seek/seek.c:
1044           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1045
1046 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1047
1048         * gst/audioconvert/audioconvert.h:
1049         * gst/audioconvert/gstaudioquantize.c:
1050         (gst_audio_quantize_setup_dither),
1051         (gst_audio_quantize_free_dither):
1052         * gst/audioconvert/gstfastrandom.h:
1053         Implement a linear congruential generator as pseudo random number
1054         generator for the dither noise. This is about 2 times faster than
1055         using GLib's mersenne twister. Also this uses only integer math for
1056         generating integers while GLib internally uses floating point math.
1057
1058 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1059
1060         * configure.ac:
1061           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1062
1063 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1064
1065         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1066
1067         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1068           Use GST_STR_NULL to avoid crashes with libcs that don't
1069           like NULL strings in printf args (such as the win32 one).
1070           Fixes #544306.
1071
1072 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1073
1074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1075         Oops - set the size of the image used for probing back to 1x1, for
1076         consistency with ximagesink
1077
1078 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1079
1080         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1081         (gst_ximagesink_ximage_new):
1082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1083         (gst_xvimagesink_xvimage_new):
1084
1085         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1086         X server to attach to a shared memory segment after we've deleted it,
1087         with the result that MIT-SHM is disabled. Instead, remove it only after 
1088         X succeeds in attaching too.
1089
1090 2008-07-16  David Schleef  <ds@schleef.org>
1091
1092         * gst/audiotestsrc/gstaudiotestsrc.c:
1093         * gst/audiotestsrc/gstaudiotestsrc.h:
1094           Add 'ticks', a 1/30 second sine wave pulse every second.
1095
1096 2008-07-15  David Schleef  <ds@schleef.org>
1097
1098         * gst-libs/gst/video/video.c: Revert ABI change.
1099
1100 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1101
1102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1103         Make it impossible to have NULL caps at the point where we set
1104         framerate and other things. Also don't return immediately for "3ivd"
1105         video and let framerate, etc be set. Might fix bug #542508.
1106
1107 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1108
1109         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1110         Video format can also be conveniently determined from (many)
1111         non-fixed caps.
1112
1113 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1114
1115         * gst/playback/gstplaybasebin.c:
1116         * gst/playback/gstplaybasebin.h:
1117         * gst/playback/gstplaybin.c:
1118         * gst/playback/gststreamselector.c:
1119         First stab at integrating DVD subpicture overlay into
1120         playbin. Successfully plugs and plays, but the queues need
1121         shrinking - 3 seconds of video is too much buffering.
1122
1123 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1124
1125         * gst/audioconvert/gstaudioconvert.c:
1126           Remove now obsolete note in the docs.
1127
1128 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1129
1130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1131         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1132         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1133         * docs/plugins/gst-plugins-base-plugins.args:
1134         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1135         * docs/plugins/gst-plugins-base-plugins.interfaces:
1136         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1137         * docs/plugins/gst-plugins-base-plugins.signals:
1138         * docs/plugins/inspect/plugin-adder.xml:
1139         * docs/plugins/inspect/plugin-alsa.xml:
1140         * docs/plugins/inspect/plugin-audioconvert.xml:
1141         * docs/plugins/inspect/plugin-audiorate.xml:
1142         * docs/plugins/inspect/plugin-audioresample.xml:
1143         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1144         * docs/plugins/inspect/plugin-cdparanoia.xml:
1145         * docs/plugins/inspect/plugin-decodebin.xml:
1146         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1147         * docs/plugins/inspect/plugin-gdp.xml:
1148         * docs/plugins/inspect/plugin-gnomevfs.xml:
1149         * docs/plugins/inspect/plugin-libvisual.xml:
1150         * docs/plugins/inspect/plugin-ogg.xml:
1151         * docs/plugins/inspect/plugin-pango.xml:
1152         * docs/plugins/inspect/plugin-playback.xml:
1153         * docs/plugins/inspect/plugin-queue2.xml:
1154         * docs/plugins/inspect/plugin-subparse.xml:
1155         * docs/plugins/inspect/plugin-tcp.xml:
1156         * docs/plugins/inspect/plugin-theora.xml:
1157         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1158         * docs/plugins/inspect/plugin-uridecodebin.xml:
1159         * docs/plugins/inspect/plugin-video4linux.xml:
1160         * docs/plugins/inspect/plugin-videorate.xml:
1161         * docs/plugins/inspect/plugin-videoscale.xml:
1162         * docs/plugins/inspect/plugin-videotestsrc.xml:
1163         * docs/plugins/inspect/plugin-volume.xml:
1164         * docs/plugins/inspect/plugin-vorbis.xml:
1165         * docs/plugins/inspect/plugin-ximagesink.xml:
1166         * docs/plugins/inspect/plugin-xvimagesink.xml:
1167         * ext/alsa/gstalsamixer.c:
1168         * ext/alsa/gstalsasink.c:
1169         * ext/alsa/gstalsasrc.c:
1170         * ext/gio/gstgiosink.c:
1171         * ext/gio/gstgiosrc.c:
1172         * ext/gio/gstgiostreamsink.c:
1173         * ext/gio/gstgiostreamsrc.c:
1174         * ext/gnomevfs/gstgnomevfssink.c:
1175         * ext/gnomevfs/gstgnomevfssrc.c:
1176         * ext/ogg/gstoggdemux.c:
1177         * ext/ogg/gstoggmux.c:
1178         * ext/pango/gstclockoverlay.c:
1179         * ext/pango/gsttextoverlay.c:
1180         * ext/pango/gsttextrender.c:
1181         * ext/pango/gsttimeoverlay.c:
1182         * ext/theora/theoradec.c:
1183         * ext/theora/theoraenc.c:
1184         * ext/theora/theoraparse.c:
1185         * ext/vorbis/vorbisdec.c:
1186         * ext/vorbis/vorbisenc.c:
1187         * ext/vorbis/vorbisparse.c:
1188         * ext/vorbis/vorbistag.c:
1189         * gst/adder/gstadder.c:
1190         * gst/audioconvert/gstaudioconvert.c:
1191         * gst/audioresample/gstaudioresample.c:
1192         * gst/audiotestsrc/gstaudiotestsrc.c:
1193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1194         * gst/gdp/gstgdpdepay.c:
1195         * gst/gdp/gstgdppay.c:
1196         * gst/playback/gstdecodebin2.c:
1197         * gst/playback/gstplaybin.c:
1198         * gst/playback/gstplaybin2.c:
1199         * gst/playback/gstqueue2.c:
1200         * gst/playback/gsturidecodebin.c:
1201         * gst/tcp/gstmultifdsink.c:
1202         * gst/tcp/gsttcpserversink.c:
1203         * gst/videorate/gstvideorate.c:
1204         * gst/videoscale/gstvideoscale.c:
1205         * gst/videotestsrc/gstvideotestsrc.c:
1206         * gst/volume/gstvolume.c:
1207         * sys/ximage/ximagesink.c:
1208         * sys/xvimage/xvimagesink.c:
1209           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1210           titles. Drop mentining that all our example pipelines are "simple"
1211           pipelines.
1212
1213 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1214
1215         * tests/examples/seek/Makefile.am:
1216         Fix out of tree build by adding all required CFLAGS.
1217
1218 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1219
1220         * gst/playback/gstdecodebin.c: (add_raw_queue):
1221         And ref the pad before returning it again when linking to the queue
1222         failed. Otherwise we will unref the pad twice later and things break.
1223
1224 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         * gst/playback/gstdecodebin.c: (add_raw_queue):
1227         If linking the raw pad with a queue fails, try it without a queue
1228         instead of failing completely. This should never happen.
1229
1230 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1231
1232         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1233
1234         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1235         Add a queue after a demuxer if the demuxer outputs raw data. This was
1236         done before only for non-raw data but is required in this case too.
1237         Fixes bug #540215.
1238
1239         decodebin2 doesn't have this issue because all streams of a group
1240         go through multiqueue.
1241
1242 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1245
1246         * gst-libs/gst/sdp/gstsdpmessage.c:
1247         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1248         that getaddrinfo() can be used. Fixes #541358.
1249
1250 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1251
1252         * gst/videotestsrc/gstvideotestsrc.c:
1253         (gst_video_test_src_class_init), (gst_video_test_src_init),
1254         (gst_video_test_src_set_property),
1255         (gst_video_test_src_get_property), (gst_video_test_src_create):
1256         * gst/videotestsrc/gstvideotestsrc.h:
1257         Cleanups, use default property values as defines.
1258         Add property to enable/disable peer buffer allocation.
1259
1260 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1261
1262         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1263         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1264         Enable unit tests on PPC again as the bugs are now fixed.
1265
1266 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1267
1268         * gst-libs/gst/riff/riff-ids.h:
1269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1270         (gst_riff_create_audio_template_caps):
1271         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1272         Fixes bug #540351.
1273
1274 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1275
1276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1277         (gst_ffmpeg_pixfmt_to_caps):
1278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1279         (gst_ffmpegcsp_get_unit_size):
1280         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1281         it on other formats. Also adjust the unit size only for that format
1282         to not include the palette. Fixes bug #540497.
1283
1284 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1285
1286         * gst/adder/gstadder.c:
1287           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1288
1289 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1290
1291         * ChangeLog:
1292           ChangeLog surgery.
1293   
1294         * tests/examples/seek/seek.c:
1295           Move variable into ifdef too.
1296         
1297
1298 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1299
1300         * tests/examples/seek/seek.c:
1301           Include config.h and check if we have X. Remove XInitThread(), don't
1302           think its needed. Fixes: #540334.
1303
1304 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1305
1306         Patch by: Sam Morris <sam at robots dot org to uk>
1307
1308         * gst-libs/gst/interfaces/mixertrack.c:
1309         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1310         (gst_mixer_track_set_property):
1311         API: Add "index" property to GstMixerTrack to differantiate between
1312         multiple mixer tracks with the same label.
1313
1314         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1315         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1316         Set the "index" property of GstMixerTrack to the index given by ALSA.
1317         Fixes bug #528299.
1318
1319 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1320
1321         * tests/examples/seek/Makefile.am:
1322         * tests/examples/seek/seek.c:
1323           Remove libgstvideo usage. Use gtk_get_option_group instead of
1324           gtk_init().
1325
1326 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1327
1328         * tests/check/Makefile.am:
1329           Name the test registry format neutral.
1330
1331 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1332
1333         * gst/playback/gstqueue2.c:
1334           Do not double notify. Remove the unsued return value.
1335
1336 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * ext/alsa/gstalsamixer.c:
1339           Also consider "speaker" as a name for master volume. If that doesn't
1340           help look for the first non-mono volume control that also has a
1341           playback switch.
1342
1343 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1344
1345         * ChangeLog:
1346           Forgot to save the ChangeLog :/
1347
1348 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * tests/examples/seek/Makefile.am:
1351         * tests/examples/seek/seek.c:
1352           Embedd the xwindow. Allow to play multiple files.
1353
1354 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1355
1356         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1357         (gst_ximagesink_setcaps):
1358         * sys/ximage/ximagesink.h:
1359         When the caps change, make sure to re-draw borders in
1360         force-aspect-ratio=true mode.
1361         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1362         Don't clear the border_draw flag until we actually draw the border.
1363         * tests/check/Makefile.am:
1364         Ignore alsasink/src during the states test too, so it doesn't fail
1365         when running without access to the sound device.
1366
1367 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1368
1369         * tests/examples/seek/seek.c:
1370           Fix crasher when playing a parse-launch line the 2nd time.
1371
1372 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1373
1374         * tests/check/pipelines/oggmux.c:
1375           Properly ifdef tests to fix compilation.
1376
1377 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1378
1379         * gst/playback/gstplay-marshal.list:
1380         * gst/playback/gstplaybin2.c:
1381           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1382           playbin2. This allows the user to get to the selector's sinkpads, and
1383           thus inspect a range of things - caps, tags, etc. 
1384
1385 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1386
1387         * gst/playback/gstplaybin2.c:
1388           Use a different constant for the convert-frame signal id.
1389           Fixes #537009.
1390
1391 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1392
1393         * gst/playback/gstplaybin2.c:
1394         * gst/playback/gstplaysink.c:
1395           Fix a whole bunch of typos in comments and log statements. 
1396
1397 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1398
1399         * sys/xvimage/xvimagesink.c:
1400           Don't set colour balance values on the Xv port if the user hasn't
1401           changed them (via properties or the interface). Avoids accumulating
1402           rounding errors for the common case.
1403           Partial fix for bug #537889.
1404
1405 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1406
1407         * gst/playback/gstdecodebin2.c:
1408           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1409           pads are drained.
1410
1411 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1412
1413         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1414         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1415         Report the encoder latency. Fixes #538232.
1416
1417 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1420         (notify_source), (activate_group):
1421         Implement the source property, emit notify when it changes in the
1422         underlying uridecodebin.
1423
1424 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         * tests/examples/seek/seek.c: (stop_cb):
1427         Free and clear the seek element list so that we don't use invalid
1428         references when seeking after recreating a gst-launch line.
1429
1430 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1431
1432         * gst-libs/gst/audio/gstbaseaudiosink.c:
1433         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1434         (gst_base_audio_sink_render):
1435         Report latency even if we are not live instead of hiding it.
1436         Take ts-offset and render-delay of the basesink into account when
1437         scheduling samples.
1438         Rework the clipping code so that we can take the various offsets into
1439         account and still do correct clipping.
1440
1441 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1442
1443         * configure.ac:
1444         Bump verion back to devel -> 0.10.20.1
1445
1446 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1449         Don't increase the size of non-string image buffers by one as this
1450         might in theory confuse decoders. Still increase it by one for string
1451         image buffers to append '\0'.
1452
1453 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1454
1455         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1456         
1457         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1458         Fix a buffer memleak and remove a confusing and wrong debug output.
1459         Fixes bug #538663.
1460
1461 === release 0.10.20 ===
1462
1463 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1464
1465         * configure.ac:
1466           releasing 0.10.20, "Here I Go Again"
1467
1468 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1469
1470         * configure.ac:
1471         0.10.19.3 pre-release
1472
1473 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1474
1475         * gst-libs/gst/rtsp/gstrtspconnection.c:
1476         Fix build on win32.
1477         Patch By: David Schleef <ds@schleef.org>
1478         Fixes: #536874
1479
1480 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1481
1482         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1483         (gst_gio_base_src_create):
1484         * ext/gio/gstgiobasesrc.h:
1485         Try to read the requested number of bytes, even if the first
1486         read returns less than requested, until nothing is read anymore
1487         or we have the requested amount of bytes. This fixes playback of
1488         files via Samba as Samba only allows to read 64k at once.
1489
1490         Implement a caching algorithm that makes sure that we read at
1491         least 4k of data every time. Some elements will try to read a few
1492         bytes, then seek, read again a few bytes and so on and this is
1493         painfully slow as every operation has to go over DBus if GVfs is
1494         used as backend.
1495
1496         Fixes bug #536849 and #536848.
1497
1498         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1499         (gst_gio_src_check_get_range):
1500         Override check_get_range() to blacklist http/https URIs
1501         and whitelist file URIs. More to be added on demand.
1502
1503 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1504
1505         * configure.ac:
1506         0.10.19.2 pre-release
1507
1508 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1509
1510         * win32/common/libgstrtsp.def:
1511         * win32/common/libgsttag.def:
1512         Add new API functions to the dll exports
1513
1514 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1515
1516         * gst/playback/gstplaybasebin.c:
1517           Disconnect signals from decodebins we created before we remove it
1518           from playbin, to avoid crashes if the decodebin is eventually
1519           disposed after the playbin itself (possible if the app takes a
1520           reference on the decodebin).
1521           Fixes #536521.
1522
1523 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1524
1525         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1526           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1527           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1528           (h264_video_type_find), (mpeg_video_stream_type_find),
1529           (dv_type_find), (mmsh_type_find):
1530           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1531           copy caps for no good reason (this may be desirable to make it easier
1532           to detect leaks, but then it should probably be done for all caps
1533           in the typefinder somewhere).
1534
1535 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1536
1537         * tests/check/Makefile.am:
1538         Do not try to run the check tests for subparse unless it has been
1539         built.
1540
1541 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1542
1543         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1544         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1545         Do not try to run a test which requires vorbisenc unless we have
1546         actually built it.
1547
1548 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1549
1550         * gst-libs/gst/rtsp/gstrtspconnection.c:
1551         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1552         (gst_rtsp_connection_clear_auth_params),
1553         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1554         * gst-libs/gst/rtsp/gstrtspconnection.h:
1555         Add a couple of missing argument guards.
1556         Add a way of setting the DSCP for an RTSP connection.
1557         Add an accessor method for the ip member of GstRTSPConnection as all
1558         members are supposed to be private.
1559
1560 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1561
1562         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1563         Fixed accidental use of IPv4 options for all IPv6 addresses.
1564
1565 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1566
1567         * gst-libs/gst/interfaces/mixertrack.h:
1568           Document mixer track flags.
1569
1570 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1571
1572         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1573
1574         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1575         Don't set caps on the buffers that contain a copy of the buffer
1576         including the caps of them resulting in an always increasing refcount
1577         of the caps and insanely large caps. Instead include a buffer without
1578         caps in the new caps. Fixes bug #536475.
1579
1580 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1581
1582         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1583         Transform a given PAR to a range on the struct with the generic
1584         height/width instead of the struct with the possibly restricted
1585         height/width.
1586
1587 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1588
1589         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1590         Prefer the given format if it contains something stricter than [1,MAX]
1591         for height or width and only put a structure that requires rescaling
1592         as second. This makes it possible to use videoscale in pipelines where
1593         the source can actually produce the wanted height/width but usually
1594         selects a different one from the requested.
1595
1596 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1597
1598         Based on patch by: John Millikin <jmillikin gmail com>
1599
1600         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1601           (gst_vorbis_tag_add_coverart):
1602           Retrieve COVERART tags from vorbis comments (#512333)
1603
1604 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1605
1606         * gst-libs/gst/tag/tag.h:
1607         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1608           Don't forget to add new enum value here too (should probably use
1609           glib-mkenums here...).
1610
1611 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1612
1613         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1614         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1615         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1616           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1617           (gst_tag_image_data_to_image_buffer):
1618           Add two utility functions to avoid code duplication (#512333):
1619           API: add gst_tag_image_data_to_image_buffer()
1620           API: add gst_tag_list_add_id3_image()
1621           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1622
1623 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1624
1625         * win32/common/libgstaudio.def:
1626         Add gst_audio_check_channel_positions() to the exported symbols.
1627
1628 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1629
1630         * docs/libs/gst-plugins-base-libs-sections.txt:
1631         * gst-libs/gst/audio/multichannel.c:
1632         (gst_audio_check_channel_positions):
1633         * gst-libs/gst/audio/multichannel.h:
1634         API: Make gst_audio_check_channel_positions() public.
1635
1636         * tests/check/libs/audio.c: (GST_START_TEST):
1637         Add some simple checks for gst_audio_check_channel_positions().
1638
1639 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1640
1641         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1642           minrange and maxrange are scaled according to the frequency
1643           multiplier.
1644
1645 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1646
1647         * ext/pango/Makefile.am:
1648         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1649           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1650           Use gstvideo functions to calculate strides and plane offsets. Fixes
1651           rendering issue ('ghost' images of the text on the chroma planes)
1652           with widths or heights that are not multiples of 8 (#506659 and
1653           probably also #485729).
1654
1655         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1656           (main):
1657           Test with odd height/width too.
1658
1659 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1660
1661         * gst/adder/gstadder.c: (gst_adder_query_duration),
1662         (gst_adder_query_latency):
1663         When using gst_element_iterate_pads() one has to unref every pad
1664         after usage.
1665
1666 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1667
1668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1669         (gst_base_audio_src_class_init):
1670         Add a gtk-doc chunk for the new properties to have a Since: indication.
1671
1672 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1673
1674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1675         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1676         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1677         (gst_base_audio_src_change_state):
1678         Provide readable actual-buffer-time and actual-latency-time properties
1679         that reflect the configured ringbuffer values. Fixes #524724.
1680         API: GstBaseAudioSrc:actual-buffer-time
1681         API: GstBaseAudioSrc:actual-latency-time
1682
1683 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1684
1685         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1686         (gst_basertppayload_change_state):
1687         Simply converting the running time into an RTP timestamp by scaling it
1688         based on the clock-rate is good enough for making an RTP timestamp. This
1689         has the added benefit that we can later on expose a property with the
1690         RTP timestamp of running time 0, as is needed for RTSP servers to
1691         generate the response of the PLAY request.
1692
1693 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1694
1695         * gst/audioconvert/gstaudioconvert.c:
1696         (structure_has_fixed_channel_positions),
1697         (gst_audio_convert_transform_caps):
1698         Allow up to 11 positioned channels now that audioconvert can handle
1699         this but add no default positions for > 8 channels.
1700         
1701         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1702         Add some unit tests for the above change: Test conversion of
1703         11 positioned channels to stereo and the other way around, test
1704         conversion of 15 unpositioned channels in different ways.
1705
1706 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1707
1708         * win32/common/libgstaudio.def:
1709         Add gst_audio_clock_reset to the list of exported symbols.
1710
1711 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1712
1713         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1714         Remove wrong_channels_identification_header unit test as we now
1715         support 7 (and more channels).
1716
1717 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1718
1719         * gst/audioconvert/gstchannelmix.c:
1720         (gst_channel_mix_fill_one_other):
1721         If mixing left or right to center (or the other way around) only take
1722         the complete value if we don't already have the original position in
1723         the source.
1724
1725 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1726
1727         * gst-libs/gst/audio/multichannel.c:
1728         (gst_audio_check_channel_positions),
1729         (gst_audio_set_structure_channel_positions_list),
1730         (gst_audio_fixate_channel_positions):
1731         Allow rear center together with rear left/right and other previously
1732         conflicting channel positions. The reason why they weren't allowed
1733         was the channel mixing implementation in audioconvert.
1734         Also take this into account when fixing channel layouts.
1735
1736         Allow setting channel positions for 1/2 channels when using
1737         gst_audio_set_structure_channel_position().
1738
1739         * gst/audioconvert/gstchannelmix.c:
1740         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1741         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1742         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1743         Major rewrite of the channel mixing.
1744
1745         We now allow previously conflicting channel positions to appear
1746         together (rear center and rear left/right for example).
1747         Fixes bug #533817.
1748
1749         Rework the way channels are mixed together to take more possible
1750         channel positions into account, properly mix from/to side channels
1751         and don't assume that either center, left&right or nothing of a
1752         specific position is available anymore.
1753
1754         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1755         Adjust unit tests with non-standard 1/2 channel layouts to the more
1756         correct new behaviour.
1757
1758         Add a unit test for 5.1->Stereo downmixing.
1759
1760 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1761
1762         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1763         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1764         Add sane defaults for the 7 and 8 channel layouts as those are
1765         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1766         more than 8 channels instead of erroring out. Fixes bug #535356.
1767
1768 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1769
1770         * docs/plugins/Makefile.am:
1771         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1772         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1773         * ext/theora/theoraparse.c:
1774         Add theoraparse to the docs and fix some docs.
1775
1776 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1777
1778         * gst-libs/gst/cdda/gstcddabasesrc.c:
1779         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1780         Fix EOS condition and track addition check, the track.end sector is
1781         included in the track. Fixes #533265.
1782
1783 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1784
1785         Patch by: Mark Nauwelaerts <manauw at skynet be>
1786
1787         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1788         (gst_video_rate_flush_prev), (gst_video_rate_event),
1789         (gst_video_rate_chain):
1790         * gst/videorate/gstvideorate.h:
1791         React (more) to NEWSEGMENT
1792         Small adjustment in timestamp calculation to prevent mismatches
1793         Fixes #435633.
1794
1795 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1796
1797         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1798           Initialise error to NULL as we should.
1799
1800 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1801
1802         * gst/adder/gstadder.c: (gst_adder_query_duration),
1803         (gst_adder_query_latency), (gst_adder_query):
1804         Implement latency query.
1805
1806 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * gst/adder/gstadder.c: (gst_adder_query_duration):
1809         Correctly resync the iterator if gst_iterator_next() returns
1810         GST_ITERATOR_RESYNC.
1811
1812 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1813
1814         * win32/vs6/libgstpbutils.dsp:
1815           Add pbutils-enumtypes.c to sources (#518037).
1816
1817 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1818
1819         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1820         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1821         * gst-libs/gst/audio/gstaudioclock.h:
1822         Add method to inform the clock that the time starts from 0 again. We use
1823         this info to calculate a clock offset so that the time we report in
1824         internal_time is monotonically increasing, as required by the clock base
1825         class. Fixes #521761.
1826         API: GstAudioClock::gst_audio_clock_reset()
1827
1828         * gst-libs/gst/audio/gstbaseaudiosink.c:
1829         (gst_base_audio_sink_skew_slaving),
1830         (gst_base_audio_sink_change_state):
1831         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1832         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1833         Reset reported time when we (re)create the ringbuffer.
1834
1835 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1836
1837         * ext/alsa/gstalsamixertrack.c:
1838           (gst_alsa_mixer_track_update_alsa_capabilities):
1839           Make sure playback volumes aren't accidentally overwritten by
1840           capture volumes if an alsa mixer track has both playback and
1841           capture capabilities: we create two GstMixerTracks in that
1842           case, so make sure we query only the alsa capabilities that
1843           refer to the type of GstMixerTrack we created from the dual
1844           capability alsa element. Should fix issues with Audigy2 sound
1845           cards (#518082).
1846
1847 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1848
1849         * tests/check/pipelines/oggmux.c: (test_pipeline):
1850           Don't use deprecated function.
1851
1852 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1853
1854         * gst/playback/gstdecodebin2.c:
1855         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1856         Check for NULL cases and log them, creating ghostpads can, for example,
1857         fail when the pad returns wrong caps.
1858
1859         * gst/playback/gstplaybin2.c: (perform_eos):
1860         When pushing out the EOS event, collect the return value and warn when
1861         something failed.
1862
1863 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1866         (gst_riff_create_video_template_caps):
1867         Add support for DVCPRO.
1868
1869 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1870
1871         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1872           Change default scaling method from nearest-neighbour to bilinear.
1873
1874 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1875
1876         * tests/check/libs/video.c:
1877           More checks.
1878
1879 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1880
1881         * gst/subparse/gstsubparse.c: (parser_state_init),
1882           (gst_sub_parse_format_autodetect), (handle_buffer):
1883         * gst/subparse/gstsubparse.h:
1884         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1885           Limit duration to a maximum of five seconds for tmplayer format where
1886           we can guess the duration only from the timestamp of the next line of
1887           text. We don't want to show a text for eternities just because nothing
1888           else is being said for a while.
1889
1890 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1893         (gst_base_rtp_depayload_chain),
1894         (gst_base_rtp_depayload_handle_sink_event),
1895         (gst_base_rtp_depayload_push_full),
1896         (gst_base_rtp_depayload_change_state):
1897         Check sequence numbers, mark input buffers with a discont flag for the
1898         subclass when we detected a gap, drop duplicate buffers. We do this
1899         because one can use the element without a jitterbuffer in front and we
1900         don't want to feed the subclasses invalid or reordered data.
1901         Do an error when the subclass did not provide a process function instead
1902         of crashing.
1903         Some other small cleanups.
1904
1905 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1906
1907         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1908           May just as well use the precalculated uvstride here.
1909
1910 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1911
1912         * docs/plugins/Makefile.am:
1913         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1914         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1915         * docs/plugins/gst-plugins-base-plugins.args:
1916         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1917         * docs/plugins/gst-plugins-base-plugins.interfaces:
1918         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1919         * docs/plugins/inspect/plugin-adder.xml:
1920         * docs/plugins/inspect/plugin-alsa.xml:
1921         * docs/plugins/inspect/plugin-audioconvert.xml:
1922         * docs/plugins/inspect/plugin-audiorate.xml:
1923         * docs/plugins/inspect/plugin-audioresample.xml:
1924         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1925         * docs/plugins/inspect/plugin-cdparanoia.xml:
1926         * docs/plugins/inspect/plugin-decodebin.xml:
1927         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1928         * docs/plugins/inspect/plugin-gdp.xml:
1929         * docs/plugins/inspect/plugin-gio.xml:
1930         * docs/plugins/inspect/plugin-gnomevfs.xml:
1931         * docs/plugins/inspect/plugin-libvisual.xml:
1932         * docs/plugins/inspect/plugin-ogg.xml:
1933         * docs/plugins/inspect/plugin-pango.xml:
1934         * docs/plugins/inspect/plugin-playback.xml:
1935         * docs/plugins/inspect/plugin-queue2.xml:
1936         * docs/plugins/inspect/plugin-subparse.xml:
1937         * docs/plugins/inspect/plugin-tcp.xml:
1938         * docs/plugins/inspect/plugin-theora.xml:
1939         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1940         * docs/plugins/inspect/plugin-uridecodebin.xml:
1941         * docs/plugins/inspect/plugin-video4linux.xml:
1942         * docs/plugins/inspect/plugin-videorate.xml:
1943         * docs/plugins/inspect/plugin-videoscale.xml:
1944         * docs/plugins/inspect/plugin-videotestsrc.xml:
1945         * docs/plugins/inspect/plugin-volume.xml:
1946         * docs/plugins/inspect/plugin-vorbis.xml:
1947         * docs/plugins/inspect/plugin-ximagesink.xml:
1948         * docs/plugins/inspect/plugin-xvimagesink.xml:
1949         * ext/cdparanoia/gstcdparanoiasrc.c:
1950         * ext/ogg/gstoggdemux.c:
1951         * ext/ogg/gstoggdemux.h:
1952         * ext/ogg/gstoggmux.c:
1953         * ext/ogg/gstoggmux.h:
1954         * gst/audioconvert/audioconvert.c:
1955         * gst/audioconvert/audioconvert.h:
1956         * gst/audioconvert/gstaudioconvert.h:
1957         * gst/gdp/gstgdpdepay.h:
1958         * gst/gdp/gstgdppay.h:
1959         * gst/playback/gstdecodebin.c:
1960         * gst/playback/gstdecodebin2.c:
1961         * gst/playback/gstplaybin.c:
1962         * gst/playback/gstplaybin2.c:
1963         * gst/playback/gsturidecodebin.c:
1964         * gst/tcp/gstmultifdsink.c:
1965         * gst/tcp/gstmultifdsink.h:
1966         * gst/tcp/gsttcp.h:
1967
1968         Add some documentation comments, and some new headers to be scanned.
1969         Rename some internal enum declarations (audioconvert's DitherType and
1970         NoiseShapingType, GstUnitType from the TCP elements) to match the
1971         documented GObject type names so that the docs pick them up.
1972         Name the playbin2 docs markups properly so they get picked up. They'll
1973         need renaming back when/if playbin2 becomes playbin.
1974
1975         100% symbol coverage for the plugin docs, booya.
1976
1977 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1978
1979         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1980
1981         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1982         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1983
1984 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1985
1986         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1987
1988         * gst/playback/gstdecodebin.c: (remove_fakesink):
1989         Lock the fakesink before setting the state to NULL and removing it from
1990         the bin so that a concurrent state change cannot interfere. 
1991         Fixes #534331.
1992
1993 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1994
1995         * docs/Makefile.am:
1996         Fix installing plugin documentation when gtk-doc is disabled.
1997
1998 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1999
2000         * gst-libs/gst/rtsp/Makefile.am:
2001         Distribute, don't install md5.h
2002
2003 2008-05-21  Julien Moutte  <julien@fluendo.com>
2004
2005         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2006         instead of SOL_IP, works on more platforms.
2007         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2008         arguments.
2009
2010 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         * ext/vorbis/vorbisdec.c:
2013         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2015         Some debug and comment fixes.
2016
2017         * tests/examples/dynamic/addstream.c: (main):
2018         Fix , to ;
2019
2020 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2021
2022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2023         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2024         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2025         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2026         (cleanup_decodebin):
2027         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2028         (connect_element), (gst_decode_group_control_demuxer_pad):
2029         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2030         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2031         (mute_group_type):
2032         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2033         (gst_play_bin_set_property), (handoff), (gen_video_element),
2034         (gen_text_element), (gen_audio_element), (gen_vis_element),
2035         (remove_sinks), (add_sink), (setup_sinks):
2036         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2037         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2038         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2039         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2040         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2041         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2042         (gen_vis_chain), (gst_play_sink_reconfigure),
2043         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2044         (gst_play_sink_request_pad):
2045         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2046         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2047         (cb_newpad):
2048         * gst/playback/test6.c: (new_decoded_pad_cb):
2049         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2050         * tests/check/elements/audiorate.c: (test_injector_chain),
2051         (do_perfect_stream_test):
2052         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2053         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2054         * tests/check/elements/gnomevfssink.c:
2055         * tests/check/elements/textoverlay.c:
2056         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2057         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2058         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2059         * tests/check/pipelines/oggmux.c: (test_pipeline):
2060         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2061         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2062         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2063         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2064         * tests/examples/seek/seek.c: (make_mod_pipeline),
2065         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2066         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2067         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2068         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2069         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2070         (update_fill), (msg_buffering):
2071         Don't use bad gst_element_get_pad().
2072
2073 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2074
2075         * gst-libs/gst/riff/riff-media.c:
2076           Fix wrong method name in docs. Fix calculation of strf fields for
2077           broken mulaw/alaw.
2078   
2079         * gst-libs/gst/riff/riff-read.c:
2080           Whitespace fix and removing double ';'.
2081
2082 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2083
2084         * docs/design/part-playbin2.txt:
2085         Add some leftover doc.
2086
2087 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2088
2089         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2090         Fix copy & paste error in last commit.
2091
2092 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2093
2094         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2095         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2096         other channel positions when source has SIDE channels and dest doesn't
2097         or the other way around.
2098
2099 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2100
2101         Patch by: Henrik Eriksson <henriken at axis dot com>
2102
2103         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2104         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2105         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2106         (gst_multi_fd_sink_get_property):
2107         * gst/tcp/gstmultifdsink.h:
2108         Add support for DSCP QOS. Fixes #469933.
2109
2110 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2111
2112         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2113         Add another test that checks if conversion between standard 1 and 2
2114         channel layouts with and without positions set is working.
2115
2116 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2117
2118         * gst-libs/gst/audio/multichannel.c:
2119         (gst_audio_check_channel_positions):
2120         Allow non-standard 2 channel layouts.
2121         
2122         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2123         Add some tests for converting and remapping non-standard 1 and 2
2124         channel layouts.
2125
2126 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2127
2128         * gst/audioconvert/gstchannelmix.c:
2129         (gst_channel_mix_fill_normalize):
2130         Prevent division by zero if the channel mix matrix contains only
2131         zeroes.
2132
2133 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2134
2135         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2136
2137         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2138         Close a buffer memory leak. Fixes bug #534071.
2139
2140 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2141
2142         * gst-libs/gst/rtsp/gstrtsptransport.h:
2143         Make the GstRTSPTransport struct members public as there are no
2144         setters/getters and it's supposed to be changed directly.
2145         Fixes bug #533087.
2146
2147 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2148
2149         * gst/adder/gstadder.c:
2150         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2151         claim this on the pad template caps.
2152
2153 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2154
2155         * gst-libs/gst/audio/gstbaseaudiosink.c:
2156         (gst_base_audio_sink_sync_latency):
2157         We can only use our optimal calibration if we prerolled before the
2158         latency expired.
2159
2160 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2161
2162         * configure.ac:
2163           Require core CVS for GstBaseSrc buffer caps setting magic.
2164
2165 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2166
2167         * gst/audioconvert/gstaudioconvert.c:
2168         (gst_audio_convert_fixate_channels):
2169         Fix logic in last commit.
2170
2171 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2172
2173         * gst/audioconvert/gstaudioconvert.c:
2174         (gst_audio_convert_fixate_channels):
2175         Passthrough the channel positions if the number of output channels is
2176         the same as the number of input channels, the input had a channel
2177         layout and downstream requests no special one. We did this already for
2178         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2179
2180 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2181
2182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2183         (gst_gnome_vfs_src_finalize),
2184         (gst_gnome_vfs_src_received_headers_callback),
2185         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2186         * ext/gnomevfs/gstgnomevfssrc.h:
2187         Set the ICY caps on the srcpad from where they get picked up by the base
2188         class now and set on the outgoing buffers.
2189
2190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2191         (gst_base_audio_src_create):
2192         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2193         BaseSrc now sets the caps on outgoing buffers automatically.
2194
2195 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2196
2197         * gst-libs/gst/audio/gstbaseaudiosink.c:
2198         (gst_base_audio_sink_resample_slaving),
2199         (gst_base_audio_sink_skew_slaving),
2200         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2201         (gst_base_audio_sink_async_play),
2202         (gst_base_audio_sink_change_state):
2203         Change the way in which the ringbuffer is started when dealing with a
2204         slaved clock and latency. We now sync to the clock until we reach
2205         upstream latency before starting the ringbuffer. This has the effect
2206         that we can accurately align the master and slave clocks and let the
2207         rate correction code take care of the initial drift or rounding errors
2208         instead of leaving them uncorrected with the old approach.
2209
2210 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2211
2212         * gst/audioconvert/gstaudioconvert.c:
2213         (gst_audio_convert_fixate_channels):
2214         Correctly set the default channel positions when converting to 8
2215         channels.
2216
2217 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2218
2219         * configure.ac:
2220           Error out if we don't have the required version of core.
2221
2222 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2223
2224         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2225           Use data scan helper in aac typefinder and stop scanning
2226           for headers when we've found a type. Also fix potential invalid
2227           memory access when calculating the frame length.
2228
2229 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2230
2231         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2232           (mpeg_sys_is_valid_pack):
2233           Don't modify scan context when we return FALSE in ensure_data, so
2234           it's possible to continue scanning, and we don't end up with a NULL
2235           data pointer and a positive size, which might bite us the next time
2236           we're called. Small constification.
2237
2238 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2239
2240         * gst/adder/gstadder.c:
2241         Adder doesn't support 24 bit samples so don't claim it supports them
2242         in the pad template caps.
2243
2244 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2245
2246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2247         (gst_base_rtp_depayload_chain):
2248         Validate the RTP packet before further processing it. It's just too
2249         dangerous to accept random packets and people are not forced to use a
2250         jitterbuffer or session manager to filter out the bad packets.
2251
2252         * gst-libs/gst/rtp/gstrtpbuffer.c:
2253         (gst_rtp_buffer_set_extension_data),
2254         (gst_rtp_buffer_get_payload_subbuffer):
2255         Small cleanups.
2256         When setting extension data in a buffer that is too small, we fail and
2257         we should not set the extension bit.
2258         Change GST_WARNINGS into g_warning because they really are
2259         programming errors.
2260
2261         * tests/check/libs/rtp.c: (GST_START_TEST):
2262         Catch the g_warnings now in the unit tests and that fact that failing to
2263         set extension data left the extension bit untouched.
2264
2265 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2266
2267         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2268           Revert previous change which made basetransform handle buffer_alloc
2269           and which breaks things badly in the non-passthrough case since it
2270           returned buffers with a different (ie. sometimes smaller) size than
2271           the size requested.
2272
2273 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2274
2275         Patch by: Bernard B <b-gnome at largestprime dot net>
2276
2277         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2278         Fix seqnum compare function for bordercase values and fix the docs
2279         again. Fixes #533075.
2280
2281         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2282         Add a testcase for seqnum compare function.
2283
2284 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2285
2286         * gst/adder/gstadder.c: (gst_adder_setcaps),
2287         (gst_adder_class_init):
2288         Correctly declare the supported endianness on the pad templates
2289         and check for correct endianness in the set caps function. Adder
2290         only supports native endianness.
2291         Also use gst_element_class_set_details_simple().
2292
2293 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2294
2295         * sys/xvimage/xvimagesink.c:
2296           Better debug logging in port value handling. Merging separate port
2297           value loops into one.
2298
2299 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2300
2301         Patch by: Hannes Bistry <hannesb at gmx dot de>
2302
2303         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2304         * gst/tcp/gsttcpserversink.c:
2305         (gst_tcp_server_sink_handle_server_read),
2306         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2307         Fix regression in clientsrc because we did not add the fd to the poll
2308         set anymore. Fixes #532364.
2309         Do some cleanups here and there.
2310
2311 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2314         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2315         * gst/playback/gstplay-marshal.list:
2316         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2317         Use correct marshallers. GstCaps are a boxed type and no GObject
2318         subclass.
2319
2320 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2321
2322         * win32/common/libgstrtsp.def:
2323         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2324         symbols.
2325
2326 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2327
2328         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2329
2330         * tests/check/elements/audioresample.c:
2331         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2332         (live_switch_push), (GST_START_TEST):
2333         Add unit test for the latest basetransform negotiation changes.
2334         See bug #526768.
2335
2336 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2337
2338         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2339         Fix nv12<->nv21 conversion if stride is larger than width.
2340
2341 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2342
2343         Patch by: Jan Gerber <j at oil21 dot org>
2344
2345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2346         (gst_ogg_pad_parse_skeleton_fisbone):
2347         * ext/ogg/gstoggdemux.h:
2348         Parse presentation time from skeleton streams and use it as offset
2349         for the timestamps. Fixes bug #530068.
2350
2351 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         * gst-libs/gst/audio/gstbaseaudiosink.c:
2354         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2355         Revert previous patch that attempted to more accurately calculate the
2356         initial offset between master and slave clock. The best thing we can do
2357         in general is take the time of both clocks as the diff since we don't
2358         know when the actual preroll happened.
2359
2360 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2361
2362         * gst-libs/gst/pbutils/install-plugins.c:
2363           Fix docs: type and missing word.
2364
2365 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2366
2367         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2368           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2369           for this instead; don't check if we've found enough markers after
2370           each and every step, it's enough to do that only if we've actually
2371           found a new marker.
2372           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2373
2374 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2375
2376         * gst/typefind/gsttypefindfunctions.c:
2377           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2378           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2379           (mpeg_video_stream_type_find):
2380           Move scan helper thingy to the beginning of the file so we can use
2381           it in other typefind functions. Rename it to something more
2382           generic. Also improve handling of things towards the end of the
2383           typefind data: peek as much as we can if we know the size of the
2384           data, rather than just min_size.
2385
2386 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2387
2388         * docs/libs/gst-plugins-base-libs-sections.txt:
2389         * gst-libs/gst/interfaces/colorbalance.c:
2390         * gst-libs/gst/interfaces/colorbalance.h:
2391         * gst-libs/gst/interfaces/colorbalancechannel.c:
2392         * gst-libs/gst/interfaces/colorbalancechannel.h:
2393         * gst-libs/gst/interfaces/tuner.c:
2394         * gst-libs/gst/interfaces/tunerchannel.c:
2395         * gst-libs/gst/interfaces/tunerchannel.h:
2396         * gst-libs/gst/interfaces/tunernorm.c:
2397         * gst-libs/gst/interfaces/tunernorm.h:
2398         * gst-libs/gst/video/video.c:
2399         * gst-libs/gst/video/video.h:
2400         Document the GstTuner and GstColorBalance interfaces, and some
2401         other random API functions that needed it. 70% symbol coverage, woo.
2402
2403 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2404
2405         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2406         Choose to allocate one less segment but require one additional segment
2407         as latency. 
2408
2409         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2410         No need to increment the number of segments in the source.
2411
2412         * gst-libs/gst/audio/gstbaseaudiosink.c:
2413         (gst_base_audio_sink_get_time), (clock_convert_external),
2414         (gst_base_audio_sink_resample_slaving),
2415         (gst_base_audio_sink_skew_slaving),
2416         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2417         (gst_base_audio_sink_async_play):
2418         Remove adding latency when returning the internal time while subtracting
2419         it again when we use the value a little later.
2420         When calculating the end timestamp, we are making a rounding error
2421         with the current algorithm. Ensure that we don't accumulate these
2422         rounding errors when aligning samples by not resampling at all if we
2423         don't need to. Fixes #419351.
2424         Make the initial calibration of the clock slaving a little more
2425         predictable and accurate. Also handle the case where we don't do
2426         clock slaving.
2427
2428 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2429
2430         Based on a patch by:
2431           Björn Benderius <bjoern dot benderius at axis dot com>
2432
2433         * gst/ffmpegcolorspace/avcodec.h:
2434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2436         (gst_ffmpegcsp_avpicture_fill):
2437         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2438         * gst/ffmpegcolorspace/imgconvert_template.h:
2439         Add conversions from/to NV12 and NV21 and conversions between those
2440         two formats. Fixes bug #532166.
2441
2442 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2443
2444         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2445         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2446         which happens for example with files smaller than 128kb.
2447
2448 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2449
2450         Patch by: Wouter Cloetens <zombie at e2big dot org>
2451
2452         * gst-libs/gst/rtsp/Makefile.am:
2453         * gst-libs/gst/rtsp/gstrtspconnection.c:
2454         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2455         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2456         (add_auth_header), (gst_rtsp_connection_free),
2457         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2458         (gst_rtsp_connection_set_auth_param),
2459         (gst_rtsp_connection_clear_auth_params):
2460         * gst-libs/gst/rtsp/gstrtspconnection.h:
2461         Add Digest authorization support for RTSP connections. See #532065.
2462
2463         * gst-libs/gst/rtsp/md5.c:
2464         * gst-libs/gst/rtsp/md5.h:
2465         Yeap, another md5 implementation until we can depend on a glib that has
2466         support for it.
2467
2468 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2469
2470         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2471
2472         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2473         Let audioresample use the buffer allocation of basetransform instead
2474         of it's own stuff.
2475
2476         * tests/check/elements/audioresample.c: (alloc_only_48000),
2477         (GST_START_TEST), (audioresample_suite):
2478         Add unit test for the recent basetransform bugfix, where upstream
2479         changes caps to something that can't be passed through anymore.
2480
2481 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2482
2483         * win32/common/config.h.in:
2484           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2485           use the real thing than having "???" unconditionally.
2486
2487 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2488
2489         * gst-libs/gst/audio/gstbaseaudiosink.c:
2490         (gst_base_audio_sink_query):
2491         Report the latency with the new seglatency parameter.
2492
2493         * gst-libs/gst/audio/gstringbuffer.c:
2494         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2495         (gst_ring_buffer_acquire):
2496         * gst-libs/gst/audio/gstringbuffer.h:
2497         Add new field to the ringbufferspec to specify the expected latency
2498         between the underlying device read/write pointer, this is needed
2499         when writing sinks that sit a little closer to the hardware.
2500         Add some more docs for other fields.
2501
2502 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst/volume/gstvolume.c: (volume_transform_ip):
2505         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2506         reason instead of crashing later. Might fix bug #509125.
2507
2508 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2509
2510         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2511
2512         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2513         * gst/audioconvert/audioconvert.h:
2514         * gst/audioconvert/gstaudioconvert.c:
2515         (gst_audio_convert_parse_caps),
2516         (structure_has_fixed_channel_positions),
2517         (gst_audio_convert_transform_caps):
2518         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2519         Add support for more than 8 channels and NONE channel layouts. For
2520         more than 8 channels no channel conversion is supported yet, only
2521         format conversions are supported. Fixes bug #398033.
2522
2523         * tests/check/elements/audioconvert.c: (verify_convert),
2524         (GST_START_TEST), (audioconvert_suite):
2525         Add some unit tests by Tim for checking the NONE channel layouts
2526         and more than 8 channels and add some more unit tests for channel
2527         conversions.
2528
2529 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2530
2531         * gst/playback/gstdecodebin2.c: (connect_pad):
2532         When autoplugging fails, set the element back to NULL before
2533         unreffing it.
2534
2535 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2536
2537         * win32/common/libgstaudio.def:
2538         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2539         symbols.
2540
2541 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2542
2543         * gst/subparse/samiparse.c: (handle_start_sync),
2544         (end_sami_element), (characters_sami):
2545         Remove trailing, leading and double whitespaces.
2546         Correctly timestamp buffers and output the last buffer too.
2547
2548         * tests/check/elements/subparse.c: (GST_START_TEST),
2549         (subparse_suite):
2550         Add a simple unit test for SAMI parsing.
2551
2552 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2555
2556         * gst/subparse/samiparse.c: (handle_start_sync),
2557         (start_sami_element), (end_sami_element), (characters_sami),
2558         (sami_context_reset):
2559         Only output characters inside the "sync" elements. There could be
2560         other elements like "style" that have some content but should
2561         not be printed. Fixes bug #467911.
2562
2563 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2566         (set_active_source):
2567         * gst/playback/gstplaybasebin.h:
2568         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2569         (playbin_set_audio_mute):
2570         Allow setting -1 as current-audio to mute the current audio stream,
2571         similar to what is done for subtitles. Fixes bug #342294.
2572
2573 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2574
2575         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2576         It's SorensOn and not SorensEn.
2577
2578 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2579
2580         * gst-libs/gst/pbutils/descriptions.c: (formats):
2581           Fix description of video/x-flash-video.
2582
2583 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2584
2585         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2586         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2587         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2588         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2589         Remove some unused code.
2590
2591         * gst/audioconvert/gstaudioquantize.c:
2592         (gst_audio_quantize_free_noise_shaping):
2593         Don't return before freeing the noise shaping history.
2594
2595 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2596
2597         * tests/check/elements/subparse.c: (do_test),
2598           (test_tmplayer_style3b), (subparse_suite):
2599           Add unit test for the tmplayer variant from bug #530962.
2600
2601 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2602
2603         * gst/subparse/gstsubparse.c: (handle_buffer),
2604           (gst_sub_parse_sink_event):
2605         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2606           (tmplayer_parse_line):
2607           Fix parsing of tmplayer subtitle variant where every single line contains
2608           text and there isn't an empty line after each line to determine the
2609           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2610           making sure that we push out the last line of text without a duration if
2611           there's still text left in the buffer at the end.
2612
2613 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2614
2615         * gst/subparse/gstsubparse.c: (feed_textbuf):
2616           Fix detection of discontinuities based on the buffer offset (doesn't work
2617           so well if no buffer offset is set) and also check for the DISCONT buffer
2618           flag. This keeps the parser state from being reset after each buffer in
2619           the unit test.
2620
2621 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2622
2623         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2624           Further fine-tuning: don't absolutely require sequence or GOP headers
2625           (as introduced in the previous commit), but adjust the typefind
2626           probabilities returned accordingly if we don't see them. Also make sure
2627           picture header and first slice are somewhat close to each other (which
2628           is not perfect but still better than requiring a fixed offset or having
2629           no limit at all).
2630
2631 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2632
2633         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2634         (gst_basertppayload_sink_setcaps),
2635         (gst_basertppayload_sink_getcaps):
2636         Rename the setcaps/getcaps function internally to make it clear that
2637         they are called for the sink pad.
2638
2639 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2640
2641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2642         (gst_base_rtp_depayload_class_init),
2643         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2644         (gst_base_rtp_depayload_packet_lost),
2645         (gst_base_rtp_depayload_set_gst_timestamp):
2646         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2647         Catch packet-lost events from the jitterbuffer and convert them into a
2648         vmethod call (lost-packet) so that depayloaders can do something smart.
2649         Also add a default packet-lost function that sends out a segment update
2650         to the decoders.
2651
2652 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * gst/playback/test4.c:
2655         * gst/playback/test5.c:
2656         * gst/playback/test6.c:
2657         * gst/playback/test7.c:
2658           Also include config.h when relying on defines from it. Fixes the
2659           build. Its been a please to serve :)
2660
2661 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2662
2663         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2664         (paint_setup_NV21), (paint_hline_NV12_NV21):
2665         Add support for NV12 and NV21 in videotestsrc
2666
2667 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/videoscale/gstvideoscale.c:
2670         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2671         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2672         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2673         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2674         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2675         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2676         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2677         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2678         (vs_image_scale_linear_RGB555):
2679         Support 1x1 images as input and output as for example the BBC HQ new
2680         streams have 1x1 GIFs in the playlists for some reason.
2681
2682 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2683
2684         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2685           (try_to_link_1):
2686           If we can't activate one of the decoders we plugged in (such as,
2687           say, musepackdec) for some reason (it might not support push mode,
2688           for example), remove any pad probes that close_pad_link() might
2689           have set up. This makes sure we later don't try to remove a probe
2690           for a pad that doesn't exist any longer, and avoids nast warnings
2691           and probably other things too.
2692
2693 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2694
2695         * gst/typefind/gsttypefindfunctions.c:
2696           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2697           (plugin_init):
2698           Rework mpeg video stream typefinding a bit more: make sure sequence,
2699           GOP, picture and slice headers appear in the order they should and
2700           that we've in fact at least had one of each; fix picture header
2701           detection; decouple picture and slice header check - don't assume
2702           they're at a fixed offset, there may be extra data in between. Also,
2703           announce varying degrees of probability depending on what we found
2704           exactly (multiple pictures, at least one picture, just sequence and
2705           GOP headers). Finally, in _ensure_data(), take into account that we
2706           might be typefinding smaller amounts of data, such as the first
2707           buffer of a stream, so fall back to the minimum size needed as long
2708           as that's available, instead of erroring out if there's less than
2709           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2710           fuzzed file from #399342 as valid.
2711
2712 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2713
2714         * ext/theora/theoradec.c:
2715           Cool kids don't divide by zero.
2716           Treat PAR of x:0 as 1:1.
2717           Fixes #530719.
2718
2719 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2720
2721         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2722           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2723           (mpeg_video_stream_type_find):
2724           Refactor a bit: use context structure to track parsing offset and
2725           size of available data and make the code a bit clearer. Fixes bad
2726           memory access in #356937.
2727
2728 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2729
2730         * gst/playback/test4.c:
2731         * gst/playback/test5.c:
2732         * gst/playback/test6.c:
2733         * gst/tcp/gstmultifdsink.c:
2734           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2735           is defined.
2736
2737 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2738
2739         * gst-libs/gst/audio/gstbaseaudiosink.h:
2740         Clarify some docs.
2741
2742         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2743         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2744         (gst_base_audio_src_set_slave_method),
2745         (gst_base_audio_src_get_slave_method),
2746         (gst_base_audio_src_set_property),
2747         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2748         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2749         Add property and methods for selecting the clock slave method in the
2750         source, like in the sink.
2751         We only implement "none" and "re-timestamp" for now.
2752         API: gst_base_audio_src_set_slave_method()
2753         API: gst_base_audio_src_get_slave_method()
2754
2755 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2756
2757         * gst-libs/gst/rtp/gstrtpbuffer.c:
2758         Fix the docs about the seqnum compare function, it returns a difference.
2759
2760 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2761
2762         * ext/alsa/gstalsadeviceprobe.c:
2763         (gst_alsa_get_device_list): Don't return before freeing up
2764         the allocated structures.
2765
2766 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2767
2768         * gst/playback/gstplaybin.c:
2769           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2770
2771 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2772
2773         * ext/ogg/gstoggdemux.c:
2774           Revert the event part, that should not go in.
2775
2776 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * ext/ogg/gstoggdemux.c:
2779           Don't leak GstPluginFeatures when filtering.
2780
2781 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * sys/xvimage/xvimagesink.c:
2784           Add some logging for cases when grabbing the xv failed.
2785
2786 2008-04-21  David Schleef  <ds@schleef.org>
2787
2788         * ext/ogg/gstoggmux.c:
2789           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2790           packet.  Should conform to what we currently think is the
2791           final Ogg/Dirac muxing spec.
2792
2793 2008-04-21  David Schleef  <ds@schleef.org>
2794
2795         * sys/xvimage/xvimagesink.c:
2796           Fix typo that causes the overlay keying color to bright green
2797           on a 16-bit display.  Dark grey good.  Bright green bad.
2798
2799 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * ext/gnomevfs/gstgnomevfsuri.c:
2802           Add  FIXME comment about using uri-list for source and sink.
2803
2804 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2805
2806         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2807         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2808         vaargs functions to gint. Otherwise the fractions will get 0 set
2809         instead of the correct value on big endian systems. Fixes bug #529018.
2810
2811 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2812
2813         * ext/gnomevfs/gstgnomevfssink.c:
2814         (gst_gnome_vfs_sink_uri_get_protocols):
2815         * ext/gnomevfs/gstgnomevfssrc.c:
2816         (gst_gnome_vfs_src_uri_get_protocols):
2817         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2818         (gst_gnomevfs_get_supported_uris):
2819         Get the list of supported URI schemes in a threadsafe way and use the
2820         same list for the source and sink.
2821
2822 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2823
2824         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2825         (gst_gio_get_supported_protocols):
2826         Don't generate a new supported protocols list on each call but cache
2827         it. It's supposed to be static anyway, this way we only leak it once
2828         per process.
2829
2830         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2831         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2832         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2833         (gst_gio_sink_start):
2834         * ext/gio/gstgiosink.h:
2835         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2836         (gst_gio_src_class_init), (gst_gio_src_finalize),
2837         (gst_gio_src_set_property), (gst_gio_src_get_property),
2838         (gst_gio_src_start):
2839         * ext/gio/gstgiosrc.h:
2840         API: Add "file" properties where one can set a GFile as
2841         source/destination.
2842
2843         Add locking to the properties and use
2844         gst_element_class_set_details_simple() instead of a static
2845         GstElementDetails struct.
2846
2847 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2850         (plugin_init):
2851         Add "mpp" and "mp+" as possible extensions for MusePack files.
2852
2853         Add typefinding for MusePack StreamVersion 8 files and include the
2854         stream version in the caps.
2855
2856 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2857
2858         * gst-libs/gst/rtp/gstrtppayloads.c:
2859         (gst_rtp_payload_info_for_name):
2860         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2861
2862 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2863
2864         * configure.ac:
2865           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2866           (NB: this only affects compilation of some of the examples).
2867           Remove some configure.ac cruft that's not needed any longer.
2868
2869 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2870
2871         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2872         Don't validate the payload if there isn't any.
2873         Fixes #525915
2874
2875 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2876
2877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2878         Use g_atomic_int_set() instead of gst_atomic_int_set().
2879
2880 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2881
2882         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2883         Return NULL instead of a gchar * array with one NULL element if we
2884         don't get any supported URI schemes from GIO.
2885
2886 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2887
2888         * gst/audiotestsrc/gstaudiotestsrc.c:
2889           Remove cpp style commented old code.
2890
2891 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2892
2893         * gst/playback/gstdecodebin2.c:
2894           Fix signal docs.
2895
2896 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2897
2898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2899           (gst_text_overlay_init):
2900           Fix textoverlay unit test again by making the supposed default
2901           value for the wait-text property the actual default value.
2902           Also fix Since: tag for new property.
2903
2904 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2905
2906         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2907           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2908           (gst_video_format_get_pixel_stride),
2909           (gst_video_format_get_component_width),
2910           (gst_video_format_get_component_height),
2911           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2912           (gst_video_format_convert):
2913           Add guards to these functions to ensure sane input values.
2914
2915         * tests/check/libs/video.c:
2916           Fix unit test not to create caps with width=0 and height=0.
2917
2918 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2919
2920         * docs/design/draft-keyframe-force.txt:
2921         Fix typo.
2922
2923         * gst/playback/gstqueue2.c: (update_buffering),
2924         (gst_queue_handle_src_query):
2925         Set buffering mode in the messages.
2926         Set buffering percent in the query.
2927
2928         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2929         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2930         Do some more fancy things based on the buffering method in use.
2931
2932 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2935         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2936         (msg_buffering), (main):
2937         Add basic download reports to seek using the new buffering API.
2938
2939 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2940
2941         * gst/playback/gstqueue2.c: (update_buffering),
2942         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2943         (gst_queue_src_checkgetrange_function):
2944         Include extra buffering stats in the buffering message.
2945         Implement BUFFERING query.
2946
2947         * gst/playback/gsturidecodebin.c: (do_async_start),
2948         (do_async_done), (type_found), (setup_streaming), (setup_source),
2949         (gst_uri_decode_bin_change_state):
2950         Only add decodebin2 when the type is found in streaming mode.
2951         Make uridecodebin async to PAUSED even when we don't have decodebin2
2952         added yet.
2953
2954 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2955
2956         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2957         Filter cdda from the supported URI schemes. We can't support
2958         musicbrainz tags and everything else one expects from a cdda source
2959         with GIO. Fixes bug #526794.
2960
2961 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2962
2963         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2964         (gst_xvimagesink_buffer_alloc):
2965         Fix calculation of 'expected size' for YV12 buffers.
2966         Be a little more verbose in the debug output for buffer-alloc'ed
2967         buffers which turn out to have the wrong size.
2968
2969 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2970
2971         * NEWS:
2972         * RELEASE:
2973         * gst-plugins-base.doap:
2974           Merge other changes from 0.10.19 release branch.
2975
2976 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * gst-libs/gst/audio/gstbaseaudiosink.c:
2979           (gst_base_audio_sink_class_init):
2980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2981           (gst_base_audio_src_class_init):
2982         * gst/playback/gstplayback.c: (plugin_init):
2983         * gst/volume/gstvolume.c: (plugin_init):
2984           Work around missing bits of thread-safety on older GLibs some
2985           more to avoid assertions when starting up multiple playbin
2986           objects concurrently (see #512382).
2987
2988 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2991           Remove some more fields.
2992
2993 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2996
2997         * configure.ac:
2998         Actually build dlls when cross-compiling with mingw32.
2999         Fixes bug #526247.
3000
3001 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         * configure.ac:
3004           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3005
3006 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3007
3008         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3009         (msg_buffering), (connect_bus_signals), (main):
3010         Add statusbar.
3011         Add buffering support with feedback in the statusbar.
3012
3013 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3014
3015         * ext/ogg/gstoggmux.c:
3016           Fix sample pipeline description.
3017
3018 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * docs/plugins/Makefile.am:
3021         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3022         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3024           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3025
3026         * docs/plugins/gst-plugins-base-plugins.args:
3027         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3028         * docs/plugins/gst-plugins-base-plugins.interfaces:
3029         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3030         * docs/plugins/inspect/plugin-adder.xml:
3031         * docs/plugins/inspect/plugin-alsa.xml:
3032         * docs/plugins/inspect/plugin-audioconvert.xml:
3033         * docs/plugins/inspect/plugin-audiorate.xml:
3034         * docs/plugins/inspect/plugin-audioresample.xml:
3035         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3036         * docs/plugins/inspect/plugin-cdparanoia.xml:
3037         * docs/plugins/inspect/plugin-decodebin.xml:
3038         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3039         * docs/plugins/inspect/plugin-gdp.xml:
3040         * docs/plugins/inspect/plugin-gnomevfs.xml:
3041         * docs/plugins/inspect/plugin-libvisual.xml:
3042         * docs/plugins/inspect/plugin-ogg.xml:
3043         * docs/plugins/inspect/plugin-pango.xml:
3044         * docs/plugins/inspect/plugin-playback.xml:
3045         * docs/plugins/inspect/plugin-queue2.xml:
3046         * docs/plugins/inspect/plugin-subparse.xml:
3047         * docs/plugins/inspect/plugin-tcp.xml:
3048         * docs/plugins/inspect/plugin-theora.xml:
3049         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3050         * docs/plugins/inspect/plugin-uridecodebin.xml:
3051         * docs/plugins/inspect/plugin-video4linux.xml:
3052         * docs/plugins/inspect/plugin-videorate.xml:
3053         * docs/plugins/inspect/plugin-videoscale.xml:
3054         * docs/plugins/inspect/plugin-videotestsrc.xml:
3055         * docs/plugins/inspect/plugin-volume.xml:
3056         * docs/plugins/inspect/plugin-vorbis.xml:
3057         * docs/plugins/inspect/plugin-ximagesink.xml:
3058         * docs/plugins/inspect/plugin-xvimagesink.xml:
3059           Update introspection data.
3060
3061         * ext/ogg/gstoggmux.c:
3062           Document oggmux.
3063
3064         * gst/playback/gstdecodebin2.c:
3065           Don't use gtk-doc style comment start for private stuff, but make it
3066           formatted like this for consistency.
3067
3068 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3069
3070         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3071         (gst_decode_bin_init), (gst_decode_bin_dispose),
3072         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3073         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3074         (analyze_new_pad), (connect_pad), (expose_pad),
3075         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3076         (gst_decode_group_expose), (gst_decode_group_free),
3077         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3078         Remove fakesink hack, we can now implement this more elegantly.
3079         Added property to bypass typefinding.
3080         Removed underrun callback and demuxer pad probe, we now use the srcpad
3081         probe to expose groups.
3082         API::sink-caps property
3083
3084         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3085         Guard against multiple emissions of the no_more_pads signal, which
3086         happens when we are dealing with chained oggs.
3087
3088         * gst/playback/gsturidecodebin.c: (remove_decoders),
3089         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3090         (setup_source):
3091         For streams, use our own typefind element and plug our queue after it.
3092         We will need this to determine the type of buffering to use for the
3093         queue soon.
3094
3095 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3096
3097         * gst-libs/gst/audio/gstbaseaudiosink.c:
3098         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3099         Guard against over and underflows because of clock slaving.
3100         When we are using our own clock, still compensate for any calibrations
3101         that we might have done to our clock.
3102
3103 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3104
3105         * ext/theora/theoradec.c: (theora_handle_type_packet),
3106         (theora_dec_chain):
3107         Don't try to do anything fancy with the return code from pushing an
3108         event, it does not have enough information to turn it into a
3109         GST_FLOW_ERROR.
3110
3111 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3114         (gst_ogg_demux_chain_elem_pad):
3115         Add small debug line.
3116         Pass return code from the internal decoder instead of the too generic
3117         GST_FLOW_ERROR.
3118
3119 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3120
3121         * gst-libs/gst/cdda/Makefile.am:
3122         * gst-libs/gst/cdda/base64.c:
3123         * gst-libs/gst/cdda/base64.h:
3124         * gst-libs/gst/cdda/gstcddabasesrc.c:
3125         (gst_cddabasesrc_calculate_musicbrainz_discid):
3126         Use GLib's base64 implementation instead of our own.
3127
3128 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3129
3130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3131         (gst_ogg_demux_read_chain):
3132         Refix oggdemux, we only have a problem if we failed to find a chain and
3133         we are not EOF.
3134
3135 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3136
3137         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3138
3139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3140         (gst_ogg_demux_read_chain):
3141         When we fail to find a BOS page and we and up with no chain, error out
3142         properly instead of segfaulting. Fixes #525665.
3143
3144 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3145
3146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3147         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3148         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3149         no-more-pads...
3150
3151 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3152
3153         * gst/playback/gstqueue2.c: (update_out_rates),
3154         (gst_queue_open_temp_location_file),
3155         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3156         (gst_queue_handle_src_query), (gst_queue_set_property):
3157         Update the estimated input data when we push out a buffer.
3158         Add some debug info about the temp file.
3159         Only forward src events when we are not using a temp file.
3160         Don't block the duration query, we need to find something better.
3161         Don't leak the temp filename.
3162
3163 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         * configure.ac:
3166         Require GLib 2.12 and liboil 0.3.14.
3167
3168         * gst/volume/gstvolume.c: (volume_process_double):
3169         Unconditionally use liboil 0.3.14 function.
3170
3171 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3172
3173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3174         ms-gsm can have arbitrarty sample rates. See #481354.
3175
3176 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3177
3178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3179         MP4S is generic MPEG-4, not a microsoft variant.
3180
3181 2008-03-27  Michael Smith <msmith@fluendo.com>
3182
3183         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3184           Check the body CRC (if set) when depayloading.
3185           Fixes #522401.
3186
3187 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3188
3189         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3190           Fix Since: version for new property.
3191
3192 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         * gst-libs/gst/rtsp/gstrtspconnection.c:
3195         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3196         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3197         Don't error when poll_wait returns EAGAIN.
3198
3199 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3200
3201         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3202         The queue is never filled when there are no buffers in the queue at all.
3203         Fixes #523993.
3204
3205 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3208         (init_group), (free_group), (gst_play_bin_init),
3209         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3210         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3211         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3212         (gst_play_bin_set_current_video_stream),
3213         (gst_play_bin_set_current_audio_stream),
3214         (gst_play_bin_set_current_text_stream),
3215         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3216         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3217         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3218         (activate_group), (deactivate_group), (setup_next_source),
3219         (save_current_group), (gst_play_bin_change_state):
3220         Update some docs.
3221         Add new locks and conds to protect pipeline creation and group
3222         switching.
3223         Implement the sub-uri property.
3224         Keep track of pending uridecodebin creation and configure the output
3225         pipeline after all streams are configured.
3226         Propagate subtitle encoding to the uridecodebins.
3227         Implement getting the video/audio/visualisation elements.
3228         Use input-selector for stream switching.
3229         If we are asked to do visualisation, prefer to autoplug raw sinks
3230         instead of sinks that accept encoded data.
3231
3232 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3233
3234         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3235         (gst_play_sink_init), (gst_play_sink_dispose),
3236         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3237         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3238         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3239         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3240         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3241         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3242         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3243         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3244         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3245         * gst/playback/gstplaysink.h:
3246         Add methods to get audio/video/vis elements.
3247         Add methods to set the font description for the overlay.
3248         Remove properties, we're using this element with its methods only.
3249         Add support for subtitles.
3250         Rearrange the locking a bit to not use the object lock for protecting
3251         the pipeline construction.
3252         Try to use the volume and mute property on the sink when its available.
3253         Implement the mute option with volume when the sink does not have a mute
3254         property.
3255         Only add volume element when the sink has no volume property.
3256         Only do visualisations with raw audio pads.
3257
3258 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3259
3260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3261         (gst_text_overlay_init), (gst_text_overlay_set_property),
3262         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3263         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3264         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3265         (gst_text_overlay_change_state):
3266         * ext/pango/gsttextoverlay.h:
3267         Add property to configure waiting for text on the textpad or not, with
3268         the default behaviour being the old one (always wait for text before
3269         rendering the video). This default behaviour is usually not the best one
3270         because the text stream can very sparse and could require queueing a lot
3271         of video.
3272         Fix the flushing and EOS handing so that we don't mix up their meaning.
3273
3274 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3275
3276         * gst/playback/gsturidecodebin.c:
3277         (gst_uri_decode_bin_autoplug_factories),
3278         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3279         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3280         (gst_uri_decode_bin_set_property),
3281         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3282         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3283         (proxy_autoplug_factories_signal), (make_decoder),
3284         (source_new_pad), (setup_source):
3285         Add a readonly source property and notify.
3286         Add new lock for protecting the construction of the pipeline.
3287         Keep track of the decodebins we plugged.
3288         Correctly proxy the autoplug signal so that it actually continues.
3289         Proxy subtitle-encoding to the decodebins.
3290
3291 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3292
3293         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3294         (text_toggle_cb), (update_streams), (main):
3295         Rearrange some buttons in playbin2 and make some other boxes insensitive
3296         when needed.
3297         Add language codes to subtitle selection boxes when we gind the right
3298         tags for the streams.
3299
3300 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3301
3302         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3303         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3304         (gst_decode_bin_set_subs_encoding),
3305         (gst_decode_bin_get_subs_encoding),
3306         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3307         (deactivate_free_recursive):
3308         Protect caps property with the object lock.
3309         Protect encoding property with the object lock.
3310         Keep list of elements we added that have the subtitle-encoding property.
3311         Distribute the subtitle-encoding to all of the elements when it
3312         changes.
3313
3314 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3315
3316         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3317         Small debug improvement.
3318
3319         * gst-libs/gst/audio/gstbaseaudiosink.c:
3320         (gst_base_audio_sink_render):
3321         Fix bug in determining the sample start/stop position, we want to base
3322         this decision on the fact that we are going forwards or backwards, not
3323         slower or faster. This fixes some ugly resync warnings when playing at
3324         very slow speeds.
3325
3326 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3327
3328         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3329         Correctly set the supported URI schemes and don't leave
3330         some schemes in the middle or at the start at NULL.
3331
3332 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * tests/check/elements/gdpdepay.c:
3335           Make test compile without unused function/variable warnings on PPC.
3336  
3337 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * configure.ac:
3340         * ext/alsa/gstalsamixerelement.c:
3341         (gst_alsa_mixer_element_class_init):
3342         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3343         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3344         * ext/cdparanoia/gstcdparanoiasrc.c:
3345         (gst_cd_paranoia_src_class_init):
3346         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3347         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3348         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3349         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3350         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3353         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3354         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3355         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3356         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3357         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3358         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3359         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3360         (gst_audio_filter_template_class_init):
3361         * gst-libs/gst/audio/gstbaseaudiosink.c:
3362         (gst_base_audio_sink_class_init):
3363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3364         (gst_base_audio_src_class_init):
3365         * gst-libs/gst/cdda/gstcddabasesrc.c:
3366         (gst_cdda_base_src_class_init):
3367         * gst-libs/gst/interfaces/mixertrack.c:
3368         (gst_mixer_track_class_init):
3369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3370         (gst_base_rtp_depayload_class_init):
3371         * gst-libs/gst/rtp/gstbasertppayload.c:
3372         (gst_basertppayload_class_init):
3373         * gst/audioconvert/gstaudioconvert.c:
3374         (gst_audio_convert_class_init):
3375         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3376         * gst/audioresample/gstaudioresample.c:
3377         (gst_audioresample_class_init):
3378         * gst/audiotestsrc/gstaudiotestsrc.c:
3379         (gst_audio_test_src_class_init):
3380         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3381         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3383         (preroll_unlinked):
3384         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3385         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3386         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3387         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3388         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3389         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3390         (gst_stream_selector_class_init):
3391         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3392         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3393         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3394         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3395         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3396         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3397         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3398         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3399         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3400         * gst/videotestsrc/gstvideotestsrc.c:
3401         (gst_video_test_src_class_init):
3402         * gst/volume/gstvolume.c: (gst_volume_class_init):
3403         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3404         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3405         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3406         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3407         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3409         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3410         static strings (i.e. all). This gives us less memory usage,
3411         fewer allocations and thus less memory defragmentation. Depend
3412         on core CVS for this. Fixes bug #523806.
3413
3414 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3415
3416         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3417         Filter http and https protocols. GIO/GVfs handles them but it's
3418         impossible to implement iradio/icecast with it. Better use
3419         souphttpsrc or something else for this.
3420
3421         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3422         If getting the file informations by a query fails try it with the
3423         seek-to-end trick too.
3424
3425 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3428         (gst_volume_base_init), (gst_volume_class_init),
3429         (volume_process_double), (volume_process_float),
3430         (volume_transform_ip), (plugin_init):
3431         memset buffers to zero if we get a GAP buffer. We usually see a
3432         buffer as one unit so let's handle it as one and don't care about
3433         volume changes while processing one buffer.
3434         Also clean up some stuff a bit.
3435
3436 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3437
3438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3439         (gst_audio_convert_create_silence_buffer),
3440         (gst_audio_convert_transform):
3441         Make audioconvert GAP-aware by outputting silence buffers when the
3442         input has the GAP flag set. This is up to 8x faster.
3443         Based on a patch by Stefan Kost. Fixes bug #517813.
3444
3445 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3446
3447         * gst/volume/gstvolume.c: (volume_process_double):
3448         Use oil_scalarmultiply_f64_ns() for double processing when it's
3449         available at compile time.
3450
3451 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3452
3453         * configure.ac:
3454         Fix lrint/lrintf checks to actually work. These functions are
3455         in libm on Linux at least so try to link to it.
3456
3457 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3458
3459         * configure.ac:
3460         Back to development - 0.10.18.1
3461
3462 === release 0.10.18 ===
3463
3464 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3465
3466         * configure.ac:
3467           releasing 0.10.18, "I will follow"
3468
3469 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3470
3471         * configure.ac:
3472         * win32/common/config.h:
3473         0.10.17.4 pre-release
3474
3475 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3476
3477         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3478         Use GST_STR_NULL when trying to print strings that could be NULL because
3479         this might crash on some platforms. See #520808.
3480
3481 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3482
3483         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3484
3485         * gst-libs/gst/rtsp/gstrtspconnection.c:
3486         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3487         (read_line), (gst_rtsp_connection_read_internal):
3488         Generic Windows fixes that makes libgstrtsp work on Windows when
3489         coupled with the new GstPoll API. See #520808.
3490
3491 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3492
3493         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3494
3495         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3496           If seeking to a new position succeeds don't simply return from
3497           create() without creating a buffer. Do this only in the case
3498           seeking to the new position fails. Fixes bug #523054.
3499
3500 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3503           (gst_video_format_from_rgba32_masks):
3504           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3505           (#522635).
3506
3507         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3508           Add unit test for the RGB caps parsing and creation, checking for
3509           internal consistency of the new API and consistency of the API with
3510           the old GST_VIDEO_CAPS_* defines.
3511
3512 2008-03-14  David Schleef  <ds@schleef.org>
3513
3514         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3515           because -base is in freeze.
3516
3517 2008-03-14  David Schleef  <ds@schleef.org>
3518
3519         Patch by: William M. Brack
3520
3521         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3522
3523 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3524
3525         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3526         (gst_selector_pad_chain):
3527         * gst/playback/gststreamselector.h:
3528         Revert change that caused regression until a real fix is found.
3529         Fixes #522203.
3530
3531 2008-03-12  Michael Smith <msmith@fluendo.com>
3532
3533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3534         * gst-libs/gst/audio/gstringbuffer.h:
3535           Rename recently added buffer types to make more sense.
3536         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3537         (gst_alsasink_write):
3538           Adapt for above API changes.
3539           Fixes bug #520523.
3540
3541 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3542
3543         * win32/common/libgstnetbuffer.def:
3544         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3545
3546 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3547
3548         * configure.ac:
3549         * win32/common/config.h:
3550         0.10.17.3 pre-release
3551
3552 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3553
3554         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3555         (gst_base_audio_src_create):
3556         Fix duration when no clock was provided. Fixes #520300.
3557
3558 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3559
3560         Patch by: Olivier Crete  <tester at tester ca>
3561
3562         * docs/libs/gst-plugins-base-libs-sections.txt:
3563         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3564         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3565         Add trivial function to compare GstNetAddress. See #520626.
3566         API: GstNetBuffer::gst_netaddress_equal
3567
3568 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3569
3570         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3571         Update mode property docs, it's deprecated now.
3572
3573 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3574
3575         * gst-libs/gst/rtsp/gstrtspconnection.c:
3576         (gst_rtsp_connection_create):
3577         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3578         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3579         * gst/tcp/gstmultifdsink.h:
3580         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3581         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3582         Remove GstPollMode from gstpoll constructor.
3583
3584 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3585
3586         * configure.ac:
3587         * win32/common/config.h:
3588         0.10.17.2 pre-release
3589
3590 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3591
3592         * gst/Makefile.am:
3593         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3594         them twice
3595
3596         * win32/common/libgstinterfaces.def:
3597         * win32/common/libgstrtp.def:
3598         Add new API to the defs
3599
3600 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3601
3602         Patch by: Mersad Jelacic  <mersad at axis dot com>
3603
3604         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3605         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3606         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3607         possible to specify the sample size in bits. (#509637)
3608
3609 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * tests/check/libs/mixer.c:
3612           Add a few simple checks for the new message types.
3613
3614 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * docs/libs/gst-plugins-base-libs-sections.txt:
3617         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3618           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3619           (gst_mixer_message_get_type),
3620           (gst_mixer_message_parse_option_changed),
3621           (gst_mixer_message_parse_options_list_changed):
3622         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3623           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3624           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3625           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3626           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3627           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3628
3629 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3630
3631         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3632           (gst_mixer_options_get_values):
3633         * gst-libs/gst/interfaces/mixeroptions.h:
3634           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3635           (_GstMixerOptions), (_GstMixerOptionsClass):
3636           API: add GstMixerOptions::get_values vfunc (#519906)
3637
3638 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3639
3640         * configure.ac:
3641         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3642         plug-ins are included/excluded. (#498222)
3643
3644 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3645
3646         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3647         Add typefinder for IMelody files, using audio/x-imelody.
3648         See bug #519516.
3649
3650 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3651
3652         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3653         * ext/alsa/gstalsasink.c: (set_hwparams):
3654         * ext/alsa/gstalsasrc.c: (set_hwparams):
3655         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3656         * ext/ogg/gstoggmux.h:
3657         * ext/ogg/gstogmparse.c:
3658         * gst-libs/gst/audio/audio.c:
3659         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3660         * gst-libs/gst/pbutils/missing-plugins.c:
3661         (gst_missing_uri_sink_message_new),
3662         (gst_missing_element_message_new),
3663         (gst_missing_decoder_message_new),
3664         (gst_missing_encoder_message_new):
3665         * gst-libs/gst/rtp/gstbasertppayload.c:
3666         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3667         (gst_rtcp_packet_bye_get_reason):
3668         * gst/audioconvert/gstaudioconvert.c:
3669         * gst/audioresample/gstaudioresample.c:
3670         * gst/ffmpegcolorspace/imgconvert.c:
3671         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3672         * gst/typefind/gsttypefindfunctions.c:
3673         * gst/videoscale/vs_4tap.c:
3674         * gst/videoscale/vs_4tap.h:
3675         * sys/v4l/gstv4lelement.c:
3676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3677         * sys/v4l/v4l_calls.c:
3678         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3679         (gst_v4lsrc_try_capture):
3680         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3681         (gst_ximagesink_ximage_new):
3682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3683         (gst_xvimagesink_xvimage_new):
3684         * tests/check/elements/audioconvert.c:
3685         * tests/check/elements/audioresample.c:
3686         (fail_unless_perfect_stream):
3687         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3688         * tests/check/elements/decodebin.c:
3689         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3690         (setup_gdpdepay_streamheader):
3691         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3692         (setup_gdppay_streamheader):
3693         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3694         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3695         * tests/check/elements/textoverlay.c:
3696         * tests/check/elements/videorate.c: (setup_videorate):
3697         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3698         * tests/check/elements/volume.c: (setup_volume):
3699         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3700         * tests/check/elements/vorbistag.c:
3701         * tests/check/generic/clock-selection.c:
3702         * tests/check/generic/states.c: (setup), (teardown):
3703         * tests/check/libs/cddabasesrc.c:
3704         * tests/check/libs/video.c:
3705         * tests/check/pipelines/gio.c:
3706         * tests/check/pipelines/oggmux.c:
3707         * tests/check/pipelines/simple-launch-lines.c:
3708         (simple_launch_lines_suite):
3709         * tests/check/pipelines/streamheader.c:
3710         * tests/check/pipelines/theoraenc.c:
3711         * tests/check/pipelines/vorbisdec.c:
3712         * tests/check/pipelines/vorbisenc.c:
3713         * tests/examples/seek/scrubby.c:
3714         * tests/examples/seek/seek.c: (query_positions_elems),
3715         (query_positions_pads):
3716         * tests/icles/stress-xoverlay.c: (myclock):
3717         Correct all relevant warnings found by the sparse semantic code
3718         analyzer. This include marking several symbols static, using
3719         NULL instead of 0 for pointers and using "foo (void)" instead
3720         of "foo ()" for declarations.
3721
3722         * win32/common/libgstrtp.def:
3723         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3724
3725 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3726
3727         Patch by: José Alburquerque <jaalburqu svn gnome org>
3728
3729         * gst/playback/gstplaybin2.c:
3730           Make the function signature of the _get_*_tags() functions match
3731           the signature of the vfuncs they implement, ie. return a
3732           GstTagList rather than a GstStructure, which is more correct,
3733           even if one is typedef'ed to the other (#518940).
3734
3735 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst-libs/gst/rtsp/gstrtspconnection.c:
3738           Don't include unix headers unconditionally (fixes #518037).
3739
3740 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3743           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3744           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3745           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3746           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3747           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3748           (gst_video_format_is_packed), (video_format_is_packed):
3749           Add unit test that makes sure that the strides, offsets and
3750           sizes returned for the various YUV formats by the new video API
3751           match the old reference implementation in videotestsrc.
3752
3753 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3756           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3757           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3758           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3759           (gst_video_format_get_pixel_stride),
3760           (gst_video_format_get_component_width),
3761           (gst_video_format_get_component_height),
3762           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3763         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3764           (GST_VIDEO_FORMAT_Y42B):
3765           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3766
3767 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3768
3769         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3770           YV12 is I420 with swapped components 1 and 2, so the offset of
3771           component 1 for I420 should be the offset for component 2 for YV12
3772           and vice versa.
3773
3774 2008-02-29  Rene Stadler  <mail@renestadler.de>
3775
3776         * sys/v4l/gstv4lelement.c:
3777         Add missing semicolon to fix indentation.
3778
3779 2008-02-29  Julien Moutte  <julien@fluendo.com>
3780
3781         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3782         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3783         if we can do SPDIF output.
3784         * ext/alsa/gstalsa.h:
3785         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3786         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3787         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3789         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3790         to support AC3, EC3 and IEC958 buffers.
3791
3792 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3793
3794         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3795           (gst_mixer_message_parse_mute_toggled),
3796           (gst_mixer_message_parse_record_toggled),
3797           (gst_mixer_message_parse_volume_changed),
3798           (gst_mixer_message_parse_option_changed):
3799           De-cruft and fix message type assertions (NULL is not a really
3800           valid mixer message type string).
3801
3802 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3803
3804         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3805         When negotiating, actually start from a format that we can support
3806         instead of from the too generic template.
3807
3808 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3809
3810         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3811         Enable vis setting.
3812
3813         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3814         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3815         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3816         (gen_vis_chain):
3817         Implement vis switching while playing.
3818
3819 2008-02-28  David Schleef  <ds@schleef.org>
3820
3821         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3822
3823 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3824
3825         Patch by: Peter Kjellerstedt  <pkj at axis com>
3826
3827         * gst/tcp/Makefile.am:
3828         * gst/tcp/fdsetstress.c:
3829         * gst/tcp/gstfdset.c:
3830         * gst/tcp/gstfdset.h:
3831         Removed fdset and stress test, they are now known as GstPoll in
3832         core. 
3833
3834         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3835         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3836         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3837         (gst_multi_fd_sink_handle_client_write),
3838         (gst_multi_fd_sink_queue_buffer),
3839         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3840         (gst_multi_fd_sink_stop):
3841         * gst/tcp/gstmultifdsink.h:
3842         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3843         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3844         (gst_tcp_gdp_read_caps):
3845         * gst/tcp/gsttcp.h:
3846         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3847         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3848         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3849         * gst/tcp/gsttcpclientsink.h:
3850         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3851         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3852         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3853         * gst/tcp/gsttcpclientsrc.h:
3854         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3855         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3856         * gst/tcp/gsttcpserversink.h:
3857         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3858         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3859         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3860         * gst/tcp/gsttcpserversrc.h:
3861         Port to GstPoll. See #505417.
3862
3863 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3864
3865         Patch by: Peter Kjellerstedt  <pkj at axis com>
3866
3867         * gst-libs/gst/rtsp/gstrtspconnection.c:
3868         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3869         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3870         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3871         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3872         (gst_rtsp_connection_flush):
3873         * gst-libs/gst/rtsp/gstrtspconnection.h:
3874         Use GstPoll for the rtsp connection. See #505417.
3875
3876 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3877
3878         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3879         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3880         Add combo box for visualisations, populate it with a factory list
3881         of all visualisation plugins, configure vis plugin instance in
3882         playbin2. 
3883
3884 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3885
3886         * tests/check/libs/rtp.c: (GST_START_TEST):
3887         Add check for RTP buffer defaults, padding and marker bit API.
3888
3889 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3890
3891         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3892         Use memcpy() instead of upcasting a byte array to long *. This
3893         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3894         This should be ported to GCheckSum once we can use GLib 2.16.
3895         Partially fixes bug #500833.
3896
3897 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3900           Push tag event after the newsegment event. Log the pointer of
3901           the buffer we're actually going to push rather than the buffer
3902           we're feeding to _make_metadata_writable().
3903
3904 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3905
3906         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3907         Comment smoke typefinder for now. The smokedec plugin needs one
3908         frame per buffer but we have no parser yet, thus it simply crashes
3909         in most situations.
3910
3911 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3912
3913         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3914         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3915
3916 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3917
3918         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3919         (plugin_init):
3920         Add midi typefinder, copied from the timidity plugin.
3921
3922 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3925
3926         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3927         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3928           (subparse_suite):
3929           Forward slashes at the beginning and end of a line also signify
3930           italics (Fixes: #518162).
3931
3932 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3933
3934         * tests/check/gst-plugins-base.supp:
3935         Add a suppression for a cached value in GIO that wasn't moved
3936         while moving gio from -bad to -base.
3937
3938 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3941
3942         * configure.ac:
3943         Don't hardcode -Wall and -Werror for configure checks, this fails
3944         with non-GCC compilers. Fixes bug #517991.
3945
3946 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3947
3948         * gst/audioconvert/gstaudioconvert.c:
3949         * gst/audioconvert/gstaudioquantize.c:
3950         * gst/audioconvert/gstaudioquantize.h:
3951           Make audioconvert gap aware. If noiseshaping is used, wait for
3952           noiseshaping to converge before marking as GAP. Fixes #517813.
3953
3954 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3955
3956         * gst/audiotestsrc/gstaudiotestsrc.c:
3957           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3958
3959 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3960
3961         * ext/gnomevfs/gstgnomevfssink.c:
3962         (gst_gnome_vfs_sink_handle_event):
3963         Return FALSE when seeking for a new segment fails instead
3964         of silently ignoring the failure and appending every buffer
3965         that comes for the new segment.
3966
3967 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3968
3969         * gst/playback/gstplaysink.c: (find_property),
3970         (gst_play_sink_find_property), (gen_video_chain),
3971         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3972         Recursively search the sink element for a last-frame property so that we
3973         can also find the property in autovideosink and friends that don't
3974         always proxy the internal sink properties.
3975
3976 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         * gst-libs/gst/audio/multichannel.c:
3979           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3980           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3981           (gst_audio_set_structure_channel_positions_list),
3982           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3983           (gst_audio_fixate_channel_positions):
3984           Fix confusing terminology in docs and code: structure fields are
3985           'fields' and not 'properties'.
3986
3987 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * gst-libs/gst/audio/multichannel.c:
3990           (gst_audio_check_channel_positions), (add_list_to_struct):
3991           Give more useful warning messages if one of the channel
3992           layout enums passed to us is invalid and if the "channels"
3993           field in the caps has a GType we don't expect.
3994
3995 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         * gst-libs/gst/audio/multichannel.c:
3998           Fix typo in docs blurb.
3999
4000 2008-02-19  Julien Moutte  <julien@fluendo.com>
4001
4002         Patch by: Josep Torra Valles <josep@fluendo.com>
4003
4004         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4005         typefind lookup to fix typefinding on HD clips.
4006
4007 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * gst/playback/gstscreenshot.c:
4010         * gst/playback/gstscreenshot.h:
4011           Fix up copyright (I rewrote the GStreamer-0.10 code for
4012           this from scratch back in the days).
4013
4014 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst/playback/Makefile.am:
4017         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4018         (create_element), (gst_play_frame_conv_convert):
4019         * gst/playback/gstscreenshot.h:
4020         Add screenshot conversion code from totem.
4021
4022         * gst/playback/gstplay-marshal.list:
4023         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4024         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4025         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4026         Implement frame property to get a color-unconverted snapshot.
4027         Implement convert-frame action signal to get a converted snapshot image.
4028         Configure connection speed in uridecodebin.
4029         Document some more properties.
4030
4031         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4032         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4033         (gst_play_sink_get_last_frame):
4034         * gst/playback/gstplaysink.h:
4035         Use last-buffer property of the video sink to get a video snapshot.
4036
4037         * tests/examples/seek/seek.c: (shot_cb), (main):
4038         Add snapshot button for playbin2 and use the frame property to save the
4039         frame as a png in the current directory.
4040
4041 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4042
4043         Patch by: Josep Torra Valles <josep at fluendo dot com>
4044
4045         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4046         (plugin_init):
4047         Add typefinding support for h264 elementary streams.
4048         Fixes bug #517420.
4049
4050 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4051
4052         * configure.ac:
4053           Require CVS of core for new API in collectpads.
4054
4055         * gst/adder/gstadder.c:
4056           Use new API to make adder sparse stream aware.
4057
4058 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4059
4060         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4061         (no_more_pads_cb):
4062         Get the object data correct so that we can remove our channels
4063         correctly.
4064
4065         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4066         (gen_vis_chain), (gst_play_sink_reconfigure),
4067         (gst_play_sink_request_pad):
4068         Add option to disable async behaviour in the sinks when possible. This
4069         makes it possible to avoid an audio queue when dealing with
4070         visualisations.
4071         Add option to add a queue for the audio path.
4072
4073         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4074         (main):
4075         Disable the vis checkbox to match the defaults of playbin2.
4076         Only get the stream info when we need to.
4077
4078 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4079
4080         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4081         (gst_gio_base_sink_set_stream):
4082         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4083         (gst_gio_base_src_set_stream):
4084         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4085         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4086         Don't use async operations as they require a running main loop.
4087         This makes us block again when closing streams and unable
4088         to mount the enclosing volume of an URI if it isn't yet.
4089
4090 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4091
4092         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4093         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4094         (gen_vis_chain), (gst_play_sink_reconfigure),
4095         (gst_play_sink_request_pad):
4096         Move tee in front of the audio and vis pipelines.
4097         Add queue for audio for now.
4098         Add visualisation support.
4099
4100         * tests/examples/seek/seek.c: (main):
4101         Visualisation is by default disabled.
4102
4103 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4104
4105         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4106         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4107         Improve debugging a bit.
4108
4109         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4110         * ext/gio/gstgiosink.h:
4111         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4112         * ext/gio/gstgiosrc.h:
4113         Try to mount the enclosing volume of a GFile if it isn't mounted
4114         yet. This requires us to wait for an async operation to finish, done
4115         with an nested GMainLoop. Authentication is not supported yet, will
4116         come later.
4117
4118 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4121         (gst_play_bin_set_property), (gst_play_bin_get_property),
4122         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4123         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4124         (gst_play_sink_get_mute), (gen_audio_chain):
4125         * gst/playback/gstplaysink.h:
4126         Add mute property.
4127
4128         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4129         (gst_selector_pad_chain):
4130         * gst/playback/gststreamselector.h:
4131         Make sure we forward the event only once.
4132
4133         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4134         Add and implement the mute button for playbin2.
4135
4136 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4137
4138         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4139
4140         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4141         Add some more debug info.
4142         Make sure we never return a negative delay. Fixes #516246.
4143
4144 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4147           Revert patch that makes the sink hold the object lock when
4148           calling snd_pcm_delay(), since it breaks playback for me.
4149
4150 2008-02-12  Julien Moutte  <julien@fluendo.com>
4151
4152         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4153         some seek flags when changing rate.
4154
4155 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4158         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4159         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4160         Fix potential leaks.
4161
4162         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4163         Fix leak when there is no function configured.
4164
4165 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4168         (gst_v4lsrc_buffer_finalize):
4169         Correctly chain up the finalize method.
4170
4171 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         * ext/gio/gstgiostreamsink.c:
4174         * ext/gio/gstgiostreamsrc.c:
4175         Add documentation and example code for giostreamsink/giostreamsrc.
4176
4177         * tests/check/pipelines/gio.c: (GST_START_TEST):
4178         Ask the GMemoryOutputStream for the data instead of assuming that
4179         the pointer to the data stayed the same. It could've been realloc'ed.
4180
4181 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4182
4183         * ext/gio/gstgiosink.c:
4184         * ext/gio/gstgiosrc.c:
4185         Make the documentation of giosink/giosrc complete, large parts
4186         are based on the gnomevfssink/gnomevfssrc docs.
4187
4188 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4189
4190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4192         * docs/plugins/gst-plugins-base-plugins.args:
4193         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4194         * docs/plugins/gst-plugins-base-plugins.interfaces:
4195         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4196         * docs/plugins/gst-plugins-base-plugins.signals:
4197         * docs/plugins/inspect/plugin-adder.xml:
4198         * docs/plugins/inspect/plugin-audioconvert.xml:
4199         * docs/plugins/inspect/plugin-audiorate.xml:
4200         * docs/plugins/inspect/plugin-audioresample.xml:
4201         * docs/plugins/inspect/plugin-decodebin.xml:
4202         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4203         * docs/plugins/inspect/plugin-gdp.xml:
4204         * docs/plugins/inspect/plugin-gio.xml:
4205         * docs/plugins/inspect/plugin-gnomevfs.xml:
4206         * docs/plugins/inspect/plugin-libvisual.xml:
4207         * docs/plugins/inspect/plugin-ogg.xml:
4208         * docs/plugins/inspect/plugin-pango.xml:
4209         * docs/plugins/inspect/plugin-playback.xml:
4210         * docs/plugins/inspect/plugin-queue2.xml:
4211         * docs/plugins/inspect/plugin-subparse.xml:
4212         * docs/plugins/inspect/plugin-theora.xml:
4213         * docs/plugins/inspect/plugin-uridecodebin.xml:
4214         * docs/plugins/inspect/plugin-videorate.xml:
4215         * docs/plugins/inspect/plugin-videoscale.xml:
4216         * docs/plugins/inspect/plugin-volume.xml:
4217         * docs/plugins/inspect/plugin-vorbis.xml:
4218         Add the GIO documentation again and while at that run make update.
4219
4220 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4223         * ext/alsa/gstalsasink.c: (set_swparams):
4224         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4225           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4226           against libasound >= 1.0.16, since it's been deprecated in
4227           0.10.16, and alignment is always 1 then, apparently. (#512899)
4228
4229 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         * gst/playback/gstplaybin.c: (gen_audio_element):
4232         * gst/playback/gstplaysink.c: (gen_audio_chain):
4233           Handle case where we can't create the volume element a bit
4234           better (#514307).
4235
4236 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4239         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4240           Add support for https protocol. Fixes #510229.
4241
4242 2008-02-11  Julien Moutte  <julien@fluendo.com>
4243         
4244         Patch by: Alan Peevers <peeves@pacbell.net>
4245
4246         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4247         lock when calling alsa methods.
4248
4249 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst/typefind/gsttypefindfunctions.c:
4252           Bump rank of jpeg and png typefinders, which will return maximum
4253           probability in the most common cases (thus short-circuiting more
4254           expensive typefinders like the mp3 one for these two quite common
4255           image types).
4256
4257 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         * ext/theora/theoraparse.c:
4260         Fix long description of the theora parser to be more verbose than just
4261         the type name.
4262
4263 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4264
4265         Patch by: Branko Čibej <brane at xbc dot nu>
4266
4267         * sys/xvimage/xvimagesink.c:
4268         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4269         Fixes bug #515654.
4270
4271 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4272
4273         * gst/playback/gstplaybasebin.c:
4274         Set is_dynamic as True if there are elements with both request
4275         and sometimes src pad templates instead of breaking out when it
4276         finds the first pad template that is a src.
4277
4278 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4279
4280         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4281         (update_streams), (video_combo_cb), (audio_combo_cb),
4282         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4283         Add some stream switching and volume gui for playbin2.
4284
4285 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4286
4287         * gst/playback/gstplay-marshal.list:
4288         Added marshal for streamselector Tags.
4289
4290         * gst/playback/gstplaybasebin.c: (set_active_source):
4291         Streamselector now selects pads based on the pad object instead of its
4292         name.
4293
4294         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4295         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4296         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4297         (gst_play_bin_get_text_tags),
4298         (gst_play_bin_set_current_video_stream),
4299         (gst_play_bin_set_current_audio_stream),
4300         (gst_play_bin_set_current_text_stream),
4301         (gst_play_bin_set_property), (gst_play_bin_get_property),
4302         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4303         Remove option to mute streams with the current-a/v/t property, we have
4304         this functionality in the flags.
4305         Add signals to notify when the number of A/V/T channels changed.
4306         Add action signals to get tags for the A/V/T streams.
4307         Implement setting the current A/V/T stream.
4308         Rearrange some things to simplify stream selection.
4309         Implement volume.
4310
4311         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4312         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4313         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4314         (activate_vis), (gst_play_sink_reconfigure):
4315         * gst/playback/gstplaysink.h:
4316         Add and implement volume setting methods.
4317
4318         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4319         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4320         (gst_selector_pad_event), (gst_stream_selector_class_init),
4321         (gst_stream_selector_init), (gst_stream_selector_finalize),
4322         (gst_stream_selector_set_property),
4323         (gst_stream_selector_get_property),
4324         (gst_stream_selector_get_linked_pad),
4325         (gst_stream_selector_request_new_pad):
4326         * gst/playback/gststreamselector.h:
4327         Add pad properties for tags and status of pads.
4328         Keep tags on pads.
4329         Make active pad selection based on pad object instead of name.
4330
4331 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4332
4333         * configure.ac:
4334           Revert last change as we now check in gtk-doc.m4 for sed.
4335
4336 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4337
4338         * configure.ac:
4339         Find and subst SED when building the docs.
4340
4341 2008-02-08  Julien Moutte  <julien@fluendo.com>
4342
4343         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4344         (main): Make sure bus signals are reconnected when pressing STOP
4345         and then PLAY again for a parse launch pipeline. Fix a ref leak
4346         on the bus.
4347         * win32/common/config.h: Updated.
4348
4349 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4350
4351         * configure.ac:
4352         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4353         pre-releases or releases.
4354
4355 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4356
4357         * configure.ac:
4358         * ext/gio/Makefile.am:
4359         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4360         reporting
4361
4362 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4363
4364         * docs/plugins/Makefile.am:
4365         Add the headers which need scanning for the GIO plugin. The rest of
4366         the docs still need migrating.
4367
4368 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4369
4370         * ext/Makefile.am:
4371         * tests/check/Makefile.am:
4372         * tests/check/pipelines/.cvsignore:
4373         Add gio in a few more places.
4374
4375 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4376
4377         * configure.ac:
4378         * ext/Makefile.am:
4379         * tests/check/Makefile.am:
4380         Move gio plugin from -bad and mark as experimental.
4381
4382 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4383
4384         * gst-libs/gst/interfaces/mixeroptions.c:
4385         * gst-libs/gst/interfaces/mixertrack.c:
4386         Comment out a couple of other things which break the build when
4387         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4388
4389 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * docs/libs/gst-plugins-base-libs-sections.txt:
4392           Fix pbutils header.
4393
4394 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4395
4396         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4397         Fix compiler warning.
4398
4399 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         Patch by: Peter Kjellerstedt  <pkj at axis com>
4402
4403         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4404         Clear the addrinfo struct using memset. Fixes #514937.
4405
4406 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         * gst/tcp/gstfdset.h:
4409         Remove unused field to same some memory.
4410
4411         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4412         Mark action signals as such.
4413
4414 2008-02-06  Michael Smith <msmith@fluendo.com>
4415
4416         * ext/theora/theoradec.c: (_theora_granule_frame),
4417         (_inc_granulepos):
4418           Increment granulepos for new-bitstream versions appropriately.
4419           Fixes #514623.
4420
4421 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         * tests/examples/seek/seek.c: (do_seek),
4424         (rate_spinbutton_changed_cb), (update_streams), (main):
4425         Remove obsolete stream_time reset after flushing seek, core does that
4426         automatically now.
4427         Improve accuracy of speed spinbutton.
4428         Only do playbin2 stuff when we actually use it.
4429
4430 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4431
4432         * tests/check/Makefile.am:
4433           Revert previous change of the test environment's GST_PLUGIN_PATH.
4434           The problem is not with the plugins, but with element factories
4435           and only occurs if elements are split out from existing plugins
4436           or if plugins change name (see #512740).
4437
4438 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * tests/check/Makefile.am:
4441           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4442           with the core's plugins first and our local build directories last,
4443           since we might be building against an installed core, and that
4444           core's plugin directory may contain older or other versions of
4445           our own -base plugins, but we really do want to test our local
4446           ones (if there are multiple plugins or element factories with the
4447           same name, those inspected last will trump those read in earlier).
4448           Fixes #512740 for the most part.
4449
4450 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4451
4452         * configure.ac:
4453         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4454         Use gmtime_r if available as gmtime is not MT-safe.
4455         Fixes bug #511810.
4456
4457 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4458
4459         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4460         Cast glong to time_t as time_t might have a different type on
4461         other platforms, like FreeBSD, and we get a compiler warning
4462         otherwise. Fixes bug #511825.
4463
4464 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4465
4466         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4467         (get_group), (get_n_pads), (gst_play_bin_get_property),
4468         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4469         (autoplug_select_cb), (deactivate_group):
4470         Remove stream-info, we going for something easier.
4471         Refactor getting the current group.
4472         Implement getting the number of audio/video/text streams.
4473
4474         * gst/playback/gststreamselector.c:
4475         (gst_stream_selector_class_init), (gst_stream_selector_init),
4476         (gst_stream_selector_get_property),
4477         (gst_stream_selector_request_new_pad),
4478         (gst_stream_selector_release_pad):
4479         * gst/playback/gststreamselector.h:
4480         Add property for number of pads.
4481
4482         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4483         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4484         (text_toggle_cb), (update_streams), (msg_async_done),
4485         (msg_state_changed), (main):
4486         Block slider callback when updating the slider position.
4487         Add gui elements for controlling playbin2.
4488         Add callback for async_done that updates position/duration.
4489
4490 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4491
4492         * docs/plugins/Makefile.am:
4493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4495         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4496         * docs/plugins/gst-plugins-base-plugins.interfaces:
4497         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4498           First round of plugin docs cleansups.
4499
4500         * docs/plugins/inspect/plugin-adder.xml:
4501         * docs/plugins/inspect/plugin-alsa.xml:
4502         * docs/plugins/inspect/plugin-audioconvert.xml:
4503         * docs/plugins/inspect/plugin-audiorate.xml:
4504         * docs/plugins/inspect/plugin-audioresample.xml:
4505         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4506         * docs/plugins/inspect/plugin-cdparanoia.xml:
4507         * docs/plugins/inspect/plugin-decodebin.xml:
4508         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4509         * docs/plugins/inspect/plugin-gdp.xml:
4510         * docs/plugins/inspect/plugin-gnomevfs.xml:
4511         * docs/plugins/inspect/plugin-libvisual.xml:
4512         * docs/plugins/inspect/plugin-ogg.xml:
4513         * docs/plugins/inspect/plugin-pango.xml:
4514         * docs/plugins/inspect/plugin-subparse.xml:
4515         * docs/plugins/inspect/plugin-tcp.xml:
4516         * docs/plugins/inspect/plugin-theora.xml:
4517         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4518         * docs/plugins/inspect/plugin-video4linux.xml:
4519         * docs/plugins/inspect/plugin-videorate.xml:
4520         * docs/plugins/inspect/plugin-videoscale.xml:
4521         * docs/plugins/inspect/plugin-videotestsrc.xml:
4522         * docs/plugins/inspect/plugin-volume.xml:
4523         * docs/plugins/inspect/plugin-vorbis.xml:
4524         * docs/plugins/inspect/plugin-ximagesink.xml:
4525         * docs/plugins/inspect/plugin-xvimagesink.xml:
4526           Regenerate.
4527
4528         * ext/ogg/Makefile.am:
4529         * ext/ogg/gstoggmux.c:
4530         * ext/ogg/gstoggmux.h:
4531           Add header for oggmux. the c-file needs a doc blob still.
4532
4533 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4534
4535         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4536
4537         * gst-libs/gst/rtp/gstrtpbuffer.c:
4538         (gst_rtp_buffer_set_extension_data):
4539         * gst-libs/gst/rtp/gstrtpbuffer.h:
4540         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4541         Add gst_rtp_buffer_set_extension_data() 
4542         Add a unit test for this addition. Fixes #511478.
4543         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4544
4545 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4546
4547         * configure.ac:
4548         Back to CVS
4549
4550 === release 0.10.17 ===
4551
4552 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4553
4554         * configure.ac:
4555           releasing 0.10.17, "Peanut Butter and Jelly"
4556
4557 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4558
4559         * gst-libs/gst/interfaces/mixeroptions.c:
4560         * gst-libs/gst/interfaces/mixertrack.c:
4561         Also remove the conditional registration of the signals
4562         that disappeared with the ABI change in 0.10.14
4563
4564 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4565
4566         * gst-libs/gst/rtsp/gstrtspconnection.c:
4567         Revert patch to gstrtspconnection.c for brown paper bag
4568         release of -base. Re-opens: #511825
4569
4570 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4571
4572         * gst-libs/gst/interfaces/mixeroptions.h:
4573         * gst-libs/gst/interfaces/mixertrack.h:
4574         Change the way these deprecated function pointers are removed
4575         so that the compiled ABI is unconditionally smaller. This 
4576         sets in stone an ABI break that actually occurred when the
4577         things were deprecated in 0.10.14, which seems to be the best
4578         fix as the only known users are oss-mixer and sunaudio-mixer in 
4579         gst-plugins-good.
4580         Fixes: #513018
4581
4582 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * win32/common/libgstpbutils.def:
4585           Export the two new _get_type() functions which are needed
4586           by the python bindings.
4587
4588 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4591         Cast glong to time_t as time_t might have a different type on
4592         other platforms, like FreeBSD, and we get a compiler warning
4593         otherwise. Fixes bug #511825.
4594
4595 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4596
4597         * gst-libs/gst/audio/gstaudiofilter.c:
4598         (gst_audio_filter_class_init):
4599         Initialize the GstRingerBuffer class to get it's debug category
4600         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4601         category and otherwise we get some g_critical(). Fixes bug #512334.
4602
4603 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4604
4605         * configure.ac:
4606         Back to CVS
4607
4608 === release 0.10.16 ===
4609
4610 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4611
4612         * configure.ac:
4613           releasing 0.10.16, "Scheduled Interruption"
4614
4615 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4616
4617         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4618
4619         * gst-libs/gst/rtp/gstrtpbuffer.c:
4620         (gst_rtp_buffer_get_extension_data):
4621         Fix typos and wrong extension check. Fixes #511274.
4622
4623 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4624
4625         * po/sk.po:
4626         Oops - add new sk.po mentioned in the LINGUAS I just committed
4627
4628 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4629
4630         * po/LINGUAS:
4631         Add ca translation to the disted list.
4632
4633         * win32/vs6/libgstsdp.dsp:
4634         Convert line endings to CRLF
4635
4636 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4637
4638         * win32/MANIFEST:
4639         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4640
4641 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4642
4643         * win32/common/libgstsdp.def:
4644         * win32/common/libgstvideo.def:
4645         Add new API declarations
4646
4647 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4648
4649         * ext/theora/gsttheoradec.h:
4650         * ext/theora/gsttheoraparse.h:
4651         * ext/theora/theoradec.c:
4652         * ext/theora/theoraparse.c:
4653         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4654         and parser by inspecting the bitstream version of the incoming data.
4655
4656 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4657
4658         * configure.ac:
4659         * pkgconfig/Makefile.am:
4660         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4661         * pkgconfig/gstreamer-audio.pc.in:
4662         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4663         * pkgconfig/gstreamer-cdda.pc.in:
4664         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4665         * pkgconfig/gstreamer-fft.pc.in:
4666         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4667         * pkgconfig/gstreamer-floatcast.pc.in:
4668         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4669         * pkgconfig/gstreamer-interfaces.pc.in:
4670         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4671         * pkgconfig/gstreamer-netbuffer.pc.in:
4672         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4673         * pkgconfig/gstreamer-pbutils.pc.in:
4674         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4675         * pkgconfig/gstreamer-riff.pc.in:
4676         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4677         * pkgconfig/gstreamer-rtp.pc.in:
4678         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4679         * pkgconfig/gstreamer-rtsp.pc.in:
4680         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4681         * pkgconfig/gstreamer-sdp.pc.in:
4682         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4683         * pkgconfig/gstreamer-tag.pc.in:
4684         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4685         * pkgconfig/gstreamer-video.pc.in:
4686         Provide one pkg-config file for every gst-plugins-base library.
4687         This makes linking to those libraries much more intuitive and
4688         provides standard pkg-config behaviour for them. Fixes bug #499697.
4689
4690 2008-01-13  David Schleef  <ds@schleef.org>
4691
4692         * gst/videoscale/vs_4tap.c:
4693           Fix valgrind error on 4tap scaling method.
4694
4695 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4696
4697         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4698         Include Winsock2.h for VS6 and use a different way initialize
4699         hints structure so it can build with VS6.
4700         * win32/MANIFEST:
4701         * win32/vs6/libgstsdp.dsp:
4702         * win32/common/libgstsdp.def:
4703         Add new files for libgstsdp.
4704         * win32/vs6/grammar.dsp:
4705         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4706         * win32/vs6/gst_plugins_base.dsw:
4707         * win32/vs6/libgstdecodebin.dsp:
4708         * win32/vs6/libgstdecodebin2.dsp:
4709         * win32/vs6/libgstplaybin.dsp:
4710         * win32/vs6/libgstvolume.dsp:
4711         Add new dependencies to the link list.
4712
4713 2008-01-13  Julien Moutte  <julien@fluendo.com>
4714
4715         * win32/common/config.h:
4716         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4717         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4718         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4719         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4720         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4721         * win32/common/interfaces-enumtypes.c:
4722         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4723         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4724         (gst_mixer_track_flags_get_type),
4725         (gst_tuner_channel_flags_get_type):
4726         * win32/common/multichannel-enumtypes.c:
4727         (gst_audio_channel_position_get_type):
4728         * win32/common/pbutils-enumtypes.c:
4729         (gst_install_plugins_return_get_type):
4730         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4731         in the win32 build directory.
4732
4733 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4734
4735         * tests/check/Makefile.am:
4736         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4737
4738         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4739         * tests/check/elements/playbin.c:
4740         * tests/check/libs/mixer.c: (test_element_interface_supported),
4741         (gst_implements_interface_init):
4742         * tests/check/libs/rtp.c: (GST_START_TEST):
4743         Fix various assignment type mismatches.
4744
4745 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4746
4747         * configure.ac:
4748         * gst-libs/gst/rtsp/Makefile.am:
4749         Add test to see if hstrerror is available or if we need libresolv
4750         (Solaris) for it, then use it in libgstrtsp.
4751
4752 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4753
4754         * gst-libs/gst/tag/Makefile.am:
4755         Fix include path order
4756
4757 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4758
4759         * gst-libs/gst/pbutils/install-plugins.c:
4760         (gst_install_plugins_context_copy),
4761         (gst_install_plugins_context_get_type):
4762         * gst-libs/gst/pbutils/install-plugins.h:
4763         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4764         for bindings.
4765
4766 2008-01-11  Michael Smith <msmith@fluendo.com>
4767
4768         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4769         (_theora_granule_frame), (_theora_granule_start_time),
4770         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4771           Adapt for post-alpha meaning of granulepos, when we
4772           have a newer version of libtheora.
4773         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4774         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4775         (theora_enc_is_discontinuous), (theora_enc_chain):
4776           Likewise.
4777         * tests/check/Makefile.am:
4778           Link libtheora into theoraenc test so we can check which version of
4779           libtheora we're testing against.
4780         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4781         (check_buffer_granulepos),
4782         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4783         (theoraenc_suite):
4784           Adapt tests to check the values that are now defined for theora; make
4785           the tests backwards-adapt the passed values if we're running against an
4786           old libtheora.
4787           Fixes #497964
4788
4789 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * gst-libs/gst/audio/gstbaseaudiosink.c:
4792           (gst_base_audio_sink_class_init):
4793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4794           (gst_base_audio_src_class_init):
4795           Ref audio clock class from a thread-safe context to make sure
4796           we're not bit by GObjects lack of thread-safety here (#349410),
4797            however unlikely that may be in practice.
4798
4799 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4800
4801         * autogen.sh:
4802           Add -Wno-portability to the automake parameters to stop warnings
4803           about GNU make extensions being used. We require GNU make in almost
4804           every Makefile anyway.
4805           
4806         * configure.ac:
4807           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4808           at the same time is required for per target flags.
4809
4810 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4813           Post an error message if we can't pull as many bytes as we need
4814           for the tag. This makes sure the user gets to see a proper error
4815           message if a file with a partial ID3 tag is fed to decodebin, and
4816           not a 'no ID3 tag demuxer' error, which would be confusing
4817           (see #508138).
4818
4819 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * gst-libs/gst/pbutils/descriptions.c: (formats):
4822           Add description strings for ID3, APE, and ICY tags.
4823
4824 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * gst/playback/gstdecodebin.c: (try_to_link_1):
4827           Make sure we error out correctly if we can't activate one of
4828           the elements we've added.  Fixes #508138.
4829           
4830 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         Patch by: Bastien Nocera <hadess at hadess net>
4833
4834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4835           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4836           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4837           the volume is the same for all channels. This works around
4838           some problem in alsa that leaves us with inconsistent state
4839           for some reason (#486840).
4840
4841 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         Patch by: Jerone Young <jerone at gmail com>
4844
4845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4846           If there's no mixer track by the name of 'Master' or 'Front',
4847           check if there's one called 'PCM' before trying the generic
4848           fallback logic (fixes #506928, where we pick 'Mic' as master
4849           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4850
4851 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4852
4853         * gst/playback/gstplay-enum.c:
4854         (register_gst_autoplug_select_result),
4855         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4856         (gst_play_flags_get_type):
4857         * gst/playback/gstplay-enum.h:
4858         Add enums for configuration flags.
4859
4860         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4861         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4862         (gst_play_bin_get_property), (no_more_pads_cb),
4863         (autoplug_select_cb), (gst_play_bin_change_state):
4864         Merge mode with flags.
4865         Add more property getters/setters, defaults and docs.
4866         Add properties to get number of audio/video/text streams.
4867         Create sink object in _init so that we can always rely on it being
4868         there.
4869
4870         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4871         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4872         (activate_vis), (gst_play_sink_reconfigure),
4873         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4874         (gst_play_sink_change_state):
4875         * gst/playback/gstplaysink.h:
4876         Use flags to configure the sink pipelines.
4877         Add tee before audio pipeline so that we can use it for visualisations.
4878         Start working on integrating visualisations.
4879         Remove mode, we can do everything with the flags now.
4880         Add method to configue the sink pipeline.
4881
4882 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4885           (check_buffer_timestamp), (check_buffer_duration):
4886           Turn these functions into macros so we can see right away
4887           where the failure occured.
4888
4889 2008-01-05  Julien Moutte  <julien@fluendo.com>
4890
4891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4892         debugging information to understand how X calculates the stride
4893         for XvImages.
4894
4895 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4896
4897         * gst/volume/Makefile.am:
4898         * gst/volume/gstvolume.c: (volume_choose_func),
4899         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4900         (volume_setup):
4901         * gst/volume/gstvolume.h:
4902         Use GstAudioFilter as base class for the volume element instead of
4903         plain GstBaseTransform.
4904
4905 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4906
4907         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4908         Don't set element details for the abstract GstAudioFilter class.
4909
4910 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4911
4912         * gst-libs/gst/audio/gstaudiofilter.c:
4913         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4914         Implement get_unit_size() vmethod of GstBaseTransform.
4915
4916 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4917
4918         * gst-libs/gst/pbutils/Makefile.am:
4919         * gst-libs/gst/pbutils/pbutils.h:
4920         Use glib-enum generator to have a proper enum GType for
4921         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4922
4923 2007-12-31  David Schleef  <ds@schleef.org>
4924
4925         * tests/check/Makefile.am:
4926         * tests/check/pipelines/theoraenc.c:
4927           Reenable theoraenc test, which fails on the buildbot but
4928           not locally.
4929
4930 2007-12-31  David Schleef  <ds@schleef.org>
4931
4932         * docs/libs/.cvsignore:
4933         * docs/plugins/.cvsignore:
4934           Add *-undeclared.txt to fix buildbot.
4935
4936 2007-12-31  David Schleef  <ds@schleef.org>
4937
4938         * tests/check/Makefile.am:
4939           Second attempt at disabling theoraenc test long enough to
4940           get buildbot to compile -base.
4941
4942 2007-12-31  David Schleef  <ds@schleef.org>
4943
4944         * tests/check/pipelines/theoraenc.c:
4945           Disable theoraenc test long enough to get the buildbot to
4946           compile a recent -base.
4947
4948 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4949
4950         * tests/examples/seek/seek.c: (stop_cb):
4951         Make sure we reset the slider value to 0.0 without racing against a
4952         possible g_idle that sets it to something else.
4953
4954 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4955
4956         * sys/ximage/ximagesink.c:
4957         fix typo
4958
4959 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4960
4961         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4962         * gst-libs/gst/rtsp/gstrtspdefs.h:
4963         Add Location header so that we can start implementing redirects.
4964         See #506025.
4965
4966 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4967
4968         * gst/subparse/gstssaparse.c:
4969         combine if's
4970
4971 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4972
4973         * gst/subparse/gstssaparse.c:
4974         remove duplicate log message
4975
4976 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4977
4978         * ext/libvisual/visual.c: (gst_visual_chain):
4979         Fix 'xyz may be used uninitialized' compiler warnings caused
4980         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4981         abort() in any case but properly report the error.
4982
4983 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4984
4985         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4986         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4987         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4988         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4989         (autoplug_select_cb), (activate_group), (deactivate_group),
4990         (setup_next_source), (save_current_group),
4991         (gst_play_bin_change_state):
4992         Code cleanups.
4993         Remove next-uri, we can use the uri property just fine.
4994         Fix some crasher.
4995         Unref uridecodebin when switching.
4996         Fix going to READY.
4997
4998         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4999         (gst_play_sink_init), (gst_play_sink_dispose),
5000         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5001         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5002         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5003         (gst_play_sink_set_property), (gst_play_sink_get_property),
5004         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5005         (gen_vis_element), (gst_play_sink_get_mode),
5006         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5007         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5008         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5009         (gst_play_sink_change_state):
5010         * gst/playback/gstplaysink.h:
5011         Add some locking to make things threadsafe.
5012
5013         * gst/playback/test7.c: (about_to_finish_cb):
5014         Fix test.
5015
5016 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5019           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5020           (gst_video_scale_transform):
5021           Don't claim to be able to handle/transform caps that can't really
5022           be handled by the currently selected scaling method (here: RGB or
5023           packed YUV with 4-tap method). Also add locking to method property.
5024
5025         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5026           (test_basetransform_based):
5027           Some test pipelines for the above (not entirely valgrind clean yet
5028           apparently).
5029
5030 2007-12-21  David Schleef  <ds@schleef.org>
5031
5032         * gst-libs/gst/video/video.c:
5033         * gst-libs/gst/video/video.h:
5034           Add additional RGBA and RGB-24 video formats.
5035
5036 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5039           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5040           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5041         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5042           (cddabasesrc_suite):
5043           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5044           deprecated in the future (see #498924).
5045
5046 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5049           Don't leak event.
5050
5051 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5052
5053         * gst-libs/gst/riff/riff-read.c:
5054         Use GST_ROUND_UP_2 macro
5055
5056 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5057
5058         * gst/playback/.cvsignore:
5059           Ignore more.
5060
5061 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5064         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5065           (set_active_source):
5066         * gst/playback/gstplaybasebin.h:
5067         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5068           (setup_sinks), (playbin_set_subtitles_visible):
5069           Make switching off of subtitles work. To avoid all kind of
5070           problems with unlinking of the subtitle input, we just keep
5071           the subtitle inputs linked as they are and tell textoverlay
5072           not to render them. Fixes #373011.
5073           Other subtitle switching issues (esp. when there are both
5074           external and in-stream subtitles) remain. They'll be solved
5075           in playbin2.
5076
5077 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5078
5079         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5080         Init the pad segment too.
5081
5082 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5083
5084         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5085         (gst_audioringbuffer_open_device),
5086         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5087         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5088         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5089         (gst_audio_sink_create_ringbuffer):
5090         Improve debug output.
5091
5092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5093         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5094         Prevent some functions from doing things and failing when the
5095         ringbuffer is not yet acquired.
5096
5097 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5098
5099         * gst-libs/gst/interfaces/interfaces.h:
5100           Also remove interfaces.h from CVS as it is not needed anymore.
5101
5102 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         * gst-libs/gst/interfaces/Makefile.am:
5105           interfaces.h is not used anymore so remove it from the build
5106           process.
5107
5108 2007-12-17  David Schleef  <ds@schleef.org>
5109
5110         * gst/videotestsrc/gstvideotestsrc.c:
5111         * gst/videotestsrc/gstvideotestsrc.h:
5112           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5113           for testing vertical refresh synchronization.
5114
5115 2007-12-17  David Schleef  <ds@schleef.org>
5116
5117         * docs/libs/gst-plugins-base-libs-sections.txt:
5118         * gst-libs/gst/video/video.c:
5119         * gst-libs/gst/video/video.h:
5120           Add new GstVideFormat enum and write a bunch of helper functions
5121           based around it.
5122
5123 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * Makefile.am:
5126           Use new common/win32.mak.
5127
5128 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5129
5130         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5131         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5132         Add debug info.
5133         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5134         the parent state change function, just like the audiosink, because the
5135         parent waits for the element to finish its processing before completing
5136         the state change. This makes going to PAUSED a lot snappier.
5137         When going from READY to PAUSED, don't allow the ringbuffer to start
5138         yet.
5139
5140 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5141
5142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5143         Yet another fix for broken software that produce files with an empty
5144         blockalign field. Instead of completely failing, make a second attempt
5145         at guessing the width/depth by looking at strf->size.
5146
5147 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5148
5149         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5150           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5151         * gst-libs/gst/pbutils/install-plugins.c:
5152           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5153         * gst-libs/gst/pbutils/missing-plugins.c:
5154           (gst_missing_plugin_message_get_installer_detail),
5155           (gst_missing_encoder_installer_detail_new):
5156         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5157         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5158           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5159           avoid compiler warnings (#503930).
5160
5161 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5162
5163         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5164         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5165         for jpeg video streams.
5166         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5167         for the above modification.
5168
5169 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5172           (gst_x_overlay_handle_events):
5173           More guards (we don't want klass to end up being NULL).
5174
5175 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5176
5177         * configure.ac:
5178         * gst/volume/gstvolume.c: (gst_volume_init):
5179           Use new gst_base_transform_set_gap_aware() function as volume
5180           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5181           for this.
5182
5183 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5184
5185         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5186         Don't go to READY on EOS as this avoids testing of seeking and
5187         restarting after EOS, use the stop button when you want to READY.
5188         Don't try to do a flushing seek in segment-done, it does not make
5189         sense to use this for gapless playback and is not needed.
5190
5191 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5192
5193         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5194         (reset_rate_timer), (update_in_rates), (update_out_rates),
5195         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5196         (gst_queue_chain), (gst_queue_loop):
5197         Use separate timers for input and output rates.
5198         Pause measuring the output rate when we block for more data.
5199         See #503262.
5200
5201 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5202
5203         * gst/playback/gstqueue2.c: (gst_queue_chain):
5204         Pause the timer to measure the input rate when we block because the
5205         queue is filled. See #503262.
5206
5207 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5208
5209         Patch by: Peter Kjellerstedt  <pkj at axis com>
5210
5211         * gst-libs/gst/rtsp/gstrtspconnection.c:
5212         (gst_rtsp_connection_free):
5213         Close control sockets. Fixes #503440.
5214
5215 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5216
5217         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5218         Expose the right pad in the right place with the right element.
5219
5220 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * gst-libs/gst/pbutils/descriptions.c: (formats):
5223           Add description for 'private' dts caps (who come up with that name?).
5224
5225 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * Makefile.am:
5228           Add check-exports target and run it with 'make check'.
5229
5230         * configure.ac:
5231           Be stricter about what we export in our libraries: change regexp so that
5232           we only export _gst_foo(), but not __gst_foo().
5233
5234         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5235         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5236           Change internal functions to __gst_foo so they dont' get exported.
5237
5238         * win32/common/libgstaudio.def:
5239           Add missing symbols.
5240
5241 2007-12-11  David Schleef  <ds@schleef.org>
5242
5243         * ChangeLog: remove conflict markers
5244
5245 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * ext/gnomevfs/Makefile.am:
5248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5249           Use gst_tag_freeform_string_to_utf8() here, which also takes
5250           into account any character sets specified by the user via
5251           environment variables.
5252
5253 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5254
5255         * gst/audioconvert/Makefile.am:
5256         Also link to libm.
5257
5258 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5259
5260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5261         No need for floating point operations here. avoids having to link
5262         against the math library too.
5263
5264 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst-libs/gst/pbutils/descriptions.c: (formats),
5267           (format_info_get_desc):
5268         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5269           (GST_START_TEST):
5270           Add one or two missing formats.  Generate ADPCM description
5271           dynamically depending on layout/format.
5272
5273 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5274
5275         * configure.ac:
5276           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5277
5278 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5281
5282         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5283           Some .srt files start with chunk number 0 and not chunk number 1,
5284           recognise and accept those as well (fixes #502497).
5285
5286         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5287           (test_src):
5288           Add unit test for the above.
5289
5290 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5291
5292         * gst/playback/gstplay-enum.c:
5293         (register_gst_autoplug_select_result),
5294         (gst_autoplug_select_result_get_type):
5295         * gst/playback/gstplay-enum.h:
5296         Add missing files.
5297
5298 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5299
5300         * gst/playback/Makefile.am:
5301         Group decodebin2 and uridecodebin into the same plugin so that they
5302         can share the GEnumType.
5303
5304         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5305         (_gst_select_accumulator), (gst_decode_bin_class_init),
5306         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5307         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5308         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5309         Add signal to sort factories instead of the more awkward autoplug-select
5310         signal.
5311         Modify autoplug_select so that we can try, skip or expose the
5312         autopluggin of an element on a pad.
5313
5314         * gst/playback/gstfactorylists.c: (compare_ranks),
5315         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5316         (element_filter), (gst_factory_list_get_elements),
5317         (gst_factory_list_debug), (gst_factory_list_filter):
5318         * gst/playback/gstfactorylists.h:
5319         Simplify the API, allow getting elements based on mask.
5320
5321         * gst/playback/gstplay-marshal.list:
5322         Add some more marshallers.
5323
5324         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5325         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5326         (autoplug_select_cb), (activate_group):
5327         Add support for managing non-raw sinks by providing a custom element and
5328         sink list to decodebin2.
5329         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5330         decodebin2.
5331
5332         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5333         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5334         * gst/playback/gstplaysink.h:
5335         Add support for raw and non-raw sinks. 
5336         Add support to force sinks selected by playbin2.
5337         Don't plug raw converters for non-raw sinks.
5338
5339         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5340         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5341         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5342         (plugin_init):
5343         Use right accumulators.
5344         Proxy new signal.
5345
5346 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5347
5348         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5349         Use runnning time as the base time instead of the timestamp.
5350         Spotted by Saur on IRC.
5351
5352 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5353
5354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5355         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5356
5357 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5358
5359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5360         (gst_ogg_demux_read_chain):
5361         If we find a new serial number but it does not contain a BOS page, make
5362         sure we initialize the chain to NULL because else we will try to scan it
5363         and crash. Fixes #500763
5364
5365 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5366
5367         * gst/playback/Makefile.am:
5368         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5369         (get_feature_array), (decoders_filter), (sinks_filter),
5370         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5371         (gst_factory_list_filter):
5372         * gst/playback/gstfactorylists.h:
5373         Refactor some common code to filter factories and check caps compat.
5374
5375         * gst/playback/gstdecodebin.c:
5376         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5377         (gst_decode_bin_init), (gst_decode_bin_dispose),
5378         (gst_decode_bin_autoplug_continue),
5379         (gst_decode_bin_autoplug_factories),
5380         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5381         (find_compatibles):
5382         * gst/playback/gstplaybin.c:
5383         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5384         (gst_play_bin_init), (gst_play_bin_finalize),
5385         (autoplug_factories_cb), (activate_group):
5386         * gst/playback/gstqueue2.c:
5387         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5388         (proxy_autoplug_continue_signal),
5389         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5390         (proxy_drained_signal):
5391         Add some more debug info and use factor filtering code.
5392
5393 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5394
5395         * gst/audiotestsrc/gstaudiotestsrc.c:
5396         * gst/volume/gstvolume.c:
5397         * gst/volume/gstvolume.h:
5398           Add GAP-flag support.
5399
5400 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5401
5402         * tests/examples/seek/seek.c: (main): Increase the range of the
5403         rate selector as I would like to test QOS behavior at higher
5404         forward and reverse playback speed like say 64x.
5405
5406 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5407
5408         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5409         (audioresample_query), (audioresample_query_type),
5410         (gst_audioresample_set_property):
5411         Implement latency query.
5412
5413 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5414
5415         * gst-libs/gst/audio/gstbaseaudiosink.c:
5416         (gst_base_audio_sink_drain):
5417         Our EOS time contains the base_time, _wait_eos() expects a running_time
5418         so we have to subtract the base_time again before calling the function.
5419         This fixes an EOS regression where the base_time was added twice and EOS
5420         took longer and longer in certain situations.
5421         Fixes #498767.
5422
5423 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5424
5425         * docs/libs/gst-plugins-base-libs-sections.txt:
5426         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5427         (gst_base_audio_sink_set_provide_clock),
5428         (gst_base_audio_sink_get_provide_clock),
5429         (gst_base_audio_sink_set_slave_method),
5430         (gst_base_audio_sink_get_slave_method),
5431         (gst_base_audio_sink_set_property),
5432         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5433         (gst_base_audio_sink_none_slaving),
5434         (gst_base_audio_sink_handle_slaving):
5435         * gst-libs/gst/audio/gstbaseaudiosink.h:
5436         Expose methods for some object properties so that subclasses can more
5437         easily configure them.
5438         Added slave method none, that completely disables slaving to the
5439         internal clock.
5440         API: gst_base_audio_sink_set_provide_clock()
5441         API: gst_base_audio_sink_get_provide_clock()
5442         API: gst_base_audio_sink_set_slave_method()
5443         API: gst_base_audio_sink_get_slave_method()
5444
5445         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5446         (gst_base_audio_src_set_provide_clock),
5447         (gst_base_audio_src_get_provide_clock),
5448         (gst_base_audio_src_set_property),
5449         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5450         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5451         Expose methods for some object properties so that subclasses can more
5452         easily configure them.
5453         API: gst_base_audio_src_set_provide_clock()
5454         API: gst_base_audio_src_get_provide_clock()
5455
5456 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5457
5458         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5459
5460         * gst-libs/gst/sdp/gstsdpmessage.c:
5461         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5462
5463 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5464
5465         * tests/check/libs/fft.c: (GST_START_TEST):
5466         Fix scaling to really have dB instead of something else.
5467
5468 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5469
5470         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5471         GTK version, use it.
5472
5473 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5474
5475         * tests/examples/seek/seek.c: (main): Try to support stable version
5476         of GTK.
5477
5478 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5479
5480         * gst/playback/README:
5481         * gst/playback/test7.c:
5482           Fix the build + little README update.
5483
5484 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5485
5486         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5487         Add playbin2 seek pipeline.
5488
5489 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5490
5491         * gst/playback/Makefile.am:
5492         * gst/playback/gstplayback.c: (plugin_init):
5493         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5494         (eos_cb), (about_to_finish_cb), (main):
5495         Add playbin2.
5496         Added gapless playback example.
5497
5498         * gst/playback/gstplaybasebin.c:
5499         * gst/playback/gstplaybasebin.h:
5500         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5501         * gst/playback/gstqueue2.c:
5502         * gst/playback/test.c:
5503         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5504         (pad_removed_cb):
5505         * gst/playback/gststreaminfo.h:
5506         Change email.
5507
5508         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5509         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5510         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5511         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5512         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5513         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5514         (drained_cb), (unlink_group), (activate_group),
5515         (setup_next_source), (gst_play_bin_change_state),
5516         (gst_play_bin2_plugin_init):
5517         Added raw first version of playbin2. Does chained oggs and gapless
5518         playback fine. No support for raw sinks yet. No visualisations or
5519         subtitles yet.
5520
5521         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5522         (gst_play_sink_class_init), (gst_play_sink_init),
5523         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5524         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5525         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5526         (gst_play_sink_set_property), (gst_play_sink_get_property),
5527         (post_missing_element_message), (free_chain), (add_chain),
5528         (activate_chain), (gen_video_chain), (gen_text_element),
5529         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5530         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5531         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5532         (gst_play_sink_send_event), (gst_play_sink_change_state):
5533         * gst/playback/gstplaysink.h:
5534         Added Element that abstracts the sinks and their pipelines for playbin2.
5535
5536 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5537
5538         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5539         (gst_selector_pad_class_init), (gst_selector_pad_init),
5540         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5541         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5542         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5543         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5544         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5545         (gst_stream_selector_init), (gst_stream_selector_set_property),
5546         (gst_stream_selector_get_linked_pad),
5547         (gst_stream_selector_getcaps),
5548         (gst_stream_selector_is_active_sinkpad),
5549         (gst_stream_selector_activate_sinkpad),
5550         (gst_stream_selector_get_linked_pads),
5551         (gst_stream_selector_request_new_pad),
5552         (gst_stream_selector_release_pad):
5553         * gst/playback/gststreamselector.h:
5554         Improve streamselector, make it select and unselect the current pad more
5555         intelligently. 
5556         Subclass GstPad for the sinkpads of the selector.
5557         Handle segments more correctly.
5558         Fix caps negotiation.
5559         Implement release_pad.
5560
5561 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5562
5563         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5564         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5565         (remove_fakesink):
5566         Add drained signal fired when decodebin finishes decoding the data.
5567         Remove deprecated STATE_DIRTY message.
5568
5569         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5570         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5571         (analyse_source), (proxy_drained_signal), (make_decoder),
5572         (source_new_pad), (value_list_append_structure_list),
5573         (handle_redirect_message), (handle_message):
5574         Proxy the new drained signal.
5575         Handle pad removed from decodebin.
5576         Handle redirect messages by sorting multiple redirections based on the
5577         connection speed.
5578
5579 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5580
5581         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5582
5583         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5584         Fix leaking headers. Fixes #496761.
5585
5586 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5587
5588         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5589
5590         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5591         (gst_ximagesink_change_state):
5592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5593         Don't leak the PAR on errors. Fixes #496731.
5594
5595 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5598           (gst_tag_from_id3_user_tag):
5599           Add mapping for audio cd discid tags, so we can extract
5600           them from tags as well (see #347848). Also compare identifiers
5601           in ID3v2 TXXX frames in a case-insensitive way to increase
5602           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5603
5604 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5605
5606         * gst-plugins-base.doap:
5607         Oops, fix the release name.
5608
5609 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5610
5611         * gst-plugins-base.doap:
5612         Add 0.10.15 release
5613
5614 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5615
5616         * configure.ac:
5617         Back to CVS
5618
5619 === release 0.10.15 ===
5620
5621 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5622
5623         * configure.ac:
5624           releasing 0.10.15, "No need to argue"
5625
5626 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5627
5628         * win32/vs6/libgstfft.dsp:
5629         Convert line endings to DOS.
5630
5631 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5632
5633         * win32/vs6/gst_plugins_base.dsw:
5634         * win32/vs6/libgstfft.dsp:
5635         * win32/MANIFEST:
5636         Add a project file for fft plugin and remove socket
5637         based plugin which don't build from the workspace.
5638         * win32/vs6/libgstaudio.dsp:
5639         * win32/vs6/libgstrtp.dsp:
5640         * win32/vs6/libgsttag.dsp:
5641         Convert line endings back to DOS.
5642         Fixes #496724
5643
5644 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5645
5646         * win32/vs6/libgstinterfaces.dsp:
5647         * win32/vs6/libgstrtsp.dsp:
5648         Convert line endings back to DOS
5649
5650 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5651
5652         * gst-libs/gst/fft/kiss_fft_f32.h:
5653         * gst-libs/gst/fft/kiss_fft_f64.h:
5654         * gst-libs/gst/fft/kiss_fft_s16.h:
5655         * gst-libs/gst/fft/kiss_fft_s32.h:
5656         Don't include malloc.h which doesn't exist on Mac OSX.
5657         Instead, pull in glib.h and use g_malloc/g_free for 
5658         consistency. Fixes: #496548
5659
5660 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5661
5662         * gst/playback/gstdecodebin2.c:
5663           Dont leak ghostpad. Fixes #475451.
5664
5665 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5666
5667         * docs/design/design-decodebin.txt:
5668         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5669         Update some more docs and comments.
5670
5671 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         Patch by: Sebastien Moutte  <sebastien moutte net>
5674
5675         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5676           (gst_rtcp_unix_to_ntp):
5677         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5678           Fix some C99-isms and and a missing function that some versions of
5679           MSVC don't like too much (#494346).
5680
5681         * win32/vs6/gst_plugins_base.dsw:
5682         * win32/vs6/libgstaudio.dsp:
5683         * win32/vs6/libgstrtp.dsp:
5684         * win32/vs6/libgsttag.dsp:
5685           Update vs6 projects files (#494346).
5686
5687 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5688
5689         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5690
5691         * win32/common/libgstaudio.def:
5692         * win32/common/libgstcdda.def:
5693         * win32/common/libgstinterfaces.def:
5694         * win32/common/libgstnetbuffer.def:
5695         * win32/common/libgstpbutils.def:
5696         * win32/common/libgstrtp.def:
5697         * win32/common/libgstrtsp.def:
5698         * win32/common/libgsttag.def:
5699         * win32/common/libgstvideo.def:
5700           More missing symbols to export (fixes #493986).
5701
5702 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5703
5704         * docs/libs/gst-plugins-base-libs-sections.txt:
5705         * gst-libs/gst/fft/gstfftf32.c:
5706         * gst-libs/gst/fft/gstfftf32.h:
5707         * gst-libs/gst/fft/gstfftf64.c:
5708         * gst-libs/gst/fft/gstfftf64.h:
5709         * gst-libs/gst/fft/gstffts16.c:
5710         * gst-libs/gst/fft/gstffts16.h:
5711         * gst-libs/gst/fft/gstffts32.c:
5712         * gst-libs/gst/fft/gstffts32.h:
5713         * tests/check/libs/fft.c: (GST_START_TEST):
5714         Remove the magnitude and phase calculation functions as these have
5715         very special use cases and can't even be used for the spectrum
5716         element. Also adjust the docs to mention some properties of the used
5717         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5718
5719 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5722           (finish_source):
5723           Avoid crash when there are external subtitles (fixes #491722).
5724
5725 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5728         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5729           'Could not open resource for writing' is not an acceptable
5730           error message when we can't open the audio device (see #492334),
5731           even less so when we're trying to open it to record something.
5732
5733 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5736
5737         * win32/common/libgstrtp.def:
5738           Add some more missing symbols (#492813).
5739
5740 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5743
5744         * tests/check/elements/audioconvert.c: (verify_convert):
5745           Add check to make sure that the out caps have a channel layout
5746           set on them where they should have one.
5747
5748 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5749
5750         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5751
5752         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5753         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5754           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5755           (#492306).
5756
5757         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5758           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5759           (it disappeared in GLib 2.14.0) (#492306).
5760
5761         * gst-libs/gst/sdp/Makefile.am:
5762         * gst-libs/gst/sdp/gstsdpmessage.c:
5763           Fix includes and LIBS for win32/Mingw (#492306).
5764
5765         * tests/examples/dynamic/addstream.c (pause_play_stream):
5766           Use more portable g_usleep() instead of sleep() (#492306).
5767
5768 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5771
5772         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5773           (gst_ring_buffer_parse_caps):
5774           Return NULL instead of an enum that happens to be 0, fixes warning
5775           on MSVC (#492114).
5776
5777         * gst-libs/gst/audio/gstringbuffer.h:
5778           No trailing commas in enum list (for gcc-2.9x).
5779
5780         * gst/videotestsrc/videotestsrc.c: (random_char):
5781           Make information loss explicit instead of implicitly truncating to
5782           eight bits via the return value.  Fixes runtime error on MSVC when
5783           using the debug CRT (#492114).
5784
5785         * win32/common/config.h.in:
5786           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5787
5788         * win32/common/libgstinterfaces.def:
5789         * win32/common/libgstrtp.def:
5790           Export a few more symbols (#492114).
5791
5792 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * gst-libs/gst/audio/audio.c:
5795         * gst-libs/gst/audio/audio.h:
5796           Readd the deprecation guards, but preserve compilability.
5797
5798 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5801           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5802           Preserve channel layout when fixating the number of channels in the
5803           output caps, or make sure there's a suitable channel position layout
5804           set on the caps if required. Fixes #430677.
5805
5806 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5809           Make sure the pipeline really operates in push mode as it should
5810           in this case.
5811
5812 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst-libs/gst/audio/audio.h:
5815           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5816           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5817           (ie. normal cvs builds) will fail.
5818
5819 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5820
5821         * docs/libs/Makefile.am:
5822         * gst-libs/gst/audio/audio.c:
5823         * gst-libs/gst/audio/audio.h:
5824         * gst-libs/gst/interfaces/mixer.c:
5825           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5826
5827 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5830           (test_channel_layout_value_intersect), (audio_suite):
5831           Add simple unit test to make sure GstValue intersection
5832           of channel layouts works the way I think it does.
5833
5834 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5835
5836         * docs/libs/gst-plugins-base-libs-sections.txt:
5837         * gst-libs/gst/audio/gstaudiofilter.h:
5838         * gst-libs/gst/interfaces/mixer.h:
5839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5840         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5841         * gst-libs/gst/sdp/gstsdpmessage.c:
5842           Fix the docs according to what gtk-doc complained about.
5843
5844 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5845
5846         * tests/icles/stress-playbin.c:
5847           Fix the build.
5848
5849 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5852         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5853           Post nice/more useful error message if we don't have a decoder for
5854           the primary type.
5855
5856 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5857
5858         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5859         Be a bit more useful, unblock the pads after we fired the no-more-pads
5860         signal so that we can use the signal to inspect and connect all pads
5861         without having to keep extra state outside of decodebin.
5862
5863 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5864
5865         * gst/playback/gsturidecodebin.c:
5866         (gst_uri_decode_bin_autoplug_continue),
5867         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5868         Implement default signal handler so that we return TRUE when nothing is
5869         connected.
5870
5871 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * gst-libs/gst/riff/riff-media.c:
5874         (gst_riff_wavext_add_channel_layout),
5875         (gst_riff_wave_add_default_channel_layout),
5876         (gst_riff_wavext_get_default_channel_mask),
5877         (gst_riff_create_audio_caps):
5878         Use the ALSA channel layout as default for wav files without channel
5879         layout information. This fixes playback of chan-id.wav on 5.1 systems
5880         for example. Also refactor the channel layout setting a bit and add
5881         more default channel orders. Fixes #489010.
5882
5883 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5886           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5887           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5888           instead.
5889
5890 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5891
5892         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5893         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5894         (gst_decode_bin_set_subs_encoding),
5895         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5896         (gst_decode_bin_get_property), (analyze_new_pad):
5897         Move subtitle encoding property to decodebin2 so that it can set the
5898         property value on all elements that it autoplugs and that require it.
5899         Make caps refcounting more consistent in get/set.
5900
5901         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5902         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5903         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5904         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5905         (proxy_autoplug_continue_signal),
5906         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5907         (make_decoder):
5908         Proxy properties and relevant signals from the internal decodebin.
5909         Make properties MT safe.
5910
5911 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5914         * gst-libs/gst/tag/tags.c:
5915           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5916           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5917
5918         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5919           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5920
5921         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5922           (gst_tag_to_vorbis_comments):
5923           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5924           just mapping everything I found in the wild) (#414539).
5925
5926 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5927
5928         Inspired by patch of: René Stadler <mail at renestadler dot de>
5929
5930         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5931         (gst_decode_bin_autoplug_continue),
5932         (gst_decode_bin_autoplug_factories),
5933         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5934         (find_compatibles):
5935         * gst/playback/gstplay-marshal.list:
5936         Remove the autoplug-sort signal and replace it with a binding friendly
5937         autoplug-select signal.
5938         Add an autoplug-factories signal that can be used to generate a list of
5939         factories to try to autoplug.
5940         Add the GstPad to the autoplugging signal args as it might be needed to
5941         make a good factory selection.
5942         Fix up the marshallers for this. Fixes #407282.
5943
5944 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * gst-libs/gst/tag/gsttagdemux.c:
5947           Don't abort with an assertion if we receive a seek event with
5948           a start type of NONE (see launchpad bug #155878).
5949
5950 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5951
5952         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5953         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5954         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5956         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5957         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5958         Make sure that before we clean up the X resources, we shutdown and join
5959         the event thread.
5960         Also make sure the event thread does not shut down immediatly after
5961         startup because the running variable is not yet correctly set.
5962         Fixes #378770. 
5963
5964 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5965
5966         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5967         Make the window for a race in typefind and shutting down smaller until
5968         we figure out the right locking here. Avoids #485753 usually.
5969
5970         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5971         Remove unneeded lock causing a race in typefind and shutting down.
5972         Fixes #485753.
5973
5974         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5975         Also remove sinks when going to NULL because we might not complete the
5976         state change to PAUSED, causing the PAUSED->READY state change not to
5977         happen.
5978
5979 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5980
5981         * gst-libs/gst/audio/gstbaseaudiosink.c:
5982         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5983         Also explicitly release the ringbuffer when going to NULL because it
5984         is required in the setcaps function, before the state change to PAUSED
5985         completes.
5986
5987 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * tests/icles/.cvsignore:
5990         * tests/icles/Makefile.am:
5991         * tests/icles/stress-playbin.c:
5992           Does what it says on the tin.
5993
5994 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5995
5996         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5997         Fix queue negotiation. See #486758.
5998
5999 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6000
6001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6002         (gst_xvimagesink_xwindow_new),
6003         (gst_xvimagesink_update_colorbalance),
6004         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6005
6006         Fix handling of some of the X atoms. If the last parameter is True,
6007         XInternAtom won't create the atom if it doesn't exist, and therefore
6008         might return None. This causes X errors on Xv implementations that
6009         don't provide the colour balance attributes.
6010
6011 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * gst-libs/gst/tag/gstvorbistag.c:
6014         * tests/check/libs/tag.c:
6015           Extract vorbis comment LICENSE tags correctly.
6016
6017 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6020
6021         * gst-libs/gst/tag/gstid3tag.c:
6022         * tests/check/libs/tag.c:
6023           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6024
6025 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6026
6027         * gst-libs/gst/tag/gsttagdemux.c:
6028           Don't error out when a buggy downstream element doesn't
6029           handle the newsegment event we send properly (especially
6030           not without posting a meaningful error message on the
6031           bus). See bug #471370 and launchpad bug #136264.
6032
6033 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6034
6035         * gst-libs/gst/audio/gstbaseaudiosink.c:
6036         (gst_base_audio_sink_drain):
6037         Use new basesink method to make our EOS drain interruptable.
6038
6039 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6040
6041         * gst-libs/gst/rtp/gstrtppayloads.c:
6042         Fix silly search-replace oversight.
6043
6044 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6045
6046         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6047
6048         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6049         (gst_basertppayload_set_outcaps):
6050         Fix caps memleak. Fixes #484989.
6051
6052
6053 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6054
6055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6056         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6057         Fix debug output.
6058
6059 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6060
6061         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6062         (gst_base_audio_src_create):
6063         Also handle the case where there is no clock set on the audio source,
6064         like in the unit tests.
6065
6066 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6067
6068         * gst-libs/gst/rtp/gstrtppayloads.c:
6069         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6070         to avoid compiler warnings
6071
6072 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6073
6074         * gst/playback/gstdecodebin.c: (type_found),
6075         (gst_decode_bin_change_state):
6076         * gst/playback/gstdecodebin2.c: (type_found),
6077         (gst_decode_bin_change_state):
6078         Don't disconnect the have_type signal because we never reconnect it
6079         later on. Instead keep a variable to see if we already detected a type.
6080
6081 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6082
6083         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6084         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6085         (type_found):
6086         Unlink the signal handler when we found the type, we're not going to do
6087         anything sensible with more type_found signals anyway.
6088
6089 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * gst-libs/gst/tag/gsttagdemux.c:
6092           Don't leak caps.
6093
6094 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6095
6096         * gst-libs/gst/tag/Makefile.am:
6097         * gst-libs/gst/tag/gsttagdemux.c:
6098         * gst-libs/gst/tag/gsttagdemux.h:
6099           API: add GstTagDemux base class for simple tag demuxers.
6100
6101         * docs/libs/gst-plugins-base-libs-docs.sgml:
6102         * docs/libs/gst-plugins-base-libs-sections.txt:
6103           Add GstTagDemux to docs.
6104
6105 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6106
6107         * gst-libs/gst/rtp/gstrtpbuffer.c:
6108         (gst_rtp_buffer_get_payload_subbuffer):
6109         Fix bug introduced with last commit which inverted the logic and
6110         caused all buffers to be dropped. Fixes #483620.
6111         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6112
6113 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6114
6115         * gst-libs/gst/rtp/gstrtpbuffer.c:
6116           Replace g_return_if_val (as it could be disabled), with regular return
6117           and warning.
6118
6119 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6120
6121         * tests/check/pipelines/simple-launch-lines.c:
6122           Print message name and not just number.
6123
6124 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6125
6126         * gst-libs/gst/audio/gstbaseaudiosink.c:
6127         (gst_base_audio_sink_async_play):
6128         When slaved to the clock, don't try to align a sample with the previous
6129         one when going to PLAYING again.
6130
6131 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6132
6133         * tests/examples/snapshot/snapshot.c:
6134           Fix the build.
6135
6136 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6137
6138         * gst-libs/gst/sdp/gstsdpmessage.h:
6139         Add RFC 3556 bandwidth modifiers.
6140
6141 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6142
6143         * docs/libs/gst-plugins-base-libs-docs.sgml:
6144         * docs/libs/gst-plugins-base-libs-sections.txt:
6145         * gst-libs/gst/rtp/gstrtppayloads.c:
6146         Update documentation.
6147
6148 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6149
6150         * gst-libs/gst/rtp/Makefile.am:
6151         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6152         (gst_rtp_payload_info_for_name):
6153         * gst-libs/gst/rtp/gstrtppayloads.h:
6154         Added new file and header to deal with payload info.
6155
6156         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6157         (gst_rtp_buffer_default_clock_rate):
6158         * gst-libs/gst/rtp/gstrtpbuffer.h:
6159         Payload specific stuff is move to new headers.
6160         Implement _default_clock rate using the new payload function.
6161
6162         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6163         (gst_sdp_parse_line):
6164         * gst-libs/gst/sdp/gstsdpmessage.h:
6165         Add some more comments.
6166
6167 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6168
6169         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6170         (sdp_check_header), (sdp_type_find), (plugin_init):
6171         Add typefind function for application/sdp.
6172         Remove some old dirac typefind code that was ifdeffed out.
6173
6174 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6175
6176         * win32/common/libgstaudio.def:
6177         Add new exported functions.
6178         * win32/vs6/grammar.dsp:
6179         Add autogeneration and copy of some autegenerated files from win32/common
6180         for rtsp library.
6181         * win32/vs6/libgstaudioconvert.dsp:
6182         Add gstaudioquantize.c to the build.
6183         * win32/vs6/libgstinterfaces.dsp:
6184         Add videoorientation.c to the build.
6185         * win32/vs6/libgstriff.dsp:
6186         Add libgsttag to the link libraries list.
6187         * win32/vs6/libgstvolume.dsp:
6188         Add liboil to the link.
6189         * win32/vs6/gst_plugins_base.dsw:
6190         * win32/vs6/libgstrtsp.dsp:
6191         * win32/common/libgstrtsp.def:
6192         Add files to build libgstrtsp library.
6193         
6194 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6195
6196         * tests/examples/snapshot/snapshot.c: (main):
6197         Print error when pipeline failed to construct.
6198
6199 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6200
6201         * configure.ac:
6202         * gst-libs/gst/tag/gstid3tag.c:
6203         * gst-libs/gst/tag/gstvorbistag.c:
6204           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6205           and ID3v2 tags.
6206
6207 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * gst-libs/gst/floatcast/floatcast.h:
6210           Don't include config.h in an installed public header, this
6211           might break compilation of applications that don't have such
6212           a header and doesn't necessarily do what it's supposed to do
6213           anyway (ie. check for the lrint/lrintf defines) (#442065).
6214           Add docs for the various macros and document how this header
6215           has to be used (link against libm, etc.); add a few FIXMEs;
6216           include math.h for non-c99 code path.  Based on patch by
6217           Jan Schmidt.
6218           
6219 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6220
6221         * configure.ac:
6222         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6223         of duplicating these macros in configure.ac.
6224
6225 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6226
6227         * po/hu.po:
6228         * po/sv.po:
6229         * po/uk.po:
6230           Updated translations to 0.10.14
6231
6232 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6233
6234         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6235
6236         * po/pl.po:
6237           Added Polish translation.
6238
6239 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6240
6241         translated by: Ilkka Tuohela <hile@iki.fi>
6242
6243         * po/fi.po:
6244           Added Finnish translation.
6245
6246 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6247
6248         translated by: Jorge González González <aloriel@gmail.com>
6249
6250         * po/es.po:
6251           Added Spanish translation.
6252
6253 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6254
6255         translated by: Mogens Jaeger <mogens@jaeger.tf>
6256
6257         * po/da.po:
6258           Added Danish translation.
6259
6260 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6261
6262         translated by: Funda Wang <fundawang@linux.net.cn>
6263
6264         * po/zh_CN.po:
6265           Added Chinese (simplified) translation.
6266
6267 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6268
6269         translated by: Alexander Shopov <ash@contact.bg>
6270
6271         * po/bg.po:
6272           Added Bulgarian translation.
6273
6274 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6277         Fix compilation wrt printf arguments.
6278
6279 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6280
6281         * configure.ac:
6282         * tests/examples/Makefile.am:
6283         * tests/examples/snapshot/.cvsignore:
6284         * tests/examples/snapshot/Makefile.am:
6285         * tests/examples/snapshot/snapshot.c: (main):
6286         Add simple snapshot example program using appsink.
6287
6288 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * tests/check/generic/states.c:
6291           Improved state change unit test.
6292
6293 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * docs/plugins/.cvsignore:
6296         * tests/check/.cvsignore:
6297           Ignore registries in any format.
6298
6299 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6300
6301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6302         (gst_base_rtp_depayload_chain),
6303         (gst_base_rtp_depayload_set_gst_timestamp):
6304         Only copy timestamp on outgoing packets if the depayloader did not set
6305         one.
6306         Also copy duration on outgoing packets.
6307
6308 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6309
6310         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6311         (gst_basertppayload_set_outcaps):
6312         Fix compilation because of missing %d in printf.
6313         When fixating caps, fixate what we can and throw away all remaining
6314         unfixed caps, subclasses should do something smart if they need to.
6315
6316 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6317
6318         * ext/gnomevfs/gstgnomevfssrc.c:
6319           Improve debug logs a bit and be more verbose if things go wrong.
6320
6321 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6322
6323         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6324         (gst_text_overlay_set_property):
6325         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6326         * gst-libs/gst/audio/gstbaseaudiosink.c:
6327         (gst_base_audio_sink_render):
6328         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6329         (gst_rtcp_unix_to_ntp):
6330         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6331         * gst/playback/gstqueue2.c:
6332         * tests/examples/seek/seek.c: (set_scale):
6333         Fix a bunch of compile warnings shown with Forte.
6334
6335         * gst/audiorate/gstaudiorate.c:
6336         Always pull in config.h before including any system headers.
6337
6338 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6339
6340         * gst/playback/gstqueue2.c: (update_buffering),
6341         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6342         (gst_queue_handle_sink_event), (gst_queue_chain),
6343         (gst_queue_push_one), (gst_queue_sink_activate_push),
6344         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6345         Also fix #476514 for queue2.
6346
6347 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6348
6349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6350         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6351         (gst_base_rtp_depayload_chain),
6352         (gst_base_rtp_depayload_handle_sink_event),
6353         (gst_base_rtp_depayload_push_full),
6354         (gst_base_rtp_depayload_set_gst_timestamp),
6355         (gst_base_rtp_depayload_change_state):
6356         Remove code to deal with RTP to GST time conversion, we now just copy
6357         the GST timestamp we receive to the outgoing buffers.
6358         Handle segment and flushes correctly.
6359
6360         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6361         When we have no valid input timestamp, use the previous rtp timestamp on
6362         the outgoing RTP packet instead of the RTP base time.
6363
6364 2007-09-15  David Schleef  <ds@schleef.org>
6365
6366         * ext/alsa/gstalsa.c:
6367         * ext/alsa/gstalsadeviceprobe.c:
6368         * ext/alsa/gstalsamixer.c:
6369         * ext/alsa/gstalsasink.c:
6370         * ext/alsa/gstalsasrc.c:
6371           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6372
6373 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6374
6375         * gst-libs/gst/rtp/gstbasertppayload.c:
6376         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6377         Add some debug info when negotiating caps.
6378
6379 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6380
6381         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6382         A buffer with an empty payload is also a valid buffer.
6383
6384 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6385
6386         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6387         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6388         (gst_basertppayload_change_state):
6389         Make sure we start our RTP timestamp from the random base RTP
6390         timestamp even if the buffer timestamp starts from some random value.
6391
6392 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6393
6394         * configure.ac:
6395         * tests/examples/Makefile.am:
6396         * tests/examples/dynamic/.cvsignore:
6397         * tests/examples/dynamic/Makefile.am:
6398         * tests/examples/dynamic/addstream.c: (create_stream),
6399         (pause_play_stream), (message_received), (eos_message_received),
6400         (perform_step), (main):
6401         Add simple exmple app to demonstrate starting and pausing live and
6402         non-live bins in a PLAYING pipeline.
6403
6404 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6405
6406         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6407         typefind for QCP files (RFC #3625)
6408
6409 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6410
6411         * gst-libs/gst/audio/gstbaseaudiosink.c:
6412         (gst_base_audio_sink_init):
6413         Disable pull mode scheduling, we're not ready for it yet and it subtly
6414         breaks a lot of things.
6415
6416 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         * tests/check/elements/libvisual.c:
6419           Test all libvisual plugins, not just the first one; this reproduces
6420           bug #450336 quite easily.  Looks like a problem with the 'jess'
6421           visualisation.
6422
6423 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * tests/check/Makefile.am:
6426         * tests/check/elements/.cvsignore:
6427         * tests/check/elements/libvisual.c:
6428           Add basic libvisual test case in an attempt to reproduce bug #450336.
6429           Doesn't reproduce that bug, but some other crasher instead (invalid
6430           free), at least with make elements/libvisual.forever and the bumscope
6431           plugin on x86-64/gutsy. Leaving test disabled for now.
6432
6433 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6436
6437         * gst-libs/gst/rtsp/gstrtspconnection.c:
6438         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6439         (read_body), (gst_rtsp_connection_receive):
6440         Make sure we can not cancel in the middle of receiving a message.
6441         Fixes #475731.
6442
6443 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         Patch by: Josep Torra Valles <josep@fluendo.com>
6446
6447         * gst/playback/gstplaybasebin.c:
6448           Increase upper limit for audio queue a bit; fixes preroll problem
6449           with playbin and decodebin2 when playing a quicktime trailer with
6450           multichannel audio via http (#464666).
6451
6452 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6453
6454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6455         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6456         (gst_base_audio_src_provide_clock),
6457         (gst_base_audio_src_set_property),
6458         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6459         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6460         Allow othe clocks than the internal clock to be used for the pipeline.
6461         Add property to disable clock provide.
6462         API: GstBaseAudioSrc::provide-clock
6463
6464 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6465
6466         * gst/playback/gstdecodebin2.c:
6467           Don't leak request pads. Fixes #475395.
6468
6469 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6470
6471         Patch by: René Stadler <mail at renestadler dot de>
6472
6473         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6474         (gst_ximage_buffer_class_init):
6475         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6476         (gst_xvimage_buffer_class_init):
6477         Correctly chain up finalize with the parent class to prevent
6478         memory leaks. Fixes #474880.
6479
6480 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6481
6482         * gst/volume/gstvolume.c: (volume_choose_func):
6483         * tests/check/elements/volume.c: (GST_START_TEST):
6484         Revert the latest change: floating point samples are allowed to
6485         have any value, not only values in the range [-1,1]. Thanks to Andy
6486         Wingo for noticing.
6487         Also fix processing of int32 samples with volumes > 4 by making the
6488         unity value smaller which prevents overflows.
6489
6490 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst-libs/gst/rtp/gstrtpbuffer.c:
6493         * tests/check/libs/rtp.c:
6494           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6495
6496 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6499
6500         * gst-libs/gst/rtp/gstrtpbuffer.c:
6501           Fix up GstRTPHeader helper struct so that compilers will not under
6502           any circumstances add padding in between our fields, as currently
6503           happens with MSVC on win32, because that would lead to us sending
6504           out RTP payloads with broken RTP headers (#471194).
6505           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6506           
6507         * tests/check/Makefile.am:
6508         * tests/check/libs/.cvsignore:
6509         * tests/check/libs/rtp.c:
6510           Add some simple unit tests for GstRTPBuffer. Some are disabled
6511           because the code tested still needs fixing (set_csrc() does not work).
6512
6513 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * win32/MANIFEST:
6516         * win32/common/gstrtsp-enumtypes.c:
6517         * win32/common/gstrtsp-enumtypes.h:
6518         * win32/common/interfaces-enumtypes.c:
6519         * win32/common/interfaces-enumtypes.h:
6520         * win32/common/multichannel-enumtypes.c:
6521           Add rtsp enumtypes (#474384) and update others.
6522
6523 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * configure.ac:
6526           Fix configure check for HAVE_LIBXML_HTML.
6527
6528 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * tests/check/libs/.cvsignore:
6531           Ignore more, in case the build bots work again one day.
6532
6533 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6534
6535         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6536
6537         * configure.ac:
6538         * gst-libs/gst/Makefile.am:
6539         * gst-libs/gst/fft/Makefile.am:
6540         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6541         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6542         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6543         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6544         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6545         * gst-libs/gst/fft/gstfft.h:
6546         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6547         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6548         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6549         * gst-libs/gst/fft/gstfftf32.h:
6550         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6551         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6552         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6553         * gst-libs/gst/fft/gstfftf64.h:
6554         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6555         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6556         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6557         * gst-libs/gst/fft/gstffts16.h:
6558         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6559         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6560         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6561         * gst-libs/gst/fft/gstffts32.h:
6562         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6563         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6564         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6565         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6566         * gst-libs/gst/fft/kiss_fft_f32.h:
6567         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6568         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6569         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6570         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6571         * gst-libs/gst/fft/kiss_fft_f64.h:
6572         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6573         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6574         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6575         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6576         * gst-libs/gst/fft/kiss_fft_s16.h:
6577         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6578         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6579         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6580         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6581         * gst-libs/gst/fft/kiss_fft_s32.h:
6582         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6583         (kiss_fftr_f32), (kiss_fftri_f32):
6584         * gst-libs/gst/fft/kiss_fftr_f32.h:
6585         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6586         (kiss_fftr_f64), (kiss_fftri_f64):
6587         * gst-libs/gst/fft/kiss_fftr_f64.h:
6588         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6589         (kiss_fftr_s16), (kiss_fftri_s16):
6590         * gst-libs/gst/fft/kiss_fftr_s16.h:
6591         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6592         (kiss_fftr_s32), (kiss_fftri_s32):
6593         * gst-libs/gst/fft/kiss_fftr_s32.h:
6594         * gst-libs/gst/fft/kiss_version:
6595         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6596         * pkgconfig/gstreamer-plugins-base.pc.in:
6597         Add libgstfft, a FFT library based on Kiss FFT which is
6598         BSD licensed. Supported sample formats are int16, int32,
6599         float and double. For those formats a real FFT and IFFT
6600         can be done, different windowing functions can be applied
6601         and functions for extracting the magnitude and phase exist.
6602         Fixes #468619.
6603
6604         * docs/libs/Makefile.am:
6605         * docs/libs/gst-plugins-base-libs-docs.sgml:
6606         * docs/libs/gst-plugins-base-libs-sections.txt:
6607         Integrate libgstfft into the docs.
6608
6609         * tests/check/Makefile.am:
6610         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6611         Add unit tests for libgstfft, currently only testing the FFT.
6612         Unit tests for IFFT will follow soon.
6613
6614 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6615
6616         Patch by: Peter Kjellerstedt  <pkj at axis com>
6617
6618         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6619         (gst_sdp_message_init), (gst_sdp_message_uninit),
6620         (is_multicast_address), (gst_sdp_message_as_text),
6621         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6622         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6623         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6624         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6625         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6626         (gst_sdp_media_init), (gst_sdp_media_uninit),
6627         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6628         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6629         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6630         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6631         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6632         * gst-libs/gst/sdp/gstsdpmessage.h:
6633         Separate INIT_ARRAY() and related macros into two versions, one for
6634         structures and one for pointers (e.g., INIT_ARRAY() and
6635         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6636         lists of emails and phone numbers.
6637         Add missing const as appropriate.
6638         Change all gint to guint since they all actually represent unsigned
6639         values.
6640         Do not use time as a variable name as it shadows the global time().
6641         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6642         Actually implement gst_sdp_message_add_time().
6643         Make gst_sdp_message_add_time() take repeat times as an argument.
6644         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6645         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6646         misspelled as badwidth).
6647         gst-indented and a little clean up. Fixes #471067.
6648
6649 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6650
6651         * gst/volume/gstvolume.c: (volume_choose_func),
6652         (volume_process_double), (volume_process_double_clamp),
6653         (volume_process_float_clamp):
6654         Correctly clamp float/double samples in the [-1.0,1.0] range to
6655         prevent weird effects.
6656         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6657         Add unit tests for all samples types that had none before.
6658
6659 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6660
6661         * gst-libs/gst/rtp/gstrtpbuffer.c:
6662           Need to include stdlib.h for abs() here too.
6663
6664 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/playback/gststreaminfo.c:
6667           Fix build.
6668
6669 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6670
6671         * gst/playback/gststreaminfo.c:
6672           Clean up some half-disabled code and comment.
6673
6674 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6675
6676         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6677
6678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6679         (gst_base_rtp_payload_audio_handle_event):
6680         Return FALSE from the event handler to let the parent class handle the
6681         event. Fixes #446766.
6682
6683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6684         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6685         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6686
6687         * gst-libs/gst/rtp/gstbasertppayload.c:
6688         Bump the MTU to 1400.
6689
6690 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6691
6692         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6693         Add an audio/x-nsf typefind function for the nsfdec element.
6694
6695 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6696         * gst/playback/gstplaybasebin.c:
6697         Included "myth://" on stream_uris list for enable buffering to mythtv files
6698
6699 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6700
6701         * docs/libs/gst-plugins-base-libs-sections.txt:
6702         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6703         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6704         (gst_rtcp_unix_to_ntp):
6705         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6706         Fix parsing of RB blocks.
6707         Fix docs.
6708         Added helper functions to convert to/from UNIX and NTP time.
6709         API: gst_rtcp_ntp_to_unix()
6710         API: gst_rtcp_unix_to_ntp()
6711
6712         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6713         (gst_rtp_buffer_get_header_len),
6714         (gst_rtp_buffer_get_extension_data),
6715         (gst_rtp_buffer_get_payload_subbuffer),
6716         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6717         (gst_rtp_buffer_ext_timestamp):
6718         * gst-libs/gst/rtp/gstrtpbuffer.h:
6719         Fix some more docs.
6720         Implement handling of packets with extensions.
6721         Fix padding check in _validate().
6722         Added function to get extension data.
6723         API: gst_rtp_buffer_get_header_len()
6724         API: gst_rtp_buffer_get_extension_data()
6725
6726 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6727
6728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6729         (gst_base_rtp_depayload_class_init),
6730         (gst_base_rtp_depayload_set_gst_timestamp):
6731         Add some more docs for the queue-delay property and fix a typo in a
6732         comment.
6733
6734         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6735         Fix typo.
6736
6737 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6738
6739         * gst-libs/gst/audio/gstbaseaudiosink.c:
6740         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6741         (gst_base_audio_sink_change_state):
6742         When skew slaving, try to hover around the middle of a segment so that
6743         we at most drift by half a segment.
6744         If we are aligning in the oposite direction of the clock skew, we don't
6745         have to resync.
6746
6747 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6748
6749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6750         (gst_base_rtp_depayload_setcaps),
6751         (gst_base_rtp_depayload_set_gst_timestamp):
6752         Be less silly with the segment start, just apply the clock-base to the
6753         timestamp.
6754
6755 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6756
6757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6758         (gst_base_rtp_depayload_class_init),
6759         (gst_base_rtp_depayload_finalize),
6760         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6761         (gst_base_rtp_depayload_handle_sink_event),
6762         (gst_base_rtp_depayload_set_gst_timestamp),
6763         (gst_base_rtp_depayload_change_state):
6764         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6765         Deprecate the queue handling thread thing and remove the code.
6766         Use new method to calculate the extended timestamp.
6767
6768 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6769
6770         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6771         (gst_rtcp_packet_sdes_copy_entry):
6772         Use g_strndup which does exactly what we want.
6773
6774         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6775         (gst_rtp_buffer_ext_timestamp):
6776         * gst-libs/gst/rtp/gstrtpbuffer.h:
6777         Add helper function to compare seqnums.
6778         Add helper function to calculate extended timestamps.
6779         API: gst_rtp_buffer_compare_seqnum()
6780         API: gst_rtp_buffer_ext_timestamp()
6781
6782 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6783
6784         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6785         (gst_rtcp_packet_sdes_get_entry),
6786         (gst_rtcp_packet_sdes_copy_entry):
6787         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6788         Fix and document SDES item data function.
6789         Add new function that makes a proper copy of SDES item data.
6790         API: gst_rtcp_packet_sdes_copy_entry()
6791
6792 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6793
6794         * configure.ac:
6795         * gst/Makefile.am:
6796           The tcp and subparse plugins are under gst, but not totaly free of
6797           dependencies. Handle selection inconfigure.ac, so that they show up
6798           on the final list of what is build and what is not. Maybe they should
6799           better be moved to ext.
6800
6801 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6802
6803         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6804
6805         * configure.ac:
6806         * gst/Makefile.am:
6807           Check if libxml provides HTML parser which subparse needs.
6808           Fixes #451970.
6809
6810 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * ext/alsa/gstalsa.c:
6813           Fix typo and compilation on big endian systems.
6814
6815 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * gst/subparse/gstssaparse.c:
6818           Convert SSA newline codes into actual newline characters (#470766).
6819
6820 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * docs/libs/gst-plugins-base-libs-sections.txt:
6823         * gst-libs/gst/pbutils/install-plugins.c:
6824         * gst-libs/gst/pbutils/install-plugins.h:
6825         * tests/check/libs/pbutils.c:
6826           API: also add gst_install_plugins_supported() while we're at it
6827           (see #470456).
6828
6829 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * docs/libs/gst-plugins-base-libs-sections.txt:
6832         * gst-libs/gst/pbutils/missing-plugins.c:
6833         * gst-libs/gst/pbutils/missing-plugins.h:
6834         * tests/check/libs/pbutils.c:
6835           API: add gst_missing_*_installer_detail_new() convenience API so
6836           that applications that know exactly what they're missing can request
6837           installer detail strings for those items directly instead of having
6838           to first create a dummy missing-plugin message and then get the
6839           installer detail string from that.  Fixes #470456.
6840
6841 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6842
6843         * gst/playback/gstdecodebin.c: (close_pad_link):
6844         We need to set up delayed-linking whenever the caps are non-fixed,
6845         not just when there are multiple types - use gst_pad_is_fixed()
6846         to test.
6847
6848 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         * gst-libs/gst/pbutils/missing-plugins.c:
6851           (gst_missing_plugin_message_get_installer_detail):
6852           Add missing separator in PID fallback case.
6853
6854 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6855
6856         * ext/alsa/Makefile.am:
6857         There is no GST_PLUGINS_BASE_LIBS defined.
6858         
6859         * ext/alsa/gstalsa.c:
6860         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6861         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6862         Add support for ALSA 24-bit formats.
6863         snd_pcm_delay can return an error code, especially
6864         during XRUNS. In that case, the best we can do is assume
6865         delay = 0.
6866
6867         * gst/audioconvert/Makefile.am:
6868         Add flags from -base before any more-remote dependencies.
6869
6870 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6871
6872         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6873
6874         * gst/volume/gstvolume.c: (volume_choose_func),
6875         (volume_update_real_volume), (gst_volume_set_volume),
6876         (gst_volume_init), (volume_process_int32),
6877         (volume_process_int32_clamp), (volume_process_int24),
6878         (volume_process_int24_clamp), (volume_process_int16),
6879         (volume_process_int16_clamp), (volume_process_int8),
6880         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6881         * gst/volume/gstvolume.h:
6882         Add support for int32, int24 and int8 to the volume element.
6883         Fixes #445529.
6884
6885 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * tests/examples/Makefile.am:
6888           Fix even more.
6889
6890 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6891
6892         * configure.ac:
6893         * docs/libs/Makefile.am:
6894         * docs/libs/gst-plugins-base-libs-docs.sgml:
6895         * docs/libs/gst-plugins-base-libs-sections.txt:
6896         * ext/gnomevfs/gstgnomevfssrc.c:
6897         * ext/gnomevfs/gstgnomevfssrc.h:
6898         * gst-libs/gst/Makefile.am:
6899         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6900         * pkgconfig/gstreamer-plugins-base.pc.in:
6901         * sys/v4l/v4lsrc_calls.c:
6902         * tests/examples/Makefile.am:
6903         * win32/common/config.h:
6904           Revert unwanted commit. many thanks to moap. I want a fix for 
6905           https://thomas.apestaart.org/moap/trac/ticket/239
6906
6907 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6908
6909         * gst/volume/gstvolume.c:
6910           Move passthrough below gst_object_sync_values(). Fixes #442654.
6911
6912 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6913
6914         * gst-libs/gst/audio/audio.c:
6915         Clarify the docs a little.
6916
6917 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6918
6919         * gst/volume/gstvolume.c:
6920           Enable liboil for float and add more details about problems with
6921           int16.
6922
6923 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6924
6925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6926         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6927
6928 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6931         When calculating the first timestamp of the buffers, don't go below 0
6932         and clip the samples because the offset was on the eos page.
6933         Fixes #466717.
6934
6935 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6938         (gst_ogg_demux_collect_chain_info):
6939         Also submit the eos page when trying to find the first timestamp.
6940         See #466717.
6941
6942 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6943
6944         * gst-libs/gst/audio/audio.h:
6945         Use gst_util_uint64_scale() instead of doing the math
6946         with double for GST_FRAMES_TO_CLOCK_TIME() and
6947         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6948         prevents rounding errors. Fixes #467667.
6949
6950 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst-libs/gst/rtsp/gstrtspconnection.c:
6953         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6954         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6955         * gst-libs/gst/rtsp/gstrtspconnection.h:
6956         Small cleanups.
6957         On shutdown, don't read the control socket yet.
6958         Set timeout value correctly in all cases.
6959         Add function to check if the server accepts reads or writes.
6960         API: gst_rtsp_connection_poll()
6961
6962         * gst-libs/gst/rtsp/gstrtspdefs.h:
6963         Fix compilation with -pedantic.
6964         Add enum for _poll.
6965
6966 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         Patch by: Olivier Crete  <tester at tester ca>
6969
6970         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6971         (gst_basertppayload_getcaps):
6972         * gst-libs/gst/rtp/gstbasertppayload.h:
6973         Add getcaps vfunc to basertppayload. See #465146.
6974
6975 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6978         Only post buffering messages when we are a stream.
6979
6980 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst-libs/gst/pbutils/install-plugins.c:
6983         * gst-libs/gst/pbutils/missing-plugins.c:
6984           Small docs fix and addition.
6985
6986 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * tests/icles/.cvsignore:
6989         * tests/icles/Makefile.am:
6990         * tests/icles/test-textoverlay.c:
6991           Add a dumb little test for textoverlay alignments.
6992
6993 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         Patch by: Dan Williams  <dcbw redhat com>
6996
6997         * ext/pango/gsttextoverlay.c:
6998         * ext/pango/gsttextoverlay.h:
6999           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7000           "silent" property so there's a Since tag in the API reference.
7001
7002 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7003
7004         * gst-libs/gst/rtp/gstbasertppayload.c:
7005         (gst_basertppayload_set_outcaps):
7006         * gst-libs/gst/rtp/gstbasertppayload.h:
7007         Improve caps negotiation so that downstream elements can confiure
7008         certain RTP properties by fixing them on the caps. See #465146.
7009         Add docs.
7010
7011 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * docs/libs/gst-plugins-base-libs-sections.txt:
7014         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7015         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7016           Mark as deprecated some macros which were presumably meant to be
7017           private API and accidentally exposed in the public header file.
7018           Also actually _init() lock (only works at the moment because the
7019           struct is zeroed out when created and the initial values in the
7020           mutex struct are zeroes too). (#459585)
7021
7022 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7023
7024         * docs/libs/Makefile.am:
7025           Remove cruft and do some cleanups.
7026
7027         * docs/libs/gst-plugins-base-libs-docs.sgml:
7028           Prepare for comming gtkdoc features (rebase against online docs).
7029
7030 2007-08-10  Michael Smith <msmith@fluendo.com>
7031
7032         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7033           Debug output fixes.
7034         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7035         (GST_START_TEST):
7036           Change the number of buffers used; 500 is too many and leads to
7037           timeouts.
7038
7039 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * gst/playback/gstqueue2.c:
7042         * gst/videorate/gstvideorate.c:
7043           Printf format fixes (#465028).
7044
7045 2007-08-09  Michael Smith <msmith@fluendo.com>
7046
7047         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7048           If we have a large (> 1 second) discontinuity, push a series of
7049           smaller buffers rather than a single very large buffer. Avoids
7050           unreasonably large single buffer allocations when encountering a
7051           large gap.
7052         * tests/check/elements/audiorate.c: (GST_START_TEST),
7053         (audiorate_suite):
7054           Add a test for this.
7055
7056 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7057
7058         * gst/playback/gstplaybasebin.c: (group_commit),
7059         (queue_remove_probe), (queue_threshold_reached):
7060
7061         Patch by: Josep Torra Valles <josep@fluendo.com>
7062         Fixes: #465015
7063         Make sure we remove the check_queues buffer probe from the 
7064         correct queue to avoid racily going back to "buffering 99%" when
7065         buffering is actually complete.
7066
7067         Also, fix the spelling of Josep's surname in the ChangeLog.
7068
7069 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7070
7071         * ext/ogg/gstoggmux.c:
7072           Do not leak oggmux instance.
7073         
7074         * ext/vorbis/vorbisenc.c:
7075           Also log values.
7076
7077 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7078
7079         * po/hu.po:
7080         * po/it.po:
7081         * po/nl.po:
7082         * po/uk.po:
7083         * po/vi.po:
7084           Updated translations.
7085
7086 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7087
7088         patch by: Yang Hong <hongyang@redflag-linux.com>
7089
7090         * ext/pango/gsttextoverlay.c:
7091         * ext/pango/gsttextoverlay.h:
7092           Add 'silent' property to GstTimeOverlay. Fixes #462979
7093
7094 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7095
7096         Patch by: Josep Torra Valles <josep@fluendo.com>
7097
7098         * docs/plugins/gst-plugins-base-plugins.args:
7099         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7100         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7101         (gst_uri_decode_bin_get_property), (gen_source_element):
7102         Add connection-speed property. Fixes #464690.
7103
7104 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7105
7106         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7107
7108         * configure.ac:
7109         * gst-libs/gst/rtsp/Makefile.am:
7110         * gst-libs/gst/rtsp/gstrtspconnection.c:
7111         (gst_rtsp_connection_connect):
7112         Fix compilation on windows. Fixes #464320.
7113
7114 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7115
7116         Patch by: Josep Torra Valles <josep@fluendo.com>
7117
7118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7119         (gst_play_base_bin_init), (queue_threshold_reached),
7120         (gen_source_element), (setup_substreams),
7121         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7122         (gst_play_base_bin_get_streaminfo_value_array):
7123         * gst/playback/gstplaybasebin.h:
7124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7125         (gst_play_bin_set_property), (gst_play_bin_get_property),
7126         (gst_play_bin_handle_redirect_message):
7127         Move connection-speed property from playbin to playbasebin so that we
7128         can also configure it in source elements that have the connection-speed
7129         property. Fixes #464028.
7130         Add some debug info here and there.
7131
7132 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7133
7134         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7135         Properly respond to conversion queries. Fixes #464079.
7136
7137 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7138
7139         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7140         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7141         (gst_audio_test_src_init_sine_table),
7142         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7143         * gst/audiotestsrc/gstaudiotestsrc.h:
7144         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7145         Also set the default volume to the default value specified in the
7146         GParamSpec.
7147
7148 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7149
7150         Patch by: Jens Granseuer <jensgr at gmx dot net>
7151
7152         * gst/audioconvert/gstaudioquantize.c:
7153         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7154
7155 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7158         Add rdt manager for rdt transport.
7159         Fix parsing of RDT transport.
7160
7161 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7162
7163         * configure.ac:
7164         Back to CVS
7165
7166 === release 0.10.14 ===
7167
7168 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7169
7170         * configure.ac:
7171           releasing 0.10.14, "Light Years Ahead"
7172
7173 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7174
7175         * tests/check/libs/audio.c: (GST_START_TEST):
7176         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7177
7178 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7179
7180         * gst-libs/gst/audio/audio.c:
7181         When clipping a buffer with no timestamp, assume it is
7182         within the segment without warnings.
7183
7184         Fixes: #460978
7185
7186 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7189         Fire the signal on the object, not the interface.
7190
7191 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7192
7193         * gst-libs/gst/rtsp/.cvsignore:
7194         Ber. Don't include the full path, idiot.
7195
7196 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7197
7198         * gst-libs/gst/rtsp/.cvsignore:
7199         Ignore generated files.
7200
7201 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7202
7203         * gst-libs/gst/interfaces/Makefile.am:
7204         * gst-libs/gst/interfaces/interfaces-marshal.list:
7205         * gst-libs/gst/interfaces/rtspextension.c:
7206         * gst-libs/gst/interfaces/rtspextension.h:
7207         * gst-libs/gst/rtsp/Makefile.am:
7208         * gst-libs/gst/rtsp/gstrtsp.h:
7209         * gst-libs/gst/rtsp/gstrtspextension.c:
7210         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7211         (gst_rtsp_extension_detect_server),
7212         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7213         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7214         (gst_rtsp_extension_configure_stream),
7215         (gst_rtsp_extension_get_transports),
7216         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7217         * gst-libs/gst/rtsp/gstrtspextension.h:
7218         * gst-libs/gst/rtsp/rtsp-marshal.list:
7219         Move the rtspextension.h interface into gstrtspextension.h
7220         as part of libgstrtsp instead of libgstinterfaces, because it's
7221         only for use within plugins, not applications. 
7222         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7223         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7224         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7225         is abstract.
7226
7227 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst-libs/gst/interfaces/Makefile.am:
7230         * gst-libs/gst/interfaces/interfaces-marshal.list:
7231         * gst-libs/gst/interfaces/rtspextension.c:
7232         (gst_rtsp_extension_iface_init),
7233         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7234         * gst-libs/gst/interfaces/rtspextension.h:
7235         Fix marshaller for the send signal.
7236         Add URL to stream selection interface method.
7237
7238 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7239
7240         * gst-libs/gst/riff/Makefile.am:
7241         Pull in our dependencies from -base before those from outside.
7242
7243 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7244
7245         * docs/libs/gst-plugins-base-libs-sections.txt:
7246         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7247         * gst-libs/gst/rtsp/gstrtspbase64.h:
7248         API: gst_rtsp_base64_decode_ip()
7249         Added function to decode Base64 in-place.
7250
7251 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7252
7253         * tests/check/libs/.cvsignore:
7254         Ignore the mixer test binary.
7255
7256 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7257
7258         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7259         Gratuitous comment change to trigger a rebuild on the buildbots.
7260
7261 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7262
7263         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7264         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7265         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7266         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7267         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7268         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7269         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7270         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7271         (gst_sdp_media_get_attribute_val):
7272         * gst-libs/gst/sdp/gstsdpmessage.h:
7273         Constify args where we can.
7274
7275 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7276
7277         * gst-libs/gst/interfaces/Makefile.am:
7278         * gst-libs/gst/interfaces/rtspextension.c:
7279         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7280         (gst_rtsp_extension_detect_server),
7281         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7282         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7283         (gst_rtsp_extension_configure_stream),
7284         (gst_rtsp_extension_get_transports),
7285         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7286         * gst-libs/gst/interfaces/rtspextension.h:
7287         Move interface for RTSP extensions from -good to here.
7288         Added helper methods to invoke interface methods.
7289
7290 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7291
7292         * docs/libs/gst-plugins-base-libs-sections.txt:
7293         * gst-libs/gst/rtsp/gstrtspdefs.h:
7294         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7295         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7296         (gst_rtsp_message_init_response),
7297         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7298         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7299         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7300         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7301         (gst_rtsp_message_get_body), (dump_key_value):
7302         * gst-libs/gst/rtsp/gstrtspmessage.h:
7303         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7304         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7305         (gst_rtsp_range_parse):
7306         * gst-libs/gst/rtsp/gstrtsprange.h:
7307         * gst-libs/gst/rtsp/gstrtsptransport.c:
7308         * gst-libs/gst/rtsp/gstrtspurl.c:
7309         Fix some more RTSP docs.
7310         Add some missing methods for dealing with messages.
7311
7312 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7313
7314         * docs/libs/gst-plugins-base-libs-docs.sgml:
7315         * docs/libs/gst-plugins-base-libs-sections.txt:
7316         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7317         * gst-libs/gst/rtsp/gstrtspbase64.h:
7318         * gst-libs/gst/rtsp/gstrtspconnection.c:
7319         (gst_rtsp_connection_connect), (add_auth_header),
7320         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7321         (read_body), (gst_rtsp_connection_receive),
7322         (gst_rtsp_connection_next_timeout),
7323         (gst_rtsp_connection_reset_timeout),
7324         (gst_rtsp_connection_set_auth):
7325         * gst-libs/gst/rtsp/gstrtspconnection.h:
7326         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7327         * gst-libs/gst/rtsp/gstrtspdefs.h:
7328         * gst-libs/gst/rtsp/gstrtspmessage.h:
7329         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7330         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7331         (gst_rtsp_range_parse):
7332         * gst-libs/gst/rtsp/gstrtspurl.h:
7333         Added beginnings of RTSP documentation.
7334
7335 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7336
7337         * docs/libs/Makefile.am:
7338         * docs/libs/gst-plugins-base-libs-docs.sgml:
7339         * docs/libs/gst-plugins-base-libs-sections.txt:
7340         * gst-libs/gst/sdp/gstsdp.h:
7341         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7342         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7343         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7344         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7345         (gst_sdp_message_get_attribute_val),
7346         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7347         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7348         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7349         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7350         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7351         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7352         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7353         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7354         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7355         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7356         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7357         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7358         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7359         (gst_sdp_media_get_attribute_val_n),
7360         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7361         (print_media), (gst_sdp_message_dump):
7362         * gst-libs/gst/sdp/gstsdpmessage.h:
7363         Document the SDP library.
7364         Add some of the missing SDPMedia methods.
7365
7366 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7367
7368         * configure.ac:
7369         * gst-libs/gst/Makefile.am:
7370         * gst-libs/gst/rtsp/Makefile.am:
7371         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7372         * gst-libs/gst/rtsp/gstrtspbase64.h:
7373         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7374         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7375         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7376         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7377         (parse_response_status), (parse_request_line), (parse_line),
7378         (gst_rtsp_connection_read), (read_body),
7379         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7380         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7381         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7382         (gst_rtsp_connection_set_auth):
7383         * gst-libs/gst/rtsp/gstrtspconnection.h:
7384         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7385         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7386         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7387         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7388         (gst_rtsp_find_method):
7389         * gst-libs/gst/rtsp/gstrtspdefs.h:
7390         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7391         (gst_rtsp_message_new), (gst_rtsp_message_init),
7392         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7393         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7394         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7395         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7396         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7397         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7398         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7399         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7400         (gst_rtsp_message_dump):
7401         * gst-libs/gst/rtsp/gstrtspmessage.h:
7402         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7403         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7404         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7405         * gst-libs/gst/rtsp/gstrtsprange.h:
7406         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7407         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7408         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7409         (range_as_text), (rtsp_transport_mode_as_text),
7410         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7411         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7412         (gst_rtsp_transport_free):
7413         * gst-libs/gst/rtsp/gstrtsptransport.h:
7414         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7415         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7416         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7417         * gst-libs/gst/rtsp/gstrtspurl.h:
7418         * gst-libs/gst/sdp/Makefile.am:
7419         * gst-libs/gst/sdp/gstsdp.h:
7420         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7421         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7422         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7423         (gst_sdp_attribute_init), (gst_sdp_message_new),
7424         (gst_sdp_message_init), (gst_sdp_message_uninit),
7425         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7426         (gst_sdp_media_uninit), (gst_sdp_media_free),
7427         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7428         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7429         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7430         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7431         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7432         (gst_sdp_message_get_attribute_val),
7433         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7434         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7435         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7436         (gst_sdp_media_get_attribute_val_n),
7437         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7438         (read_string), (read_string_del), (gst_sdp_parse_line),
7439         (gst_sdp_message_parse_buffer), (print_media),
7440         (gst_sdp_message_dump):
7441         * gst-libs/gst/sdp/gstsdpmessage.h:
7442         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7443         Move SDP and RTSP from helper objects in -good to a reusable library.
7444         Use a proper gst_ namespace.
7445
7446 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7447
7448         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7449         (vorbis_dec_flush_decode):
7450         Use the new buffer clipping function from gstaudio here.
7451
7452 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7453
7454         * docs/libs/gst-plugins-base-libs-sections.txt:
7455         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7456         * gst-libs/gst/audio/audio.h:
7457         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7458         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7459         Also add deprecation guards for gst_audio_structure_set_int() to the
7460         header.
7461
7462 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7463
7464         * docs/libs/gst-plugins-base-libs-sections.txt:
7465           Cleanup the docs.
7466
7467 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7468
7469         Patch by: Dan Williams <dcbw at redhat dot com>
7470
7471         * gst/playback/gstplaybasebin.c:
7472         (gst_play_base_bin_get_streaminfo_value_array):
7473         Don't return NULL when querying the stream info value array but instead
7474         return an empty array. Fixes #459204.
7475
7476 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * gst/playback/gsturidecodebin.c:
7479           Init debug category before using it.
7480
7481 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7482
7483         * gst-libs/gst/interfaces/mixer.h:
7484         Add padding vars in place of the signal pointers
7485         when building with DISABLE_DEPRECATED so that the
7486         interface structure doesn't change size.
7487
7488 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7489
7490         * docs/libs/gst-plugins-base-libs-sections.txt:
7491         * ext/alsa/gstalsamixer.c:
7492         * ext/alsa/gstalsamixer.h:
7493         * ext/alsa/gstalsamixerelement.c:
7494         * ext/alsa/gstalsamixertrack.c:
7495         * gst-libs/gst/interfaces/mixer.c:
7496         * gst-libs/gst/interfaces/mixer.h:
7497         * gst-libs/gst/interfaces/mixeroptions.c:
7498         * gst-libs/gst/interfaces/mixeroptions.h:
7499         * gst-libs/gst/interfaces/mixertrack.c:
7500         * gst-libs/gst/interfaces/mixertrack.h:
7501         * tests/check/Makefile.am:
7502         * tests/check/libs/mixer.c:
7503
7504         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7505         Fixes: #152864 
7506
7507         Add support for notifying mixer changes on the message bus, and
7508         implement it in alsamixer.
7509
7510         API: gst_mixer_get_mixer_flags
7511         API: gst_mixer_message_parse_mute_toggled
7512         API: gst_mixer_message_parse_record_toggled
7513         API: gst_mixer_message_parse_volume_changed
7514         API: gst_mixer_message_parse_option_changed
7515         API: GstMixerMessageType
7516         API: GstMixerFlags
7517
7518 2007-07-20  Michael Smith <msmith@fluendo.com>
7519
7520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7521         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7522           xcontext->im_format is only for testing XShm support (as the header
7523           file comments document). Use xvimage->im_format for everything else.
7524           Avoids spurious warnings on buffer allocation before setcaps.
7525
7526 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7527
7528         * tests/examples/volume/Makefile.am:
7529         * tests/icles/Makefile.am:
7530           We should use $(LIBM).
7531
7532 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7533
7534         * tests/icles/Makefile.am:
7535           This needs -lm.
7536
7537 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         * gst-libs/gst/rtp/gstbasertppayload.c:
7540         (gst_basertppayload_class_init), (gst_basertppayload_init),
7541         (gst_basertppayload_set_property),
7542         (gst_basertppayload_get_property):
7543         Don't break ABI, restore previous ranges. Keep the default random
7544         selection of timestamp and seqnum offset but as soon as the app sets a
7545         specific value, use that one.
7546
7547 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7548
7549         Patch by: Bastien Nocera <hadess at hadess dot net>
7550
7551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7552         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7553         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7554         * sys/xvimage/xvimagesink.h:
7555         Add option to turn off double-buffering for debugging purposes.
7556         Fixes #437169.
7557
7558 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         Patch by: Jorn Baayen <jorn at openedhand dot com>
7561
7562         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7563         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7564         (gst_ximagesink_init), (gst_ximagesink_class_init):
7565         * sys/ximage/ximagesink.h:
7566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7567         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7568         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7569         * sys/xvimage/xvimagesink.h:
7570         add 'handle-expose' property. Useful for video widgets which may want to
7571         be in control of Expose behaviour. Fixes #380625
7572
7573 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst-libs/gst/rtp/gstbasertppayload.c:
7576         (gst_basertppayload_class_init), (gst_basertppayload_init),
7577         (gst_basertppayload_event), (gst_basertppayload_push),
7578         (gst_basertppayload_set_property),
7579         (gst_basertppayload_get_property),
7580         (gst_basertppayload_change_state):
7581         * gst-libs/gst/rtp/gstbasertppayload.h:
7582         Fix ranges of rtp payloader properties so that the full range can be
7583         used in addition to -1 (random).
7584         Fix wrong seqnum reporting in caps.
7585         Fixes #420326.
7586
7587 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7590         (gst_video_rate_query):
7591         Use boilerplate.
7592         Add latency query, might not be perfect yet but already works a lot
7593         better. Fixes #442557.
7594
7595 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7596
7597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7598         (gst_xvimagesink_setcaps):
7599         * sys/xvimage/xvimagesink.h:
7600         After a caps change, redraw our borders to avoid garbage left there
7601         when the image format changes to a smaller size, like 16:9 -> 4:3
7602         Also, hold the flow_lock a bit longer in the set_caps while we're
7603         fiddling with the xcontext.
7604
7605 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7606
7607         * Makefile.am:
7608         * configure.ac:
7609         * tests/Makefile.am:
7610         Remove bogus check for libcheck, since we check for
7611         gstreamer-check and it pulls in the required info from there, and we
7612         weren't actually _using_ the information for libcheck ourselves
7613         anyway.
7614
7615 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7616
7617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7618         (gst_ffmpeg_caps_to_pixfmt):
7619         Fix the r_mask test for RGBA32 on little-endian.
7620         Fix a stupid typo that would have obviously broken 
7621         compilation on big-endian, if anyone was testing.
7622
7623 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7626         (paint_hline_str4):
7627         * gst/videotestsrc/videotestsrc.h:
7628         Add alpha to the color struct.
7629         Use a default alpha value of 255 instead of 128.
7630
7631 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7632
7633         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7634         (setup_source):
7635         Clear the dynamic pads counter when starting a new uri. This makes
7636         reusing playbin work again.
7637         Fixes #454264.
7638
7639 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7640
7641         * configure.ac:
7642           Use pkg-config to locate check.
7643
7644 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * configure.ac:
7647         * tests/check/elements/volume.c: (GST_START_TEST):
7648           Fix 'make check' build against core CVS.
7649
7650 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7651
7652         * gst-libs/gst/interfaces/propertyprobe.c:
7653         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7654         * gst-libs/gst/tag/gstvorbistag.c:
7655           Make gtk-doc happy.
7656
7657 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7658
7659         * gst-libs/gst/audio/gstbaseaudiosink.c:
7660         (gst_base_audio_sink_callback):
7661           Quick hack to make audiosinks stop at EOS when operating in
7662           pull-mode; needs to be fixed properly some day.
7663
7664 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * docs/libs/gst-plugins-base-libs-sections.txt:
7667           Fix location of includes in the docs.
7668
7669 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7670
7671         * gst/ffmpegcolorspace/avcodec.h:
7672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7673         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7674         (gst_ffmpegcsp_avpicture_fill):
7675         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7676         (img_get_alpha_info):
7677         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7678         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7679         end of the word. Partially fixes #451908
7680
7681 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * docs/libs/Makefile.am:
7684         * docs/plugins/Makefile.am:
7685           Simplify --extra-dir as gtkdoc scans recursively.
7686
7687 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7690         (gst_adder_request_new_pad):
7691         Make getcaps more robust by not using the proxycaps function. This makes
7692         sure that we don't end up recursively calling getcaps upstream.
7693         See #316248.
7694
7695 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7696
7697         * gst/audioconvert/audioconvert.c:
7698         Include math.h to fix compilation.
7699
7700 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7701
7702         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7703         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7704         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7705         format, as produced by some dc1394 cameras like the iSight.
7706         See http://www.fourcc.org/yuv.php#IYU1
7707
7708 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7709
7710         * gst/audioconvert/Makefile.am:
7711         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7712         (check_default), (audio_convert_prepare_context),
7713         (audio_convert_clean_context), (audio_convert_convert):
7714         * gst/audioconvert/audioconvert.h:
7715         * gst/audioconvert/gstaudioconvert.c:
7716         (gst_audio_convert_dithering_get_type),
7717         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7718         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7719         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7720         * gst/audioconvert/gstaudioconvert.h:
7721         * gst/audioconvert/gstaudioquantize.c:
7722         (gst_audio_quantize_setup_noise_shaping),
7723         (gst_audio_quantize_free_noise_shaping),
7724         (gst_audio_quantize_setup_dither),
7725         (gst_audio_quantize_free_dither),
7726         (gst_audio_quantize_setup_quantize_func),
7727         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7728         * gst/audioconvert/gstaudioquantize.h:
7729         Implement dithering and noise shaping in audioconvert. By default now
7730         TPDF dithering (and no noise shaping) will be used when converting
7731         from a higher bit depth to 20 bit depth or smaller, otherwise
7732         everything will be as it is now.
7733         For the last audioconvert in a pipeline it would make sense to
7734         use some kind of noise shaping, enabling it by default for all
7735         conversions would give undesired results though. Fixes #360246.
7736         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7737         (GST_START_TEST):
7738         Adjust unit test for the new audioconvert.
7739
7740 2007-06-28  Wim Taymans  <wim@fluendo.com>
7741
7742         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7743         Use other metrics as well when estimating the buffer level.
7744
7745 2007-06-28  Wim Taymans  <wim@fluendo.com>
7746
7747         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7748         Small debug improvement.
7749
7750         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7751         (plugin_init):
7752         Tweak the rate estimation period.
7753         When calculating the buffer filledness in rate estimation mode, don't
7754         mix it with other metrics.
7755
7756 2007-06-28  Wim Taymans  <wim@fluendo.com>
7757
7758         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7759         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7760         When creating the groups, allow for a 5 second, unlimited buffers
7761         preroll phase after which we expose the group.
7762         When the group is exposed, use a small number of buffers up to a 2
7763         second limit. Also disconnect the overrun signal from multiqueue when we
7764         exposed the group because it is not needed anymore.
7765
7766 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7769           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7770           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7771           (#451707); also, output some debugging info when dealing with
7772           freeform strings.
7773
7774         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7775           Add unit test for the above.
7776
7777 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7780           Add description for Windows Media RTP caps.
7781
7782         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7783           Remove RTP fields that don't define the format from caps.
7784
7785 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7788           Skip empty buffers, but not empty header buffers. That way the original
7789           vorbisdec unit test still passes (#451145); also, take into account
7790           that those empty packets might carry a granulepos.
7791
7792         * tests/check/Makefile.am:
7793         * tests/check/elements/vorbisdec.c:
7794         (_create_codebook_header_buffer), (_create_audio_buffer),
7795         (GST_START_TEST), (vorbisdec_suite):
7796           Add unit test that sends an empty packet.
7797
7798 2007-06-27  Wim Taymans  <wim@fluendo.com>
7799
7800         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7801         Don't error out on 0-sized packets, just emit a warning because this is
7802         not a fatal error. Fixes #451145.
7803
7804 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7805
7806         * docs/plugins/gst-plugins-base-plugins.args:
7807         * docs/plugins/gst-plugins-base-plugins.signals:
7808         * docs/plugins/inspect/plugin-adder.xml:
7809         * docs/plugins/inspect/plugin-alsa.xml:
7810         * docs/plugins/inspect/plugin-audioconvert.xml:
7811         * docs/plugins/inspect/plugin-audiorate.xml:
7812         * docs/plugins/inspect/plugin-audioresample.xml:
7813         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7814         * docs/plugins/inspect/plugin-cdparanoia.xml:
7815         * docs/plugins/inspect/plugin-decodebin.xml:
7816         * docs/plugins/inspect/plugin-decodebin2.xml:
7817         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7818         * docs/plugins/inspect/plugin-gdp.xml:
7819         * docs/plugins/inspect/plugin-gnomevfs.xml:
7820         * docs/plugins/inspect/plugin-libvisual.xml:
7821         * docs/plugins/inspect/plugin-ogg.xml:
7822         * docs/plugins/inspect/plugin-pango.xml:
7823         * docs/plugins/inspect/plugin-playbin.xml:
7824         * docs/plugins/inspect/plugin-subparse.xml:
7825         * docs/plugins/inspect/plugin-tcp.xml:
7826         * docs/plugins/inspect/plugin-theora.xml:
7827         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7828         * docs/plugins/inspect/plugin-video4linux.xml:
7829         * docs/plugins/inspect/plugin-videorate.xml:
7830         * docs/plugins/inspect/plugin-videoscale.xml:
7831         * docs/plugins/inspect/plugin-videotestsrc.xml:
7832         * docs/plugins/inspect/plugin-volume.xml:
7833         * docs/plugins/inspect/plugin-vorbis.xml:
7834         * docs/plugins/inspect/plugin-ximagesink.xml:
7835         * docs/plugins/inspect/plugin-xvimagesink.xml:
7836           Update docs with caps info.
7837
7838 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * po/POTFILES.in:
7841           Add more files with translatable strings (#450875).
7842
7843 2007-06-23  Edward Hervey  <edward@fluendo.com>
7844
7845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7846         The chain should be freed if we error out here, else it will leak.
7847         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7848         (cleanup_decodebin):
7849         Don't forget to *properly* remove the signals, else it will leak.
7850
7851 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7852
7853         * MAINTAINERS:
7854         Updating all the maintainers files
7855
7856 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7857
7858         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7859         (main):
7860           Destroy and recreate parse-launch based pipeline after stop to be able
7861           to play again. Reorder some code and add more comments.
7862
7863 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7864
7865         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7866         When handling a delayed-caps notification case, mark
7867         the group as dynamic so that the nbdynamic count is
7868         incremented and decremented correctly. Fixes: #449156
7869         Patch by: Wim Taymans <wim@fluendo.com>
7870
7871 2007-06-19  Andy Wingo  <wingo@pobox.com>
7872
7873         * gst-libs/gst/audio/gstbaseaudiosink.c
7874         (gst_base_audio_sink_init): Enable pull-mode operation.
7875
7876 2007-06-19  Michael Smith <msmith@fluendo.com>
7877
7878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7879           Change minimum rate back to 1000 to allow low-sample-rate wav files
7880           to play back.
7881
7882 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7883
7884         * po/vi.po:
7885           Update translations.
7886
7887 2007-06-15  David Schleef  <ds@schleef.org>
7888
7889         * gst/playback/gstqueue2.c:
7890           Fix compile error from ignored return value.
7891
7892 2007-06-15  Michael Smith <msmith@fluendo.com>
7893
7894         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7895           Update tmpbuf for all neccesary rows, not just one, as is required
7896           when downscaling.
7897           Fixes #402076.
7898
7899 2007-06-15  Michael Smith <msmith@fluendo.com>
7900
7901         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7902         (eos_buffer_probe):
7903           Add a test that ensures we set DELTA_UNIT on all non-header,
7904           non-video buffers, if we have a video stream.
7905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7906         (gst_ogg_mux_process_best_pad):
7907           Move setting delta_pad to earlier, where we inspect all pads, so
7908           that leading audio pages don't get DELTA_UNIT unset if they come
7909           before the first DELTA_UNIT from video pages. Fixes the newly-added
7910           test. Fixes #385527.
7911
7912 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7915           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7916           fails on the p5-ppc64 build bot and the failure looks like it is due
7917           to the same issue as #348114, ie. a compiler bug.
7918
7919 2007-06-13  Edward Hervey  <edward@fluendo.com>
7920
7921         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7922         Fix build on MacOSX.
7923
7924 2007-06-13  Wim Taymans  <wim@fluendo.com>
7925
7926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7927         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7928         Fix compilation on mingw. Fixes #446972.
7929
7930 2007-06-12  Wim Taymans  <wim@fluendo.com>
7931
7932         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7933
7934         * gst/playback/gstqueue2.c: (update_buffering),
7935         (gst_queue_locked_enqueue):
7936         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7937         also update the buffering status when receiving events. Fixes #446551.
7938
7939 2007-06-11  Wim Taymans  <wim@fluendo.com>
7940
7941         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7942
7943         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7944         (gst_queue_handle_src_query):
7945         Wait for preroll before attempting to forward a duration query upstream.
7946         Fixes #445505.
7947
7948 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7949
7950         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7951         (gst_base_rtp_depayload_set_gst_timestamp):
7952         Use G_GINT64_CONSTANT macro for int64 constant.
7953         * win32/common/libgstinterfaces.def:
7954         * win32/common/libgsttag.def:
7955         Add new exported functions.
7956
7957 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7960           The BOS page of the first Dirac video stream needs to come before
7961           the BOS page of any Vorbis streams or other audio streams, just like
7962           it is with Theora.
7963
7964 2007-06-07  Wim Taymans  <wim@fluendo.com>
7965
7966         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7967         Fix compilation.
7968
7969 2007-06-06  Wim Taymans  <wim@fluendo.com>
7970
7971         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7972
7973         * gst/playback/gstqueue2.c: (gst_queue_init),
7974         (gst_queue_handle_sink_event), (gst_queue_chain),
7975         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7976         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7977         (gst_queue_src_activate_pull):
7978         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7979         Does not yet completely work because duration queries upstream won't
7980         block yet.
7981
7982 2007-06-06  Wim Taymans  <wim@fluendo.com>
7983
7984         * configure.ac:
7985         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7986         Some more fseeko checks.
7987
7988 2007-06-06  Wim Taymans  <wim@fluendo.com>
7989
7990         * configure.ac:
7991         check for large file support.
7992
7993 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7994
7995         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7996
7997         * gst/subparse/gstsubparse.c: (parse_subrip),
7998         (subviewer_unescape_newlines), (parse_subviewer),
7999         (gst_sub_parse_data_format_autodetect),
8000         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8001         * gst/subparse/gstsubparse.h:
8002         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8003         * tests/check/elements/subparse.c: (GST_START_TEST),
8004         (subparse_suite):
8005         Add a unit test for both SubViewer formats.
8006
8007 2007-06-01  Michael Smith <msmith@fluendo.com>
8008
8009         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8010           Don't overflow intermediate values when seeking to large time values
8011           in audiotestsrc.
8012
8013 2007-06-05  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8016         (gst_queue_create_read), (gst_queue_read_item_from_file),
8017         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8018         Include stdio to define fseeko.
8019
8020 2007-06-05  Wim Taymans  <wim@fluendo.com>
8021
8022         Patch by: Edward Hervey  <edward@fluendo.com>
8023
8024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8025         (gst_v4lsrc_query):
8026         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8027
8028 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * gst-libs/gst/riff/Makefile.am:
8031         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8032           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8033           our own implementation.
8034
8035 2007-06-05  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8038         (gst_base_rtp_depayload_setcaps),
8039         (gst_base_rtp_depayload_set_gst_timestamp),
8040         (gst_base_rtp_depayload_change_state):
8041         Handle timestamp wraparound.
8042
8043 2007-06-05  Wim Taymans  <wim@fluendo.com>
8044
8045         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8046         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8047         (gst_uri_decode_bin_change_state):
8048         Make sure we name srcpads uniquely even when using different internal
8049         decodebins.
8050         Signal no-more-pads when no more dynamic elements exist.
8051         Remove pads on cleanup.
8052
8053 2007-06-05  Wim Taymans  <wim@fluendo.com>
8054
8055         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8056
8057         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8058         (gst_queue_init), (gst_queue_finalize),
8059         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8060         (gst_queue_create_read), (gst_queue_read_item_from_file),
8061         (gst_queue_open_temp_location_file),
8062         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8063         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8064         (gst_queue_is_empty), (gst_queue_is_filled),
8065         (gst_queue_change_state), (gst_queue_set_temp_location),
8066         (gst_queue_set_property):
8067         Add support for filebased buffering. Fixes #441264.
8068
8069 2007-06-05  Wim Taymans  <wim@fluendo.com>
8070
8071         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8072         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8073         (caps_notify_group_cb), (gst_decode_group_new),
8074         (gst_decode_group_free):
8075         Add support for delayed caps fixation when autoplugging.
8076         Optimize cases where a multiqueue is not needed/wanted, like right after
8077         anything that is not a demuxer.
8078
8079 2007-06-05  Wim Taymans  <wim@fluendo.com>
8080
8081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8082         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8083         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8084         consideratly speedup ogg chain detection by not trying to find a base
8085         timestamp for skeleton streams. 
8086
8087 2007-06-05  Wim Taymans  <wim@fluendo.com>
8088
8089         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8090         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8091         (gst_multi_fd_sink_remove_flush),
8092         (gst_multi_fd_sink_remove_client_link),
8093         (gst_multi_fd_sink_handle_client_write),
8094         (gst_multi_fd_sink_handle_clients):
8095         * gst/tcp/gstmultifdsink.h:
8096         Add support for remove_flush.
8097
8098 2007-06-05  Wim Taymans  <wim@fluendo.com>
8099
8100         * docs/design/draft-keyframe-force.txt:
8101         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8102         (theora_enc_chain):
8103         Add draft design for forcing keyframes in encoders and implement in
8104         theoraenc.
8105
8106 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8107
8108         * configure.ac:
8109           Back to CVS
8110
8111 === release 0.10.13 ===
8112
8113 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8114
8115         * configure.ac:
8116           releasing 0.10.13, "What's Going on?"
8117
8118 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8119
8120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8121         In riff, the depth is stored in the size field but it just means that
8122         the least significant bits are cleared. We can therefore just play
8123         the sample as if it had a depth == width. Fixes: #440997
8124
8125         Patch by: Wim Taymans <wim@fluendo.com> 
8126         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8127
8128 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * gst-libs/gst/floatcast/floatcast.h:
8131         Define inline when needed on win32 builds. Fixes: #441295
8132         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8133
8134 2007-05-29  Wim Taymans  <wim@fluendo.com>
8135
8136         * gst/playback/gstplaybasebin.c: (queue_overrun),
8137         (no_more_pads_full):
8138         Stop buffering when the group is commited because the queues filled up.
8139         Fixes #442024.
8140
8141 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8142
8143         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8144         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8145         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8146         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8147         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8148         * ext/alsa/gstalsamixer.h:
8149         * ext/alsa/gstalsamixerelement.c:
8150         (gst_alsa_mixer_element_interface_supported),
8151         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8152         (gst_alsa_mixer_element_set_property),
8153         (gst_alsa_mixer_element_get_property),
8154         (gst_alsa_mixer_element_change_state):
8155         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8156         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8157         (gst_mixer_option_changed):
8158         * gst-libs/gst/interfaces/mixer.h:
8159         Revert commits towards #152864 made so far. We'll pick it up again
8160         after the 0.10.13 release.
8161
8162 2007-05-24  Wim Taymans  <wim@fluendo.com>
8163
8164         * gst-libs/gst/audio/gstbaseaudiosink.c:
8165         (gst_base_audio_sink_render):
8166         After an interrupt (PAUSED/flush) assume that the next sample should not
8167         be aligned to the previous sample. Fixes #417992.
8168
8169 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8172           Don't add channels and rate fields to the template caps for
8173           audio/x-dts, as wavparse might not always be able to set them,
8174           which would then lead to 'caps are not a real subset of the
8175           template caps' warnings.
8176
8177 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8178
8179         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8180         Handle unknown or invalid pads without crashing, as might occur if
8181         a media file like an mp3 is specified as a subtitle file.
8182         Fixes: #410039
8183
8184 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8185
8186         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8187         (setup_sinks):
8188         Block the subtitle bin output queue before ghosting it and linking,
8189         then unblock after. This avoids spurious not-linked errors caused 
8190         by the queue starting up (because it gets linked when it is ghosted). 
8191         Fixes: #350299
8192
8193 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8194
8195         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8196         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8197         file. Avoids flukes where the input gets typefound to some valid but
8198         useless type.
8199
8200 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * tests/check/Makefile.am:
8203         * tests/check/elements/.cvsignore:
8204         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8205         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8206           Add unit test for gnomevfssink seeking and position reporting for
8207           file:// URIs.
8208
8209 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         Patch by: Mark Nauwelaerts <manauw at skynet be>
8212
8213         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8214         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8215         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8216         * ext/gnomevfs/gstgnomevfssink.h:
8217           Fix position reporting, especially after a seek (from upstream),
8218           see #412648.
8219
8220 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8221
8222         * ext/cdparanoia/gstcdparanoiasrc.c:
8223           Repair umlaut.
8224
8225 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8226
8227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8228         Specify the full valid range for MP3 samplerates. Fixes a regression
8229         caused by extra header checks since the last release.
8230
8231 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8232
8233         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8235         Fix a locking-order bug I introduced with my changes the other day.
8236         Patch by Mike Smith.
8237
8238 2007-05-21  Michael Smith <msmith@fluendo.com>
8239
8240         * ext/theora/theoradec.c: (theora_handle_data_packet):
8241           Don't look inside 0-length packets (which indicate duplicated
8242           frames)
8243
8244 2007-05-21  Wim Taymans  <wim@fluendo.com>
8245
8246         * ext/cdparanoia/gstcdparanoiasrc.c:
8247         (gst_cd_paranoia_src_read_sector):
8248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8249         (gst_base_audio_src_create):
8250         Small cleanups.
8251
8252         * ext/theora/theoradec.c: (theora_dec_sink_event):
8253         Fix typo.
8254
8255         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8256         (gst_base_rtp_depayload_set_gst_timestamp):
8257         Add some FIXME
8258
8259         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8260         And some debug info when a FIXME path is hit.
8261
8262 2007-05-21  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8265         (gst_base_rtp_audio_payload_class_init),
8266         (gst_base_rtp_audio_payload_init),
8267         (gst_base_rtp_audio_payload_finalize),
8268         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8269         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8270         (gst_base_rtp_payload_audio_handle_event):
8271         Some cleanups, remove minptime property as it is now in the parent
8272         class.
8273         Override parent class event function.
8274
8275         * gst-libs/gst/rtp/gstbasertppayload.c:
8276         (gst_basertppayload_class_init), (gst_basertppayload_init),
8277         (gst_basertppayload_event), (gst_basertppayload_set_property),
8278         (gst_basertppayload_get_property):
8279         * gst-libs/gst/rtp/gstbasertppayload.h:
8280         Add min-ptime property.
8281         Add handle-event vmethod. Fixes #415001.
8282
8283 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * gst-libs/gst/audio/gstbaseaudiosink.c
8286           (gst_base_audio_sink_change_state):
8287           Fix typo in comment.
8288
8289         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8290           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8291           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8292           close_link):
8293         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8294           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8295           Remove trailing whitespaces in comments.
8296
8297         * gst/volume/Makefile.am:
8298           Fix tabs.
8299
8300 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8301
8302         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8303
8304         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8305           set_option, get_option, _gst_reserved):
8306           Revert reordering functions (keep ABI).
8307
8308 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8309
8310         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8311         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8312         (gst_ximagesink_show_frame):
8313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8314         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8315         (gst_xvimagesink_show_frame):
8316         When we create our own window, indicate that we handle the 
8317         WM_DELETE client message from the window manager, so that it won't 
8318         kill our window (and our app) along with it. Handle ClientMessage,
8319         post an error on the bus, and close the window. Further buffers
8320         arriving will result in a FlowError because the window has been
8321         destroyed.
8322
8323         Fixes: #393975
8324
8325         Clean up the X event handling loop and make them the same for
8326         both xvimagesink and ximagesink while I'm at it.
8327
8328 2007-05-17  Wim Taymans  <wim@fluendo.com>
8329
8330         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8331         Make decodebin2 autoplug depayloaders too.
8332
8333         * gst/playback/gsturidecodebin.c: (source_new_pad):
8334         Set the newly created decoder in a usable state when autoplugging a
8335         dynamic source such as RTSP.
8336
8337 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * gst/playback/gststreaminfo.c: (cb_probe):
8340           Ignore video-codec tag for audio streams and ignore audio-codec tags
8341           for video streams. Should make codec name collection a bit more
8342           robust against sloppy demuxers that send tag events containing both
8343           tags down each pad.
8344
8345 2007-05-17  Wim Taymans  <wim@fluendo.com>
8346
8347         * gst/playback/gstqueue2.c: (update_rates):
8348         Tweak the buffering thresholds a little.
8349         Update the buffer size with the previously calculate rate instead of
8350         only when we calculate a new rate so that we get smoother buffering
8351         updates.
8352
8353         * gst/playback/Makefile.am:
8354         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8355         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8356         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8357         (gst_uri_decode_bin_get_property), (unknown_type),
8358         (add_element_stream), (no_more_pads_full), (no_more_pads),
8359         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8360         (gen_source_element), (has_all_raw_caps), (analyse_source),
8361         (remove_decoders), (make_decoder), (remove_source),
8362         (source_new_pad), (setup_source), (decoder_query_init),
8363         (decoder_query_duration_fold), (decoder_query_duration_done),
8364         (decoder_query_position_fold), (decoder_query_position_done),
8365         (decoder_query_latency_fold), (decoder_query_latency_done),
8366         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8367         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8368         (gst_uri_decode_bin_change_state), (plugin_init):
8369         New element that intergrates a source, optional buffering element and
8370         decodebin.
8371
8372 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * configure.ac:
8375           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8376           (also has a .pc file, so we don't need the fallback check any
8377           longer). Fixes #438840.
8378
8379 2007-05-17  Wim Taymans  <wim@fluendo.com>
8380
8381         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8382         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8383         (apply_segment), (apply_buffer), (update_buffering),
8384         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8385         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8386         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8387         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8388         (plugin_init):
8389         fix build.
8390
8391 2007-05-17  Wim Taymans  <wim@fluendo.com>
8392
8393         * gst/playback/Makefile.am:
8394         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8395         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8396         (gst_queue_getcaps), (gst_queue_bufferalloc),
8397         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8398         (apply_buffer), (update_buffering), (reset_rate_timer),
8399         (update_rates), (gst_queue_locked_flush),
8400         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8401         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8402         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8403         (gst_queue_loop), (gst_queue_handle_src_event),
8404         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8405         (gst_queue_src_activate_push), (gst_queue_change_state),
8406         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8407         On our way to playbin2 this is the new network queue that does buffering
8408         all by itself using high and low watermarks. It can also measure up and
8409         downstream bandwidth to optimally size the queue.
8410
8411 2007-05-17  Michael Smith <msmith@fluendo.com>
8412
8413         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8414         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8415           Use the segment->last_stop value to calculate the next timestamp to
8416           generate after a seek; not the segment->start value.
8417
8418 2007-05-15  David Schleef  <ds@schleef.org>
8419
8420         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8421           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8422
8423 2007-05-15  Wim Taymans  <wim@fluendo.com>
8424
8425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8426         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8427         Some more chained streaming ogg timestamp fixes.
8428
8429 2007-05-15  Wim Taymans  <wim@fluendo.com>
8430
8431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8432         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8433         (gst_ogg_demux_handle_page):
8434         Add some FIXMEs.
8435         Fix chain start/stop segment handling based on patch by
8436         <ahalda at cs dot mcgill dot ca> see #320984.
8437
8438 2007-05-15  Michael Smith <msmith@fluendo.com>
8439
8440         * configure.ac:
8441           We don't require a C++ compiler. So don't require one.
8442
8443 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8444
8445         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8446           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8447           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8448           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8449           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8450           gst_alsa_mixer_update_track):
8451           Apply some of the cleanup Tim suggested in #152864 afterwards.
8452
8453 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8454
8455         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8456
8457         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8458           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8459           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8460           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8461           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8462           gst_alsa_mixer_handle_source_callback,
8463           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8464           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8465           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8466           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8467           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8468           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8469         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8470         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8471           gst_alsa_mixer_element_interface_supported,
8472           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8473           gst_alsa_mixer_element_set_property,
8474           gst_alsa_mixer_element_get_property,
8475           gst_alsa_mixer_element_change_state):
8476         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8477         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8478           gst_mixer_option_changed):
8479         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8480           volume_changed, option_changed, _gst_reserved):
8481           Implement notification for alsamixer. Fixes #152864
8482
8483 2007-05-14  David Schleef  <ds@schleef.org>
8484
8485         * gst/videotestsrc/videotestsrc.c:
8486         * gst/videotestsrc/videotestsrc.h:
8487           Add support for video/x-raw-bayer.
8488
8489 2007-05-12  David Schleef  <ds@schleef.org>
8490
8491         * sys/xvimage/xvimagesink.c:
8492           Add some sanity checking for the XVImage size returned by X.
8493           Related to #377400.
8494
8495 2007-05-12  Wim Taymans  <wim@fluendo.com>
8496
8497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8498         (gst_base_rtp_depayload_setcaps),
8499         (gst_base_rtp_depayload_set_gst_timestamp):
8500         Parse and use additional caps fields as described in updated
8501         application/x-rtp caps spec.
8502
8503 2007-05-12  Wim Taymans  <wim@fluendo.com>
8504
8505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8506         (gst_ogg_demux_collect_chain_info):
8507         If there is a stream in a chain without any data packets, ignore the
8508         stream in the total length calculations. Might be related to #436820.
8509
8510 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8511
8512         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8513         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8514         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8515         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8516         (plugin_init):
8517
8518         Consolidate and re-work our mpeg system stream detection to probe
8519         more packets and produce a higher confidence result. Fixes a
8520         regression caused by lowering the typefind probability last year
8521         - related to bug #397810. Remove the redundant MPEG-1 specific 
8522         typefind function, as the new one detects both MPEG-1 & MPEG-2
8523         happily.
8524
8525         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8526         little. 
8527
8528         Tested against my media test directory, with some improvements and
8529         no regressions.
8530
8531 2007-05-10  Wim Taymans  <wim@fluendo.com>
8532
8533         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8534         (queue_out_of_data):
8535         Connect to the new queue "pushing" signal instead of the broken
8536         "running" one.
8537
8538 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8539
8540         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8541         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8542         Move variable declaration before the first instruction.
8543         * gst/videotestsrc/videotestsrc.c:
8544         Define M_PI if it's not defined yet.
8545         * win32/common/libgstrtp.def:
8546         Add new exported functions.
8547
8548 2007-05-09  Michael Smith <msmith@fluendo.com>
8549
8550         * ext/theora/theoradec.c: (theora_handle_type_packet):
8551           gst_pad_push_event() does not return a GstFlowReturn!
8552
8553 2007-05-09  Wim Taymans  <wim@fluendo.com>
8554
8555         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8556         * tests/examples/seek/seek.c: (do_seek):
8557         Some small cosmetic changes.
8558
8559 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8560
8561         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8562           gst_adder_change_state):
8563         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8564           segment_pending, segment_position, segment_rate):
8565           Handle playback-rate on adder.
8566
8567 2007-05-07  Michael Smith <msmith@fluendo.com>
8568
8569         * ext/theora/gsttheoradec.h:
8570         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8571         (theora_dec_sink_event), (theora_handle_comment_packet),
8572         (theora_handle_type_packet), (theora_dec_change_state):
8573           Don't push events (newsegment, tags) before initialising the
8574           decoder.
8575           This is neccesary for seeking to work correctly in gnonlin.
8576
8577 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8578
8579         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8580         * gst/adder/gstadder.c:
8581         * gst/audiotestsrc/gstaudiotestsrc.c
8582           (gst_audio_test_src_create_white_noise):
8583         * gst/videotestsrc/gstvideotestsrc.c:
8584         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8585           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8586           volume_sink_template, volume_src_template, gst_volume_init,
8587           volume_process_double, volume_process_int16,
8588           volume_process_int16_clamp):
8589           Doc fixes and formatting.
8590
8591 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * tests/check/Makefile.am:
8594         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8595           Minimal check for volume's GstController usability; also another
8596           test for #422295.
8597
8598 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst-libs/gst/cdda/gstcddabasesrc.c:
8601         (gst_cdda_base_src_add_track):
8602           Fix it so that it (a) makes sense and (b) doesn't break
8603           everything cdda-related including the unit test.
8604
8605 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8606
8607         * gst-libs/gst/cdda/gstcddabasesrc.c:
8608         (gst_cdda_base_src_add_track):
8609           Fix build when disabling asserts.
8610
8611 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8614           When XShm is not available, we might get row strides that are not
8615           rounded up to multiples of four; this is bad, because virtually
8616           every RGB-processing element in GStreamer assumes rowstrides are
8617           rounded up to multiples of four, so let's allocate at least enough
8618           memory to avoid crashes in this case. The image will still be
8619           displayed distorted though if this happens, so that still needs
8620           fixing (maybe by allocating a bigger image with an 'even' width
8621           and then clipping it appropriately when rendering - something for
8622           Xlib aficionados in any case).
8623
8624 2007-05-03  Michael Smith <msmith@fluendo.com>
8625
8626         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8627           If a buffer doesn't have a timestamp, assume it's contiguous with
8628           the previous buffer, and synthesise timestamps appropriately.
8629
8630 2007-05-03  Edward Hervey  <edward@fluendo.com>
8631
8632         * tests/check/elements/videorate.c: (GST_START_TEST):
8633         Set buffer timestamp to a valid value in order to test the buffer
8634         really does stay in videorate.
8635
8636 2007-05-03  Edward Hervey  <edward@fluendo.com>
8637
8638         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8639         There is no sensible way to handle incoming buffers which don't have a
8640         valid timestamp. We therefore discard them and wait for the next one.
8641
8642 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8645         * gst/playback/gstdecodebin2.c: (plugin_init):
8646           Better error message for text files.
8647
8648 2007-04-29  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8651         Fix offset bug in generation RR packets.
8652
8653 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8654
8655         * ext/theora/theoradec.c: (_theora_granule_time),
8656         (theora_dec_push_forward), (theora_handle_data_packet),
8657         (theora_dec_decode_buffer): Calculate buffer duration correctly
8658         to generate a perfect stream (#433888).
8659         * gst/audioresample/gstaudioresample.c:
8660         (audioresample_check_discont): Glib provides ABS.
8661
8662 2007-04-27  Wim Taymans  <wim@fluendo.com>
8663
8664         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8665         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8666         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8667         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8668         (gst_rtcp_packet_bye_set_reason):
8669         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8670         Fix RB block parsing and writing.
8671         Add support for constructing BYE packets.
8672
8673 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8676         (gst_base_audio_src_create):
8677         * po/POTFILES.in:
8678           When posting a warning message because samples were dropped, post
8679           something more intelligible than he default error message for clock
8680           errors which is just confusing in this context (#432984).
8681
8682 2007-04-25  Wim Taymans  <wim@fluendo.com>
8683
8684         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8685         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8686         (read_packet_header), (gst_rtcp_packet_move_to_next),
8687         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8688         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8689         (gst_rtcp_packet_sdes_get_item_count),
8690         (gst_rtcp_packet_sdes_first_item),
8691         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8692         (gst_rtcp_packet_sdes_first_entry),
8693         (gst_rtcp_packet_sdes_next_entry),
8694         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8695         (gst_rtcp_packet_sdes_add_entry):
8696         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8697         Implement code to write SR, RR and SDES packets.
8698
8699 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8700
8701         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8702
8703         * sys/ximage/ximagesink.c:
8704           Fix build if XShm is not available (#432362).
8705
8706 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8707
8708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8709         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8710         pointers to random memory which are passed to g_free() when
8711         audio_convert_prepare_context() is called the first time.
8712
8713 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         Patch by: Dan Williams <dcbw redhat com>
8716
8717         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8718           Don't leak incoming buffer if gst_pad_push() returns a
8719           non-OK flow. Fixes #432755.
8720          
8721         * tests/check/elements/videorate.c: (GST_START_TEST),
8722         (videorate_suite):
8723           Unit test for the above by Yours Truly.
8724
8725 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8726
8727         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8728         (gst_adder_sink_event), (gst_adder_collected):
8729           Fix non-flushing segmented seeks, Fixes #340060 for me
8730
8731 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8732
8733         Patch by: Olivier Crete  <tester at tester ca>
8734
8735         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8736         (gst_base_rtp_audio_payload_class_init),
8737         (gst_base_rtp_audio_payload_init),
8738         (gst_base_rtp_audio_payload_dispose):
8739           Chain up to parent class in dispose function; get rid of
8740           unnecessary 'diposed' flag in private structure (#415001).
8741
8742 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * docs/libs/gst-plugins-base-libs.types:
8745         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8746         (gst_base_rtp_audio_payload_class_init):
8747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8748         * gst-libs/gst/rtp/gstbasertppayload.c:
8749           Some minor docs fixes and additions; also add missing 'Since' bits.
8750
8751 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         Patch by: Zeeshan Ali  <zeenix gmail com>
8754
8755         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8756         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8757         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8758         (gst_base_rtp_audio_payload_push):
8759         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8760           The recently-added gst_base_rtp_audio_payload_push() should take an
8761           object of type GstBaseRTPAudioPayload as first argument (#431672).
8762
8763 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * gst/audioresample/gstaudioresample.c:
8766           Make more functions static, just because we can.
8767
8768 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * tests/check/elements/audioresample.c:
8771           Add unit test for audioresample shutdown crasher (#420106).
8772
8773 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8774
8775         * gst/subparse/gstsubparse.c:
8776         * gst/subparse/samiparse.c:
8777           Use GST_DISABLE_XML here
8778
8779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8780         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8781         (gst_xvimagesink_buffer_alloc),
8782         (gst_xvimagesink_navigation_send_event):
8783         * sys/xvimage/xvimagesink.h:
8784           Include stdlib.h when using atoi.
8785           
8786         * tests/check/elements/playbin.c: (playbin_suite):
8787           Use GST_DISABLE_REGISTRY here
8788
8789 2007-04-19  Michael Smith  <msmith@fluendo.com>
8790
8791         * ext/theora/gsttheoraenc.h:
8792         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8793         (theora_enc_sink_event), (theora_enc_change_state):
8794           Track initialisation state; don't try to use encoder state if we're
8795           not initialised (it'll segfault).
8796
8797 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8798
8799         * tests/check/pipelines/.cvsignore:
8800         Fix build.
8801
8802 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8803
8804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8805         Allow random depths between 1 and 32 instead of only multiplies of 8.
8806
8807 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8808
8809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8810         Set the maximum number of channels for PCM and float in the correct
8811         place to have it also used when creating the template caps.
8812
8813 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8816         Correctly support 4, 6 and 8 channels with normal PCM and float
8817         wav files.
8818
8819         Fix the depth and signedness calculation in extensible wav files and
8820         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8821         mask is found.
8822
8823         Add support for float, alaw and mulaw in extensible wav files.
8824
8825         This allows correct playback of all but 5 files from
8826         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8827         
8828         (gst_riff_create_audio_template_caps):
8829         Add voxware and float formats to the template caps.     
8830
8831 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8832
8833         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8834
8835         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8836         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8837
8838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8839         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8840         Use the correct format strings for integer formats.
8841
8842 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8843
8844         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8845           Don't use pad_alloc_buffer_and_set_caps to create a small header
8846           packet, or, worse, to create a big temporary video buffer using the
8847           src pad.
8848
8849 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8850
8851         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8852         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8853           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8854           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8855
8856 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8857
8858         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8859           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8860           streamheader_suite):
8861           Add another test set up for failure
8862
8863 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8864
8865         * tests/check/Makefile.am:
8866         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8867           GST_START_TEST, streamheader_suite, main):
8868           Add a test for the streamheader bug Wim fixed.
8869
8870 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8871
8872         * ext/theora/theoradec.c: (theora_dec_sink_event):
8873         Fix misleading comment.
8874
8875 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8876
8877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8878           More sanity checks for the header fields.
8879
8880 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8883           Try encodings from all environment variables, not just those in the
8884           first environment variable that is set.
8885
8886 2007-04-12  Wim Taymans  <wim@fluendo.com>
8887
8888         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8889         (gst_video_rate_chain):
8890         Add some debug.
8891
8892         * tests/check/elements/videorate.c: (GST_START_TEST),
8893         (videorate_suite):
8894         Added check for videorate changing caps handling. Closes #421834.
8895
8896 2007-04-12  Michael Smith  <msmith@fluendo.com>
8897
8898         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8899           Use scale functions to avoid overflow when calculating duration of 
8900           vorbis buffers.
8901
8902 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * docs/libs/gst-plugins-base-libs-sections.txt:
8905         * gst-libs/gst/tag/tag.h:
8906         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8907           API: add gst_tag_freeform_string_to_utf8() (#405072).
8908
8909         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8910           Use gst_tag_freeform_string_to_utf8() here.
8911
8912 2007-04-12  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8915         (gst_gdp_pay_sink_event):
8916         Make sure we set the IN_CAPS flag correctly.
8917
8918         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8919         Get the IN_CAPS flag before we call functions that mess with the flags.
8920
8921 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8922
8923         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8924           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8925           Only stamp buffers with offset/offset_end right before they get
8926           pushed.  This ensures offset continuity, which was not the case
8927           before as shown by
8928           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8929
8930 2007-04-06  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/playback/gstplaybin.c: (add_sink),
8933         (gst_play_bin_change_state):
8934         Activate sync in playbin, we are ready to handle it for live streams.
8935
8936 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * tests/check/elements/playbin.c:
8939         (test_sink_usage_video_only_stream), (playbin_suite):
8940           Add small test for stream-info-value-array code paths.
8941
8942 2007-04-05  Wim Taymans  <wim@fluendo.com>
8943
8944         * gst-libs/gst/audio/gstbaseaudiosink.c:
8945         (gst_base_audio_sink_skew_slaving):
8946         Don't try to create invalid calibration parameters by making the
8947         internal time go backwards, instead make external time go forward.
8948
8949 2007-04-05  Wim Taymans  <wim@fluendo.com>
8950
8951         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8952
8953         * gst/playback/gstplaybasebin.c: (add_stream):
8954         Fix leak in add_stream(), when g_value_set_object() increases the
8955         refcount of streaminfo object. Fixes #426250.
8956
8957 2007-04-03  David Schleef  <ds@schleef.org>
8958
8959         * gst/videotestsrc/gstvideotestsrc.c:
8960         * gst/videotestsrc/gstvideotestsrc.h:
8961         * gst/videotestsrc/videotestsrc.c:
8962         * gst/videotestsrc/videotestsrc.h:
8963           Add a test pattern called "circular", which has concentric
8964           rings with varying radial frequency.  The main purpose of this
8965           pattern is to test fidelity loss in a filter or scaler element.
8966           Notably, this pattern is scale invariant, and is optimally viewed
8967           with a width (and height) of 400.
8968
8969 2007-04-03  Wim Taymans  <wim@fluendo.com>
8970
8971         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8972
8973         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8974         (deactivate_free_recursive):
8975         Decodebin2 doesn't unref pads it obtains in some occasions:
8976         - multiqueue src pads, when either connecting further or exposing
8977         - sink pads of new autoplugged elements
8978         - peer pads when recursively freeing elements
8979         Fixes #425455.
8980
8981 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8984         Add audio/x-raw-float support, now that audioconvert support
8985         non-native endianness floats.
8986
8987 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         * docs/libs/gst-plugins-base-libs-docs.sgml:
8990           gstreamer-plugins-base.pc doesn't exist, it's
8991           gstreamer-plugins-base-0.10.pc.
8992
8993 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8994
8995         Patch by: René Stadler <mail at renestadler dot de>
8996         with some minor changes
8997
8998         * gst-libs/gst/floatcast/floatcast.h:
8999         Use more efficient float endianness conversion functions that don't
9000         involve 2 function calls per value.
9001         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9002         (check_default), (audio_convert_prepare_context):
9003         * gst/audioconvert/gstaudioconvert.c:
9004         (gst_audio_convert_parse_caps), (make_lossless_changes):
9005         Support non-native endianness floats as input and output.
9006         Fixes #339838.
9007         * tests/check/elements/audioconvert.c: (verify_convert),
9008         (GST_START_TEST):
9009         Add unit tests for the non-native endianness float conversions.
9010
9011 2007-03-29  Wim Taymans  <wim@fluendo.com>
9012
9013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9014         (gst_base_rtp_depayload_base_init),
9015         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9016         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9017         (gst_base_rtp_depayload_set_gst_timestamp),
9018         (gst_base_rtp_depayload_change_state),
9019         (gst_base_rtp_depayload_set_property),
9020         (gst_base_rtp_depayload_get_property):
9021         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9022         Add Private structure.
9023         Bring element code to 2007.
9024         Parse clock-base caps param and use it when generating the
9025         newsegment.
9026         Reset variables before going to PAUSED.
9027         Fix some docs.
9028
9029 2007-03-29  Wim Taymans  <wim@fluendo.com>
9030
9031         * docs/libs/gst-plugins-base-libs-docs.sgml:
9032         * docs/libs/gst-plugins-base-libs-sections.txt:
9033         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9034         (gst_base_rtp_audio_payload_get_adapter):
9035         Add RTCP docs.
9036         Fix some more docs.
9037
9038         * gst-libs/gst/rtp/Makefile.am:
9039         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9040         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9041         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9042         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9043         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9044         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9045         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9046         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9047         (gst_rtcp_packet_sr_get_sender_info),
9048         (gst_rtcp_packet_sr_set_sender_info),
9049         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9050         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9051         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9052         (gst_rtcp_packet_sdes_get_chunk_count),
9053         (gst_rtcp_packet_sdes_first_chunk),
9054         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9055         (gst_rtcp_packet_sdes_first_item),
9056         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9057         (gst_rtcp_packet_bye_get_ssrc_count),
9058         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9059         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9060         (gst_rtcp_packet_bye_get_reason_len),
9061         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9062         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9063         Add new helper object for parsing and creating RTCP messages.
9064
9065 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9066
9067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9068         PCM samples with width=8 must be always unsigned, no matter what
9069         depth they have.
9070
9071 2007-03-29  Andy Wingo  <wingo@pobox.com>
9072
9073         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9074         perfect offsets also, not just timestamps.
9075
9076         * tests/check/elements/videorate.c (test_more): Test that given
9077         any incoming offsets, that videorate produces perfect offsets.
9078
9079 2007-03-29  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst-libs/gst/riff/riff-ids.h:
9082         Add some more RIFF formats.
9083
9084 2007-03-29  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst-libs/gst/rtp/gstrtpbuffer.c:
9087         (gst_rtp_buffer_default_clock_rate):
9088         * gst-libs/gst/rtp/gstrtpbuffer.h:
9089         Fix fixed payload names and docs.
9090         Added method to get the default clock rates of fixed payload types.
9091         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9092
9093 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9094
9095         * tests/check/pipelines/.cvsignore:
9096         Add new vorbisdec test to cvsignore.
9097
9098 2007-03-28  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9101         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9102         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9103         (gst_base_audio_sink_set_property),
9104         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9105         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9106         (gst_base_audio_sink_skew_slaving),
9107         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9108         (gst_base_audio_sink_async_play):
9109         * gst-libs/gst/audio/gstbaseaudiosink.h:
9110         Store private stuff in GstBaseAudioSinkPrivate.
9111         Add configurable clock slaving modes property.
9112         API:: GstBaseAudioSink::slave-method property
9113         Some more latency reporting tweaks.
9114         Added skew based clock slaving correction and make it the default until
9115         the resampling method is more robust.
9116
9117 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9118
9119         * gst/audioconvert/audioconvert.c:
9120         Add docs to the integer pack functions and implement proper
9121         rounding. Before we had rounding towards negative infinity, i.e.
9122         always the smaller number was taken. Now we use natural rounding,
9123         i.e. rounding to the nearest integer and to the one with the largest
9124         absolute value for X.5. The old rounding introduced some minor
9125         distortions. Fixes #420079
9126         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9127         Fix one unit test that assumed the old rounding and added unit tests
9128         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9129         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9130         rounding from signed int32 to signed/unsigned int16.
9131
9132 2007-03-27  Michael Smith  <msmith@fluendo.com>
9133
9134         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9135         (gst_audio_convert_transform_caps):
9136           Fix typo in debug line introduced recently, as pointed out on irc.
9137
9138 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9141         * tests/check/libs/tag.c: (GST_START_TEST):
9142           Make sure we parse floating-point numbers in vorbis comments
9143           correctly with either '.' or ',' as separator, no matter what
9144           the current locale is. Add unit test for this too.
9145
9146 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9147
9148         Patch by: René Stadler  <mail at renestadler de>
9149
9150         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9151           When writing out floating-point numbers to vorbis comment tags, always
9152           use the same character as separator no matter what the current locale is
9153           (fixes #423051).
9154
9155         * tests/check/libs/tag.c: (GST_START_TEST):
9156           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9157
9158 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9159
9160         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9161           vorbis_handle_data_packet):
9162           Correctly set DURATION to generate a timestamp-continuous stream.
9163           One bug left at the end; see
9164           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9165         * tests/check/Makefile.am:
9166         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9167           Add a test to check this.  Without the above patch this test fails.
9168
9169 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9170
9171         * gst-libs/gst/rtp/Makefile.am:
9172         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9173
9174 2007-03-23  Michael Smith  <msmith@fluendo.com>
9175
9176         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9177         (gst_video_rate_reset), (gst_video_rate_chain):
9178           If videorate changes caps, we can no longer use the old buffer
9179           (which may have a different size, incompatible with our caps).
9180           So don't do that; just duplicate the new frame more times.
9181
9182 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9183
9184         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9185         Remove playbin's override of the set_clock vmethod. It's irrelevant
9186         after Wim's commit on the 19th.
9187
9188 2007-03-22  Wim Taymans  <wim@fluendo.com>
9189
9190         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9191         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9192         * ext/gnomevfs/gstgnomevfssrc.h:
9193         Don't cache file sizes. Fixes #341078.
9194
9195 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9196
9197         * gst/playback/gstplaybin.c: (add_sink):
9198           Use GST_PTR_FORMAT to log caps. 
9199
9200 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9201
9202         Patch by: Young-Ho Cha <ganadist at chollian net>
9203
9204         * gst/subparse/samiparse.c: (handle_start_font):
9205           Special-case some more colour names that pango doesn't handle by
9206           default. Fixes #420578.
9207
9208 2007-03-20  Michael Smith  <msmith@fluendo.com>
9209
9210         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9211           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9212           that marks EOS internally. After that, libvorbis will buffer all
9213           input data, and encode none of it, eventually leading to memory
9214           exhaustion.
9215
9216 2007-03-19  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst/playback/gstdecodebin.c: (remove_fakesink):
9219         Don't post STATE_DIRTY anymore.
9220
9221         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9222         (gst_play_bin_change_state):
9223         Remove stream_time reset in seek handling, core does that now.
9224         Disable clocking for live pipelines by forcing a NULL clock to the
9225         complete pipeline, core is too smart now for our previous hack.
9226         We can always autoplug in PAUSED now.
9227
9228 2007-03-17  David Schleef  <ds@schleef.org>
9229
9230         * REQUIREMENTS:  Update this file, change the formatting to make
9231         it more consistent, plus more machine readable.
9232
9233 2007-03-16  Michael Smith  <msmith@fluendo.com>
9234
9235         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9236         (strip_width_64), (append_with_other_format):
9237           Previous fix was too simplistic, and broke the tests. Use a better
9238           approach; only strip 64 from widths for integer audio.
9239
9240 2007-03-16  Michael Smith  <msmith@fluendo.com>
9241
9242         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9243         (gst_audio_convert_transform_caps):
9244           We don't support 64 bit integer audio, so don't try to claim we can.
9245           Stops us producing caps don't match our template caps.
9246           Update comments.
9247
9248 2007-03-15  Michael Smith  <msmith@fluendo.com>
9249
9250         * gst/audioresample/gstaudioresample.c:
9251         (audioresample_check_discont), (audioresample_transform):
9252           Don't trigger discontinuities for very small imperfections; a filter
9253           flush will sound bad, and many plugins have rounding errors leading
9254           to these.
9255
9256 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9257
9258         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9259
9260         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9261         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9262         API: add "min-ptime" property to RTP base audio payloader.
9263         API: add gst_base_rtp_audio_payload_push().
9264         API: add gst_base_rtp_audio_payload_get_adapter().
9265         Fixes #415001
9266         Indentation/whitespace/documentation fixes.
9267
9268 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9269
9270         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9271         (audioresample_transform_size), (audioresample_do_output),
9272         (audioresample_transform), (audioresample_pushthrough): Handle
9273         discontinuous streams.
9274         * gst/audioresample/gstaudioresample.h:
9275         * tests/check/elements/audioresample.c:
9276         (test_discont_stream_instance), (GST_START_TEST),
9277         (audioresample_suite): Add a test for discontinuous streams.
9278         * win32/common/config.h: Updated.
9279
9280 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9281
9282         * po/af.po:
9283         * po/az.po:
9284         * po/cs.po:
9285         * po/en_GB.po:
9286         * po/it.po:
9287         * po/nb.po:
9288         * po/nl.po:
9289         * po/or.po:
9290         * po/sq.po:
9291         * po/sr.po:
9292         * po/sv.po:
9293         * po/uk.po:
9294         * po/vi.po:
9295           Update translations from translation project.
9296
9297 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9298
9299         * gst/audioresample/debug.h:
9300         * gst/audioresample/resample.c: (resample_init):
9301           Since I really am not interested in a debug line for each sample
9302           being processed, move the library's debugging to its own category,
9303           libaudioresample
9304
9305 2007-03-13  Michael Smith  <msmith@fluendo.com>
9306
9307         * ext/theora/theoradec.c: (theora_handle_type_packet):
9308           Since the plugin doesn't support anything other than 4:2:0 right
9309           now, post an error and fail if we get something else. Won't matter
9310           until libtheora supports the other pixel formats, but hopefully
9311           that'll be soon...
9312
9313 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9314
9315         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9316         Use gst_guint64_to_gdouble for conversion.
9317         * win32/MANIFEST:
9318         Add new files to the win32 MANIFEST.
9319         * win32/common/libgstaudio.def:
9320         * win32/common/libgstpbutils.def:
9321         Add new exported functions.
9322         * win32/vs6/gst_plugins_base.dsw:
9323         * win32/vs6/libgstdecodebin.dsp:
9324         * win32/vs6/libgstplaybin.dsp:
9325         Change the link to libgstpbutils.lib.
9326         * win32/vs6/libgstdecodebin2.dsp:
9327         Add a new project for decodebin2.
9328         * win32/vs6/libgstpbutils.dsp:
9329         Add a new project for pbutils.
9330
9331 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9334           Also accept partial dates with only year and month,
9335           like 1999-12-00 (fixes #410396 even more).
9336
9337         * tests/check/libs/tag.c: (GST_START_TEST):
9338           Add unit test for the above.
9339
9340 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * tests/check/elements/subparse.c: (GST_START_TEST),
9343         (subparse_suite):
9344           Add unit test for MPL2 subtitle format (#413799).
9345
9346 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9349
9350         * gst/subparse/Makefile.am:
9351         * gst/subparse/gstsubparse.c:
9352         (gst_sub_parse_data_format_autodetect),
9353         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9354         (gst_subparse_type_find):
9355         * gst/subparse/gstsubparse.h:
9356         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9357         * gst/subparse/mpl2parse.h:
9358           Add support for MPL2 subtitle format (#413799).
9359
9360 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * configure.ac:
9363           We require core CVS for the new buffer metadata copy functions.
9364
9365 2007-03-09  Wim Taymans  <wim@fluendo.com>
9366
9367         * gst-libs/gst/tag/gstid3tag.c:
9368         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9369         Fixes #414496.
9370
9371         Patch by: Alex Lancaster <alexl at users sourceforge net>
9372
9373 2007-03-09  Wim Taymans  <wim@fluendo.com>
9374
9375         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9376         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9377         Improve adapter usage and comments.
9378
9379 2007-03-09  Wim Taymans  <wim@fluendo.com>
9380
9381         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9382         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9383         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9384         Use new metadata copy function.
9385
9386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9387         (gst_ffmpegcsp_transform):
9388         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9389         Basetransform copied the metadata for us.
9390
9391 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9394         (gst_text_overlay_video_event):
9395           Some more logging. Only accept newsegment events in TIME format and
9396           send a WARNING message if they are not in TIME format.
9397
9398         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9399         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9400         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9401         * gst/subparse/gstsubparse.h:
9402           No need to allocate GstSegment structure dynamically, just put it
9403           into the instance structure; ignore newsegment events in BYTE
9404           format and in particular don't let it overwrite our saved TIME
9405           segment from the last seek.
9406
9407 2007-03-09  Michael Smith  <msmith@fluendo.com>
9408
9409         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9410           Replace AC3 typefinder with one that isn't terrible, and actually
9411           works usefully.
9412
9413 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9414
9415         * gst/audioconvert/gstaudioconvert.c:
9416         (gst_audio_convert_transform):
9417           fix error category and translatable string
9418           
9419
9420 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9423         * pkgconfig/gstreamer-plugins-base.pc.in:
9424           Fix up utils => pbutils here too.
9425
9426 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * gst/subparse/gstsubparse.c: (handle_buffer):
9429           Break out of loop in chain function as soon as possible if we get
9430           a non-OK flow return.
9431
9432 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9433
9434         * tests/check/elements/alsa.c: (GST_START_TEST):
9435         Unref the mixer if the state change fails too (if the
9436         alsa devices are inaccessible, for example)
9437
9438 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9439
9440         * tests/check/Makefile.am:
9441         Don't test libvisual elements in the states check, because libvisual
9442         seems to leak internally.
9443
9444         Re-enable the alsa and states tests now that there's new suppressions
9445         in gst.supp.
9446
9447         * tests/check/elements/alsa.c: (GST_START_TEST):
9448         Don't leak the alsamixer we instantiated.
9449
9450 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9451
9452         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9453         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9454         (gst_ximagesink_finalize):
9455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9456         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9457         Move some cleanup stuff from the state change handler into a _reset()
9458         function that can be called from _finalize(). This ensures that things
9459         get freed even if (for some reason) the NULL->READY state transition
9460         fails in the parent class.
9461         Even if a parent state change fails, process our downward state change
9462         logic instead of bailing out early.
9463         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9464
9465 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9466
9467         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9468         Extra log line.
9469
9470         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9471         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9472         Use pango_font_description_set_family_static instead of 
9473         pango_font_description_set_family to save a string copy (it was
9474         leaking due to the strdup anyway)
9475
9476         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9477         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9478         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9479         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9480         Chain up in finalize.
9481
9482 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * gst-libs/gst/interfaces/mixertrack.c:
9485         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9486         (gst_mixer_track_set_property):
9487           API: add "untranslated-label" property which should be set by
9488           implementations at construct time (#414645).
9489
9490         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9491         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9492           Set "untranslated-label" when constructing mixer track objects.
9493
9494         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9495           Unit test to check the above.
9496
9497 2007-03-07  Wim Taymans  <wim@fluendo.com>
9498
9499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9500         Fix confusing debug message.
9501
9502 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9503
9504         * gst-plugins-base.doap:
9505         update doap file with new version
9506
9507 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9508
9509         * configure.ac:
9510         Back to CVS
9511
9512 === release 0.10.12 ===
9513
9514 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9515
9516         * configure.ac:
9517           releasing 0.10.12, "Zombie Horde"
9518
9519 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9520
9521         * configure.ac:
9522         Bump version to 0.10.11.4 pre-release
9523
9524 2007-03-06  Wim Taymans  <wim@fluendo.com>
9525
9526         * gst-libs/gst/audio/gstbaseaudiosink.c:
9527         (gst_base_audio_sink_async_play):
9528         Fix regression that made GStreamer skip the first samples of audio.
9529         Fixes #414684.
9530
9531 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9532
9533         * configure.ac:
9534         Bump version to 0.10.11.3 pre-release
9535
9536 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9537
9538         * po/POTFILES.in:
9539           Update paths for the rename from utils to pbutils to fix the build.
9540
9541 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9542
9543         * gst-libs/gst/pbutils/Makefile.am:
9544           Change directory to install headers in from gst/utils to gst/pbutils
9545           as well.
9546
9547 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9548
9549         * configure.ac:
9550         * docs/libs/gst-plugins-base-libs-docs.sgml:
9551         * docs/libs/gst-plugins-base-libs-sections.txt:
9552         * gst-libs/gst/Makefile.am:
9553         * gst-libs/gst/interfaces/mixer.c:
9554         * gst-libs/gst/pbutils/Makefile.am:
9555         * gst-libs/gst/pbutils/descriptions.c:
9556         (gst_pb_utils_get_source_description),
9557         (gst_pb_utils_get_sink_description),
9558         (gst_pb_utils_get_decoder_description),
9559         (gst_pb_utils_get_encoder_description),
9560         (gst_pb_utils_get_element_description),
9561         (gst_pb_utils_add_codec_description_to_tag_list),
9562         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9563         * gst-libs/gst/pbutils/descriptions.h:
9564         * gst-libs/gst/pbutils/install-plugins.c:
9565         * gst-libs/gst/pbutils/install-plugins.h:
9566         * gst-libs/gst/pbutils/missing-plugins.c:
9567         (gst_missing_uri_source_message_new),
9568         (gst_missing_uri_sink_message_new),
9569         (gst_missing_element_message_new),
9570         (gst_missing_decoder_message_new),
9571         (gst_missing_encoder_message_new),
9572         (gst_missing_plugin_message_get_description):
9573         * gst-libs/gst/pbutils/missing-plugins.h:
9574         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9575         * gst-libs/gst/pbutils/pbutils.h:
9576         * gst-libs/gst/utils/Makefile.am:
9577         * gst-libs/gst/utils/base-utils.c:
9578         * gst-libs/gst/utils/base-utils.h:
9579         * gst-libs/gst/utils/descriptions.c:
9580         * gst-libs/gst/utils/descriptions.h:
9581         * gst-libs/gst/utils/install-plugins.c:
9582         * gst-libs/gst/utils/install-plugins.h:
9583         * gst-libs/gst/utils/missing-plugins.c:
9584         * gst-libs/gst/utils/missing-plugins.h:
9585         * gst-plugins-base.spec.in:
9586         * gst/playback/Makefile.am:
9587         * gst/playback/gstdecodebin.c:
9588         * gst/playback/gstdecodebin2.c:
9589         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9590         (gen_source_element):
9591         * gst/playback/gstplaybin.c: (plugin_init):
9592         * tests/check/Makefile.am:
9593         * tests/check/libs/pbutils.c: (GST_START_TEST),
9594         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9595         * tests/check/libs/utils.c:
9596           rename utils to pbutils
9597
9598 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9599
9600         * docs/plugins/Makefile.am:
9601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9603         * docs/plugins/inspect/plugin-decodebin2.xml:
9604         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9605         Add documentation for decodebin2 that indicates that the API
9606         is still unstable.
9607
9608 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9609
9610         * configure.ac:
9611         Update to 0.10.11.2 (0.10.12 pre-release)
9612
9613 2007-03-01  Wim Taymans  <wim@fluendo.com>
9614
9615         * gst-libs/gst/audio/gstbaseaudiosink.c:
9616         (gst_base_audio_sink_async_play):
9617         base time is irrelevant here.
9618
9619 2007-03-01  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9622         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9623         Improve debugging.
9624
9625         * gst-libs/gst/audio/gstbaseaudiosink.c:
9626         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9627         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9628         Improve latency and clock slaving calculations.
9629         Improve slave clock calibration.
9630
9631         * gst-libs/gst/audio/gstringbuffer.c:
9632         (gst_ring_buffer_commit_full):
9633         When we are asked to render N sample to 0 bytes, return N.
9634
9635 2007-03-01  Wim Taymans  <wim@fluendo.com>
9636
9637         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9638         (gst_alsasink_write), (gst_alsasink_reset):
9639         * ext/alsa/gstalsasink.h:
9640         Remove unused dispose function.
9641         Rename lock to not interfere with alsasrc lock.
9642
9643         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9644         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9645         (gst_alsasrc_read), (gst_alsasrc_reset):
9646         * ext/alsa/gstalsasrc.h:
9647         Implement finalize function.
9648         Use lock to protect alsa access.
9649         Implement _reset.
9650         Fine tune sw params.
9651
9652 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         * configure.ac:
9655           Convert to new AG_GST style.
9656
9657 2007-02-28  Wim Taymans  <wim@fluendo.com>
9658
9659         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9660
9661         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9662         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9663         Fix race condition when rapidly switching visualisations in playbin.
9664         Fixes #401029.
9665
9666 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9667
9668         * tests/check/Makefile.am:
9669         Include local stuff before system installed things in LDFLAGS and
9670         CFLAGS.
9671
9672 2007-02-28  Wim Taymans  <wim@fluendo.com>
9673
9674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9675         Improve debugging.
9676
9677 2007-02-28  Wim Taymans  <wim@fluendo.com>
9678
9679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9680         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9681         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9682         Fix duration and timestamping, taking latency into account.
9683         Implement latency query.
9684
9685 2007-02-28  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9688         (gst_audio_clock_new):
9689         Fix clock name.
9690
9691         * gst-libs/gst/audio/gstbaseaudiosink.c:
9692         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9693         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9694         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9695         (gst_base_audio_src_create):
9696         Improve latency query code.
9697         Use proper clock names.
9698
9699 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9700
9701         * tests/check/generic/states.c: (GST_START_TEST):
9702           Copy the states.c test from core again
9703         * tests/check/Makefile.am:
9704           ignore cdio and cdparanoiasrc
9705
9706 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9707
9708         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9709         (double_hq), (audio_convert_get_func_index), (check_default),
9710         (audio_convert_prepare_context), (audio_convert_convert):
9711           Also make valgrind happy and avoid copying data in some cases.
9712
9713 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9714
9715         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9716         (double_hq), (audio_convert_get_func_index),
9717         (audio_convert_prepare_context), (audio_convert_convert):
9718         * gst/audioconvert/gstaudioconvert.c:
9719         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9720         (gst_audio_convert_transform_caps):
9721         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9722         (audioconvert_suite):
9723           Don't run inplace if that overwrites source data as we go. Add more
9724           tests. Fixes #339837 even more.
9725
9726 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9727
9728         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9729         (msg_segment_done): Fix various seeking bugs (Slider was not
9730         updating when doing a non flushing seek, Reverse playback 
9731         on segment seek was wrong).
9732
9733 2007-02-26  Wim Taymans  <wim@fluendo.com>
9734
9735         * tests/examples/seek/seek.c: (stop_seek):
9736         When we stop scrubbing, don't leave the pipeline PLAYING when we
9737         requested a PAUSED state.
9738
9739 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         Patch by: René Stadler <mail at renestadler de>
9742
9743         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9744           Parse date strings in vorbis comments that have an invalid (zero)
9745           month or day (#410396).
9746
9747         * tests/check/libs/tag.c: (GST_START_TEST):
9748           Test case for the above.
9749
9750 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9751
9752         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9753
9754         * configure.ac:
9755         * ext/alsa/Makefile.am:
9756         * gst/audiotestsrc/Makefile.am:
9757           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9758
9759 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * gst/playback/gstplaybin.c:
9762           Improve docs: point out that the application needs to assist playbin
9763           with buffering.
9764
9765 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         * gst-libs/gst/utils/install-plugins.c:
9768         * gst-libs/gst/utils/missing-plugins.c:
9769         * tests/check/libs/utils.c: (missing_msg_check_getters):
9770           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9771           to just 'gstreamer'. Document the caps string component of the
9772           decoder/encoder detail a bit better, since not everyone will be
9773           familiar with the GStreamer media type/caps system (but they better
9774           enjoy nested itemized lists).
9775
9776 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9779         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9780           Fix copying of GstNetBuffer (would crash before, or at least lead to
9781           invalid memory access, #410772), for now by copying the GstBuffer copy
9782           code from the core over here so we can copy the GstBuffer fields on a
9783           provided buffer instance (of type GstNetBuffer in this case). Would be
9784           better to fix this with some support by the core though (and in the long
9785           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9786
9787         * tests/check/Makefile.am:
9788           Enable unit test for GstNetBuffer.
9789
9790 2007-02-22  Andy Wingo  <wingo@pobox.com>
9791
9792         * gst-libs/gst/audio/gstbaseaudiosink.c
9793         (gst_base_audio_sink_init): Disable pull-mode activation until we
9794         figure out how to make audio sinks go to PLAYING.
9795
9796 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9797
9798         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9799         (double_hq), (audio_convert_get_func_index),
9800         (audio_convert_prepare_context), (audio_convert_convert):
9801         * gst/audioconvert/audioconvert.h:
9802         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9803         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9804         * gst/audioconvert/gstchannelmix.h:
9805         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9806           Add float as an intermediate format, as well as float mixing. Enable
9807           test that was failing before. Fixes #339837
9808
9809 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9810
9811         * tests/examples/seek/seek.c: (do_seek):
9812         Undo the previous commit: -1 as a stop time implies that the stop
9813         time is the end of file, clearing any previously configured segment.
9814
9815 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9816
9817         * tests/examples/seek/seek.c: (do_seek):
9818         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9819
9820 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9821
9822         * gst/volume/gstvolume.c: (volume_process_int16),
9823         (volume_process_int16_clamp), (volume_set_caps):
9824           Unbreak volume, value remains gint.
9825
9826 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9827
9828         * gst/volume/gstvolume.c: (volume_choose_func),
9829         (volume_update_real_volume), (gst_volume_set_volume),
9830         (gst_volume_init), (volume_process_double), (volume_process_float),
9831         (volume_process_int16), (volume_process_int16_clamp),
9832         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9833         * gst/volume/gstvolume.h:
9834           Extend float audio support (double) and some int->uint cleanups.
9835
9836 2007-02-20  Edward Hervey  <edward@fluendo.com>
9837
9838         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9839         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9840         (sort_end_pads), (gst_decode_group_expose),
9841         (gst_decode_group_hide):
9842         Don't free groups from the streaming threads. Just put them aside and
9843         free them in dispose.
9844
9845 2007-02-20  Edward Hervey  <edward@fluendo.com>
9846
9847         * gst/playback/gstdecodebin2.c: (connect_element),
9848         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9849         (sort_end_pads), (gst_decode_group_expose):
9850         Handle dynamic pads within groups.
9851         Sort pads before exposing them in order to make playbin happy.
9852         There still is a race with the multiqueue filling up. This should be
9853         solved separately.
9854         Fixes #398721
9855
9856 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         * gst-libs/gst/utils/base-utils.c:
9859         * gst-libs/gst/utils/descriptions.c:
9860         * gst-libs/gst/utils/install-plugins.c:
9861         * gst-libs/gst/utils/missing-plugins.c:
9862           Some more docs (and descriptions for two subtitle formats).
9863
9864 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9865
9866         * gst-libs/gst/audio/audio.c:
9867           Fix documentation.
9868
9869 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         Patch by: Yves Lefebvre  <ivanohe abacom com>
9872
9873         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9874           Don't leak caps. Fixes #408278.
9875
9876 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9877
9878         * ext/cdparanoia/gstcdparanoiasrc.h:
9879         * ext/ogg/gstoggdemux.h:
9880         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9881         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9882         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9883         * gst-libs/gst/audio/audio.h:
9884         * gst-libs/gst/audio/gstaudiofilter.h:
9885         * gst-libs/gst/interfaces/videoorientation.h:
9886         * gst/adder/gstadder.h:
9887           More docs coverage and some ChangeLog surgery (add missing names)
9888
9889 2007-02-15  Wim Taymans  <wim@fluendo.com>
9890
9891         * sys/ximage/ximagesink.c:
9892         (gst_ximagesink_calculate_pixel_aspect_ratio):
9893         * sys/xvimage/xvimagesink.c:
9894         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9895         Small constifications.
9896
9897 2007-02-15  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst-libs/gst/audio/gstbaseaudiosink.c:
9900         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9901         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9902         (gst_base_audio_sink_async_play),
9903         (gst_base_audio_sink_change_state):
9904         Answer latency query.
9905         Use configured latency when syncing.
9906         Fix clock slaving.
9907
9908         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9909         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9910         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9911         Fix possible memleak.
9912         Implement latency query.
9913         Small cleanups.
9914
9915 2007-02-15  Wim Taymans  <wim@fluendo.com>
9916
9917         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9918         Ignore errors in reset, these are not fatal. They also grab the element
9919         lock which is already taking when this function is called. Fixes
9920         #405451.
9921
9922 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9923
9924         * configure.ac:
9925           Remove 'tests/examples/xerror/Makefile' from output files again.
9926
9927 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9928
9929         * configure.ac:
9930         * docs/plugins/Makefile.am:
9931           Also crossref against gst-plugins-base-libs.
9932
9933 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9934
9935         * configure.ac:
9936         * docs/libs/Makefile.am:
9937         * docs/plugins/Makefile.am:
9938           Add crossreferences to glib/gobject/gstream docs.
9939
9940         * gst-libs/gst/audio/audio.h:
9941           Source formatting.
9942
9943         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9944           Add own debug category.
9945
9946 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         Patch by: René Stadler <mail at renestadler de>
9949
9950         * gst-libs/gst/tag/gstvorbistag.c:
9951           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9952           (#403597).
9953
9954 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         * gst/playback/gstplaybasebin.c: (setup_source):
9957           When we have external subtitles and wait for the subtitle decodebin
9958           to get up and running, we set up a (sync) bus handler for the
9959           subtitle decodebin, so we can stop waiting when it posts an error
9960           message. However, we should do that before we set the subtitle
9961           decodebin's state to playing, otherwise things are racy and we might
9962           miss error messages posted before we had a chance to set up the bus.
9963           This should finally fix totem hanging on .txt pseudo-subtitle files.
9964           
9965 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9966
9967         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9968           Use gst_gdouble_to_guint64 for conversions.
9969         * win32/common/config.h.in:
9970           Add a define for GST_INSTALL_PLUGINS_HELPER
9971         * win32/common/libgstaudio.def:
9972         * win32/common/libgstcdda.def:
9973         * win32/common/libgstnetbuffer.def:
9974         * win32/common/libgstrtp.def:
9975         * win32/common/libgutils.def:
9976           Add new exported functions.
9977         * win32/vs6/gst_plugins_base.dsw:
9978         * win32/vs6/libgstdecodebin.dsp:
9979         * win32/vs6/libgstnetbuffer.dsp:
9980         * win32/vs6/libgstplaybin.dsp:
9981         * win32/vs6/libgstrtp.dsp:
9982         * win32/vs6/libgstvorbis.dsp:
9983         * win32/vs6/libgstcdda.dsp:
9984         * win32/vs6/libgstgdp.dsp:
9985         * win32/vs6/libgstutils.dsp:
9986           Update and add new project files.
9987
9988 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9991         (subrip_remove_unhandled_tags), (parse_subrip):
9992           For SubRip (.srt) subtitles, ignore all markup tags we don't
9993           handle (like font tags, for example).
9994
9995         * tests/check/elements/subparse.c:
9996           Add test for this.
9997
9998 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * gst/playback/gstdecodebin.c: (add_fakesink),
10001         (gst_decode_bin_change_state):
10002         * gst/playback/gstdecodebin2.c: (add_fakesink),
10003         (gst_decode_bin_change_state):
10004           Don't error out if there is no fakesink in the NULL to READY state
10005           change, since when decodebin is re-used, we're only adding the
10006           fakesink element in READY to PAUSED.
10007
10008         * tests/check/elements/decodebin.c:
10009         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10010         (decodebin_suite):
10011           Minimal unit test to make sure we can use the same decodebin
10012           instance twice (at least with audiotestsrc input).
10013
10014 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10015
10016         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10017           Try to get devic-name from device string first, and from handle only
10018           as fallback (seems to yield better results and is more robust
10019           against buggy probing code on the application side).
10020
10021 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10024
10025         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10026         (gst_alsa_find_device_name):
10027         * ext/alsa/gstalsa.h:
10028         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10029         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10030           Improve device-name detection a bit, especially in the case where
10031           the device is not actually open (#405020, #405024). Move common code
10032           into gstalsa.c instead of duplicating it.
10033
10034 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10035
10036         * gst/audioconvert/gstaudioconvert.c:
10037           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10038
10039 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10040
10041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10042         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10043         (gst_xvimagesink_interface_supported),
10044         (gst_xvimagesink_probe_get_properties),
10045         (gst_xvimagesink_probe_probe_property),
10046         (gst_xvimagesink_probe_needs_probe),
10047         (gst_xvimagesink_probe_get_values),
10048         (gst_xvimagesink_property_probe_interface_init),
10049         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10050         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10051         (gst_xvimagesink_get_type):
10052         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10053         for XVAdaptors so that one can choose the adaptor to use with 
10054         gstreamer-properties.
10055
10056 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10057
10058         * gst/audioconvert/gstaudioconvert.c:
10059           Also mention that a conversion from double to float is suboptimal still.
10060
10061 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst-libs/gst/audio/gstaudiofilter.c:
10064         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10065           Clear our formats structure and free the caps contained in it when
10066           shutting down.
10067
10068 2007-02-05  Andy Wingo  <wingo@pobox.com>
10069
10070         * gst-libs/gst/audio/gstbaseaudiosink.c
10071         (gst_base_audio_sink_callback): Update basesink->offset so that we
10072         pull monotonically increasing offsets instead of, um, seeking back
10073         to 0 each time. Fixes alsasrc ! alsasink!
10074
10075 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         * gst/videoscale/gstvideoscale.c:
10078           A width and height of 1 makes us crash, so increase minimum size to
10079           2x2 pixels until someone feels like fixing this (#404512).
10080
10081 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10084           Add small test to make sure request pads are cleaned up properly
10085           even if oggmux never changes state out of NULL.
10086
10087 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * tests/check/libs/utils.c: (GST_START_TEST):
10090           Fix unit test. Turns out things work much better when you
10091           NULL-terminate string arrays. Should make p5 build bot happy again.
10092
10093 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * gst-libs/gst/audio/Makefile.am:
10096         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10097         (gst_audio_filter_template_base_init),
10098         (gst_audio_filter_template_class_init),
10099         (gst_audio_filter_template_init),
10100         (gst_audio_filter_template_set_property),
10101         (gst_audio_filter_template_get_property),
10102         (gst_audio_filter_template_setup),
10103         (gst_audio_filter_template_filter),
10104         (gst_audio_filter_template_filter_inplace), (plugin_init):
10105           Oops, forgot to commit fixed-up example.
10106
10107 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * docs/libs/gst-plugins-base-libs-sections.txt:
10110         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10111         (gst_audio_filter_class_init), (gst_audio_filter_init),
10112         (gst_audio_filter_set_caps),
10113         (gst_audio_filter_class_add_pad_templates):
10114         * gst-libs/gst/audio/gstaudiofilter.h:
10115           Port GstAudioFilter to 0.10. This change technically breaks
10116           API and ABI (and thus also every library developer's heart),
10117           but seems justifiable on the grounds that the base class was
10118           completely unusable before (ie. would crash immediately when
10119           actually used). Fixes #403963 (and eventually also #403572).
10120           Also document all of this a bit.
10121
10122 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gst-libs/gst/utils/install-plugins.c:
10125         (gst_install_plugins_spawn_child):
10126         * tests/check/libs/utils.c:
10127         (test_base_utils_install_plugins_do_callout):
10128           Lowering log level to see why things fail on the p5 build bot;
10129           fix some typos in unit test messages.
10130
10131 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10132
10133         * tests/check/libs/utils.c:
10134         (test_base_utils_install_plugins_do_callout):
10135           Don't hard-code temp directory for test helper; use GLib functions
10136           to write out file and do error checking etc.
10137
10138 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * gst-libs/gst/utils/Makefile.am:
10141         * gst-libs/gst/utils/base-utils.h:
10142         * gst-libs/gst/utils/install-plugins.c:
10143         (gst_install_plugins_context_set_xid),
10144         (gst_install_plugins_context_new),
10145         (gst_install_plugins_context_free),
10146         (gst_install_plugins_get_helper),
10147         (gst_install_plugins_spawn_child),
10148         (gst_install_plugins_return_from_status),
10149         (gst_install_plugins_installer_exited),
10150         (gst_install_plugins_async), (gst_install_plugins_sync),
10151         (gst_install_plugins_return_get_name),
10152         (gst_install_plugins_installation_in_progress):
10153         * gst-libs/gst/utils/install-plugins.h:
10154           API: add API for applications to initiate installation of missing
10155           plugins, ie. gst_install_plugins_async() primarily.
10156           Based on libgimme-codec by Ryan Lortie.
10157
10158         * configure.ac:
10159           Add --with-install-plugins-helper configure option so distros can specify
10160           the path of the helper script or program to call when plugin installation
10161           is requested (distros: please do any argument munging in this helper
10162           script instead of patching GStreamer to pass arguments differently
10163           to another program directly).
10164
10165         * docs/libs/gst-plugins-base-libs-docs.sgml:
10166         * docs/libs/gst-plugins-base-libs-sections.txt:
10167           Build and document new API.
10168
10169         * tests/check/libs/utils.c: (result_cb),
10170         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10171         (libgstbaseutils_suite):
10172           Some simple checks for the new API.
10173
10174 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * tests/check/elements/audioconvert.c: (test_float_conversion):
10177           Add small test for 32bit float <=> 64bit float conversion (works
10178           only one way so far, 32=>64 produces structured noise).
10179
10180 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/audioconvert/gstaudioconvert.c:
10183         (set_structure_widths_32_and_64), (make_lossless_changes):
10184           We don't support floats with a width of 40, 48 or 56 bits.
10185
10186 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10187
10188         * gst/audioconvert/audioconvert.c: (float), (double),
10189         (audio_convert_get_func_index):
10190         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10191         (make_lossless_changes):
10192           Support for 64-bit float audio in audioconvert (#339837)
10193
10194 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         Patch by: Holger Wansing  <linux wansing-online de>
10197
10198         * po/LINGUAS:
10199         * po/de.po:
10200           Add German translation (#352069).
10201
10202 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10203
10204         reviewed by: Wim Taymans <wim@fluendo.com>
10205
10206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10207         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10208         Use newly added GstCollectPads API to free the allocated resources in
10209         the GstOggPad structures (#402393).
10210
10211 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * gst/playback/gstplaybin.c: (gen_vis_element):
10214           Add audioresample+audioconvert in front of the visualisation
10215           element, so that elements like libvisual 0.4 that don't support all
10216           samplerates can work.
10217
10218           Fixes: #402505
10219
10220 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10223         (gst_play_base_bin_get_streaminfo_value_array):
10224           Take some locks and make a copy of the streaminfo value array we
10225           maintain while holding the lock, so that the application can
10226           retrieve the stream-info as a value array in a thread-safe way.
10227
10228 2007-01-30  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst/audioconvert/gstaudioconvert.c:
10231         Don't fail on 0 sized buffers. Fixes #396835.
10232
10233 2007-01-29  David Schleef  <ds@schleef.org>
10234
10235         * gst/typefind/gsttypefindfunctions.c:
10236           Detect BBCD as video/x-dirac, so we can play raw dirac
10237           streams.
10238
10239 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * ext/theora/theoraenc.c: (theora_enc_chain):
10242           Check return value of theora_encode_header(), or we might try to
10243           allocate a random number of bytes. theora_encode_header() can fail
10244           if libtheora has been compiled with encoding support disabled.
10245           Fixes #398110.
10246
10247 2007-01-29  Wim Taymans  <wim@fluendo.com>
10248
10249         * tests/check/gst/.cvsignore:
10250         Do as buildbot says.
10251
10252 2007-01-29  Wim Taymans  <wim@fluendo.com>
10253
10254         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10255         Fix strides in libvisual. Gst uses X strides.
10256         Inspired by: <ed at catmur dot co dot uk> and 
10257         <tim at centricular dot net>
10258         Fixes #401118.
10259
10260 2007-01-27  Wim Taymans  <wim@fluendo.com>
10261
10262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10263         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10264         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10265         (gst_ogg_demux_perform_seek),
10266         (gst_ogg_demux_bisect_forward_serialno),
10267         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10268         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10269         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10270         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10271         * ext/ogg/gstoggdemux.h:
10272         Properly propagate streaming errors when we are scanning the file for
10273         chains so that we don't crash when shut down. Might fix some crashers
10274         when quickly switching oggs in RB such as #332503 and #378436.
10275
10276 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10279           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10280           error code as well.
10281
10282 2007-01-25  Wim Taymans  <wim@fluendo.com>
10283
10284         * gst/playback/gstplaybasebin.c: (remove_source):
10285         Don't try to disconnect a signal from a finalized object.
10286
10287 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10290           Cast lock macro parameters to make sure we're actually accessing the
10291           lock member at the right class level. Free list itself in _dispose()
10292           as well and NULL it in case dispose gets called multiple times.
10293
10294 2007-01-25  Edward Hervey  <edward@fluendo.com>
10295
10296         * gst/playback/gstdecodebin2.c:
10297         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10298         Free GstDecodeGroups no longer used.
10299         (gst_decode_group_expose):
10300         Don't unlock too many times !
10301         (deactivate_free_recursive):
10302         Free iterator once we're done with it.
10303         Fix for recursively deactivating elements (stop at ghostpads).
10304
10305 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * gst/playback/gstplaybin.c: (handoff):
10308           Fix up caps on the frame buffer before we save it and potentially
10309           make it accessible to other threads via g_object_get; also use
10310           gst_buffer_replace() instead of gst_mini_object_replace().
10311
10312 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10315           Make getting the current frame thread-safe.
10316
10317 2007-01-25  Edward Hervey  <edward@fluendo.com>
10318
10319         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10320         (gst_decode_group_new), (gst_decode_group_free):
10321         Set queues to bigger sizes to cope with HD contents.
10322         Fix some mutex freeing and add comment about MT safe methods.
10323
10324 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10325
10326         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10327         (gst_text_overlay_text_event):
10328           Don't unnecessarily ref (and then leak) upstream events if the text
10329           pad is not linked. Fixes #399948.
10330
10331         * tests/check/gst-plugins-base.supp:
10332           Add suppression for pango on edgy/x86 for textoverlay test.
10333
10334 2007-01-24  Wim Taymans  <wim@fluendo.com>
10335
10336         * gst-libs/gst/rtp/gstrtpbuffer.h:
10337         Add some more fixed payloads.
10338
10339 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10342           Error out properly if we get an error from libogg while reading the
10343           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10344
10345 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10348           Don't leak mutex.
10349
10350         * tests/check/elements/playbin.c:
10351         (test_sink_usage_video_only_stream),
10352         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10353         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10354         (test_missing_suburisource_handler),
10355         (test_missing_primary_decoder), (playbin_suite):
10356           Run all tests once with decodebin and once with decodebin2.
10357           One test does not pass yet with decodebin2.
10358
10359 2007-01-23  Edward Hervey  <edward@fluendo.com>
10360
10361         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10362         Fix the cases where oggmux doesn't properly figure out that all
10363         sinkpads have gone EOS, and therefore doesn't push out the remaining
10364         buffers and the final EOS event.
10365         Fixes #363379
10366
10367 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10368
10369         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10371         Don't lock on navigation event push, just on keysym to string.
10372         Fixes #397673 again.
10373
10374 2007-01-22  Edward Hervey  <edward@fluendo.com>
10375
10376         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10377         (get_current_group), (group_demuxer_event_probe),
10378         (gst_decode_group_expose), (deactivate_free_recursive),
10379         (gst_decode_group_free):
10380         Cleanups.
10381         Don't forget to emit 'no-more-pads' once a group is exposed.
10382         Cleanup elements from a DecodeGroup once we remove it.
10383         Protect call to gst_decode_group_expose() with the decodebin lock.
10384
10385 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10386
10387         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10389         Looking at Xorg code i can't figure out if that XKeysymToString
10390         function is thread sensible or not. Lock it just in case as
10391         recommended by Radek Doulik <rodo at ximian dot com>.
10392
10393 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10394
10395         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10397         Lock that X Call as well. Fixes #397673.
10398
10399 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10402           Don't go into an endless loop if the file starts with 00 00 01 2X,
10403           like quicktime redirect files might. Fixes #396042.
10404
10405         * tests/check/Makefile.am:
10406         * tests/check/gst/.cvsignore:
10407         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10408         (typefindfunctions_suite):
10409           Add unit test for the above.
10410
10411 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10414           On second thought, use "depth" field rather than "bpp" field.
10415
10416 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10419           Camtasia caps apparently need a bpp field (#398875).
10420
10421 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10424         (gen_source_element), (gst_play_base_bin_change_state):
10425           Attempt at a better error message in case we don't have the required
10426           URI handler installed; post missing-plugin message also when we're
10427           missing an URI handler for the subtitle URI; clean up properly also
10428           when an error occurs and we never made it to PAUSED state.
10429
10430         * tests/check/elements/playbin.c: (GST_START_TEST),
10431         (playbin_suite):
10432           Check that we're also getting a missing-plugin messsage for a
10433           missing subtitle URI handler (and clean up properly).
10434
10435 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10438           Plug a few reference leaks.
10439
10440 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10443           Lower probability a bit if the marker isn't right at the start,
10444           to decrease the chance of false positives.
10445
10446 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10449           Small mpeg2 system stream typefinding improvement: make typefinder
10450           probe a bit into the stream instead of just looking for a marker
10451           at the beginning. Fixes #397810.
10452
10453 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         * gst/audioconvert/gstchannelmix.c:
10456           Remove compatibility cruft for prehistoric GLib versions.
10457
10458 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst/playback/Makefile.am:
10461         * gst/playback/gstdecodebin.c: (close_pad_link):
10462         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10464         (gst_play_base_bin_handle_message_func), (unknown_type):
10465           Let decodebin be the element to post missing-plugin messages for
10466           missing decoders (rather than playbin); make playbin implement
10467           GstBin::handle_message so we can suppress missing-plugin messages
10468           for types we're not handling on purpose (don't want to bring up an
10469           installer in those cases).
10470
10471 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10474         * gst-libs/gst/tag/gstvorbistag.c:
10475         (gst_tag_list_to_vorbiscomment_buffer):
10476         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10477           Fix potentially unaligned access (#397207).
10478
10479 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10480
10481         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10482         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10483         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10484         (main):
10485           Allow to toggle looping while it plays. Fix callback prototype. Clean
10486           up code a bit more. Add copyright header.
10487
10488 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10489
10490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10491           Red and blue mask was swapped (spotted by Dan Williams).
10492
10493 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10494
10495         * gst-libs/gst/tag/gstid3tag.c:
10496         * gst-libs/gst/tag/gstvorbistag.c:
10497           Use new beats-per-minute tag from core.
10498
10499 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * po/POTFILES.in:
10502           Add new files with translatable strings, so they actually make it
10503           into the template file one day.
10504
10505 2007-01-12  Andy Wingo  <wingo@pobox.com>
10506
10507         * gst-libs/gst/audio/gstbaseaudiosink.c
10508         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10509         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10510         stuff, as the base class handles this now. Actually tell the ring
10511         buffer to start.
10512         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10513         How did this work before? Maybe I'm not as awesome a programmer as
10514         I think.
10515
10516         * gst-libs/gst/audio/gstbaseaudiosrc.c
10517         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10518         of a pad function.
10519
10520 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10523           Remove more fields so that the application can better blacklist
10524           formats that have been tried before.
10525
10526 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * gst-libs/gst/audio/mixerutils.h:
10529           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10530           used when compiling with c++ compilers as well.
10531
10532 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         * gst/typefind/gsttypefindfunctions.c:
10535           Fix comment.
10536
10537 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * gst/playback/gstplaybin.c: (post_missing_element_message),
10540         (gen_video_element), (gen_text_element), (gen_audio_element),
10541         (gen_vis_element):
10542           Post missing-plugin messages also when we error out because
10543           converters, textoverlay or auto*sinks are missing (#161922).
10544
10545 2007-01-10  Wim Taymans  <wim@fluendo.com>
10546
10547         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10548         (is_demuxer_element), (new_caps):
10549         * gst/playback/gstplaybasebin.c: (source_new_pad):
10550         Fix the case where we try to ref a NULL element when we delay a link
10551         because of unfixed caps.
10552         Set the state of autoplugged decodebins to PAUSED.
10553         RTSP now works in playbin, we can remove it from the blacklist.
10554
10555 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         * gst/playback/Makefile.am:
10558         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10559         (unknown_type), (setup_subtitle), (gen_source_element):
10560         * gst/playback/gstplaybin.c: (plugin_init):
10561           Post missing-plugin messages on the bus for missing sources and
10562           missing decoders/demuxers/depayloaders; fix error code used when
10563           we're missing an URI handler source; for media types that we are not
10564           handling on purpose at the moment, don't print "don't know how to
10565           handle xyz" messages to the terminal or post missing-plugin
10566           messages on the bus.
10567
10568         * tests/check/elements/playbin.c: (create_playbin),
10569         (GST_START_TEST), (gst_codec_src_uri_get_type),
10570         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10571         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10572         (gst_codec_src_init_type), (gst_codec_src_base_init),
10573         (gst_codec_src_create), (gst_codec_src_class_init),
10574         (gst_codec_src_init), (plugin_init), (playbin_suite):
10575           Add some tests for the missing-plugin stuff.
10576
10577 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * configure.ac:
10580         * gst-libs/gst/Makefile.am:
10581         * gst-libs/gst/utils/Makefile.am:
10582         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10583         * gst-libs/gst/utils/base-utils.h:
10584         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10585         (find_format_info), (caps_are_rtp_caps),
10586         (gst_base_utils_get_source_description),
10587         (gst_base_utils_get_sink_description),
10588         (gst_base_utils_get_decoder_description),
10589         (gst_base_utils_get_encoder_description),
10590         (gst_base_utils_get_element_description),
10591         (gst_base_utils_add_codec_description_to_tag_list),
10592         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10593         * gst-libs/gst/utils/descriptions.h:
10594         * gst-libs/gst/utils/missing-plugins.c:
10595         (missing_structure_get_type), (copy_and_clean_caps),
10596         (gst_missing_uri_source_message_new),
10597         (gst_missing_uri_sink_message_new),
10598         (gst_missing_element_message_new),
10599         (gst_missing_decoder_message_new),
10600         (gst_missing_encoder_message_new),
10601         (missing_structure_get_string_detail),
10602         (missing_structure_get_caps_detail),
10603         (gst_missing_plugin_message_get_installer_detail),
10604         (gst_missing_plugin_message_get_description),
10605         (gst_is_missing_plugin_message):
10606         * gst-libs/gst/utils/missing-plugins.h:
10607           API: add new libgstbaseutils library with functions
10608           - to create and parse missing-plugins messages
10609           - that provide (translated) descriptions for caps/decoders/sources/etc.
10610           Closes #392393.
10611
10612         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10613         * pkgconfig/gstreamer-plugins-base.pc.in:
10614           Add new lib.
10615
10616         * docs/libs/gst-plugins-base-libs-docs.sgml:
10617         * docs/libs/gst-plugins-base-libs-sections.txt:
10618           Generate docs for new lib and API.
10619
10620         * tests/check/Makefile.am:
10621         * tests/check/libs/.cvsignore:
10622         * tests/check/libs/utils.c: (missing_msg_check_getters),
10623         (GST_START_TEST), (libgstbaseutils_suite):
10624           Add some basic unit tests.
10625
10626 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * ext/ogg/Makefile.am:
10629           Dist gstoggdemux.h to fix 'make distcheck'.
10630
10631         * sys/v4l/Makefile.am:
10632           Fix 'make distcheck' even more.
10633
10634 2007-01-09  Wim Taymans  <wim@fluendo.com>
10635
10636         * docs/plugins/Makefile.am:
10637         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10638         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10639         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10640         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10641         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10642         (gst_ogg_demux_perform_seek):
10643         * ext/ogg/gstoggdemux.h:
10644         Added docs.
10645         Add some more comments.
10646         Small cleanups.
10647
10648 2007-01-09  Wim Taymans  <wim@fluendo.com>
10649
10650         * ext/theora/theoradec.c:
10651         * ext/vorbis/vorbisdec.c:
10652         * gst-libs/gst/audio/gstringbuffer.c:
10653         (gst_ring_buffer_commit_full):
10654         * gst-libs/gst/audio/gstringbuffer.h:
10655         * gst-libs/gst/rtp/gstrtpbuffer.c:
10656         * gst-libs/gst/tag/gstvorbistag.c:
10657         Small documentation updates/fixes
10658
10659 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * configure.ac:
10662           Require core CVS HEAD for Andy's basesrc/sink API additions.
10663
10664 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10667
10668         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10669         (plugin_init):
10670           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10671           on flac.sf.net (there appear to be other versions of the first
10672           ogg page in the wild) (#391365).
10673
10674 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * configure.ac:
10677           Check if localtime_r() is available.
10678
10679         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10680           If localtime_r() is not available, fall back to localtime(). Should
10681           fix build on MingW (#393310).
10682
10683 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10686         * gst/subparse/gstsubparse.h:
10687           Remove spurious 1000 subtrahend when calculating the timestamp from
10688           the frame number and the frame rate . Also, use the frames/second
10689           value specified in the first line of the file, if one is specified
10690           there. Should fix #357503.
10691
10692         * tests/check/elements/subparse.c: (do_test),
10693         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10694         (subparse_suite):
10695           Add some basic unit tests for the microdvd subtitle format.
10696
10697 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10698
10699         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10700
10701         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10702         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10703         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10704         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10705         (gst_xvimagesink_set_xwindow_id),
10706         (gst_xvimagesink_set_event_handling),
10707         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10708         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10709         Fixes: #390076.
10710         Add an adaptor property to select a specific XV adaptor.
10711         * sys/xvimage/xvimagesink.h:
10712
10713 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10714
10715         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10716         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10717         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10718         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10719         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10720         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10721         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10722         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10723         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10724         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10725         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10726         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10727         Use flow_lock much more to protect every access to xwindow.
10728         Try to catch erros while creating images in case some drivers are
10729         just generating an XError when the requested image is too big.
10730         Should fix : #354698, #384008, #384060.
10731         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10732         Implement some stress testing of setting window xid.
10733
10734 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10735
10736         * win32/common/libgsaudio.def:
10737           Add new exported function.
10738         * win32/common/libgstogg.dsp:
10739           Add gstoggaviparse.c to the build.
10740         * win32/common/libgstvideoscale.dsp:
10741           Add vs_4tap.c to the build.
10742         * win32/common/libgstvorbis.dsp:
10743           Add vorbistag.c to the build.
10744         
10745 2007-01-06  Andy Wingo  <wingo@pobox.com>
10746
10747         * gst-libs/gst/audio/gstbaseaudiosink.c
10748         (gst_base_audio_sink_class_init)
10749         (gst_base_audio_sink_init): 
10750         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10751         to baseaudiosink, and tell basesink that we can work in pull mode.
10752         This way the ring buffer thread drives the pipeline directly, if
10753         pull mode is possible. There is some lingering nastiness regarding
10754         capsnego, however.
10755         (gst_base_audio_sink_callback): Implement the callback to pull
10756         data. This interface is a bit light, though -- it should get a
10757         GstFlowReturn return value at least.
10758
10759 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10762         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10763         * gst/playback/gstdecodebin2.c:
10764         (gst_decode_group_check_if_blocked):
10765           Printf format and missing argument fixes.
10766
10767 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10770         (gst_ogm_parse_change_state):
10771         Activate pads before adding them to the element.
10772
10773 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * tests/examples/seek/scrubby.c: (main):
10776         * tests/examples/seek/seek.c: (main):
10777           Call g_thread_init() first thing in main() (see #391278).
10778
10779 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10780
10781         * tests/check/Makefile.am:
10782         * tests/check/libs/.cvsignore:
10783         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10784         (netbuffer_suite):
10785           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10786           for the time being, since it's broken, see #393099.
10787
10788 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * tests/check/Makefile.am:
10791           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10792
10793 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10794
10795         * configure.ac:
10796           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10797           so that GST_BASE_CFLAGS can go inbetween them, making sure
10798           we use uninstalled gst-libs headers
10799         * docs/libs/Makefile.am:
10800         * ext/alsa/Makefile.am:
10801         * ext/cdparanoia/Makefile.am:
10802         * ext/gnomevfs/Makefile.am:
10803         * ext/libvisual/Makefile.am:
10804         * ext/ogg/Makefile.am:
10805         * ext/theora/Makefile.am:
10806         * ext/vorbis/Makefile.am:
10807         * gst-libs/gst/audio/Makefile.am:
10808         * gst-libs/gst/cdda/Makefile.am:
10809         * gst-libs/gst/interfaces/Makefile.am:
10810         * gst-libs/gst/riff/Makefile.am:
10811         * gst-libs/gst/rtp/Makefile.am:
10812         * gst-libs/gst/tag/Makefile.am:
10813         * gst/adder/Makefile.am:
10814         * gst/audioconvert/Makefile.am:
10815         * gst/audiorate/Makefile.am:
10816         * gst/audioresample/Makefile.am:
10817         * gst/playback/Makefile.am:
10818         * gst/tcp/Makefile.am:
10819         * gst/videoscale/Makefile.am:
10820         * gst/volume/Makefile.am:
10821         * sys/ximage/Makefile.am:
10822         * sys/xvimage/Makefile.am:
10823         * tests/icles/Makefile.am:
10824           adapt
10825
10826 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10827
10828         * gst-libs/gst/interfaces/xoverlay.c:
10829         (gst_x_overlay_handle_events):
10830         * gst-libs/gst/interfaces/xoverlay.h:
10831         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10832         (gst_ximagesink_set_xwindow_id),
10833         (gst_ximagesink_set_event_handling),
10834         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10835         (gst_ximagesink_get_property), (gst_ximagesink_init),
10836         (gst_ximagesink_class_init):
10837         * sys/ximage/ximagesink.h:
10838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10839         (gst_xvimagesink_set_xwindow_id),
10840         (gst_xvimagesink_set_event_handling),
10841         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10842         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10843         (gst_xvimagesink_class_init):
10844         * sys/xvimage/xvimagesink.h:
10845         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10846         Add a method to the XOverlay interface to allow disabling of 
10847         event handling in x[v]imagesink elements. This will let X events
10848         propagate to parent windows which can be usefull in some cases.
10849         Be carefull that the application is then responsible of pushing
10850         navigation events and expose events to the video sink.
10851         Fixes: #387138.
10852
10853 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst-libs/gst/tag/gstvorbistag.c:
10856         * tests/check/libs/tag.c: (GST_START_TEST):
10857           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10858           (fixes #392070).
10859
10860 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * configure.ac:
10863         * docs/Makefile.am:
10864         * docs/design/Makefile.am:
10865           Dist design docs.
10866
10867 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10868
10869         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10870         typo. Fixes: #390063.
10871
10872 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10873
10874         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10876         caps leak.
10877         * win32/common/config.h: Updated.
10878
10879 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10882         (setup_gdpdepay_streamheader):
10883         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10884         (setup_gdppay_streamheader):
10885           Fix the dp tests, but activating the pads for the streamheader tests
10886           too and cleaning up conditionaly
10887
10888 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * gst/ffmpegcolorspace/avcodec.h:
10891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10892         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10893         (gst_ffmpegcsp_avpicture_fill):
10894         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10895         (img_get_alpha_info):
10896         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10897         other end of the word. Fixes: #387073.
10898
10899         Add some inconsequential branch hints in a couple of places.
10900
10901 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10904         (gst_ffmpeg_caps_to_smpfmt):
10905           The "signed" field in raw audio caps is of boolean type, trying to
10906           extract the value with _get_int() will fail (fix to keep in sync with
10907           the copy in gst-ffmpeg)
10908
10909 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10910
10911         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10912         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10913         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10914         (cleanup_gdpdepay):
10915         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10916         * tests/check/elements/subparse.c: (teardown_subparse):
10917         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10918         * tests/check/elements/videorate.c: (cleanup_videorate):
10919         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10920         * tests/check/elements/volume.c: (cleanup_volume):
10921         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10922         (cleanup_vorbisdec):
10923         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10924         (cleanup_vorbistag):
10925           consistent pad (de)activation
10926
10927 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10930           Forgot to register the extensions.
10931
10932 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10935         (plugin_init):
10936           Add typefinder for VIVO files (my christmas present to the 90s).
10937
10938 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * gst/playback/gstdecodebin.c: (type_found):
10941           Special-case the text/plain media type: we only want to recognise it
10942           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10943           parser, but not if the entire stream is of text/plain type. If the
10944           entire stream is text/plain, we should just error out.
10945
10946           This fixes playback of audio files with lyrics in totem. Totem can't
10947           distinguish between text files and subtitle files and passes any
10948           .txt file with the same basename as the main file to playbin as
10949           suburi, and playbin will then throw a 'subtitle found, but no video
10950           stream' error, which isn't entirely helpful. See #380342.
10951
10952           Also, with this change we'll show a slightly more correct error
10953           message in case totem passes a playlist file to us (although a
10954           custom error message wording instead of the default text would
10955           probably not be a bad idea either).
10956
10957           Same problem also needs to be fixed for playbin+decodebin2.
10958
10959         * tests/check/Makefile.am:
10960         * tests/check/elements/decodebin.c: (src_handoff_cb),
10961         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10962         (decodebin_suite):
10963           Add simple unit test for decodebin for the above.
10964
10965 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10968         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10969           Refuse to change state to READY when we failed to create any of the
10970           required elements in our instance init function.
10971
10972 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * docs/libs/gst-plugins-base-libs-sections.txt:
10975           Small docs fixes/updates.
10976
10977         * gst-libs/gst/video/gstvideosink.h:
10978           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10979           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10980           removed from the base sink API between 0.9.6 and 0.9.7).
10981           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10982           accessor macros, so we don't do a runtime GObject type check every
10983           time we use them.
10984
10985 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10986
10987         * Makefile.am:
10988         * gst-plugins-base.doap:
10989         * gst-plugins-base.spec.in:
10990           add doap file
10991
10992 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         Patch by: Jens Granseuer <jensgr at gmx net>
10995
10996         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10997         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10998         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10999         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11000         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11001           Declare variables at the beginning of a block. Fixes #383195.
11002
11003 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11004
11005         * configure.ac:
11006         Bump version nano - back to CVS.
11007
11008
11009 === release 0.10.11 ===
11010
11011 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11012
11013         * configure.ac:
11014           releasing 0.10.11, "Dumb things"
11015
11016 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11017
11018         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11019         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11020         Handle the case where an element has multiple pads with 
11021         unfixed caps as well as still possibly producing more dynamic 
11022         pads by storing each case as a distinct entry in the dynamic list.
11023         Fixes #38223 again.
11024
11025 2006-12-04  Wim Taymans  <wim@fluendo.com>
11026
11027         * gst/playback/gstdecodebin.c: (close_pad_link):
11028         Fix #382223, add more dynamic caps handling.
11029
11030 2006-12-04  Wim Taymans  <wim@fluendo.com>
11031
11032         * gst-libs/gst/audio/gstringbuffer.h:
11033         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11034         (gst_netaddress_set_ip4_interface),
11035         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11036         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11037         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11038         (gst_netaddress_get_ttl):
11039         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11040         * gst/playback/gstdecodebin.c: (close_pad_link):
11041         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11042         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11043         * win32/common/config.h:
11044
11045 2006-12-01  Michael Smith  <msmith@fluendo.com>
11046
11047         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11048           Delete bad debug code.
11049           Fixes #381219
11050
11051 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11052
11053         * gst/videoscale/vs_4tap.c:
11054         * win32/MANIFEST:
11055         * win32/common/config.h:
11056         * win32/vs8/libgstvideoscale.vcproj:
11057         Fix compilation on win32 under VS8
11058         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11059         Partially fixes #381175
11060
11061 2006-11-30  Michael Smith  <msmith@fluendo.com>
11062
11063         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11064         (GST_START_TEST):
11065           It would be very bad if, after a discont buffer, we thought every
11066           single following buffer was also discont. So, add to the test to
11067           ensure that this isn't the case.
11068           
11069         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11070           ... it was the case. So fix it.
11071
11072 2006-11-28  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst/playback/gstplaybasebin.c: (check_queue_event):
11075         Improve debug.
11076
11077         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11078         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11079         padtemplate caps. Refixes #357577.
11080
11081 2006-11-28  Wim Taymans  <wim@fluendo.com>
11082
11083         * gst/playback/gstplaybasebin.c: (check_queue_event),
11084         (queue_threshold_reached), (queue_out_of_data),
11085         (gen_preroll_element):
11086         Add event probe to see when EOS is in a queue and we can disable the
11087         underrun signals. Fixes #357577.
11088
11089 2006-11-28  Edward Hervey  <edward@fluendo.com>
11090
11091         * gst/playback/Makefile.am:
11092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11093         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11094         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11095         (gst_decode_bin_init), (gst_decode_bin_dispose),
11096         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11097         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11098         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11099         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11100         (connect_element), (expose_pad), (type_found),
11101         (pad_added_group_cb), (pad_removed_group_cb),
11102         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11103         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11104         (are_raw_caps), (multi_queue_overrun_cb),
11105         (multi_queue_underrun_cb), (gst_decode_group_new),
11106         (get_current_group), (group_demuxer_event_probe),
11107         (gst_decode_group_control_demuxer_pad),
11108         (gst_decode_group_control_source_pad),
11109         (gst_decode_group_check_if_blocked),
11110         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11111         (gst_decode_group_hide), (gst_decode_group_free),
11112         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11113         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11114         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11115         (plugin_init):
11116         New decodebin2 element.
11117         Closes #370092
11118         * gst/playback/gstplay-marshal.list:
11119         Added marshallers for new signals in decodebin2
11120         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11121         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11122         is set.
11123
11124 2006-11-28  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/playback/gstplaybasebin.c: (setup_source),
11127         (gst_play_base_bin_change_state):
11128         Disable rtsp:// uris for the release, it's not good enough yet.
11129         Remove unused var.
11130
11131 2006-11-26  Wim Taymans  <wim@fluendo.com>
11132
11133         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11134         (theora_dec_push_forward), (theora_dec_push_reverse),
11135         (theora_handle_data_packet), (theora_dec_decode_buffer),
11136         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11137         (theora_dec_chain_forward), (theora_dec_chain):
11138         Implement reverse playback.
11139
11140         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11141         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11142         (vorbis_dec_chain_forward):
11143         Clear buffers used for reverse playback in _reset.
11144         No need to set the eos flag, we clip samples using the segment.
11145
11146 2006-11-24  Wim Taymans  <wim@fluendo.com>
11147
11148         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11149         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11150         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11151         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11152         Some cleanups.
11153         Handle continued pages in reverse mode.
11154
11155 2006-11-24  Wim Taymans  <wim@fluendo.com>
11156
11157         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11158         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11159         (vorbis_dec_flush_decode):
11160         Small cleanups.
11161         Don't try to add invalid timestamps.
11162         Clipping will unref the buffer.
11163
11164 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11165
11166         * gst/adder/gstadder.h:
11167         * gst/audiotestsrc/gstaudiotestsrc.h:
11168           remove obsolete _factory_init protos
11169
11170 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11171
11172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11173           Fix spacing in debug message.
11174
11175 2006-11-23  Wim Taymans  <wim@fluendo.com>
11176
11177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11178         (gst_ogg_demux_chain):
11179         Don't just ignore return values from _pad_push().
11180         Small debug improvements.
11181
11182 2006-11-23  Michael Smith  <msmith@fluendo.com>
11183
11184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11185           If our incoming buffer is marked as DISCONT, then increment the page
11186           number (so that the discontinuity is marked in the final ogg
11187           bitstream) and flush the previous page.
11188
11189 2006-11-22  Michael Smith  <msmith@fluendo.com>
11190
11191         * ext/theora/gsttheoraenc.h:
11192         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11193         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11194         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11195         (theora_enc_chain), (theora_enc_change_state):
11196           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11197
11198         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11199         (GST_START_TEST), (theoraenc_suite):
11200           Enable discontinuity test, fix it.
11201
11202 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11205         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11206         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11207         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11208         (gst_text_overlay_change_state):
11209         * ext/pango/gsttextoverlay.h:
11210           Some textoverlay fixes: for one, in the video chain function,
11211           actually wait for a text buffer to come in if there is none at the
11212           moment and there should be one; also, deal more gracefully with
11213           incoming buffers that do not have a timestamp or duration; discard
11214           text buffer when not needed any longer. Fixes #341681.
11215
11216         * tests/check/Makefile.am:
11217         * tests/check/elements/.cvsignore:
11218         * tests/check/elements/textoverlay.c:
11219         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11220         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11221         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11222         (test_video_waits_for_text_send_text_newsegment_thread),
11223         (test_video_waits_for_text_shutdown_element),
11224         (test_render_continuity_push_video_buffers_thread),
11225         (textoverlay_suite):
11226           Add some unit tests for textoverlay.
11227
11228 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11231           Avoid integer underflow when the found probability for mp3 is
11232           smaller than the 'penalty' we subtract if there's not a clean
11233           mp3 header sync at offset 0.
11234
11235 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11236
11237         * docs/libs/gst-plugins-base-libs-sections.txt:
11238           Add some new symbols to the docs
11239
11240 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * tests/check/Makefile.am:
11243         * tests/check/elements/ffmpegcolorspace.c:
11244         (ffmpegcolorspace_suite):
11245           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11246           (for now not for valgrinding though, since it takes too long).
11247
11248 2006-11-20  Wim Taymans  <wim@fluendo.com>
11249
11250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11251         (gst_ffmpeg_pixfmt_to_caps):
11252         Fix RGBA32 caps. Fixes #357038.
11253
11254 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * gst-libs/gst/interfaces/mixertrack.h:
11257           Add FIXME so we can add some padding here in 0.11
11258
11259 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11262           Fix GstBaseRTPAudioPayload structure so the whole GObject
11263           inheritance business actually works (parent class instance structure
11264           must always come first in the derived class instance structure).
11265
11266 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * gst/videotestsrc/Makefile.am:
11269         * tests/check/Makefile.am:
11270           Make sure our checks and the videotestsrc plugin link against the
11271           local uninstalled gst libs and not any installed gst libs that
11272           might happen to exist as well.
11273
11274         * tests/check/elements/adder.c: (message_received),
11275         (test_event_message_received), (test_play_twice_message_received):
11276         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11277           Fix compiler warnings when compiling against core with disabled
11278           debugging system.
11279
11280 2006-11-16  Michael Smith  <msmith@fluendo.com>
11281
11282         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11283         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11284           Fix audiorate, so that it accurately sets offsets and timestamps.
11285           Doesn't change the fundamental algorithmic decisions; so should be
11286           safe.
11287
11288         * tests/check/Makefile.am:
11289           Enable audiorate test now that it passes.
11290
11291 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11292
11293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11294           clear xv when going to NULL, remove // commented non-existant proto
11295
11296         * tests/examples/seek/seek.c: (main):
11297           add missing tooltip description for scrub and play_scrub
11298
11299 2006-11-14  David Schleef  <ds@schleef.org>
11300
11301         * configure.ac:
11302           Bump liboil requirement to 0.3.8.
11303         * gst-libs/gst/riff/riff-media.c:
11304           Add Dirac fourcc.
11305         * gst/videoscale/vs_image.h:
11306         * gst/videoscale/vs_scanline.h:
11307           Use liboil's stdint.h.
11308         * gst/videotestsrc/videotestsrc.c:
11309           Remove liboil related ifdef's, since they aren't needed now, and
11310           won't work with future versions.
11311
11312 2006-11-14  David Schleef  <ds@schleef.org>
11313
11314         * gst/videoscale/Makefile.am:
11315         * gst/videoscale/gstvideoscale.c:
11316         * gst/videoscale/gstvideoscale.h:
11317         * gst/videoscale/vs_4tap.c:
11318         * gst/videoscale/vs_4tap.h:
11319         * gst/videoscale/vs_image.c:
11320         * gst/videoscale/vs_image.h:
11321         * gst/videoscale/vs_scanline.c:
11322         * gst/videoscale/vs_scanline.h:
11323           Add a 4-tap image scaler.  Theoretically looks much prettier.
11324           The tap calculation could use some improvement.
11325
11326 2006-11-14  Wim Taymans  <wim@fluendo.com>
11327
11328         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11329
11330         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11331         (gst_riff_parse_strf_iavs):
11332         * gst/subparse/gstsubparse.c: (convert_encoding):
11333         * gst/tcp/gstmultifdsink.c:
11334         (gst_multi_fd_sink_handle_client_write):
11335         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11336         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11337         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11338         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11339         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11340         (gst_ximagesink_ximage_new):
11341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11342         Various gsize and gssize printf fixes. Fixes #372507.
11343
11344 2006-11-13  Wim Taymans  <wim@fluendo.com>
11345
11346         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11347         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11348         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11349         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11350         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11351         * ext/vorbis/vorbisdec.h:
11352         First stab at vorbis reverse playback.
11353
11354 2006-11-13  Wim Taymans  <wim@fluendo.com>
11355
11356         * gst-libs/gst/audio/gstbaseaudiosink.c:
11357         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11358         * gst-libs/gst/audio/gstbaseaudiosink.h:
11359         Make the clock sync code more accurate wrt resampling and playback
11360         at different rates.
11361         
11362         * gst-libs/gst/audio/gstringbuffer.c:
11363         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11364         * gst-libs/gst/audio/gstringbuffer.h:
11365         Use better algorithm to interpolate sample rates. 
11366
11367 2006-11-13  Michael Smith  <msmith@fluendo.com>
11368
11369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11370           Improve a debug line slightly.
11371
11372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11373           Call gst_riff_init() in plugin_init, to avoid getting errors from
11374           the debug system (unrelated changes to another plugin made this turn
11375           up; not sure why).
11376
11377 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11380
11381         * win32/common/libgsttag.def:
11382           Add missing symbol (#366492).
11383
11384 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11385
11386         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11387           Don't unref a NULL pad.
11388
11389 2006-11-09  Wim Taymans  <wim@fluendo.com>
11390
11391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11392         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11393         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11394         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11395         (gst_ogg_demux_loop):
11396         Implement first stab at reverse playback.
11397
11398 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11399
11400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11401         (gst_riff_create_video_template_caps):
11402           add h263/h264 variants to the caps, Fixes #363118
11403
11404 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11407         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11408           Use g_strerror instead of strerror so we get UTF-8.
11409
11410 2006-11-03  David Schleef  <ds@schleef.org>
11411
11412         * ext/ogg/gstoggdemux.c:
11413         * ext/ogg/gstoggmux.c:
11414           Add/remove KW-DIRAC header here, since it is ogg-specific.
11415
11416 2006-11-03  Michael Smith  <msmith@fluendo.com>
11417
11418         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11419           Recognise more mpeg4 elementary video streams.
11420
11421 2006-11-02  Edward Hervey  <edward@fluendo.com>
11422
11423         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11424         Lower the probability of mp3 typefinding functions if we don't find a
11425         valid mp3 header at the start of the file.
11426         Closes #369482
11427
11428 2006-11-02  Wim Taymans  <wim@fluendo.com>
11429
11430         * ext/theora/gsttheoradec.h:
11431         * ext/theora/theoradec.c: (gst_theora_dec_init),
11432         (theora_dec_sink_event), (theora_dec_chain_forward),
11433         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11434         (theora_dec_chain):
11435         Document and partially implement an algorithm for doing reverse playback
11436         of theora video.
11437
11438 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11439
11440         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11441
11442         * win32/common/config.h:
11443         * win32/common/interfaces-enumtypes.c:
11444         * win32/common/libgsttag.def:
11445         * win32/vs8/gst-plugins-base.sln:
11446         * win32/vs8/libgstaudioresample.vcproj:
11447         * win32/vs8/libgstinterfaces.vcproj:
11448         * win32/vs8/libgstogg.vcproj:
11449         * win32/vs8/libgstriff.vcproj:
11450         * win32/vs8/libgsttag.vcproj:
11451         * win32/vs8/libgsttheora.vcproj:
11452         * win32/vs8/libgstvideoscale.vcproj:
11453         * win32/vs8/libgstvorbis.vcproj:
11454           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11455           to libgsttag.def; add missing dependencies for some vs8 projects;
11456           re-arrange placement of .def files in vs8 projects (#366334).
11457
11458 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * ext/ogg/gstogg.c:
11461           Remove unused variable.
11462
11463         * ext/ogg/gstoggdemux.c:
11464           Fix Wim's surname in plugin description.
11465
11466 2006-10-31  Wim Taymans  <wim@fluendo.com>
11467
11468         * gst-plugins-base.spec.in:
11469         spec new .h file. Fixes #368310.
11470
11471 2006-10-31  Michael Smith  <msmith@fluendo.com>
11472
11473         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11474         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11475         (gst_multi_fd_sink_get_stats),
11476         (gst_multi_fd_sink_remove_client_link),
11477         (gst_multi_fd_sink_queue_buffer),
11478         (gst_multi_fd_sink_handle_clients):
11479         * gst/tcp/gstmultifdsink.h:
11480           Make using the remove or clear signals threadsafe.
11481           Make calling get-stats with an invalid fd not segfault.
11482           Fixes 368273.
11483
11484 2006-10-31  Wim Taymans  <wim@fluendo.com>
11485
11486         * gst-libs/gst/rtp/Makefile.am:
11487         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11488         (gst_base_rtp_audio_payload_init):
11489         Fix and activate base audio payloader.
11490
11491 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11494         (plugin_init):
11495           Add typefinder for QuickTime Image Files (see #366156).
11496
11497 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11500           Another typo fix (#366212).
11501
11502 2006-10-27  Wim Taymans  <wim@fluendo.com>
11503
11504         * gst/volume/gstvolume.c: (volume_transform_ip):
11505         Use stream time to synchronize volume property instead of rather random
11506         timestamps. This is needed when gnonlin does its time shifting.
11507
11508 2006-10-27  Wim Taymans  <wim@fluendo.com>
11509
11510         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11511
11512         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11513         Remove the pad from the element in release_pad. Fixes #364812.
11514
11515 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11519           Explicitly create our custom buffer classes at a thread-safe
11520           location as well, since g_type_class_ref() doesn't seem to be
11521           entirely thread-safe either (#365501; also see #349410).
11522
11523 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11526         (gst_riff_parse_info):
11527           If strings in INFO chunk are not UTF-8, do something similar to
11528           what we do for ID3v1 tags: check a number of environment variables
11529           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11530           character sets to try, otherwise try the current locale and/or fall
11531           back on ISO-8859-1. Fixes #360552.
11532
11533 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * gst/videotestsrc/gstvideotestsrc.c:
11536         (gst_video_test_src_pattern_get_type),
11537         (gst_video_test_src_set_pattern):
11538         * gst/videotestsrc/gstvideotestsrc.h:
11539         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11540         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11541         (gst_video_test_src_checkers8):
11542         * gst/videotestsrc/videotestsrc.h:
11543           Add a bunch of exciting new checkers patterns.
11544
11545 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         * gst/subparse/Makefile.am:
11548         * gst/subparse/gstsubparse.c:
11549         (gst_sub_parse_data_format_autodetect),
11550         (gst_sub_parse_format_autodetect), (handle_buffer),
11551         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11552         * gst/subparse/gstsubparse.h:
11553         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11554         (parse_tmplayer):
11555         * gst/subparse/tmplayerparse.h:
11556           Add support for TMPlayer-type subtitles (#362845).
11557
11558         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11559         (GST_START_TEST), (subparse_suite):
11560           Add some basic unit tests for the above.
11561
11562 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11563
11564         * tests/check/elements/audiorate.c: (test_injector_base_init),
11565         (test_injector_class_init), (test_injector_chain),
11566         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11567         (GST_START_TEST), (audiorate_suite):
11568           More tests for audiorate: inject buffers to check behaviour when
11569           buffers overlap.
11570
11571 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * tests/check/Makefile.am:
11574         * tests/check/elements/.cvsignore:
11575         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11576         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11577           Add some basic unit tests for audiorate. Disabled at the moment
11578           since it doesn't pass yet (see bug #363119).
11579
11580 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11583         (parse_subrip), (handle_buffer):
11584           Add missing closing tags for markup and fix broken markup,
11585           otherwise pango won't render anything (fixes #357531). Also,
11586           make sure the text we send out is always NUL-terminated
11587           (better safe than sorry etc.).
11588
11589         * tests/check/elements/subparse.c: (test_srt_do_test),
11590         (test_srt):
11591           Some more tests for .srt incl. tests for the above stuff.
11592
11593 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11594
11595         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11597         Patch by: Stefan Kost  <ensonic@users.sf.net>
11598         Try to redraw borders only when needed. Apparently this consumes
11599         resources on small devices... :-O (#363607)
11600
11601 2006-10-20  Michael Smith  <msmith@fluendo.com>
11602
11603         * gst/tcp/gstmultifdsink.c:
11604         (gst_multi_fd_sink_client_queue_buffer):
11605           If caps change, then update the client's idea of the caps so that we
11606           don't end up re-sending streamheaders for every single buffer after
11607           the caps change.
11608
11609 2006-10-20  Michael Smith  <msmith@fluendo.com>
11610
11611         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11612         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11613           Set caps on pushed buffers; fix up refcounting of caps objects.
11614
11615 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11618         (plugin_init):
11619           Typefind mmsh header data packet to application/x-mmsh (#362625).
11620
11621 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * tests/check/Makefile.am:
11624         * tests/check/elements/.cvsignore:
11625         * tests/check/elements/subparse.c: (buffer_from_static_string),
11626         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11627         (GST_START_TEST), (subparse_suite):
11628           Add very simple unit test for subparse.
11629
11630 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11633         (parse_subrip):
11634           Strip trailing newlines from subtitle text output.
11635
11636 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11639         (gst_sub_parse_change_state):
11640           Fix memleak; clear subparse->textbuf n state change function.
11641
11642 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         * gst/subparse/gstsubparse.c:
11645         (gst_sub_parse_data_format_autodetect):
11646           Don't require subrip (.srt) files to start with a chunk number of 1.
11647
11648 2006-10-18  Wim Taymans  <wim@fluendo.com>
11649
11650         * gst-libs/gst/audio/gstbaseaudiosink.c:
11651         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11652         * gst-libs/gst/audio/gstbaseaudiosink.h:
11653         Extract rate from the NEWSEGMENT event.
11654         Use commit_full to also take rate adjustment into account when writing
11655         samples to the ringbuffer.
11656         
11657         * gst-libs/gst/audio/gstringbuffer.c:
11658         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11659         (gst_ring_buffer_read):
11660         * gst-libs/gst/audio/gstringbuffer.h:
11661         Added _commit_full() to also take rate into account.
11662         Use simple interpolation algorithm to resample audio.
11663         API: gst_ring_buffer_commit_full()
11664
11665         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11666         * tests/examples/seek/seek.c: (segment_done):
11667         Don't try to seek with 0.0 rate, just pause instead.
11668         Remove bogus debug line.
11669
11670 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11673         (setup_source):
11674           Catch async errors when starting up the subtitle bin, so we can
11675           stop waiting and continue with the main film instead of hanging
11676           forever. Fixes #339366.
11677
11678         * tests/check/elements/playbin.c: (playbin_suite):
11679           Enable unit test for the above.
11680
11681 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * tests/check/Makefile.am:
11684         * tests/check/elements/.cvsignore:
11685         * tests/check/elements/playbin.c: (GST_START_TEST),
11686         (gst_red_video_src_uri_get_type),
11687         (gst_red_video_src_uri_get_protocols),
11688         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11689         (gst_red_video_src_uri_handler_init),
11690         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11691         (gst_red_video_src_create), (gst_red_video_src_class_init),
11692         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11693           Some small and basic unit tests for playbin; not very useful yet,
11694           but at least a start.
11695
11696 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * gst/playback/gstplaybin.c: (setup_sinks):
11699           The old pad activation spiel.
11700
11701 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11702
11703         * gst/playback/gstplaybasebin.c: (setup_source):
11704           Don't hang forever if the subbin already fails to start up in 
11705           the state change to PAUSED (#339366).
11706
11707 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11708
11709         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11710         (gst_tuner_set_channel), (gst_tuner_get_channel),
11711         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11712         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11713         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11714         (gst_tuner_find_channel_by_name):
11715           Fix some function guards, add some more function guards.
11716
11717 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11720         (remove_element_chain):
11721         Don't return a pad from get_our_ghost_pad unless it is actually the
11722         one we want.
11723         Change a cast in remove_element_chain slightly.
11724
11725 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11726
11727         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11728         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11729         Segment seeking needs to use the rate and set stop to -1.
11730
11731 2006-10-13  Wim Taymans  <wim@fluendo.com>
11732
11733         * gst-libs/gst/audio/gstbaseaudiosink.c:
11734         (gst_base_audio_sink_setcaps):
11735         Don't crash when ringbuffer is not yet created.
11736         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11737         Fixes #361634.
11738
11739         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11740         * gst/playback/gststreamselector.c:
11741         (gst_stream_selector_request_new_pad):
11742         Activate pads befre adding them to running elements.
11743
11744 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11745
11746         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11747         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11748         updater when we start grabing the slider. Don't wait for the
11749         pipeline to be PAUSED.
11750
11751 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11752
11753         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11754         (gst_mixer_set_volume), (gst_mixer_get_volume),
11755         (gst_mixer_set_mute), (gst_mixer_set_option),
11756         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11757         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11758         (gst_mixer_option_changed):
11759           Guard mixer interface functions against bogus arguments.
11760
11761 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11762
11763         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11764         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11765         (msg_state_changed), (main): Use state-changed messages to trigger
11766         start/stop of scale update timer. Indeed the scale slider was
11767         jumping here and there because the update timer was activated 
11768         before seek completed. This fixes instant applying of rate changes
11769         by pressing the spinbutton like a crazy man !
11770
11771 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11774
11775         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11776         (gst_basertppayload_finalize):
11777           Fix two small memory leaks (#361456).
11778
11779 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11780
11781         * tests/examples/seek/seek.c: (do_seek),
11782         (rate_spinbutton_changed_cb): When changing spinbutton we try
11783         to change the rate on the fly.
11784
11785 2006-10-10  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst-libs/gst/riff/riff-ids.h:
11788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11789         (gst_riff_create_audio_template_caps):
11790         Add WMS caps.
11791
11792 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11793
11794         Patch by: Josep Torra Valles <josep@fluendo.com>
11795
11796         * ext/gnomevfs/gstgnomevfssink.c:
11797         * ext/gnomevfs/gstgnomevfssrc.c:
11798         Fix URI interface implementation return type.
11799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11800         Fix what looks like a copy/paste issue when assigning values.
11801         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11802         (gst_audio_filter_template_get_type):
11803         Cast to prevent Forte warnings.
11804         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11805         Fix URI interface implementation return type.
11806         gst_pad_query_position requires a signed integer pointer as
11807         3rd parameter, GstClockTime is unsigned.
11808         * gst/audioconvert/audioconvert.c:
11809         Fix integer overflow when treated as signed.
11810         * gst/audioresample/resample.c: (resample_add_input_data):
11811         Cast to prevent warnings on Forte.
11812         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11813         Fix integer overflow when treated as signed.
11814         * gst/ffmpegcolorspace/imgconvert_template.h:
11815         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11816         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11817         (cleanup_decodebin):
11818         Who initialises a guint to -1!
11819         Cast function pointers to prevent warnings on Forte.
11820         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11821         (queue_threshold_reached):
11822         Cast function pointers correctly to prevent warnings on Forte.
11823         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11824         Cast function pointers correctly to prevent warnings on Forte.
11825         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11826         Obvious change to unsigned, 0xEF > max signed char.
11827         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11828         GstClockTime is unsigned, initialise correctly.
11829         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11830         Cast so pointer arithemetic doesn't cause warnings on Forte.
11831         * gst/videorate/gstvideorate.c:
11832         Use correct return value.
11833         * tests/examples/seek/scrubby.c:
11834         GstClockTime is unsigned, initialise correctly.
11835
11836 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11839
11840         * gst/typefind/gsttypefindfunctions.c:
11841           Recognise XML files and XML-like files shorter than 256 bytes as
11842           well (fixes #359237).
11843
11844 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11845
11846         Patch by: Renato Filho <renato.filho@indt.org.br>
11847         
11848         * gst/typefind/gsttypefindfunctions.c:
11849         Added typefind functions to video/x-nuv media.
11850         
11851 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * gst-libs/gst/interfaces/xoverlay.c:
11854         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11855           Some more guards against invalid input.
11856
11857 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11858
11859         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11860         Useless goto.
11861         * tests/examples/seek/seek.c: (do_seek),
11862         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11863         seek example to experiment with rates != 1.0 (reverse playback !)
11864
11865 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11866
11867         * gst-libs/gst/interfaces/xoverlay.c:
11868           Unref message in doc-example (spotted by Robert McQueen)
11869
11870 2006-10-06  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11873         (mpeg1_parse_header), (mpeg1_sys_type_find):
11874         printf fix.
11875
11876 2006-10-06  Wim Taymans  <wim@fluendo.com>
11877
11878         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11879         (close_pad_link):
11880         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11881         Activate dynamic pads before adding them to the element.
11882
11883 2006-10-06  Michael Smith  <msmith@fluendo.com>
11884
11885         * gst-libs/gst/floatcast/floatcast.h:
11886           Fix obviously-bogus macros; use the correct types.
11887
11888 2006-10-06  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11891         (gst_base_rtp_depayload_change_state):
11892         Also call parent state change function to activate pads.
11893
11894         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11895         (mpeg1_parse_header), (mpeg1_sys_type_find):
11896         Add some more debug info in mpeg typefinding.
11897
11898 2006-10-06  Michael Smith  <msmith@fluendo.com>
11899
11900         * ext/theora/theoradec.c: (theora_dec_chain):
11901           Zero byte theora packets are valid and well-defined; don't warn on
11902           them.
11903
11904 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11905
11906         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11907         (gst_multi_fd_sink_get_stats), (find_limits),
11908         (gst_multi_fd_sink_queue_buffer):
11909           API: add dropped_buffers to the get-stats GValueArray
11910
11911 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * ext/alsa/gstalsadeviceprobe.c:
11914         (gst_alsa_device_property_probe_get_values):
11915         * ext/alsa/gstalsasink.c: (set_hwparams):
11916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11917         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11919         (gst_ogg_mux_process_best_pad):
11920         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11921         (gst_ogg_parse_chain):
11922         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11923         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11924         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11925         (gst_vorbis_enc_buffer_check_discontinuous):
11926         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11927         * gst-libs/gst/audio/gstbaseaudiosink.c:
11928         (gst_base_audio_sink_render):
11929         * gst-libs/gst/cdda/gstcddabasesrc.c:
11930         (gst_cdda_base_src_handle_track_seek):
11931         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11932         (gst_base_rtp_depayload_push_full):
11933         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11934         * gst/audioresample/resample.c: (resample_input_pushthrough):
11935         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11936         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11937         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11938         (wavpack_type_find):
11939         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11940         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11941         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11942         * tests/check/elements/volume.c: (GST_START_TEST):
11943           Printf format fixes.
11944
11945 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11948           Fix a simple mistake (see the docs)
11949           Fixes #359580
11950
11951 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * docs/plugins/Makefile.am:
11954         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11955         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11956         * docs/plugins/gst-plugins-base-plugins.args:
11957         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11958         * docs/plugins/inspect/plugin-adder.xml:
11959         * docs/plugins/inspect/plugin-alsa.xml:
11960         * docs/plugins/inspect/plugin-audioconvert.xml:
11961         * docs/plugins/inspect/plugin-audiorate.xml:
11962         * docs/plugins/inspect/plugin-audioresample.xml:
11963         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11964         * docs/plugins/inspect/plugin-cdparanoia.xml:
11965         * docs/plugins/inspect/plugin-decodebin.xml:
11966         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11967         * docs/plugins/inspect/plugin-gdp.xml:
11968         * docs/plugins/inspect/plugin-gnomevfs.xml:
11969         * docs/plugins/inspect/plugin-libvisual.xml:
11970         * docs/plugins/inspect/plugin-ogg.xml:
11971         * docs/plugins/inspect/plugin-pango.xml:
11972         * docs/plugins/inspect/plugin-playbin.xml:
11973         * docs/plugins/inspect/plugin-subparse.xml:
11974         * docs/plugins/inspect/plugin-tcp.xml:
11975         * docs/plugins/inspect/plugin-theora.xml:
11976         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11977         * docs/plugins/inspect/plugin-video4linux.xml:
11978         * docs/plugins/inspect/plugin-videorate.xml:
11979         * docs/plugins/inspect/plugin-videoscale.xml:
11980         * docs/plugins/inspect/plugin-videotestsrc.xml:
11981         * docs/plugins/inspect/plugin-volume.xml:
11982         * docs/plugins/inspect/plugin-vorbis.xml:
11983         * docs/plugins/inspect/plugin-ximagesink.xml:
11984         * docs/plugins/inspect/plugin-xvimagesink.xml:
11985           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11986
11987 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11990
11991         * ext/vorbis/Makefile.am:
11992         * ext/vorbis/vorbis.c: (plugin_init):
11993         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11994         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11995         * ext/vorbis/vorbisparse.h:
11996         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11997         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11998         (gst_vorbis_tag_parse_packet):
11999         * ext/vorbis/vorbistag.h:
12000           Add new vorbistag element which derives from vorbisparse
12001           and is essentially the same as well, only that it implements
12002           the GstTagSetter interface and can modify the stream's
12003           vorbiscomment on the fly (#335635).
12004
12005         * tests/check/Makefile.am:
12006         * tests/check/elements/.cvsignore:
12007         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12008         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12009         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12010         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12011           Add unit test for new vorbistag element.
12012
12013 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12016         (vorbis_parse_push_headers), (vorbis_parse_chain):
12017           Set BOS flag in packet structure to fix 'jump depends
12018           on unitialized value' errors in valgrind; various minor
12019           clean-ups.
12020
12021 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12022
12023         * gst/playback/gstdecodebin.c: (close_pad_link):
12024         Fix typo in a debug statement.
12025
12026         * gst/playback/gstplaybasebin.c: (probe_triggered),
12027         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12028         (gen_source_element), (source_new_pad), (analyse_source),
12029         (setup_source):
12030         When handling no_more_pads in new_decoded_pad, make sure to treat
12031         subtitle pads correctly. Fixes playback with subtitle files.
12032
12033         Move a recurring message to LOG level.
12034
12035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12036         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12037         which ends up as -1 when cast to an int. Make the logic handle the
12038         max value as an unsigned mask and only change the colorkey when it's
12039         a value we recognise.
12040
12041 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12042
12043         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12044         Removed empty * between paragraphs
12045
12046 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12047
12048         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12049         * gst-libs/gst/rtp/README:
12050         Moved some documentation into .c file
12051
12052 2006-09-29  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/playback/gstdecodebin.c: (no_more_pads):
12055         Fix compilation.
12056
12057 2006-09-29  Wim Taymans  <wim@fluendo.com>
12058
12059         * gst/playback/gstdecodebin.c: (new_caps):
12060         Remove g_print
12061
12062         * gst/playback/gstplaybin.c:
12063         Add some docs.
12064
12065 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * tests/check/Makefile.am:
12068           Re-enable cddabasesrc test to see if it works again
12069           now.
12070
12071 2006-09-29  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12074         (gen_source_element):
12075         Handle invalid URIs a bit more gracefully.
12076
12077 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * tests/check/pipelines/oggmux.c:
12080           Remove obsolete comment.
12081
12082 2006-09-29  Michael Smith  <msmith@fluendo.com>
12083
12084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12085         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12086         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12087         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12088         (gst_ogg_mux_collected):
12089           Commit patch from James "Doc" Livingston, adds proper EOS handling
12090           in oggmux. GStreamer can, for the first time ever, create a valid
12091           Ogg file! Yay!
12092
12093         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12094         (oggmux_suite):
12095           Reenable tests now that they pass.
12096
12097 2006-09-29  Wim Taymans  <wim@fluendo.com>
12098
12099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12100         Stop reading commands when EOF (we read 0) as well.
12101
12102 2006-09-28  Wim Taymans  <wim@fluendo.com>
12103
12104         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12105         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12106         (find_dynamic), (unlinked), (close_link):
12107         Implement delayed caps linking needed for element with a lot of
12108         different caps on the src pads that get fixed at runtime.
12109         Improve management of dynamic elements.
12110
12111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12112         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12113         (gen_preroll_element), (remove_groups), (unknown_type),
12114         (add_element_stream), (no_more_pads_full), (no_more_pads),
12115         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12116         (new_decoded_pad), (setup_subtitle), (array_has_value),
12117         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12118         (analyse_source), (remove_decoders), (make_decoder),
12119         (remove_source), (setup_source), (finish_source), (prepare_output),
12120         (gst_play_base_bin_change_state):
12121         * gst/playback/gstplaybasebin.h:
12122         Use more _CAST instead of full type checking casts.
12123         Small cleanups, plug some leaks.
12124         Handle dynamic sources.
12125         Add some helper functions to create lists of strings used for
12126         blacklisting and other stuff.
12127         Refactor some code dealing with analysing the source.
12128         Re-enable sources without pads (like cd:// or other selfcontained
12129         elements).
12130
12131 2006-09-28  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst-libs/gst/audio/gstbaseaudiosink.c:
12134         (gst_base_audio_sink_render):
12135         When we have a timestamp, we can still perform clipping.
12136         When we have no clock, we must play the sample ASAP.
12137
12138 2006-09-28  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12141         Set caps on outgoing buffers.
12142
12143         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12144         (gst_video_rate_event), (gst_video_rate_chain):
12145         * gst/videorate/gstvideorate.h:
12146         Fix videorate some more. Fixes #357977
12147
12148 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12149
12150         * tests/check/elements/adder.c: (adder_suite):
12151           Don't set timeout to 6 seconds when we're running
12152           in valgrind ... (and how is 6 seconds longer than
12153           the default anyway?)
12154
12155 2006-09-28  Wim Taymans  <wim@fluendo.com>
12156
12157         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12158         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12159         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12160         Keep sink and src segment to keep track of time and support more
12161         input formats.
12162         Fix bogus next_offset and run_time calculation, don't understand how
12163         this could have worked before. Fixes #357976.
12164         Remove some unneeded vars.
12165
12166 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * gst/playback/gstplaybin.c: (remove_sinks):
12169           Only remove visualisation from visbin if there is a visbin (or:
12170           don't throw warnings when closing totem without playing a file).
12171
12172 2006-09-27  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst-libs/gst/audio/gstbaseaudiosink.c:
12175         (gst_base_audio_sink_render):
12176         Add some more info in a WARNING.
12177
12178         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12179         (gst_base_audio_src_create):
12180         Handle PAUSE in create function, use new -core addition to
12181         wait for playing. Fixes pausing and resuming capture from an
12182         audiosrc.
12183
12184         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12185         (gst_ring_buffer_read):
12186         Constify some more.
12187         Caller supports interrupted reads now.
12188
12189 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12190
12191         * tests/check/Makefile.am:
12192           Another attempt to make the gen64 buildbot happy.
12193
12194 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12195
12196         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12197
12198         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12199         (gst_visual_chain), (gst_visual_change_state):
12200           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12201           correctly. Fixes #357800
12202
12203 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12206           Add timeout to _get_state() so we see which pipeline it is
12207           that causes trouble on the gen64 build bot.
12208
12209 2006-09-27  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12212         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12213         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12214         (gst_base_rtp_depayload_set_gst_timestamp):
12215         the source pad always uses fixed caps.
12216
12217 2006-09-27  Wim Taymans  <wim@fluendo.com>
12218
12219         * docs/libs/gst-plugins-base-libs-docs.sgml:
12220         * docs/libs/gst-plugins-base-libs-sections.txt:
12221         * gst-libs/gst/audio/gstaudioclock.c:
12222         * gst-libs/gst/audio/gstaudioclock.h:
12223         * gst-libs/gst/audio/gstaudiosink.c:
12224         * gst-libs/gst/audio/gstaudiosink.h:
12225         * gst-libs/gst/audio/gstaudiosrc.c:
12226         * gst-libs/gst/audio/gstbaseaudiosink.c:
12227         (gst_base_audio_sink_render):
12228         * gst-libs/gst/audio/gstbaseaudiosink.h:
12229         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12230         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12231         * gst-libs/gst/audio/gstringbuffer.h:
12232         Added docs for the audio libs.
12233
12234 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * tests/check/Makefile.am:
12237           Temporarily disable test that fails on the bots for unknown reasons.
12238
12239 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12240
12241         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12242         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12243         Moved AudioCodecType into priv
12244         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12245
12246 2006-09-25  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12249         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12250         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12251         (new_pad):
12252         Cleanups and small leak fixes.
12253         Added Depayloaders to valid list of autopluggable elements.
12254
12255 2006-09-25  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12258         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12259         (gen_video_element), (gen_text_element), (gen_audio_element),
12260         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12261         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12262         Detect NO_PREROLL state change returns and disable clock distribution to
12263         the sinks so that sync is disabled.
12264         Avoid some type checking and do simple casts instead.
12265         Small cleanups, fix some FIXMEs.
12266         Be more robust when linking user specified elements, catch an report
12267         errors. Fixes #357404.
12268         Fix some leaks in the error paths.
12269
12270 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12271
12272         * ChangeLog:
12273           ChangeLog surgery for missing bug-number
12274
12275 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         Patch by: Peter Kjellerstedt  <pkj at axis com>
12278
12279         * gst/playback/test.c:
12280           Fix compilation with uClibc and -Werror (#357591).
12281
12282 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12285           Parse dates that are followed by a time as well (#357532).
12286
12287         * tests/check/libs/tag.c: (test_vorbis_tags):
12288           Add unit test for this.
12289
12290 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12293         (gst_audio_convert_transform_caps):
12294         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12295         * gst/videotestsrc/videotestsrc.h:
12296           A few array const-ifications.
12297
12298 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * tests/check/Makefile.am:
12301           See if this makes the build bots happy.
12302
12303         * tests/check/libs/cddabasesrc.c:
12304           UTF8-ise my name.
12305
12306 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12309
12310         * gst/subparse/samiparse.c: (handle_start_font),
12311         (fix_invalid_entities):
12312           More case-insensitivity for certain tags; recognise entities with
12313           decimal codes as special entities as well (#357330).
12314
12315 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * gst-libs/gst/Makefile.am:
12318           Need to build tag directory before cdda.
12319
12320 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * docs/libs/gst-plugins-base-libs-sections.txt:
12323         * gst-libs/gst/cdda/Makefile.am:
12324         * gst-libs/gst/cdda/gstcddabasesrc.c:
12325         (gst_cdda_base_src_base_init):
12326         * gst-libs/gst/cdda/gstcddabasesrc.h:
12327         * gst-libs/gst/tag/tag.h:
12328         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12329         (gst_tag_register_musicbrainz_tags):
12330           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12331           depend on libgsttag. This is required so we can extract/read tags like
12332           DISCID without depending on libgstcddabasesrc (which used to register
12333           them).
12334
12335         * gst-libs/gst/tag/gstvorbistag.c:
12336           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12337           tags (also see #347848).
12338
12339         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12340           Log vorbis comments we are actually writing. Const-ify array.
12341
12342 2006-09-23  Wim Taymans  <wim@fluendo.com>
12343
12344         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12345         Improve buffering a bit by avoiding a deadlock because we cannot assume
12346         the underrun is always called.
12347
12348 2006-09-23  Wim Taymans  <wim@fluendo.com>
12349
12350         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12351
12352         * gst-libs/gst/riff/riff-ids.h:
12353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12354         (gst_riff_create_audio_template_caps):
12355         Added MPEG-4 AAC and id and caps. Fixes #357289
12356         Added WMA9 Lossless id.
12357
12358 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * ext/gnomevfs/gstgnomevfssrc.c:
12361           Fix misleading docs addition.
12362
12363         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12364           Get rid of compiler warning the right way.
12365
12366 2006-09-22  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12369         (gst_base_rtp_depayload_finalize),
12370         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12371         (gst_base_rtp_depayload_push_full),
12372         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12373         (gst_base_rtp_depayload_process),
12374         (gst_base_rtp_depayload_set_gst_timestamp),
12375         (gst_base_rtp_depayload_queue_release):
12376         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12377         Small cleanups.
12378         Fix some leaks.
12379         Refactored the process method and added methods to push from the process
12380         vmethod.
12381         Use _scale functions.
12382         API: gst_base_rtp_depayload_push_ts
12383         API: gst_base_rtp_depayload_push
12384
12385         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12386         timestamps are uint.
12387
12388 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12389
12390         * gst-libs/gst/interfaces/xoverlay.c:
12391           Remove unused statement from doc example.
12392
12393 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12394
12395         * gst-libs/gst/interfaces/videoorientation.c:
12396         (gst_video_orientation_iface_init),
12397         (gst_video_orientation_get_hflip),
12398         (gst_video_orientation_get_vflip),
12399         (gst_video_orientation_get_hcenter),
12400         (gst_video_orientation_get_vcenter),
12401         (gst_video_orientation_set_hflip),
12402         (gst_video_orientation_set_vflip),
12403         (gst_video_orientation_set_hcenter),
12404         (gst_video_orientation_set_vcenter):
12405           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12406           in ChangeLog)
12407
12408 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * tests/check/Makefile.am:
12411         * tests/check/elements/.cvsignore:
12412         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12413         (create_rgb_conversions), (rgb_conversion_free),
12414         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12415         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12416           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12417           but disable for now since it doesn't pass (something wrong with
12418           RGBA somewhere).
12419
12420 2006-09-21  Wim Taymans  <wim@fluendo.com>
12421
12422         * gst/playback/gstplaybasebin.c: (group_commit),
12423         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12424         (queue_out_of_data), (gen_preroll_element),
12425         (preroll_remove_overrun), (probe_triggered):
12426         Refactor handling of overrun detection.
12427         Separate handling of group completion and deadlock detection when doing
12428         network buffering. This should fix some deadlocks that were not detected
12429         because the group was completed.
12430         Add more comments, improve debugging.
12431
12432 2006-09-21  Wim Taymans  <wim@fluendo.com>
12433
12434         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12435         * tests/check/libs/audio.c:
12436         Some more compilation fixes.
12437
12438 2006-09-21  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst-libs/gst/audio/gstringbuffer.c:
12441         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12442         (gst_ring_buffer_read):
12443         Early morning compilation fix.
12444
12445 2006-09-20  Wim Taymans  <wim@fluendo.com>
12446
12447         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12448         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12449         * tests/check/elements/videorate.c: (GST_START_TEST):
12450         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12451         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12452         Fix some warnings.
12453
12454 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12455
12456         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12457         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12458         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12459           Handcrafted merge to help CVS understanding what I changed and what
12460           not.
12461
12462 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12463
12464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12465         (gst_xvimagesink_get_times):
12466           change colorkey behaviour back according to #354773 comment 6/7
12467
12468 2006-09-19  Michael Smith  <msmith@fluendo.com>
12469
12470         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12471         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12472         (gst_multi_fd_sink_recover_client),
12473         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12474         (gst_multi_fd_sink_get_property):
12475         * gst/tcp/gstmultifdsink.h:
12476           Implement stubbed out properties unit-type, units-soft-max,
12477           units-max, to allow specifying maximum sizes in units other than
12478           buffers.
12479           Fixes #355935
12480
12481 2006-09-19  Wim Taymans  <wim@fluendo.com>
12482
12483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12484         (gst_riff_create_audio_template_caps):
12485         Reorder the audio formats a bit for clarity.
12486         Detect and create caps for MSGSM and MSN (WAV49).
12487         Fixes #356596.
12488
12489         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12490         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12491         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12492         Small cleanups, move error handling out of normal flow for clarity.
12493
12494 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12495
12496         * docs/libs/gst-plugins-base-libs-docs.sgml:
12497         * docs/libs/gst-plugins-base-libs.types:
12498         * gst-libs/gst/interfaces/Makefile.am:
12499         * gst-libs/gst/interfaces/videoorientation.c:
12500         (gst_video_orientation_get_type),
12501         (gst_video_orientation_iface_init),
12502         (gst_video_orientation_get_hflip),
12503         (gst_video_orientation_get_vflip),
12504         (gst_video_orientation_get_hcenter),
12505         (gst_video_orientation_get_vcenter),
12506         (gst_video_orientation_set_hflip),
12507         (gst_video_orientation_set_vflip),
12508         (gst_video_orientation_set_hcenter),
12509         (gst_video_orientation_set_vcenter):
12510         * gst-libs/gst/interfaces/videoorientation.h:
12511           API: Add new interface to control video orientation (fixes #354908)
12512
12513 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12514
12515         * gst/videotestsrc/gstvideotestsrc.c:
12516           Use G_UNLIKELY in _create and log one more detail.
12517           
12518         (gst_video_test_src_get_times), (gst_video_test_src_create):
12519         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12520           Use gst_util_uint64_scale_int in _get_times().
12521
12522 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12523
12524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12525           Give better warning message (add object and detail).
12526
12527 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12528
12529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12530         (gst_xvimagesink_get_times):
12531           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12532           #354773), use gst_util_uint64_scale_int in _get_times()
12533
12534 2006-09-18  Michael Smith  <msmith@fluendo.com>
12535
12536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12537           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12538           always true, leading to dropping all timestamps.
12539
12540 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12541
12542         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12543         (gst_visual_chain), (gst_visual_change_state):
12544           update to work also with libvisual 0.4 API, fix double unref (#355914)
12545           
12546         * tools/gst-launch-ext.1.in:
12547         * tools/gst-visualise.1.in:
12548           remove references to old man-pages
12549
12550         * tests/examples/seek/seek.c: (main):
12551           add real meadi-buttons, add tool-tips for the seek-options, arrange
12552           seek options in a table
12553
12554 2006-09-18  Michael Smith  <msmith@fluendo.com>
12555
12556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12557         (gst_ogg_mux_push_buffer):
12558           Don't generate out-of-order timestamps from oggmux, instead clamp
12559           output timestamps to be >= the previously output ts.
12560           Fixes #355595
12561
12562 2006-09-18  Michael Smith  <msmith@fluendo.com>
12563
12564         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12565         (gst_multi_fd_sink_class_init):
12566           Updates, fixes, and typo corrections for multifdsink. No functional
12567           changes.
12568
12569 2006-09-17  Michael Smith  <msmith@fluendo.com>
12570
12571         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12572           Don't crash on truncated files - check that we got an 8 byte buffer
12573           before trying to memcmp it.
12574
12575 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * gst/playback/gstplaybasebin.c: (get_active_source):
12578           Make stream-switching appear instant to the application
12579           (ie. make sure that a g_object_get on 'current-foo' returns
12580           the stream previously set with g_object_set(). Totem needs
12581           this to update stream-related meta-info (like audio-codec)
12582           correctly when switching streams.
12583
12584 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12587         (gst_alsa_mixer_ensure_track_list):
12588           Try harder to guess which mixer track is the master mixer
12589           track (instead of just taking the first one that has a pvolume).
12590           Fixes #342228.
12591
12592 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12593
12594         reviewed by: <delete if not using a buddy>
12595
12596         * gst-libs/gst/audio/audio.h:
12597         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12598
12599 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12600
12601         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12602         (gst_audio_convert_transform_caps):
12603           Get structure-name just once.
12604
12605 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12606
12607         * tests/check/elements/audioresample.c: (GST_START_TEST):
12608         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12609         * tests/check/elements/volume.c: (GST_START_TEST):
12610         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12611         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12612         (test_pipeline), (GST_START_TEST):
12613         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12614         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12615           Fix big batch of compiler warnings.
12616
12617 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12618
12619         * ext/gnomevfs/gstgnomevfssrc.c:
12620           Add docs about icydemux usage in connection with gnomevfssrc
12621
12622         * ext/libvisual/visual.c:
12623         * ext/ogg/gstoggaviparse.c:
12624         * ext/ogg/gstoggdemux.c:
12625         * ext/ogg/gstoggmux.c:
12626         * ext/ogg/gstoggparse.c:
12627         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12628         * gst-libs/gst/audio/gstaudiosink.c:
12629         * gst-libs/gst/audio/gstaudiosrc.c:
12630         * gst/audiorate/gstaudiorate.c:
12631           More G_OBJECT macro fixing.
12632
12633         * gst/audiotestsrc/gstaudiotestsrc.h:
12634           Fix wrong info in header due to copy & paste
12635
12636 2006-09-15  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst-libs/gst/audio/gstbaseaudiosink.c:
12639         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12640         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12641         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12642         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12643         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12644         Do the delay calculation in the source/sink base classes as this is
12645         specific for the capture/playback mode.
12646         Try to fixate a bit better, like round depth up to a multiple of 8
12647         bigger than width.
12648         Handle underruns correctly by marking DISCONT on buffers and adjusting
12649         timestamps to handle the gap.
12650         Set offset/offset_end correctly on buffers.
12651
12652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12653         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12654         (gst_ring_buffer_read):
12655         Remove resync and underrun recovery from the ringbuffer.
12656         Fix ringbuffer read code on under/overrun.
12657
12658 2006-09-15  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12661         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12662         (queue_threshold_reached), (gst_play_base_bin_set_property),
12663         (gst_play_base_bin_get_property):
12664         * gst/playback/gstplaybasebin.h:
12665         Don't use a 0 low watermark when buffering, it is catching starvation
12666         way too late. Instead, use a 3 second queue with 30 and 95
12667         percent low/high watermarks. 
12668         Added queue-min-threshold property to configure low watermark.
12669         Use new _buffering message API.
12670         Make queue_threshold variable big enough to store a uint64 time value.
12671         API: playbin::queue-min-threshold property.
12672
12673 2006-09-15  Wim Taymans  <wim@fluendo.com>
12674
12675         * configure.ac:
12676         We require 0.10.10.1 now because of _wait_preroll().
12677
12678         * gst-libs/gst/audio/gstbaseaudiosink.c:
12679         (gst_base_audio_sink_render):
12680         Use gst_base_sink_wait_preroll().
12681
12682 2006-09-15  Wim Taymans  <wim@fluendo.com>
12683
12684         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12685         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12686         Use DEBUG_OBJECT more.
12687
12688 === release 0.10.10 ===
12689
12690 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12691
12692         patch by: Michael Smith <msmith at fluendo dot com>
12693
12694         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12695         (gst_multi_fd_sink_client_queue_buffer),
12696         (gst_multi_fd_sink_new_client):
12697         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12698         (multifdsink_suite):
12699           Fix implementation of sync-method 'next-keyframe'
12700           Closes #354594
12701
12702 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12703
12704         patch by: Wim Taymans <wim at fluendo dot com>
12705
12706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12707         This patch removes the RANDOM flag that was incorrectly introduced with
12708         revision 1.91.  Fixes #354590
12709
12710 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * tests/check/Makefile.am:
12713           Random variation in Makefile line to see if it makes the
12714           gen64-base-full bot any happier.
12715
12716 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12717
12718         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12719           Disable test that fails at the moment (killed after timeout).
12720
12721 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12722
12723         Patch by: James Livingston  <doclivingston at gmail.com>
12724
12725         * tests/check/Makefile.am:
12726         * tests/check/pipelines/.cvsignore:
12727         * tests/check/pipelines/oggmux.c: (get_page_codec),
12728         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12729         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12730         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12731         (test_theora_vorbis), (oggmux_suite):
12732           Add simple unit test for oggmux from #337026 with checking for the
12733           EOS flags disabled for the time being.
12734
12735 2006-09-04  Wim Taymans  <wim@fluendo.com>
12736
12737         patch by: Alessandro Dessina <alessandro nnva org>
12738
12739         * ext/ogg/gstoggmux.c:
12740         Add cmml caps to oggmux. Fixes #353912
12741
12742 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12745           Returning a return value often helps. In this case, we
12746           don't need the return value anyway, so just get rid of it.
12747           Should make build bots much happier.
12748
12749 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12750
12751         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12752         (paint_get_structure), (gst_video_test_src_get_size),
12753         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12754         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12755         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12756         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12757         * gst/videotestsrc/videotestsrc.h:
12758           Add support for AYUV and the various RGBA formats. Initialise
12759           fields of paintinfo structs allocated on the stack.
12760
12761         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12762         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12763         (check_rgb_buf), (videotestsrc_suite):
12764           Add unit tests for videotestsrc's RGB output.
12765
12766 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * gst/videotestsrc/gstvideotestsrc.c:
12769         (gst_video_test_src_pattern_get_type),
12770         (gst_video_test_src_set_pattern):
12771         * gst/videotestsrc/gstvideotestsrc.h:
12772         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12773         (gst_video_test_src_black), (gst_video_test_src_white),
12774         (gst_video_test_src_red), (gst_video_test_src_green),
12775         (gst_video_test_src_blue):
12776         * gst/videotestsrc/videotestsrc.h:
12777           Add more uni-colour patterns ("white", "red", "green", and "blue").
12778
12779 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12782           Fix stride for YVYU, should be word-aligned (#353658).
12783
12784 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * gst/adder/gstadder.c: (gst_adder_src_event):
12787           Fix build.
12788
12789 2006-08-31  Edward Hervey  <edward@fluendo.com>
12790
12791         * gst/adder/gstadder.c: (forward_event_func),
12792         (gst_adder_src_event), (gst_adder_collected),
12793         (gst_adder_change_state):
12794         * gst/adder/gstadder.h:
12795         Remember the start position asked in the incoming seeks, so we can
12796         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12797         of assuming it will always be 0).
12798
12799 2006-08-31  Edward Hervey  <edward@fluendo.com>
12800
12801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12802         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12803         (gst_ogg_demux_loop):
12804         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12805
12806 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12809         (gst_ffmpegcsp_get_unit_size):
12810           Return FALSE instead of returning a random false unit
12811           size when the format isn't known/supported (even if
12812           this shouldn't happen under normal circumstances).
12813
12814 2006-08-29  Wim Taymans  <wim@fluendo.com>
12815
12816         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12819         (gst_gnome_vfs_src_start):
12820         Try harder to get the size from a uri by using _info_uri() when
12821         _info_from_handle() does not give us enough info. 
12822         Also follow symlinks when getting the size.
12823         Partially Fixes #332864.
12824
12825 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12826
12827         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12828
12829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12830         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12831         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12832         (gst_alsa_mixer_set_record):
12833         * ext/alsa/gstalsamixertrack.c:
12834         (gst_alsa_mixer_track_update_alsa_capabilities),
12835         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12836         (gst_alsa_mixer_track_update):
12837         * ext/alsa/gstalsamixertrack.h:
12838           Improve and fix mixer track handling, in particular better handling
12839           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12840           separate track objects for tracks that have both capture and playback
12841           volume (and label them differently as well so they're not mistakenly
12842           assumed to be duplicates); classify mixer tracks that only affect
12843           the audible volume of something (rather than the capture volume)
12844           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12845           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12846           (following the meaning documented in the mixer interface header
12847           file); add support for alsa's exclusive cswitch groups; update/sync
12848           state/flags better if mixer settings are changed by another
12849           application. Fixes #336075.
12850
12851 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12852
12853         * gst/playback/gstplaybin.c:
12854           Improve docs: add section about BUFFERING messages sent by playbin.
12855
12856 2006-08-29  Michael Smith  <msmith@fluendo.com>
12857
12858         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12859         (gst_vorbis_enc_buffer_check_discontinuous),
12860         (gst_vorbis_enc_chain):
12861           Ignore explicit DISCONT marked on buffers (which is often spurious,
12862           particularly when using multiple segments), in favour of solely
12863           using the timestamps/durations.
12864
12865 2006-08-29  Edward Hervey  <edward@fluendo.com>
12866
12867         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12868         Don't rely on incoming buffers offset anymore, since it is completely
12869         broken when using multiple segments.
12870         Instead convert the incoming buffers timestamp to running time, and
12871         then convert that value to the offsets.
12872         Also inform GstSegment of the last outputted stop position, which is
12873         needed if we received several segments with an unknown stop value.
12874
12875 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12876
12877         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12878           fix buffer unreffing on a header push failure
12879
12880 2006-08-28  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12883         (gst_audio_rate_chain):
12884         Make the metadata of the buffer writable before changing its
12885         flags.
12886
12887 2006-08-28  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12890         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12891         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12892         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12893         Fix audiorate some more.
12894         Reset and resync counters on flush and READY.
12895         Handle the DISCONT flag correctly.
12896         Use GstSegment to track position.
12897         Fail when not negotiated.
12898         Fixes #353234.
12899
12900 2006-08-25  Michael Smith  <msmith@fluendo.com>
12901
12902         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12903           Fix spelling.
12904           Remove accidently included debug line.
12905
12906 2006-08-25  Wim Taymans  <wim@fluendo.com>
12907
12908         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12909         Small cleanups.
12910         If a buffer is received with no caps, make the buffer metadata
12911         writable and set the caps, making sure that we don't screw up the
12912         refcounts.
12913
12914 2006-08-25  Michael Smith  <msmith@fluendo.com>
12915
12916         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12917         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12918           Fix memory leaks and misleading debug messages, add a couple of
12919           comments.
12920
12921         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12922         (gst_multi_fd_sink_render):
12923           Do not use gst_buffer_make_writable() in a basesink render method,
12924           as it may incorrectly unref the buffer. Instead, use convoluted
12925           dance to avoid copying the buffer except when we need to.
12926
12927 2006-08-25  Michael Smith  <msmith@fluendo.com>
12928
12929         * ext/vorbis/vorbisenc.c:
12930         (gst_vorbis_enc_buffer_check_discontinuous):
12931           Allow very small discontinuities in the timestamps. These we can't
12932           do anything useful with anyway (because vorbis's timestamps have
12933           only sample granularity), and are commonly produced by elements with
12934           minor bugs. Allow up to 1/2 a sample out.
12935           Fixes #351742.
12936
12937 2006-08-24  Wim Taymans  <wim@fluendo.com>
12938
12939         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12940         (play_scrub_toggle_cb), (main):
12941         Add a checkbox to enable play scrubbing. Makes it possible to disable
12942         normal scrubbing.
12943
12944 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12945
12946         * tests/check/elements/.cvsignore:
12947           make buildbot happy
12948
12949 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12950
12951         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12952         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12953         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12954         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12955         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12956         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12957         (gst_ogm_text_parse_strip_trailing_zeroes),
12958         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12959         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12960           Refactor ogm parse, do better input checking, misc. clean-ups.
12961           Cache incoming events and push them once the source pad has
12962           been created. Don't pass unterminated strings to sscanf().
12963           Strip trailing zeroes from subtitle text output, since they
12964           are not valid UTF-8. Don't push vorbiscomment packets on
12965           the subtitle text pad. Output perfect streams if possible.
12966
12967 2006-08-23  Wim Taymans  <wim@fluendo.com>
12968
12969         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12970         Waits for tasks to settle down so that we clean up correctly for 
12971         valgrind.
12972
12973 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12974
12975         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12976           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12977           actually return return value in taglists_are_equal.
12978
12979 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12982           Fix crash due to broken bitstream parsing on x86-64: can't make
12983           any assumptions about sizeof(struct) due to alignment/packing
12984           differences on different architectures. Fixes #351790.
12985
12986 2006-08-22  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12989         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12990         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12991         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12992         (gst_riff_parse_info):
12993         Protect public functions against bad input.
12994         Do some cleanups.
12995         Fix documentation.
12996
12997 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * gst-libs/gst/riff/riff-ids.h:
13000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13001           Add voxware audio IDs (even if we can't play it) (#351795).
13002
13003 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * gst-libs/gst/riff/riff-media.c:
13006         (gst_riff_create_video_template_caps),
13007         (gst_riff_create_audio_template_caps),
13008         (gst_riff_create_iavs_template_caps):
13009           Const-ify some arrays and use G_N_ELEMENTS instead
13010           of wasting oodles of RAM on terminator bits.
13011
13012 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * gst-libs/gst/tag/gstvorbistag.c:
13015         (gst_tag_list_to_vorbiscomment_buffer):
13016         * tests/check/libs/tag.c: (GST_START_TEST):
13017           And the same for _to_vorbiscomment_buffer(): allow
13018           id_data_len == 0 for speex.
13019
13020 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13021
13022         * configure.ac:
13023         * docs/plugins/Makefile.am:
13024         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13025         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13026         * docs/plugins/inspect/plugin-gdp.xml:
13027         * gst/gdp/Makefile.am:
13028         * tests/check/Makefile.am:
13029           Move GDP plugin to -base from -bad.  Closes #347783.
13030
13031 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13032
13033         * gst-libs/gst/tag/gstvorbistag.c:
13034         (gst_tag_list_from_vorbiscomment_buffer):
13035           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13036           Also add some checks to make sure we don't memcmp() beyond the end of
13037           vorbiscomment buffer if the ID to check for is larger than the buffer.
13038
13039         * tests/check/libs/tag.c: (GST_START_TEST):
13040           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13041
13042 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13043
13044         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13045         (gst_vorbis_enc_set_metadata):
13046           Use vorbis comment utility functions from libgsttag
13047           instead of re-inventing the wheel (partially fixes #347091).
13048
13049 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13050
13051         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13052         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13053         as some that won't.
13054
13055 2006-08-21  Wim Taymans  <wim@fluendo.com>
13056
13057         * docs/libs/Makefile.am:
13058         * docs/libs/gst-plugins-base-libs-sections.txt:
13059         * docs/libs/gst-plugins-base-libs.types:
13060         Don't try to GObject scan the netbuffer as it's not a GObject.
13061         Fixes #351308.
13062
13063         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13064         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13065         Document GstNetBuffer.
13066
13067 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13068
13069         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13070         (audioconvert_suite):
13071           Add testcase for caps-size-explosion
13072
13073 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13074
13075         * gst/audioconvert/gstaudioconvert.c:
13076         (gst_audio_convert_get_unit_size), (set_structure_widths):
13077           Lower debug, use g_assert in _get_unit_size
13078
13079         * gst/audioresample/gstaudioresample.c:
13080         (audioresample_get_unit_size):
13081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13082         (gst_ffmpegcsp_get_unit_size):
13083         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13084           use g_assert in _get_unit_size
13085
13086 2006-08-18  Wim Taymans  <wim@fluendo.com>
13087
13088         * docs/libs/gst-plugins-base-libs-sections.txt:
13089         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13090         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13091         (gst_rtp_buffer_get_payload_buffer):
13092         * gst-libs/gst/rtp/gstrtpbuffer.h:
13093         Document GstRTPBuffer.
13094         Added function to efficiently strip payload headers.
13095         API: gst_rtp_buffer_get_payload_subbuffer()
13096
13097 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13100         (gst_tag_to_vorbis_comments):
13101           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13102           tags and deserialise them properly as well (#347091).
13103           Add some more gtk-doc blurbs and also some g_return_if_fail().
13104
13105         * tests/check/libs/tag.c: (GST_START_TEST),
13106         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13107           More tests.
13108
13109 2006-08-17  Wim Taymans  <wim@fluendo.com>
13110
13111         * ext/ogg/Makefile.am:
13112         * ext/ogg/gstogg.c: (plugin_init):
13113         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13114         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13115         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13116         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13117         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13118         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13119         Added ogg-in-avi parser element. Fixes #140139.
13120
13121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13122         Fixed a bug in oggdemux debug code.
13123
13124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13125         (gst_riff_create_audio_template_caps):
13126         Recognise Ogg in the AVI extensible wave format.
13127
13128 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13129
13130         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13131           Make buffer durations add up (duration should be next_ts-ts for
13132           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13133           from CVS.
13134
13135         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13136         (test_buffer_timestamps), (cddabasesrc_suite):
13137           Add unit test for the above.
13138
13139         * tests/check/Makefile.am:
13140           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13141           to see what happens.
13142
13143 2006-08-16  Wim Taymans  <wim@fluendo.com>
13144
13145         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13146         (gst_alsasink_open):
13147         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13148         (gst_alsasrc_open):
13149         Avoid setting and using a NULL device name.
13150         Print more info when we fail to open a device.
13151
13152 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * docs/libs/gst-plugins-base-libs-sections.txt:
13155         * gst-libs/gst/tag/tag.h:
13156         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13157           API: add gst_tag_parse_extended_comment() (#351426).
13158
13159         * tests/check/Makefile.am:
13160         * tests/check/libs/.cvsignore:
13161         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13162           Add unit test for gst_tag_parse_extended_comment().
13163
13164 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13168           Fix leak (#351502).
13169
13170 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13174         * docs/plugins/gst-plugins-base-plugins.args:
13175         * gst/playback/gstplaybin.c:
13176           Document playbin.
13177           
13178         * docs/plugins/inspect/plugin-adder.xml:
13179         * docs/plugins/inspect/plugin-alsa.xml:
13180         * docs/plugins/inspect/plugin-audioconvert.xml:
13181         * docs/plugins/inspect/plugin-audiorate.xml:
13182         * docs/plugins/inspect/plugin-audioresample.xml:
13183         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13184         * docs/plugins/inspect/plugin-cdparanoia.xml:
13185         * docs/plugins/inspect/plugin-decodebin.xml:
13186         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13187         * docs/plugins/inspect/plugin-gnomevfs.xml:
13188         * docs/plugins/inspect/plugin-ogg.xml:
13189         * docs/plugins/inspect/plugin-pango.xml:
13190         * docs/plugins/inspect/plugin-playbin.xml:
13191         * docs/plugins/inspect/plugin-subparse.xml:
13192         * docs/plugins/inspect/plugin-tcp.xml:
13193         * docs/plugins/inspect/plugin-theora.xml:
13194         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13195         * docs/plugins/inspect/plugin-video4linux.xml:
13196         * docs/plugins/inspect/plugin-videorate.xml:
13197         * docs/plugins/inspect/plugin-videoscale.xml:
13198         * docs/plugins/inspect/plugin-videotestsrc.xml:
13199         * docs/plugins/inspect/plugin-volume.xml:
13200         * docs/plugins/inspect/plugin-vorbis.xml:
13201         * docs/plugins/inspect/plugin-ximagesink.xml:
13202         * docs/plugins/inspect/plugin-xvimagesink.xml:
13203           Update to CVS version.
13204
13205 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13208         (gst_play_bin_set_property), (gst_play_bin_get_property),
13209         (value_list_append_structure_list),
13210         (gst_play_bin_handle_redirect_message),
13211         (gst_play_bin_handle_message):
13212           API: GstPlayBin::connection-speed
13213           Add "connection-speed" property; re-order redirect messages with
13214           multiple redirect locations depending on the minimum bitrate if
13215           that information is available and a connection speed is set
13216           (#350399).
13217
13218 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * gst/playback/gstplaybin.c:
13221           Update max volume to the same value that the volume element uses.
13222
13223 2006-08-14  Wim Taymans  <wim@fluendo.com>
13224
13225         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13226         Less uglyness..
13227
13228 2006-08-14  Wim Taymans  <wim@fluendo.com>
13229
13230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13231         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13232         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13233         Add some more debug info.
13234         Don't crash when a seek failed.
13235         Actually return the result of the seek instead of TRUE.
13236         Ignore multiple BOS pages with the same serial so that we don't create
13237         the same stream multiple times.
13238         Post an error when we fail to do the initial seek.
13239
13240 2006-08-13  Wim Taymans  <wim@fluendo.com>
13241
13242         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13243         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13244         Small code cleanup.
13245
13246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13247         (gst_alsa_mixer_new):
13248         Remove hack that always set the device to hw:0*.
13249         Properly find the card name for whatever device was configured.
13250         Do some better debugging.
13251         Fixes #350784.
13252
13253         * ext/alsa/gstalsamixerelement.c:
13254         (gst_alsa_mixer_element_set_property),
13255         (gst_alsa_mixer_element_change_state):
13256         Cleanups.
13257         Handle setting of a NULL device name better.
13258
13259 2006-08-11  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/adder/gstadder.c:
13262         Don't clip float values. Fixes #350900.
13263
13264 2006-08-11  Andy Wingo  <wingo@pobox.com>
13265
13266         * gst/tcp/gsttcp.c: Really fix the build?
13267
13268         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13269         fixes the build.
13270
13271 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13272
13273         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13274           Float caps shouldn't have a "signed" field.
13275
13276 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13279           Implement SEEKING query in its most basic form, so that we can
13280           at least check if we're seekable or not (#350655).
13281
13282 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13285           The checks here are not even close to anything that would
13286           justify MAXIMUM probability, lowering to POSSIBLE until someone
13287           fixes the checks (case at hand: quicktime redirection files
13288           might start with 00 00 01 XX and pass the checks here just
13289           fine, see #350399).
13290
13291 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13292
13293         Patch by: Sjoerd Simons  <sjoerd at luon net>
13294
13295         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13296           Better detection for multipart/x-mixed-replace: accept leading
13297           whitespaces before the boundary marker as well (as our very own
13298           multipartmux used to produce) (#349068).
13299
13300 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         Patch by: Young-Ho Cha  <ganadist at chollian net>
13303
13304         * gst-libs/gst/riff/riff-ids.h:
13305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13306         (gst_riff_create_audio_template_caps):
13307           Detect DTS audio streams (#350157).
13308
13309 2006-08-05  Andy Wingo  <wingo@pobox.com>
13310
13311         * ext/theora/gsttheoraparse.h:
13312         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13313         (theora_parse_dispose, theora_parse_set_property)
13314         (theora_parse_get_property, theora_parse_munge_granulepos)
13315         (theora_parse_push_buffer, theora_parse_change_state):
13316         API: GstTheoraParse::synchronization-points
13317         Add a property 'synchronization-points' to fix badly synchronized oggs.
13318
13319 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         * tests/check/Makefile.am:
13322         * tests/check/libs/.cvsignore:
13323         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13324         (fixed_caps_have_channel_positions), (GST_START_TEST),
13325         (audio_suite), (main):
13326           Add a few tests for the channel position stuff in libgstaudio.
13327
13328 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13331         (gst_alsa_detect_channels):
13332         * ext/alsa/gstalsasink.c:
13333           Add support for cards that (only) do more than 8 channels,
13334           like the Delta 44 (#345188).
13335
13336         * gst-libs/gst/audio/multichannel.c:
13337         (gst_audio_check_channel_positions):
13338         * gst-libs/gst/audio/multichannel.h:
13339           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13340           unspecified channel position and cannot be combined with any
13341           of the other audio channel positions; adjust position layout
13342           checks accordingly (#345188).
13343
13344 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13345
13346         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13347           Recognise ancient RealAudio files (see #349779).
13348
13349 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         Patch by: Jens Granseuer  <jensgr at gmx net>
13352
13353         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13354           Add typefinder for Interplay's MVE format (#348973).
13355
13356 2006-08-02  Wim Taymans  <wim@fluendo.com>
13357
13358         Patch by: Marcel Moreaux <marcelm at luon dot net>
13359
13360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13361         (gst_base_rtp_depayload_add_to_queue):
13362         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13363         Handle RTP sequence number rollover.
13364         Disable jitterbuffer by default.
13365
13366 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13367
13368         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13369         (audioresample_set_caps):
13370         Don't leak references to the incoming caps. Clean them up when
13371         stopping.
13372
13373         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13374         (gst_video_scale_finalize):
13375         Don't leak our temporary pixel buffer.
13376
13377         * tests/check/Makefile.am:
13378         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13379         (GST_START_TEST), (simple_launch_lines_suite):
13380
13381         Fix leaks and re-enable the test for valgrind checking.
13382
13383 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         Patch by: Sjoerd Simons  <sjoerd at luon net>
13386
13387         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13388         (plugin_init):
13389           Add typefind function for multipart/x-mixed-replace (#348916).
13390
13391 2006-07-28  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/adder/gstadder.c: (gst_adder_setcaps),
13394         (gst_adder_query_duration):
13395         Fix leak in duration query.
13396         Reflow some docs and notes.
13397
13398 2006-07-28  Michael Smith  <msmith@fluendo.com>
13399
13400         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13401         (vorbisenc_suite):
13402           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13403           aspect of it.
13404
13405 2006-07-28  Michael Smith  <msmith@fluendo.com>
13406
13407         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13408         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13409         (gst_vorbis_enc_push_buffer),
13410         (gst_vorbis_enc_buffer_check_discontinuous),
13411         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13412         * ext/vorbis/vorbisenc.h:
13413           Handle discontinuities in the input vorbis stream correctly,
13414           so that the output is properly timestamped (and has good granulepos
13415           values). Needs some oggmux fixes too.
13416
13417 2006-07-27  Wim Taymans  <wim@fluendo.com>
13418
13419         patch by: Kai Vehmanen <kv2004 eca cx>
13420
13421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13422         (gst_base_rtp_depayload_chain),
13423         (gst_base_rtp_depayload_handle_sink_event),
13424         (gst_base_rtp_depayload_change_state):
13425         Don't send multiple newsegments with different formats.
13426         Fixes #348677.
13427
13428 2006-07-26  Wim Taymans  <wim@fluendo.com>
13429
13430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13431         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13432         Make seeking in ogg more accurate again by doing the more correct
13433         granuletime to stream time conversion.
13434
13435 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13436
13437         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13438         (gst_multi_fd_sink_new_client):
13439           debug a little more understandably
13440           do not use goto as a substitute for break, especially if
13441           break is also being used
13442
13443 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13444
13445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13446         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13447           Remove GLib-2.6 compatibility cruft.
13448
13449 2006-07-24  Wim Taymans  <wim@fluendo.com>
13450
13451         * gst-libs/gst/audio/gstbaseaudiosink.c:
13452         (gst_base_audio_sink_render):
13453         Don't try to align a sample to an unknown value.
13454
13455 2006-07-24  Wim Taymans  <wim@fluendo.com>
13456
13457         * gst-libs/gst/audio/gstbaseaudiosink.c:
13458         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13459         When the audio clock is slaved to another clock, never try to align
13460         samples but trust the rate interpolation algorithm.
13461
13462 2006-07-24  Wim Taymans  <wim@fluendo.com>
13463
13464         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13465         Don't try to calculate silence samples, base class does this much
13466         better now.
13467
13468         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13469         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13470         (gst_ring_buffer_acquire):
13471         Calculate silence samples correctly.
13472
13473         * gst-libs/gst/audio/gstringbuffer.h:
13474         Add _CAST macro.
13475
13476 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13479           Limit search for the first markup tag to the first few kB of
13480           the file. If we don't find one there, it's highly unlikely that
13481           this is an XML(-ish) file.
13482
13483 2006-07-21  Andy Wingo  <wingo@pobox.com>
13484
13485         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13486         test to the one in vorbisenc. Also commented out.
13487
13488         * tests/check/pipelines/vorbisenc.c: 
13489         (test_discontinuity): New test, commented out until Mike lands
13490         some elite vorbisenc patches.
13491
13492         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13493         Bufferstraw was actually factored out of these tests. Now we share
13494         code yay.
13495
13496         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13497         for bufferstraw addition to gstcheck.
13498
13499 2006-07-21  Wim Taymans  <wim@fluendo.com>
13500
13501         * ext/theora/theoradec.c: (clip_buffer):
13502         Better clipping.
13503
13504 2006-07-21  Wim Taymans  <wim@fluendo.com>
13505
13506         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13507         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13508         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13509         Fix leak.
13510         Avoid type casting when we can.
13511
13512         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13513         Fix mem leak.
13514
13515 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * ext/alsa/gstalsamixerelement.c:
13518         (gst_alsa_mixer_element_change_state):
13519           Make state change fail if the specified device can't be opened
13520           for some reason.
13521
13522 2006-07-20  Wim Taymans  <wim@fluendo.com>
13523
13524         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13525         (cb_newpad), (main):
13526         Example of a small audio/video player using decodebin.
13527
13528 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13529
13530         * gst-libs/gst/riff/riff-ids.h:
13531           Add 'fact' chunk id
13532
13533 2006-07-19  Wim Taymans  <wim@fluendo.com>
13534
13535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13536         (gst_base_rtp_depayload_chain),
13537         (gst_base_rtp_depayload_change_state):
13538         Don't assert when not negotiated but post a meaningfull 
13539         error message. Fixes #347918.
13540
13541         * gst-libs/gst/rtp/gstbasertppayload.c:
13542         Add comment about better default MTU size.
13543
13544         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13545         Small cleanups, start docs.
13546
13547 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13548
13549         Patch by: Martin Szulecki
13550
13551         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13552           If "device-name" is requested and the device is not
13553           open, try to temporarily open it to obtain this
13554           information (#342494).
13555
13556 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * gst-libs/gst/tag/gstid3tag.c:
13559           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13560
13561         * gst-libs/gst/tag/gsttageditingprivate.h:
13562         * gst-libs/gst/tag/gstvorbistag.c:
13563           Some more random const-ifications.
13564
13565 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13566
13567         * gst-libs/gst/riff/riff-ids.h:
13568         * gst-libs/gst/riff/riff-media.c:
13569         (gst_riff_create_video_template_caps):
13570           Add more FOURCCs (sort list to make stuff easier to find),
13571           add comment what those 16 bytes in struct _gst_riff_strh according to
13572           one avi-dumper are
13573
13574 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst-libs/gst/audio/multichannel.c:
13577         (gst_audio_check_channel_positions),
13578         (gst_audio_fixate_channel_positions):
13579           Const-ify two arrays.
13580
13581 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13584           Fix typo, so that alsasink also advertises 8 channels
13585           if that's supported (tags: can, worms, open, alsa, ph34r).
13586
13587 2006-07-17  Wim Taymans  <wim@fluendo.com>
13588
13589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13590         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13591         *sigh*, when is the compiler going to warn when the comments
13592         are out-of-sync with the code.. Refix case of busted theora
13593         headers with 0 granule pos.
13594
13595 2006-07-14  Wim Taymans  <wim@fluendo.com>
13596
13597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13598         (gst_base_rtp_depayload_wait),
13599         (gst_base_rtp_depayload_change_state),
13600         (gst_base_rtp_depayload_set_property),
13601         (gst_base_rtp_depayload_get_property):
13602         Fix 99% cpu load by waiting for absolute times on the
13603         clock. Fixes #347300.
13604
13605 2006-07-14  Andy Wingo  <wingo@pobox.com>
13606
13607         * ext/theora/gsttheoraparse.h: 
13608         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13609         (theora_parse_push_headers, theora_parse_clear_queue)
13610         (theora_parse_drain_queue_prematurely, )
13611         (theora_parse_sink_event, theora_parse_change_state): Queue events
13612         until we initialized our state, like in vorbisparse.
13613
13614         * ext/vorbis/vorbisparse.h: 
13615         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13616         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13617         (vorbis_parse_drain_queue_prematurely, )
13618         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13619         until we have initialized our state. Fixes seeking after an
13620         initial pad block.
13621
13622 2006-07-14  Andy Wingo  <wingo@pobox.com>
13623
13624         Patch by: Iain Holmes <iaingnome@gmail.com>
13625         
13626         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13627
13628 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13629
13630         * configure.ac:
13631         Bump nano back to CVS
13632
13633 === release 0.10.9 ===
13634
13635 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13636
13637         * configure.ac:
13638           releasing 0.10.9, "I walk the line"
13639
13640 2006-07-14  Michael Smith  <msmith@fluendo.com>
13641
13642         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13643           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13644           (commonly happens when running this test under valgrind) when trying
13645           to remove the buffer probe.
13646
13647 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13648
13649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13650         Fix missing g_unlock from the previous commit
13651
13652 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13653
13654         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13655         (gst_ximagesink_change_state):
13656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13657         (gst_xvimagesink_change_state):
13658         Implement a locking order to ensure we always take the object lock
13659         before the x_lock and never vice-versa.
13660
13661 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13662
13663         * gst/playback/gstdecodebin.c: (find_compatibles):
13664         Fix a caps leak when linking (#347304)
13665
13666         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13667         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13668         (gst_ximagesink_change_state):
13669         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13670         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13671         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13672         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13673         Don't leak shared memory resources. Use the object lock to protect
13674         against the xcontext disappearing while returning a buffer from the
13675         pipeline. (#347304)
13676
13677 2006-07-12  Edward Hervey  <edward@fluendo.com>
13678
13679         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13680         (vorbis_handle_comment_packet):
13681         gst_tag_list_merge() returns a new object. Take that into account when
13682         using it. This avoids memleak.
13683         Revert previous commit which is not needed.
13684
13685 2006-07-12  Edward Hervey  <edward@fluendo.com>
13686
13687         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13688         Reset the decoder in finalize so that all fields get cleared.
13689
13690 2006-07-12  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13693         (gst_base_audio_src_set_clock),
13694         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13695         Don't try to post an error message when setting the clock fails
13696         as this can happen when adding an element to a bin which will then
13697         deadlock. Fixes #347296.
13698
13699 2006-07-12  Edward Hervey  <edward@fluendo.com>
13700
13701         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13702         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13703         (vorbis_handle_type_packet):
13704         Post tag messages on the bus even if we're not initialized.
13705         If we're not initialized, we still postpone the event pushing of tags.
13706
13707 2006-07-12  Wim Taymans  <wim@fluendo.com>
13708
13709         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13710         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13711         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13712         Revert last two changes that broke the freeze.
13713
13714 2006-07-12  Wim Taymans  <wim@fluendo.com>
13715
13716         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13717         basesink calculates silence sample correctly for us.
13718
13719 2006-07-12  Wim Taymans  <wim@fluendo.com>
13720
13721         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13722         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13723         Calculate correct silence samples so we don't fill our ringbuffer
13724         with noise.
13725
13726 2006-07-12  Edward Hervey  <edward@fluendo.com>
13727
13728         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13729         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13730         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13731         * ext/vorbis/vorbisdec.h:
13732         Delay sending events (newsegment, tags) until the decoder is properly
13733         initialized.
13734         Fixes #347295
13735
13736 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13737
13738         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13739         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13740           Patch from #347221 adding a test for audioconvert
13741           channel remappings.
13742
13743 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13746         (gst_ssa_parse_parse_line):
13747           Don't include the terminating NUL in the buffer size,
13748           it's only there for extra paranoia (would add random
13749           '*' characters at the end of each subtitle since the
13750           terminator itself is not valid UTF-8 technically).
13751           Also fix indenting after boilerplate macro.
13752
13753 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13754
13755         * gst/playback/gstdecodebin.c: (close_pad_link):
13756           Also emit 'unknown-type' signal (which should really be
13757           called unhandled-type) if we found potential decoders/demuxers
13758           in the registry but none of them worked in the end (as in the
13759           case where the plugins don't exist any longer but are still
13760           listed in the registry). Fixes #329798.
13761
13762 2006-07-08  Andy Wingo  <wingo@pobox.com>
13763
13764         * theoraparse.c (theora_parse_push_buffer)
13765         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13766         Add some more debugging. Fix granulepos reconstruction in the face
13767         of discontinuities.
13768
13769 2006-07-06  Wim Taymans  <wim@fluendo.com>
13770
13771         * gst-libs/gst/audio/gstbaseaudiosink.c:
13772         (gst_base_audio_sink_class_init),
13773         (gst_base_audio_sink_provide_clock):
13774         Use gobject_class instead of G_OBJECT_CLASS (klass)
13775
13776         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13777         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13778         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13779         (gst_base_audio_src_get_time),
13780         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13781         (gst_base_audio_src_create_ringbuffer):
13782         Fix latency and buffer-time constants and properties ala basesink.
13783         Implement pull based scheduling. Fixes #346527.
13784         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13785         one segment.
13786         Refuse slaving to another clock instead of silently not working.
13787         Only provide a clock when we are actually able to do so.
13788         Various small cleanups and compiler hints.
13789
13790 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         Patch by: Lutz Mueller <lutz at topfrose de>
13793
13794         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13795         (plugin_init):
13796           Add typefinding for text/html (#346581).
13797
13798 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13801         (xml_check_first_element), (xml_type_find), (smil_type_find):
13802           Fix SMIL typefinding, make xml_check_first_element() more
13803           useful.
13804
13805 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13808         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13809         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13810         * gst/playback/gstplaybasebin.h:
13811           Protect list of elements with a subtitle-encoding property and
13812           the subtitle encoding member itself with a lock of their own
13813           instead of using the object lock. This prevents a dead-lock in
13814           the element-remove callback in some circumstances when shutting
13815           down playbin.
13816
13817 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13818
13819         * win32/common/libgsttag.def:
13820         Export some new functions.
13821         * win32/vs6/libgstogg.dsp:
13822         Add a link to libgsttag-0.10.lib.
13823
13824 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13827           Some const-ification.
13828
13829 2006-07-04  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13832         Improve checking if we are dealing with a stream. Added some
13833         more uris that need buffering.
13834
13835 2006-07-03  Edward Hervey  <edward@fluendo.com>
13836
13837         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13838         Remove unused variable.
13839
13840 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13841
13842         * Makefile.am:
13843           include lcov.mak
13844         * configure.ac:
13845           add GCOV_LIBS to GST_LIBS
13846
13847 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13850
13851         * ext/alsa/gstalsasrc.c:
13852           Add 32 bps to template caps and increase channels range
13853           from [1,2] to [1,MAX]. See #346326.
13854
13855 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13858           Recognise 'WMVA' video codec fourcc (#345879).
13859           
13860 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13861          
13862         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13863           Fixed nasty memory leak
13864
13865 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13866
13867         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13868         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13869           fix logging
13870
13871 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13872
13873         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13874         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13875         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13876         Protect remove_fakesink using a mutex, so that we don't try and
13877         remove the fakesink simultaneously from multiple threads.
13878
13879         When going from READY to PAUSED, restore the fakesink, so that
13880         it is there when decodebin gets reused.
13881
13882 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13886         * gst-libs/gst/rtp/gstbasertppayload.c:
13887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13888         * gst/tcp/gstmultifdsink.c:
13889         * gst/tcp/gsttcpclientsink.c:
13890         * gst/tcp/gsttcpclientsrc.c:
13891         * gst/tcp/gsttcpserversink.c:
13892         * gst/tcp/gsttcpserversrc.c:
13893         * gst/videorate/gstvideorate.c:
13894         * gst/videotestsrc/gstvideotestsrc.c:
13895         * sys/v4l/gstv4ljpegsrc.c:
13896         * sys/v4l/gstv4lmjpegsink.c:
13897         * sys/v4l/gstv4lsrc.c:
13898         * tests/examples/seek/scrubby.c:
13899         * tests/examples/seek/seek.c:
13900           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13901
13902 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13903
13904         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13905           Second field in GEnumValue shouldn't be a description,
13906           but a stringified version of the enum value.
13907
13908 2006-06-22  Wim Taymans  <wim@fluendo.com>
13909
13910         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13911         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13912         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13913         Avoid type checking in buffer casts.
13914         Avoid caps copy in buffer_alloc when we can.
13915         Use pad_peer_accept.
13916
13917 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13918
13919         * gst-libs/gst/tag/tag.h:
13920           Oops, make that 'Since: 0.10.9'.
13921
13922 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * docs/libs/gst-plugins-base-libs-sections.txt:
13925         * gst-libs/gst/tag/tag.h:
13926         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13927         (gst_tag_image_type_get_type):
13928           API: add GstTagImageType enum to describe images contained
13929           in image tags (#345641).
13930
13931 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13934           Fix warnings with gst-inspect: "buffers-min" property
13935           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13936           typo in property description.
13937
13938 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         Patch by: Cody Russell <bratsche at gnome org>
13941
13942         * gst/audioresample/gstaudioresample.c:
13943         (gst_audioresample_class_init):
13944         * gst/playback/gststreamselector.c:
13945         (gst_stream_selector_class_init):
13946         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13947         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13948         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13949         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13950         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13951         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13952         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13953         * gst/videotestsrc/gstvideotestsrc.c:
13954         (gst_video_test_src_class_init):
13955         * gst/volume/gstvolume.c: (gst_volume_class_init):
13956           Avoid unnecessary class cast check in class_init
13957           functions (#337747).
13958
13959 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13960
13961         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13962         (gst_text_overlay_video_chain):
13963           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13964           and doesn't validate its input either (and neither did
13965           textoverlay it seems). Let's do that then and fix #345206.
13966
13967 2006-06-19  Wim Taymans  <wim@fluendo.com>
13968
13969         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13970         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13971         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13972         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13973         (find_syncframe), (find_limits), (assign_value),
13974         (count_burst_unit), (gst_multi_fd_sink_new_client),
13975         (gst_multi_fd_sink_handle_client_write),
13976         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13977         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13978         (gst_multi_fd_sink_change_state):
13979         * gst/tcp/gstmultifdsink.h:
13980         Added shiny new burst-on-connect methods.
13981         Add properties to control the minimal amount of data queued.
13982         Small cleanups.
13983         API: bytes-min property
13984         API: time-min property
13985         API: buffers-min property
13986         API: burst-unit property
13987         API: burst-value property
13988         API: add-full signal
13989
13990         * gst/tcp/gsttcp-marshal.list:
13991         Added new marshaller code for the new signal.
13992
13993         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13994         (multifdsink_suite):
13995         Added testcases for new burst methods.
13996
13997 2006-06-19  Edward Hervey  <edward@fluendo.com>
13998
13999         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14000         Implement clipping for accurate seeking.
14001         Closes #345225
14002
14003 2006-06-19  Wim Taymans  <wim@fluendo.com>
14004
14005         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14006
14007         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14008         (gst_video_scale_transform):
14009         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14010
14011 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * configure.ac:
14014           Fix --disable-external (can't set conditionals conditionally,
14015           #343602).
14016
14017 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * tests/check/elements/audioresample.c: (test_reuse),
14020         (audioresample_suite):
14021           Add test case for bug #342789 fixed below.
14022
14023 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * gst/audioresample/gstaudioresample.c:
14026         (gst_audioresample_class_init), (gst_audioresample_init),
14027         (audioresample_start), (audioresample_stop),
14028         (gst_audioresample_set_property), (gst_audioresample_get_property):
14029           Implement GstBaseTransform::start and ::stop so that audioresample
14030           can clear its internal state properly and be reused instead of
14031           causing non-negotiated errors with playbin under some circumstances
14032           (#342789).
14033
14034         * tests/check/elements/audioresample.c: (setup_audioresample),
14035         (cleanup_audioresample):
14036           Need to set element state here so that ::start and ::stop are
14037           called.
14038
14039 2006-06-16  Wim Taymans  <wim@fluendo.com>
14040
14041         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14042
14043         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14044         Parse extra data better, apparently it's right behind
14045         the normal strf header size. Fixes #343500.
14046
14047 2006-06-16  Wim Taymans  <wim@fluendo.com>
14048
14049         * ext/alsa/gstalsasink.c: (set_hwparams):
14050         If we fail to set the buffer_time and period_time alsa
14051         parameters, post a warning and leave alsa select a 
14052         default instead of failing. Fixes #342085
14053
14054 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * docs/libs/gst-plugins-base-libs-sections.txt:
14057         * gst-libs/gst/cdda/gstcddabasesrc.h:
14058           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14059           out in the header file and shouldn't be listed in the docs.
14060
14061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14062           Must dereference pointer to fourcc in the debug statement.
14063
14064 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14065
14066         * docs/libs/Makefile.am:
14067         * docs/libs/gst-plugins-base-libs-docs.sgml:
14068         * docs/libs/gst-plugins-base-libs-sections.txt:
14069         * docs/libs/gst-plugins-base-libs.types:
14070         add remaining symbols into correct setions
14071         
14072         * gst-libs/gst/audio/gstringbuffer.c:
14073         fix incomplete docs
14074         
14075         * gst-libs/gst/audio/gstringbuffer.h:
14076         comment out not yet implemented function
14077         
14078         
14079         * gst-libs/gst/floatcast/floatcast.h:
14080         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14081         add short descriptions
14082         
14083         
14084         * gst-libs/gst/interfaces/propertyprobe.c:
14085         fix return value docs   
14086         
14087         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14088         simplify debug logging
14089         
14090         * gst-libs/gst/riff/riff-read.h:
14091         sync function prototype and docs
14092         
14093         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14094         remove left over symbol
14095
14096 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14097
14098         * autogen.sh:
14099         * configure.ac:
14100         * docs/Makefile.am:
14101           Use GST_PLUGIN_DOCS macro in configure.ac, add
14102           --enable-plugin-docs default to autogen.sh and use
14103           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14104
14105 2006-06-15  Wim Taymans  <wim@fluendo.com>
14106
14107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14108         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14109         (gst_ogg_demux_loop):
14110         Combine GstFlowReturn from the source pads to give a
14111         meaningfull result to the upstream peer or to stop the
14112         processing task in case of errors.
14113
14114 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14115
14116         * gst/playback/gststreaminfo.c: (cb_probe):
14117           Try GST_TAG_CODEC as fallback when extracting the
14118           codec name; more debug info.
14119
14120 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14121
14122         * ext/ogg/Makefile.am:
14123         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14124           Extract language tags from ogm subtitle streams, so that
14125           the subtitle menu choices are labelled correctly in
14126           Totem (fixes #344708).
14127
14128 2006-06-14  Wim Taymans  <wim@fluendo.com>
14129
14130         Patch by: Alessandro Decina <alessandro at nnva dot org>
14131
14132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14133         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14134         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14135         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14136         Fix various leaks. Fixes #343699.
14137         Add x-smoke mime type.
14138
14139 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         * gst-libs/gst/riff/riff-ids.h:
14142           Add IDs for 'bext' chunks (see #343837).
14143
14144 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         Patch by: Young-Ho Cha  <ganadist at chollian net>
14147
14148         * gst/subparse/samiparse.c: (sami_context_pop_state),
14149         (handle_start_font), (end_sami_element):
14150           Honour font face tags in SAMI subtitles (#344503).
14151
14152 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14153
14154         * po/POTFILES.in:
14155           add missing files containing translatable strings
14156
14157 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14158
14159         * docs/libs/tmpl/.cvsignore:
14160           we don't want those *.sgml files in CVS either
14161
14162 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14163
14164         * docs/libs/.cvsignore:
14165         * tests/check/elements/.cvsignore:
14166         * tests/check/libs/.cvsignore:
14167           ignore more
14168
14169 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14170
14171         * docs/libs/Makefile.am:
14172           also commiting the changed Makefile.am (added more libs to the
14173           doc-build)
14174
14175 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14176
14177         * docs/libs/gst-plugins-base-libs-docs.sgml:
14178         * docs/libs/gst-plugins-base-libs-sections.txt:
14179         * docs/libs/gst-plugins-base-libs.types:
14180           first batch of reordering things, add index & hierarchy
14181
14182 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14183
14184         * configure.ac:
14185           use GST_PKG_CHECK_MODULES, cleans up output
14186
14187 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14190           Add support for burn:// URIs (#343385); const-ify things a bit,
14191           use G_N_ELEMENTS instead of hard-coded array size.
14192
14193 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14194
14195         Patch by: Young-Ho Cha  <ganadist at chollian net>
14196
14197         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14198           Fix up broken entities before passing them to libxml *sigh*.
14199           (#343303).
14200           
14201 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * configure.ac:
14204           back to TRUNK
14205
14206 === release 0.10.8 ===
14207
14208 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14209
14210         * configure.ac:
14211           releasing 0.10.8, "Moar gij ziet mij nie"
14212
14213 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14214
14215         * configure.ac:
14216         * po/af.po:
14217         * po/az.po:
14218         * po/cs.po:
14219         * po/en_GB.po:
14220         * po/hu.po:
14221         * po/it.po:
14222         * po/nb.po:
14223         * po/nl.po:
14224         * po/or.po:
14225         * po/sq.po:
14226         * po/sr.po:
14227         * po/sv.po:
14228         * po/uk.po:
14229         * po/vi.po:
14230         * win32/common/config.h:
14231           0.10.7.2 prerelease
14232
14233 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * docs/libs/tmpl/gstaudio.sgml:
14236         * docs/libs/tmpl/gstcolorbalance.sgml:
14237         * docs/libs/tmpl/gstmixer.sgml:
14238         * docs/libs/tmpl/gstringbuffer.sgml:
14239         * docs/libs/tmpl/gsttuner.sgml:
14240         * docs/libs/tmpl/gstxoverlay.sgml:
14241         * gst-libs/gst/audio/audio.c:
14242         * gst-libs/gst/audio/gstringbuffer.c:
14243         * gst-libs/gst/interfaces/colorbalance.c:
14244         * gst-libs/gst/interfaces/mixer.c:
14245         * gst-libs/gst/interfaces/tuner.c:
14246         * gst-libs/gst/interfaces/xoverlay.c:
14247           move last template doc snippets to source code and delete them
14248
14249 2006-06-06  Michael Smith  <msmith@fluendo.com>
14250
14251         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14252         (theora_parse_drain_queue):
14253           Mark DELTA_UNIT on non-keyframes.
14254
14255 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14256
14257         * gst-libs/gst/audio/gstbaseaudiosink.c:
14258         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14259         * gst-libs/gst/audio/gstbaseaudiosink.h:
14260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14261         (gst_ring_buffer_samples_done):
14262         * gst-libs/gst/audio/gstringbuffer.h:
14263         Document better the fact that latency_time and buffer_time are values
14264         stored in microseconds, and not the usual GStreamer nanoseconds.
14265         Change the variables (compatibly) that store them from GstClockTime 
14266         to guint64 to make it more clear that they're not storing clock times.
14267         Also, remove the bogus property description that says the user can
14268         specify -1 to get the default value, since that's never been the case.
14269
14270         When computing the default segment size for the ring buffer, make it
14271         an integer number of samples.
14272
14273         When the sub-class indicates a delay greater than the number of
14274         samples we've written return 0 from the audio sink get_time method.
14275
14276 2006-06-02  Michael Smith  <msmith@fluendo.com>
14277
14278         * tests/check/elements/audioconvert.c: (set_channel_positions),
14279         (get_float_mc_caps), (get_int_mc_caps):
14280         * tests/check/elements/audioresample.c:
14281         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14282         * tests/check/elements/videorate.c:
14283         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14284         * tests/check/elements/volume.c:
14285         * tests/check/elements/vorbisdec.c:
14286         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14287           Don't busy-wait in tests; this was causing test timeouts very
14288           frequently when running under valgrind.
14289
14290 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14291
14292         * gst/tcp/README:
14293         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14294         (gst_multi_fd_sink_remove_client_link),
14295         (gst_multi_fd_sink_client_queue_caps),
14296         (gst_multi_fd_sink_client_queue_buffer),
14297         (gst_multi_fd_sink_handle_client_write),
14298         (gst_multi_fd_sink_render):
14299         * gst/tcp/gstmultifdsink.h:
14300           make multifdsink properly deal with streamheader:
14301           - streamheader is taken from caps
14302           - buffers marked with IN_CAPS are not sent
14303           - streamheaders are sent, on connection, from the caps of the
14304             buffer where the client gets positioned to
14305           - further streamheader changes are done every time the client
14306             will receive a buffer with different caps
14307         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14308         (gst_multifdsink_create_streamheader):
14309           add tests for this
14310
14311 2006-06-02  Michael Smith  <msmith@fluendo.com>
14312
14313         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14314           Reinstate limit on channel count. Vorbis does not define the meaning
14315           of > 6 channels, so they're just independent channels. Gstreamer
14316           currently has no mechanism to represent N independent channels.
14317
14318 2006-06-02  Michael Smith  <msmith@fluendo.com>
14319
14320         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14321           Don't arbitrarily restrict channel counts and rate in vorbis.
14322           In terms of effects likely on real-world files, this fixes 96kHz
14323           playback of vorbis.
14324
14325 2006-06-02  Michael Smith  <msmith@fluendo.com>
14326
14327         * gst/audioconvert/audioconvert.c: (float):
14328           More correct float->int conversion.
14329
14330 2006-06-02  Michael Smith  <msmith@fluendo.com>
14331
14332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14333           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14334           value. Fixes g-critical on trying to play back ogg containing
14335           unknown codec.
14336
14337 2006-06-02  Wim Taymans  <wim@fluendo.com>
14338
14339         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14340         (setup_source):
14341         * gst/playback/gstplaybasebin.h:
14342         Make the subtitle detection work from any thread so we don't
14343         deadlock. Fixes #343397.
14344
14345 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14346
14347         * gst/volume/Makefile.am:
14348           Seriously, it's not *that* hard to get compilation right.  Even
14349           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14350
14351 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14352
14353         * gst/volume/gstvolume.c: (volume_choose_func),
14354         (volume_update_real_volume), (gst_volume_class_init),
14355         (gst_volume_init), (volume_process_float), (volume_process_int16),
14356         (volume_process_int16_clamp), (volume_set_caps),
14357         (volume_transform_ip), (plugin_init):
14358         * gst/volume/gstvolume.h:
14359         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14360         another property desc., remove unused param from process function
14361         
14362         * tests/check/elements/volume.c: (volume_suite):
14363         reactivate the passthrough test
14364
14365 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14366
14367         * ext/alsa/gstalsamixerelement.h:
14368         * ext/alsa/gstalsamixeroptions.h:
14369         * ext/alsa/gstalsamixertrack.h:
14370         * ext/gnomevfs/gstgnomevfssink.h:
14371         * ext/gnomevfs/gstgnomevfssrc.h:
14372         * ext/theora/gsttheoradec.h:
14373         * ext/theora/gsttheoraenc.h:
14374         * ext/theora/gsttheoraparse.h:
14375         * ext/vorbis/vorbisparse.h:
14376         * gst-libs/gst/audio/gstaudioclock.h:
14377         * gst-libs/gst/audio/gstaudiofilter.h:
14378         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14379         * gst/audioconvert/gstaudioconvert.h:
14380         * gst/audioresample/gstaudioresample.h:
14381         * gst/audiotestsrc/gstaudiotestsrc.h:
14382         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14383         * gst/playback/gststreamselector.h:
14384         * gst/tcp/gstmultifdsink.h:
14385         * gst/tcp/gsttcpclientsink.h:
14386         * gst/tcp/gsttcpclientsrc.h:
14387         * gst/tcp/gsttcpserversink.h:
14388         * gst/tcp/gsttcpserversrc.h:
14389         * gst/videorate/gstvideorate.h:
14390         * gst/videoscale/gstvideoscale.h:
14391         * gst/videotestsrc/gstvideotestsrc.h:
14392         * gst/volume/gstvolume.h:
14393         * sys/v4l/gstv4ljpegsrc.h:
14394         * sys/v4l/gstv4lmjpegsink.h:
14395         * sys/v4l/gstv4lmjpegsrc.h:
14396         * sys/v4l/gstv4lsrc.h:
14397         * sys/ximage/ximagesink.h:
14398         * sys/xvimage/xvimagesink.h:
14399         * tests/old/testsuite/alsa/sinesrc.h:
14400         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14401
14402 2006-05-31  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/libvisual/visual.c: (gst_visual_reset),
14405         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14406         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14407         Handle DISCONT.
14408         Use running time before doing QoS.
14409         Handle mono too.
14410
14411 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * docs/libs/Makefile.am:
14414           set a magic variable to indicate we know the docs are incomplete
14415
14416 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14417
14418         * win32/common/libgstvideo.def:
14419           export gst_video_calculate_display_ratio
14420         * win32/vs6/libgstvideoscale.dsp:
14421           add link to libgstvideo-0.10.lib
14422
14423 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * gst/playback/gstplaybasebin.c: (gen_source_element):
14426           Throw a more comprehensible error for rtsp:// URIs (rather
14427           than erroring out with a negotiation error later on) until
14428           we fix playbin to handle rtspsrc etc.
14429
14430 2006-05-30  Wim Taymans  <wim@fluendo.com>
14431
14432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14433         (gst_text_overlay_text_event):
14434         Added some FIXMEs.
14435
14436 2006-05-30  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14439         (gst_adder_request_new_pad), (gst_adder_release_pad):
14440         * gst/adder/gstadder.h:
14441         Implement release_request_pad.
14442         Make padcounter atomic.
14443
14444         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14445         Added check for release_pad in adder.
14446
14447 2006-05-30  Wim Taymans  <wim@fluendo.com>
14448
14449         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14450         Fix build again.
14451
14452 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14453
14454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14455         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14456         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14457         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14458         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14459         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14460         (gst_ogg_demux_bisect_forward_serialno),
14461         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14462         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14463           add more debugging
14464           clean up printf formats for granulepos and serialno
14465
14466 2006-05-30  Michael Smith  <msmith@fluendo.com>
14467
14468         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14469         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14470         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14471         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14472         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14473         * ext/vorbis/vorbisenc.h:
14474           Multi-channel caps negotiation, so we can do proper multichannel
14475           vorbis encoding, negotiated through audioconvert.
14476
14477 2006-05-30  Wim Taymans  <wim@fluendo.com>
14478
14479         * tests/check/elements/adder.c: (test_event_message_received),
14480         (test_play_twice_message_received), (GST_START_TEST),
14481         (adder_suite):
14482         Added check to show that #339935 is fixed with ongoing
14483         adder and collectpads fixes.
14484
14485 2006-05-29  Wim Taymans  <wim@fluendo.com>
14486
14487         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14488         Don't leak pad name.
14489
14490 2006-05-29  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst/adder/gstadder.c: (gst_adder_query_duration),
14493         (forward_event_func), (forward_event), (gst_adder_src_event):
14494         Fix adder seeking.
14495         Make query/seeking code threadsafe.
14496
14497         * tests/check/Makefile.am:
14498         * tests/check/elements/adder.c: (test_event_message_received),
14499         (GST_START_TEST), (test_play_twice_message_received):
14500         Fix adder test case.
14501
14502 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14503
14504         Patch by: Young-Ho Cha  <ganadist at chollian net>
14505
14506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14507         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14508         (set_encoding_element), (decodebin_element_added_cb),
14509         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14510         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14511         * gst/playback/gstplaybasebin.h:
14512           Add 'subtitle-encoding' property to playbin, so applications can
14513           force a subtitle encoding for non-UTF8 subtitles (#342268).
14514
14515         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14516         (gst_sub_parse_set_property):
14517           Rename recently-added 'encoding' property to 'subtitle-encoding'
14518           (so it can be proxied by playbin/decodebin in a generic way
14519           with less danger of false positives).
14520
14521 2006-05-29  Michael Smith  <msmith@fluendo.com>
14522
14523         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14524         (append_with_other_format), (set_structure_widths),
14525         (gst_audio_convert_transform_caps):
14526           Patch from #341562: give more specific audio caps in get_caps, so
14527           that basetransform  can make better decisions on what caps to
14528           negotiate.
14529
14530 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14531
14532         * tests/check/elements/volume.c:
14533         make it compile again
14534
14535 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14536
14537         * tests/check/elements/volume.c: (volume_suite):
14538         disable test until #343196 gets resolved
14539
14540 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14541
14542         * gst/adder/gstadder.c: (gst_adder_get_type):
14543         Make it easier to copy&paste
14544         
14545         * gst/volume/Makefile.am:
14546         * gst/volume/gstvolume.c: (volume_update_real_volume),
14547         (gst_volume_set_volume), (gst_volume_set_mute),
14548         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14549         (volume_transform_ip), (volume_update_mute),
14550         (volume_update_volume):
14551         * gst/volume/gstvolume.h:
14552         Add own debug category, move duplicate code to helper function, fix
14553         property texts, add more comments and prepare ffor liboil-goodness
14554         
14555         * tests/check/Makefile.am:
14556         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14557         add test for mute and passtrough case, be a bit more verbose to track
14558         failure
14559         
14560         * tests/check/generic/states.c: (GST_START_TEST):
14561         catch elements that fail to instantiate
14562
14563 2006-05-28  Edward Hervey  <edward@fluendo.com>
14564
14565         * tests/check/pipelines/simple-launch-lines.c:
14566         * tests/check/pipelines/theoraenc.c:
14567         * tests/check/pipelines/vorbisenc.c:
14568         Comment out tests using parse_launch() if core was built without
14569         parsing capabilities.
14570
14571 2006-05-27  Edward Hervey  <edward@fluendo.com>
14572
14573         * tests/check/Makefile.am:
14574         Extra bonus points for whoever explains to ensonic that you are meant
14575         to test unit tests thoroughly before commiting them, especially if
14576         you know it's going to break.
14577         De-activated element/adder tests.
14578
14579 2006-05-27  Edward Hervey  <edward@fluendo.com>
14580
14581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14582         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14583         Marking caps conversion issues as GST_WARNING is way too verbose,
14584         Moving them to GST_LOG.
14585
14586 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * README:
14589           Replace current README (containing the release notes from
14590           some 0.9.x version) with a proper README taken from the core.
14591
14592 2006-05-26  Wim Taymans  <wim@fluendo.com>
14593
14594         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14595         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14596         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14597         (vorbis_dec_change_state):
14598         Small cleanups.
14599         Add some FIXMEs
14600         Clip output samples to segment boundaries.
14601
14602 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14603
14604         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14605         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14606         Improve the errors produced on bad output, including some human
14607         readable description strings.
14608         Handle the (theoretical for ximagesink) case where the XServer 
14609         has a different idea about the size required for a particular 
14610         frame and gives us too small a memory allocation.
14611
14612 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14613
14614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14615         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14616         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14617         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14618         Improve the errors produced on bad output, including some human 
14619         readable description strings.
14620         Handle RGB Xv formats properly by transforming them into our 
14621         big-endian caps description.
14622         Use gst_caps_truncate to ensure that we never try and choose a
14623         non-fixed caps in buffer_alloc.
14624         Handle the case where the XServer has a different idea about the size
14625         required for a particular frame and gives us too small a memory
14626         allocation.
14627         Use -1 to indicate 'no image format', because 0 is a valid XServer
14628         image format number.
14629         Put RGB Xv formats at the end of the caps, so that we always prefer
14630         YUV format frames.
14631         Iterate the available Xv Encodings to determine the maximum width and
14632         height, and then return that in our caps.
14633         (Closes #315312, #337544)
14634
14635 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14636
14637         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14638         When there is only one unfinished pad and it receives an event that
14639         doesn't match our requirements, we need to set alldone=FALSE so that
14640         the fakesink is not removed yet.
14641
14642 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14645           Use gst_type_find_helper_for_buffer() to find the type
14646           of stream from the first packet.
14647
14648         * configure.ac:
14649           Bump requirements to core CVS (needed for vorbis
14650           typefinding to work).
14651
14652 2006-05-24  Edward Hervey  <edward@fluendo.com>
14653
14654         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14655         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14656         contain.  Else they play perfectly fine with qtdemux.
14657
14658 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14659
14660         * ext/theora/theoradec.c:
14661         * ext/theora/theoraenc.c:
14662         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14663         * gst/audiorate/gstaudiorate.c:
14664           make more debug catagories static
14665         
14666         * tests/check/Makefile.am:
14667         * tests/check/elements/adder.c: (message_received),
14668         (test_event_message_received), (GST_START_TEST),
14669         (test_play_twice_message_received), (adder_suite):
14670           added test case for using element twice, extra bonus points for anyone
14671           who can make these test run reliably
14672
14673 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * ext/theora/theoradec.c: (theora_dec_chain):
14676           Make work with time-stamped input buffers that do not
14677           have a granulepos in BUFFER_OFFSET_END (like theora
14678           buffers coming from matroskademux). Fixes #342448.
14679
14680 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         Patch by: Peter Kjellerstedt  <pkj at axis com>
14683
14684         * gst/tcp/Makefile.am:
14685           fdstresstest doesn't need Gtk+, fix compilation if 
14686           gtk is not available (#342566).
14687
14688 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14689          
14690         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14691           80 line columns
14692           Removed redundant floor()
14693
14694 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14697           On second thought, just skip JUNK chunks automatically, so
14698           the caller doesn't have to handle this. Fixes #342345.
14699           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14700           not GST_FLOW_ERROR.
14701
14702 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14703
14704         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14705           Don't bail out on JUNK chunks with a size of 0 (would try to
14706           pull_range 0 bytes before, which sources don't like too much).
14707           See #342345.
14708
14709 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14710
14711         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14713         Use the gstutil scaling function to preserve 64 bits while calculating
14714         output width and height from the display-aspect-ratio. (A continuation
14715         of #341542)
14716
14717 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14718
14719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14720         (gst_xvimagesink_buffer_alloc):
14721         * sys/xvimage/xvimagesink.h:
14722         When performing buffer allocations, remember the caps and image format
14723         we return so that if the same caps are asked for next time we can
14724         return them immediately without doing any caps intersections.
14725
14726 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14727          
14728         * gst-libs/gst/rtp/README:
14729           Some new documentation
14730         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14731           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14732         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14733         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14734           New RTP audio base payloader class. Supports frame or sample based
14735           codecs.  Not enabled in Makefile.am until approved.
14736
14737 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * tests/check/elements/alsa.c: (test_device_property_probe):
14740           Fix test case: don't try to free NULL GValueArray when there
14741           are no devices.
14742
14743 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14744
14745         * tests/check/Makefile.am:
14746         * tests/check/elements/alsa.c: (test_device_property_probe),
14747         (alsa_suite), (main):
14748           Add simple test that runs a device property probe on alsasrc,
14749           alsasink and alsamixer. Disable valgrind check for now (too
14750           many leaks in libasound, and valgrind ignored my suppressions
14751           additions).
14752
14753 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14756         (gst_alsa_device_property_probe_probe_property),
14757         (gst_alsa_device_property_probe_needs_probe),
14758         (gst_alsa_device_property_probe_get_values),
14759         (gst_alsa_type_add_device_property_probe_interface):
14760         * ext/alsa/gstalsadeviceprobe.h:
14761         * ext/alsa/gstalsamixerelement.c:
14762         (gst_alsa_mixer_element_init_interfaces):
14763         * ext/alsa/gstalsamixerelement.h:
14764           Clean up and simplify alsa device probing. Make it actually work
14765           for multiple classes. Don't cache results any longer.
14766
14767         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14768         (gst_alsasink_init):
14769         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14770         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14771         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14772           Make alsasink and alsasrc implement the GstPropertyProbe interface
14773           for device probing (#342181).
14774           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14775
14776 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14777
14778         * gst/subparse/samiparse.c: (handle_start_font):
14779           Don't ignore return value of strtol (++compiler_happiness).
14780
14781 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         Patch by: Young-Ho Cha  <ganadist chollian net>
14784
14785         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14786         (gst_sub_parse_class_init), (gst_sub_parse_init),
14787         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14788         (convert_encoding):
14789         * gst/subparse/gstsubparse.h:
14790           Add 'encoding' property (#341681).
14791
14792         * gst/subparse/samiparse.c: (characters_sami):
14793           Output is pango markup, so we need to escape text
14794           between tags (#342143).
14795
14796 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * gst-libs/gst/audio/multichannel.c:
14799         (gst_audio_check_channel_positions):
14800           It's okay to have caps with channels=1 and a channel position
14801           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14802           (deinterleavers might want to keep the position in the caps,
14803           so that they can be re-interleaved again properly later).
14804           Leave check for unexpected 2-channel layouts intact for now.
14805
14806 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14807
14808         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14809         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14810         basesrc can do its job correctly.
14811
14812 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * ext/alsa/Makefile.am:
14815         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14816         (gst_alsa_detect_formats), (get_channel_free_structure),
14817         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14818         (gst_alsa_probe_supported_formats):
14819         * ext/alsa/gstalsa.h:
14820         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14821           Refactor and improve caps probing code: probe signedness
14822           when we probe the supported formats/widths; set endianness
14823           to the one we actually probed for (ie. cpu endianness).
14824           
14825         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14826         (gst_alsasrc_close):
14827         * ext/alsa/gstalsasrc.h:
14828           Implement caps probing for alsasrc.
14829
14830 2006-05-15  Wim Taymans  <wim@fluendo.com>
14831
14832         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14833         (theora_dec_src_query), (theora_dec_src_event),
14834         (theora_dec_sink_event), (theora_handle_comment_packet),
14835         (theora_handle_data_packet), (theora_dec_change_state):
14836         Cleanups, add some G_LIKELY.
14837         Use segment helpers instead of our own wrong code.
14838         Clear queued buffers on seek and READY.
14839
14840         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14841         (vorbis_dec_convert), (vorbis_dec_src_query),
14842         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14843         (vorbis_handle_comment_packet), (vorbis_dec_push),
14844         (vorbis_handle_data_packet), (vorbis_dec_chain),
14845         (vorbis_dec_change_state):
14846         * ext/vorbis/vorbisdec.h:
14847         Remove old useless packetno variable.
14848         Do position query properly.
14849         Add some G_LIKELY.
14850         Do cleanup of queued buffers in new helper function
14851         and use it.
14852
14853 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14856           Query supported sample rates. Fixes #341732.
14857
14858 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14859
14860         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14861         (gst_decode_bin_change_state): Make decodebin reusable
14862         when going from PAUSE_TO_READY and then back to PAUSED.
14863         Fixes #331678.
14864
14865 2006-05-15  Wim Taymans  <wim@fluendo.com>
14866
14867         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14868         (vorbis_dec_convert), (vorbis_dec_src_query),
14869         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14870         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14871         (vorbis_dec_clean_queued), (vorbis_dec_push),
14872         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14873         Cleanups. Use refcounting and DEBUG_OBJECT.
14874         Reset segment on flush, use code methods instead of our
14875         own wrong version.
14876         Fix potential memleak.
14877
14878 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14881         (gst_alsasink_init):
14882         * ext/alsa/gstalsasink.h:
14883           Don't leak allocated snd_output_t structure if there's
14884           more than one alsasink instance at a time (#341873).
14885           Also fix GObject macros in header file.
14886           
14887 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         * gst/subparse/gstsubparse.c:
14890         (gst_sub_parse_data_format_autodetect):
14891           Don't use libxml functions in the typefinding code.
14892
14893 2006-05-15  Wim Taymans  <wim@fluendo.com>
14894
14895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14896         Fix seeking performance in the case where a non-header 
14897         packet has a 0 granulepos (busted theora case). 
14898         Fixes #341719
14899         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14900          the first place, you limelight stealer you)
14901
14902 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/subparse/gstsubparse.c:
14905         (gst_sub_parse_data_format_autodetect):
14906           Improve SAMI typefinding: handle case where there are
14907           whitespaces or newlines in front of the first <SAMI>
14908           tag (#169936).
14909
14910 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * configure.ac:
14913           Build video4linux plugin even if there's no XVIDEO, just
14914           without implementing the GstXOverlay interface (#334002).
14915          
14916 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * configure.ac:
14919         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14920         (plugin_init):
14921           Add tentative support for libvisual-0.4 (#336881).
14922
14923 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         Patch by: Young-Ho Cha <ganadist at chollian net>
14926
14927         * gst/subparse/samiparse.c: (handle_start_font):
14928           Need to map "silver" colour explicitly (#169936).
14929
14930 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         Patch by: Young-Ho Cha  <ganadist at chollian net>
14933
14934         * gst/subparse/Makefile.am:
14935         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14936         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14937         (gst_sub_parse_format_autodetect), (feed_textbuf),
14938         (gst_subparse_type_find), (plugin_init):
14939         * gst/subparse/gstsubparse.h:
14940         * gst/subparse/samiparse.c:
14941         * gst/subparse/samiparse.h:
14942           Add support for SAMI subtitles (#169936).
14943
14944 2006-05-14  Michael Smith  <msmith@fluendo.com>
14945
14946         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14947           Fix #341696: crash when mixing L+R+C to mono or stereo.
14948         * tests/check/Makefile.am:
14949         * tests/check/elements/audioconvert.c: (set_channel_positions),
14950         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14951         (audioconvert_suite):
14952           Add test for the above, including some generic framework bits for
14953           testing multichannel things.
14954
14955 === release 0.10.7 ===
14956
14957 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14958
14959         * configure.ac:
14960           releasing 0.10.7, "Leave the gun"
14961
14962 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14963
14964         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14966         Fix the build.
14967
14968 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14969
14970         * docs/libs/gst-plugins-base-libs-docs.sgml:
14971         * docs/libs/gst-plugins-base-libs-sections.txt:
14972         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14973         * gst-libs/gst/video/video.h:
14974         * gst/videoscale/Makefile.am:
14975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14977         * tests/check/Makefile.am:
14978         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14979         (main):
14980           Fix integer overflow problem with pixel-aspect-ratio calculations
14981           in videoscale and xvimagesink (#341542)
14982
14983 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14984
14985         * gst-libs/gst/tag/gstid3tag.c:
14986           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14987
14988 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14989
14990         * win32/MANIFEST:
14991           update win32 files listing
14992
14993 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14994
14995         patch by: Sjoerd Simons (sjoerd@luon.net)
14996
14997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14998         (group_create), (group_destroy), (add_stream),
14999         (gst_play_base_bin_get_property),
15000         (gst_play_base_bin_get_streaminfo_value_array):
15001         * gst/playback/gstplaybasebin.h:
15002           API: GstPlayBaseBin::stream-info-value-array property
15003           use a more bindings-friendly way of exposing streaminfo
15004           using a GValueArray.  Tested in ipython.
15005           Closes #341114
15006
15007 2006-05-11  Wim Taymans  <wim@fluendo.com>
15008
15009         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15010         (queue_underrun_cb), (queue_filled_cb):
15011         Also catch queue underruns but don't do anything yet.
15012         Refactor and comment queue enlarging code a bit.
15013
15014         * gst/playback/gstplaybasebin.c: (queue_overrun),
15015         (queue_threshold_reached), (queue_out_of_data),
15016         (gen_preroll_element):
15017         If a queue over/underruns check that we don't create nasty
15018         deadlocks when the min-threshold is not reached but the
15019         max-bytes is. In those cases disable max-bytes when we
15020         know that the queue is fed timed data.
15021         Add more comments.
15022
15023 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         * gst/playback/gstplaybin.c: (gen_audio_element):
15026           Make playbin automatically plug an 'audioresample'
15027           element before the audio sink as well. This solves
15028           problems with sinks that only accept a very specific
15029           sample rate, like esdsink (e.g. #340379).
15030
15031 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst/playback/gstplaybasebin.c: (gen_source_element):
15034           Make http sources send special headers so that we receive
15035           icecast metadata if the http stream is an icecast stream
15036           (otherwise the server will just ignore them). This also
15037           means that from now on users will need the 'icydemux'
15038           element from gst-plugins-good installed if they want to
15039           listen to icecast radio streams. (#341432, #333657).
15040
15041 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15042
15043         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15044         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15045           remove stupid example from docs - it should come with a simple
15046           C program instead.
15047           Clean up/fix docs
15048         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15049         (fail_if_can_read), (GST_START_TEST),
15050         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15051           add a test for changing streamheader which exposes a bug in
15052           multifdsink
15053
15054 2006-05-11  Michael Smith  <msmith@fluendo.com>
15055
15056         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15057         (gst_gnome_vfs_src_received_headers_callback):
15058         * ext/gnomevfs/gstgnomevfssrc.h:
15059           Don't set icy-caps unless we have a sane interval value. Move
15060           interval to a local variable; we never use it outside this function.
15061
15062 2006-05-11  Wim Taymans  <wim@fluendo.com>
15063
15064         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15066         Register special buffer types along with the objects so
15067         that they are not registered at runtime from N different
15068         streaming threads since they are not threadsafe.
15069
15070 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15071
15072         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15073         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15074           add two more tests, one doing streamheader
15075
15076 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15079           clean up the bufqueue when shutting down
15080         * tests/check/Makefile.am:
15081         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15082         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15083         (main):
15084           add a test for the leak that was just fixed
15085
15086 2006-05-10  Wim Taymans  <wim@fluendo.com>
15087
15088         * gst/adder/gstadder.c: (gst_adder_setcaps),
15089         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15090         (gst_adder_src_event), (gst_adder_sink_event),
15091         (gst_adder_class_init), (gst_adder_finalize),
15092         (gst_adder_request_new_pad), (gst_adder_collected):
15093         * gst/adder/gstadder.h:
15094         Updated some docs. Added comments and FIXMEs all over the place.
15095         Improve debugging info.
15096         Fix leak on finalize by not calling the parent.
15097         Implement duration query.
15098         Make event forwarding threadsafe.
15099         Correctly send NEWSEGMENT at start and after flush.
15100         Handle EOS correctly.
15101         Post error when not negotiated.
15102
15103         * tests/check/elements/adder.c: (GST_START_TEST):
15104         Added FIXME in the test.
15105
15106 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15109         (gst_text_overlay_halign_get_type),
15110         (gst_text_overlay_wrap_mode_get_type):
15111         * ext/theora/theoradec.c: (theora_handle_type_packet),
15112         (theora_handle_data_packet):
15113         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15114         (theora_enc_sink_setcaps), (theora_enc_chain):
15115         * gst-libs/gst/cdda/gstcddabasesrc.c:
15116         (gst_cdda_base_src_mode_get_type):
15117         * gst/audiotestsrc/gstaudiotestsrc.c:
15118         (gst_audiostestsrc_wave_get_type):
15119         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15120         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15121         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15122         (gst_sync_method_get_type), (gst_unit_type_get_type),
15123         (gst_client_status_get_type):
15124         * gst/videoscale/gstvideoscale.c:
15125         (gst_video_scale_method_get_type):
15126         * gst/videotestsrc/gstvideotestsrc.c:
15127         (gst_video_test_src_pattern_get_type):
15128         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15129         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15130         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15131         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15132         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15133         (paint_setup_RGB565), (paint_setup_xRGB1555):
15134           Const-ify GEnumValue and GFlagsValue arrays. Use
15135           GST_ROUND_UP_* macros instead of home-made ones.
15136
15137 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * configure.ac:
15140           Require core CVS for the new newsegment stuff.
15141
15142 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         Patch by: Sjoerd Simons  <sjoerd at luon net>
15145
15146         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15147           Register nick for enum value (#341160).
15148
15149 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15150
15151         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15152         (plugin_init):
15153          backout typefind patch #340375
15154          
15155         * tests/check/elements/adder.c: (message_received),
15156         (GST_START_TEST), (adder_suite):
15157           redo, signal-handling of test
15158
15159 2006-05-09  Wim Taymans  <wim@fluendo.com>
15160
15161         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15162         (gst_adder_collected):
15163         * gst/adder/gstadder.h:
15164         Remove bogus segment merging and forwarding, we don't
15165         care about timestamps anyway and we just produce a
15166         continuous stream. 
15167         Also create a nice NEWSEGMENT event when we start.
15168         Use _scale_int some more.
15169
15170 2006-05-09  Edward Hervey  <edward@fluendo.com>
15171
15172         * tests/icles/stress-xoverlay.c:
15173         Fix if core was built without parsing support.
15174
15175 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15176
15177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15178           Add SEDG (Samsung MPEG-4) fourcc.
15179
15180 2006-05-09  Edward Hervey  <edward@fluendo.com>
15181
15182         * tests/icles/stress-xoverlay.c:
15183         * tests/examples/volume/volume.c:
15184         Fix if core was built without parsing support.
15185
15186         * tests/examples/seek/seek.c:
15187         Disable the parse_launch example if core was built without parsing
15188         support.
15189
15190 2006-05-08  Edward Hervey  <edward@fluendo.com>
15191
15192         * autogen.sh: (CONFIGURE_DEF_OPT): 
15193         libtoolize on Darwin/MacOSX is called glibtoolize
15194
15195 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15196
15197         * tests/check/Makefile.am:
15198         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15199           Disable the adder test, until the build-slaves posses the kindness to 
15200           either like it or to give valid reason for not doing so 
15201
15202 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15203
15204         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15205         (adder_suite):
15206           Shuffle NULL state change around and raise timeout more
15207
15208 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15209
15210         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15211         (mp4_type_find), (plugin_init):
15212           Add typefind to distinguish between "audio/x-m4a" and new type
15213           "video/mp4". Fixes #340375
15214
15215         * tests/check/elements/adder.c: (adder_suite):
15216           Raise timeout to make buildbot happy
15217
15218 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15219
15220         * gst/adder/gstadder.c: (gst_adder_sink_event),
15221         (gst_adder_request_new_pad), (gst_adder_change_state):
15222         * gst/adder/gstadder.h:
15223         * tests/check/Makefile.am:
15224         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15225         (adder_suite), (main):
15226           Add sink-event handling to adder. It tries to merge incomming
15227           newsegment-events. Added test to check if segment_done is comming
15228           through. Fixes #340060
15229
15230 2006-05-05  Andy Wingo  <wingo@pobox.com>
15231
15232         * ext/theora/theoraparse.c (gst_theora_parse_init)
15233         (theora_parse_src_convert, theora_parse_src_query):
15234         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15235         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15236         query functions on the source pads of the theora and vorbis parse
15237         elements. Fixes position querying when doing a remux.
15238
15239 2006-05-05  Michael Smith  <msmith@fluendo.com>
15240
15241         * ext/theora/theoraparse.c: (parse_granulepos),
15242         (theora_parse_drain_queue_prematurely),
15243         (theora_parse_queue_buffer), (theora_parse_sink_event):
15244           Fix flushing.
15245           Fix invalid granulepos outputs when starting with a non-keyframe.
15246
15247 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15248
15249         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15250         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15251         Rearrange MPEG system stream detection, fixing some memleaks in the
15252         process.
15253         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15254         they clean up their data correctly.
15255         Remove unused ogganx caps and move the 'is_annodex' check to inside
15256         the 'is_ogg' if statement.
15257
15258 2006-05-05  Wim Taymans  <wim@fluendo.com>
15259
15260         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15261         Properly remove ghostpads. Fixes #340392
15262
15263 2006-05-04  David Schleef  <ds@schleef.org>
15264
15265         * gst/typefind/gsttypefindfunctions.c:
15266
15267 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15268
15269         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15270         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15271
15272         When typefinding an MP3 in push-based mode, don't penalise the
15273         probability down to 74% when we found 5 valid frames just because we
15274         can't peek the end of the file.
15275
15276         Make the probability for detecting MPEG Transport Streams based on the
15277         number of sequential headers we successfully detected.
15278
15279 2006-05-03  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15282         (vorbis_dec_push), (vorbis_dec_chain):
15283         Still produce an error when we receive an empty packet.
15284
15285 2006-05-03  Wim Taymans  <wim@fluendo.com>
15286
15287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15288         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15289         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15290         Mark buffers with DISCONT after seek and after activating new
15291         chains.
15292
15293         * ext/theora/gsttheoradec.h:
15294         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15295         (theora_get_query_types), (theora_dec_sink_event),
15296         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15297         (theora_dec_change_state):
15298         Fix frame counter.
15299         Detect and mark DISCONT buffers.
15300
15301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15302         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15303         (vorbis_dec_change_state):
15304         * ext/vorbis/vorbisdec.h:
15305         Use GstSegment.
15306         Detect and mark DISCONT buffers.
15307         Don't crash on 0 sized buffers.
15308
15309 2006-05-03  Wim Taymans  <wim@fluendo.com>
15310
15311         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15312         (volume_transform_ip):
15313         Increase "volume" property to 10.0. Fixes #340369.
15314         Set the process function to NULL when capsnego fails so that
15315         we properly error out.
15316
15317 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15318
15319         * gst/playback/gstplaybin.c: (add_sink):
15320         * gst/playback/test.c: (main):
15321         * gst/playback/test5.c: (dump_element_stats):
15322         * gst/playback/test6.c: (main):
15323           free caps using gst_caps_unref, don't leak caps-strings
15324
15325 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15328         (plugin_init):
15329           Refine musepack typefinding a bit. Return MAXIMUM
15330           probability when we detect stream version 7 to make
15331           sure the mpeg audio typefinder doesn't trump us.
15332
15333 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15336           Protect against unexpected NULL strf_data buffer.
15337
15338 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15339
15340         * tests/check/elements/audioconvert.c: (verify_convert),
15341         (GST_START_TEST):
15342           interpret the out[] buffer in the order the bytes are actually
15343           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15344           Other tests should use BYTE_ORDER since the array is filled in
15345           with actual values
15346
15347 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15348
15349         * tests/check/elements/audioconvert.c: (verify_convert),
15350         (GST_START_TEST):
15351           when a test fails, give an indication of which it is
15352
15353 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15354
15355         * gst-libs/gst/cdda/gstcddabasesrc.c:
15356           compile fix; strtol() needs <stdlib.h>
15357
15358 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15359
15360         * ext/alsa/gstalsamixerelement.c:
15361         * ext/alsa/gstalsasrc.c:
15362         * ext/cdparanoia/gstcdparanoiasrc.c:
15363         * ext/gnomevfs/gstgnomevfssink.c:
15364         * ext/gnomevfs/gstgnomevfssrc.c:
15365         * ext/ogg/gstoggdemux.c:
15366         * ext/ogg/gstoggmux.c:
15367         * ext/ogg/gstoggparse.c:
15368         * ext/ogg/gstogmparse.c:
15369         * ext/pango/gstclockoverlay.c:
15370         * ext/pango/gsttextoverlay.c:
15371         * ext/pango/gsttextrender.c:
15372         * ext/pango/gsttimeoverlay.c:
15373         * ext/theora/theoradec.c:
15374         * ext/theora/theoraenc.c:
15375         * ext/vorbis/vorbisdec.c:
15376         * ext/vorbis/vorbisenc.c:
15377         * gst-libs/gst/audio/gstaudiofilter.c:
15378         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15379         * gst/audioconvert/gstaudioconvert.c:
15380         * gst/audiorate/gstaudiorate.c:
15381         * gst/audioresample/gstaudioresample.c:
15382         * gst/audiotestsrc/gstaudiotestsrc.c:
15383         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15384         * gst/playback/gstdecodebin.c:
15385         * gst/playback/gstplaybin.c:
15386         * gst/playback/gststreamselector.c:
15387         * gst/subparse/gstsubparse.c:
15388         * gst/tcp/gstmultifdsink.c:
15389         * gst/tcp/gsttcpclientsink.c:
15390         * gst/tcp/gsttcpclientsrc.c:
15391         * gst/tcp/gsttcpserversink.c:
15392         * gst/tcp/gsttcpserversrc.c:
15393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15394         * gst/videorate/gstvideorate.c:
15395         * gst/videoscale/gstvideoscale.c:
15396         * gst/videotestsrc/gstvideotestsrc.c:
15397         * gst/volume/gstvolume.c:
15398         * sys/v4l/gstv4ljpegsrc.c:
15399         * sys/v4l/gstv4lmjpegsink.c:
15400         * sys/v4l/gstv4lmjpegsrc.c:
15401         * sys/v4l/gstv4lsrc.c:
15402         * sys/ximage/ximagesink.c:
15403         * sys/xvimage/xvimagesink.c:
15404         * tests/check/libs/cddabasesrc.c:
15405           make GstElementDetails const
15406
15407 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15408
15409         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15410         (gst_adder_init):
15411           send events from src-pad to all sink-pads fixes #338657
15412
15413 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15414
15415         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15416         (alsasink_parse_spec):
15417           query width capabilities from alsa, fixes #338919
15418
15419 2006-04-28  Wim Taymans  <wim@fluendo.com>
15420
15421         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15422         (gst_multi_fd_sink_remove_client_link):
15423         * gst/tcp/gstmultifdsink.h:
15424         Fix race condition in multifdsink that can lead to spurious 
15425         duplicate clients. this patch adds a new signal that is fired when
15426         multifdsink has removed all references to the fd.
15427         Fixes #339574.
15428         Updated documentation.
15429         API: client-fd-removed signal added
15430
15431 2006-04-28  Michael Smith  <msmith@fluendo.com>
15432
15433         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15434           When asking g_value_array_new to prealloc elements, we may as well
15435           ask for the right number of elements.
15436
15437 2006-04-28  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst-libs/gst/audio/gstbaseaudiosink.c:
15440         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15441         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15442         patch to make timestamp checking more tollerant to rounding 
15443         errors given that real discontinuities are to be marked on
15444         buffers. Fixes some asf files and #338778.
15445         Also avoid some crashers when we receive an event in the 
15446         NULL state.
15447
15448 2006-04-28  Michael Smith  <msmith@fluendo.com>
15449
15450         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15451         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15452         (gst_gnome_vfs_src_get_property),
15453         (gst_gnome_vfs_src_send_additional_headers_callback),
15454         (gst_gnome_vfs_src_received_headers_callback),
15455         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15456         (gst_gnome_vfs_src_stop):
15457         * ext/gnomevfs/gstgnomevfssrc.h:
15458           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15459           proper shared support within icydemux.
15460
15461 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15464         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15465           fix up docs
15466           fix a leak when no caps negotiated
15467           fix counting of input frames
15468         * tests/check/elements/.cvsignore:
15469         * tests/check/elements/videorate.c: (assert_videorate_stats),
15470         (GST_START_TEST), (videorate_suite):
15471           add tests for these
15472
15473 2006-04-28  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst-libs/gst/audio/gstringbuffer.c:
15476         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15477         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15478         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15479         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15480         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15481         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15482         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15483         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15484         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15485         Check arguments passed to public functions instead of
15486         crashing.
15487
15488 2006-04-28  Wim Taymans  <wim@fluendo.com>
15489
15490         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15491         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15492         GstBaseAudioSrc must be live or it does not work.
15493
15494         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15495         Don't set live to TRUE as this is the default in the parentclass.
15496
15497 2006-04-28  Wim Taymans  <wim@fluendo.com>
15498
15499         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15500         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15501         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15502         fixation cases better. Fixes #338991
15503
15504 2006-04-28  Wim Taymans  <wim@fluendo.com>
15505
15506         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15507         Handle 0/1 framerate correctly Fixes #331901.
15508
15509 2006-04-28  Wim Taymans  <wim@fluendo.com>
15510
15511         * tests/check/elements/audioconvert.c: (get_float_caps),
15512         (GST_START_TEST), (audioconvert_suite):
15513         Added check for correct clipping when doing float samples
15514         in audioconvert.
15515
15516 2006-04-28  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15519         (gst_video_rate_chain):
15520         Print more debugging info.
15521
15522 2006-04-28  Wim Taymans  <wim@fluendo.com>
15523
15524         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15525         (resample_set_state_from_caps):
15526         Add support for other formats audioresample can handle such as
15527         32 bits in and float and 64 bits float. Fixes #301759
15528
15529 2006-04-28  Wim Taymans  <wim@fluendo.com>
15530
15531         * gst/audioconvert/audioconvert.c: (float):
15532         correctly clip float samples > 1.0. Fixes #338718
15533
15534 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         Patch by: Young-Ho Cha  <ganadist at chollian net>
15537
15538         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15539         (gst_text_overlay_render_text):
15540           Don't strip newlines from the text. Also, center lines
15541           within multi-line paragraphs (#339405).
15542
15543 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15546           Fix wavpack typefinding to work in more cases (don't peek
15547           for chunks of multiple hundred kBs at once, but process
15548           things step-by-step in smaller units). Fixes #339786.
15549
15550 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15551
15552         * configure.ac:
15553           back to HEAD
15554
15555 === release 0.10.6 ===
15556
15557 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15558
15559         * configure.ac:
15560           releasing 0.10.6, "Chao"
15561
15562 2006-04-26  David Schleef  <ds@schleef.org>
15563
15564         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15565           Fixes #338897.
15566
15567 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15568
15569         * configure.ac:
15570         * win32/common/config.h:
15571           new prerelease
15572
15573 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         patch by: Wim Taymans
15576
15577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15578         (gst_ogg_demux_perform_seek):
15579           make sure correct newsegments are sent, so that the decoder
15580           and the demuxer agree on timestamps.  Fixes playback of a lot
15581           of Ogg files that do not start from 0.  Fixes #339833.
15582
15583 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15584
15585         Patch by: Edward Hervey  <edward@fluendo.com>
15586
15587         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15588         * tests/check/Makefile.am:
15589         * tests/check/elements/videorate.c: (assert_videorate_stats),
15590         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15591         (videorate_suite), (main):
15592           Fix an infinite loop if frames are passed in with wrongly ordered
15593           timestamps.  Fixes #339013.
15594
15595 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15596
15597         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15600           fix typefinding on some ISO files.  Fixes #339212.
15601
15602 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15607           add another H264 fourcc.  Fixes #339047.
15608
15609 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15610
15611         Patch by: Jan Schmidt
15612
15613         * gst/playback/gststreamselector.c:
15614         (gst_stream_selector_bufferalloc):
15615           Restore old StreamSelector behaviour.
15616           Fixes #338419.
15617
15618 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * configure.ac:
15621         * win32/common/config.h:
15622           prerelease
15623
15624 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15627
15628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15629         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15630           Fix some memory leaks: on finalize, free buffers left in the queue
15631           before destroying the queue; in _push(), unref rtp_buf even if
15632           the process vfunc returned a NULL buffer as output buffer (#337548);
15633           demote some recuring debug messages to LOG level.
15634
15635 2006-04-11  Wim Taymans  <wim@fluendo.com>
15636
15637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15638         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15639         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15640         (gst_ogg_demux_loop):
15641         More cleanups.
15642         Respect segment stop when emiting EOS or SEGMENT_DONE.
15643         Fixes (#337945).
15644
15645 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15646
15647         * gst/playback/gststreamselector.c:
15648         (gst_stream_selector_get_property):
15649           Don't leak pad name.
15650
15651 2006-04-10  Michael Smith  <msmith@fluendo.com>
15652
15653         * tests/check/Makefile.am:
15654         * tests/check/gst-plugins-base.supp:
15655           Suppress an old libtheora bug (fixed in more recent versions), so 
15656           that FC4 buildslaves can pass.
15657
15658 2006-04-10  Wim Taymans  <wim@fluendo.com>
15659
15660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15661         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15662         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15663         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15664         (gst_ogg_demux_loop):
15665         Don't leak events.
15666         Remember what error we got when finding chains, if we
15667         were shutdown, that would not be an error.
15668
15669 2006-04-10  Wim Taymans  <wim@fluendo.com>
15670
15671         * gst-libs/gst/audio/gstbaseaudiosink.c:
15672         (gst_base_audio_sink_event):
15673         Starting the ringbuffer when we did not acquire it can cause
15674         a deadlock, is pointless and causes nasty things for
15675         subclasses. 
15676         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15677
15678 2006-04-10  Wim Taymans  <wim@fluendo.com>
15679
15680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15681         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15682         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15683         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15684         (gst_ogg_demux_deactivate_current_chain),
15685         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15686         (gst_ogg_demux_bisect_forward_serialno),
15687         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15688         Add some more debugging.
15689
15690 2006-04-10  Wim Taymans  <wim@fluendo.com>
15691
15692         * ext/theora/theoradec.c: (theora_dec_src_event),
15693         (theora_handle_data_packet):
15694         Some more debug info.
15695
15696         * tests/examples/seek/seek.c: (start_seek), (main):
15697         Print element messages too.
15698
15699 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15700
15701         * gst/audioresample/debug.h:
15702           replace debug macros with variable number of parameters
15703           by a simple alias to gstreamer standard debug macros 
15704          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15705           supported by MSVC 6.0 and 7.1)
15706         * gst/audioresample/resample.h:
15707           define M_PI and rint for WIN32
15708         * win32/common/libgstaudio.def:
15709         * win32/common/libgstriff.def:
15710         * win32/common/libgsttag.def:
15711         * win32/common/libgstvideo.def:
15712           add new exported functions
15713         * win32/vs6:
15714           update project files
15715
15716 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15717
15718         * ext/alsa/gstalsamixeroptions.c:
15719         (gst_alsa_mixer_options_class_init):
15720         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15723         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15724         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15725         * gst-libs/gst/audio/gstaudiofilter.c:
15726         (gst_audio_filter_class_init):
15727         * gst-libs/gst/audio/gstaudiosink.c:
15728         (gst_audioringbuffer_class_init):
15729         * gst-libs/gst/audio/gstaudiosrc.c:
15730         (gst_audioringbuffer_class_init):
15731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15732         * gst-libs/gst/interfaces/colorbalancechannel.c:
15733         (gst_color_balance_channel_class_init):
15734         * gst-libs/gst/interfaces/mixeroptions.c:
15735         (gst_mixer_options_class_init):
15736         * gst-libs/gst/interfaces/mixertrack.c:
15737         (gst_mixer_track_class_init):
15738         * gst-libs/gst/interfaces/tunerchannel.c:
15739         (gst_tuner_channel_class_init):
15740         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15741         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15742         (gst_netbuffer_class_init):
15743         * gst-libs/gst/rtp/gstbasertppayload.c:
15744         (gst_basertppayload_class_init):
15745         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15747         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15748         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15749         * gst/playback/gststreamselector.c:
15750         (gst_stream_selector_class_init):
15751         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15752         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15753         * sys/v4l/gstv4lcolorbalance.c:
15754         (gst_v4l_color_balance_channel_class_init):
15755         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15756         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15757         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15758         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15759         (gst_v4l_tuner_norm_class_init):
15760         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15762         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15763         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15764
15765 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15766
15767         * ext/pango/gsttextrender.h:
15768         * gst-libs/gst/audio/gstaudiosink.h:
15769         * gst-libs/gst/audio/gstaudiosrc.h:
15770         * gst-libs/gst/audio/gstbaseaudiosink.h:
15771         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15772         * gst-libs/gst/audio/gstringbuffer.h:
15773         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15774         * gst-libs/gst/rtp/gstbasertppayload.h:
15775         * gst-libs/gst/video/gstvideofilter.h:
15776         * gst-libs/gst/video/gstvideosink.h:
15777         * gst/playback/gstplaybasebin.h:
15778         * gst/tcp/gstmultifdsink.h:
15779         * sys/v4l/gstv4lelement.h:
15780         Fix broken GObject macros
15781
15782 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15783
15784         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15785         More debug to trace why my USB headset is not working with gst
15786
15787 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15788
15789         * gst/playback/gstplaybasebin.c: (group_destroy):
15790         Clean up our group elements properly in the case where it never 
15791         got committed - it still got added unconditionally to the bin.
15792
15793 2006-04-07  Wim Taymans  <wim@fluendo.com>
15794
15795         * ext/theora/theoradec.c: (theora_dec_sink_event),
15796         (theora_handle_data_packet), (theora_dec_chain):
15797         Unref unhandled events.
15798         Protect against empty buffers.
15799         Perform QoS on running time.
15800
15801 2006-04-07  Michael Smith  <msmith@fluendo.com>
15802
15803         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15804         (gst_vorbis_enc_chain):
15805           Remove leaks from vorbisenc.
15806           Mostly minor changes, the only significant one is that now the
15807           buffers we set as 'streamheader' on the caps are copies of the
15808           original buffers, to avoid circular refcounting problems.
15809
15810 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15811
15812         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15813           Don't remove our mute-probe if someone else already did so.
15814           Don't set a 2nd one if there is already one pending on the pad.
15815
15816         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15817         (do_playbin_seek):
15818           When a seek fails, ensure that playbin is still set back to playing.
15819           
15820         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15821         (mpeg_ts_type_find), (plugin_init):
15822           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15823
15824 2006-04-06  Andy Wingo  <wingo@pobox.com>
15825
15826         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15827         (gst_video_rate_init): Caps-related parameters should not be reset
15828         by a flush -- move their inits to the instance init function.
15829         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15830         is not OK, just return the result.
15831
15832         * gst/audiotestsrc/gstaudiotestsrc.c
15833         (gst_audio_test_src_class_init)
15834         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15835         broken by Stefan's commit on 24 March.
15836
15837         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15838         buffers being pushed out. Fixes oggmux ! multifdsink.
15839
15840 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15841
15842         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15843         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15844         * ext/vorbis/vorbisdec.h:
15845         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15846         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15847         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15848         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15849         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15850         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15851         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15852         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15853         (gst_vorbis_enc_buffer_from_packet),
15854         (gst_vorbis_enc_buffer_from_header_packet),
15855         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15856         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15857         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15858         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15859         (gst_vorbis_enc_change_state):
15860         * ext/vorbis/vorbisenc.h:
15861           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15862           vorbisenc adhere to the official nomenclature; use boilerplate
15863           macro.
15864
15865 2006-04-04  Andy Wingo  <wingo@pobox.com>
15866
15867         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15868         Whoops, fix bug introduced. Bad hacker!
15869         
15870         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15871         Properly handle the case where you get EOS before any buffers are
15872         received. Use gst_buffer_make_metadata_writable where appropriate.
15873
15874         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15875         is often negative -- make it signed so as not to wrap around.
15876         Fixes segfaults introduced on 9 March.
15877
15878 2006-04-03  Wim Taymans  <wim@fluendo.com>
15879
15880         * ext/theora/gsttheoradec.h:
15881         * ext/theora/theoradec.c: (theora_dec_src_event):
15882         Don't try to store a gdouble in a gboolean.
15883         Small cleanups.
15884
15885 2006-04-03  Michael Smith  <msmith@fluendo.com>
15886
15887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15888           Oggmux sucks.
15889           Make it suck slightly less by writing out the final page.
15890           Still can't encode a vorbis-in-ogg file correctly, though.
15891
15892 2006-04-03  Andy Wingo  <wingo@pobox.com>
15893
15894         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15895         a g_print.
15896
15897         * ext/theora/theora.c (plugin_init): Register theoraparse.
15898
15899         * ext/theora/gsttheoraparse.h: 
15900         * ext/theora/theoraparse.c: New files implementing a theora
15901         parser. Now we can properly remux ogg/theora+vorbis, yay.
15902
15903         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15904
15905 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15906
15907         * gst/audiotestsrc/gstaudiotestsrc.c:
15908           Fixed the sample pipeline (see #323798)
15909
15910 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15911
15912         * configure.ac:
15913         * win32/common/config.h:
15914         * win32/common/config.h.in:
15915           use AS_VERSION and AS_NANO
15916           more cleanups
15917
15918 2006-03-31  Andy Wingo  <wingo@pobox.com>
15919
15920         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15921         uninitialized variable return that would happen.
15922         
15923         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15924         uninitialized variable return that would never happen.
15925
15926         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15927         (vorbis_parse_sink_event): Add an event function to flush our
15928         state on a seek, and to drain buffers on a premature EOS.
15929         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15930         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15931         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15932         (vorbis_parse_drain_queue): Queue up buffers until we can set
15933         their timestamps and granulepos values.
15934
15935         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15936         and keep track of data needed for deriving granulepos and
15937         timestamps for buffers.
15938
15939 2006-03-29  Wim Taymans  <wim@fluendo.com>
15940
15941         Patch by: j^ <j at bootlab dot org>
15942
15943         * ext/alsa/gstalsamixerelement.c:
15944         (gst_alsa_mixer_element_class_init):
15945         * ext/alsa/gstalsasink.c:
15946         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15947         * ext/ogg/gstoggdemux.c:
15948         * ext/ogg/gstoggmux.c:
15949         * ext/ogg/gstoggparse.c:
15950         * ext/pango/gstclockoverlay.c:
15951         * ext/pango/gsttextoverlay.c:
15952         * ext/pango/gsttextrender.c:
15953         * ext/pango/gsttimeoverlay.c:
15954         * ext/theora/theoradec.c:
15955         * ext/theora/theoraenc.c:
15956         * ext/vorbis/vorbisdec.c:
15957         * ext/vorbis/vorbisenc.c:
15958         * gst/audioconvert/gstaudioconvert.c:
15959         * gst/subparse/gstsubparse.c:
15960         * gst/tcp/gstmultifdsink.c:
15961         * gst/tcp/gsttcpclientsink.c:
15962         * gst/tcp/gsttcpclientsrc.c:
15963         * gst/tcp/gsttcpserversink.c:
15964         * gst/tcp/gsttcpserversrc.c:
15965           better/unified long descriptions
15966           Fixes #336477
15967
15968 2006-03-29  Wim Taymans  <wim@fluendo.com>
15969
15970         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15971         (stop_seek):
15972         Don't let double and triple clicks mess up our state.
15973
15974 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15975
15976         * gst/playback/gstplaybin.c: (gen_video_element),
15977         (gen_text_element), (gen_audio_element), (gen_vis_element):
15978           Error out gracefully when we can't create any of the usual
15979           conversion elements for some reason. Also, don't try to
15980           create an audioscale (sic) element that's not used anyway.
15981
15982 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         * gst/playback/gstplaybasebin.c: (setup_source):
15985           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15986           element for a particular protocol, that's confusing for users.
15987           Instead, post a RESOURCE_FAILED error, so that our own error
15988           message is actually shown in totem etc. (#336303).
15989
15990 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15993
15994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15995         (gst_gnome_vfs_src_get_icy_metadata):
15996           Fix some minor memory leaks (#336194).
15997
15998 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         * ext/gnomevfs/gstgnomevfs.c:
16001         (gst_gnome_vfs_location_to_uri_string):
16002         * ext/gnomevfs/gstgnomevfs.h:
16003         * ext/gnomevfs/gstgnomevfssink.c:
16004         (gst_gnome_vfs_sink_set_property):
16005         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16006           Make gnomevfssink accept filenames as well as URIs for the
16007           "location" property, just like gnomevfssrc does (and
16008           filesrc/filesink do) (#336190).
16009
16010 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16011
16012         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16013           set to NULL before unreffing, fixes a valgrind leak.
16014           Why was this not triggering the error that an object needs to
16015           be NULL before unreffing ?
16016         * win32/common/config.h:
16017           update
16018
16019 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16020
16021         * gst/subparse/gstsubparse.c: (convert_encoding),
16022         (gst_sub_parse_change_state):
16023         * gst/subparse/gstsubparse.h:
16024           Text subtitle files may or may not be UTF-8. If it's not, we
16025           don't really want to see '?' characters in place of non-ASCII
16026           characters like accented characters. So let's assume the input
16027           is UTF-8 until we come across text that is clearly not. If it's
16028           not UTF-8, we don't really know what it is, so try the following:
16029           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16030           is set; if not, check (b) if the current locale encoding is
16031           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16032           the current locale encoding is UTF-8 and the environment variable
16033           was not set to any particular encoding. Not perfect, but better
16034           than nothing (and better than before, I think) (fixes #172848).
16035
16036 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16037
16038         * configure.ac:
16039           update core requirement to 0.10.4.1 because of async_playback
16040           vmethod on GstBaseSink
16041
16042 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16043
16044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16045         * gst/adder/gstadder.c: (gst_adder_init):
16046         use DEBUG_FUNCPTR for collectpads
16047
16048 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16049
16050         * docs/plugins/Makefile.am:
16051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16053         * ext/cdparanoia/gstcdparanoiasrc.c:
16054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16055         (gst_gnome_vfs_sink_class_init):
16056         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16058         * ext/ogg/gstoggmux.c:
16059         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16060         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16061         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16062         * ext/pango/gsttextoverlay.c:
16063         * ext/pango/gsttextrender.c:
16064         * ext/theora/theoradec.c:
16065         * ext/theora/theoraenc.c:
16066         * ext/vorbis/vorbisdec.c:
16067         * ext/vorbis/vorbisenc.c:
16068         * gst-libs/gst/audio/gstaudiofilter.c:
16069         (gst_audio_filter_base_init):
16070         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16071         (gst_audio_filter_template_base_init):
16072         * gst/adder/gstadder.c: (gst_adder_get_type):
16073         * gst/adder/gstadder.h:
16074         * gst/audioconvert/gstaudioconvert.c:
16075         * gst/audiotestsrc/gstaudiotestsrc.c:
16076         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16077         (gst_audio_test_src_create):
16078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16079         * gst/playback/gstdecodebin.c:
16080         * gst/playback/gstplaybin.c:
16081         * gst/playback/gststreamselector.c:
16082         (gst_stream_selector_base_init):
16083         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16084         * gst/volume/gstvolume.c:
16085         * sys/v4l/gstv4lmjpegsink.c:
16086         * sys/v4l/gstv4lmjpegsrc.c:
16087         * tests/check/libs/cddabasesrc.c:
16088         * tests/old/examples/gob/gst-identity2.gob:
16089           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16090           define GstElementDetails at the top
16091
16092 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16093
16094         * win32/common/libgstinterfaces.def:
16095         Add a lot of export functions for gst-python
16096         * win32/vs6/libgstinterfaces.dsp:
16097         Add a missing include folder in the project configuration
16098         
16099 2006-03-23  Wim Taymans  <wim@fluendo.com>
16100
16101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16102         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16103         (gst_base_audio_src_change_state):
16104         Fix audio sources, forgot to make the ringbuffer
16105         startable...
16106
16107 2006-03-23  Wim Taymans  <wim@fluendo.com>
16108
16109         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16110         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16111         (gst_base_audio_src_change_state):
16112         unparent instead of unref the ringbuffer.
16113
16114 2006-03-23  Wim Taymans  <wim@fluendo.com>
16115
16116         * gst-libs/gst/audio/gstbaseaudiosink.c:
16117         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16118         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16119         Implement new async_play vmethod to start slaving and allow
16120         playback start in case of async PLAY state changes. 
16121
16122         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16123         Enable QoS with new method in base class.
16124
16125 2006-03-23  Wim Taymans  <wim@fluendo.com>
16126
16127         Patch by: Julien MOUTTE <julien at moutte dot net>
16128
16129         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16130         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16131         Partially handle 0 framerate, only EOS after the first frame
16132         is missing.
16133
16134 2006-03-23  Wim Taymans  <wim@fluendo.com>
16135
16136         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16137
16138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16139         (gst_riff_create_video_template_caps):
16140         * gst/ffmpegcolorspace/avcodec.h:
16141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16142         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16143         (gst_ffmpegcsp_avpicture_fill):
16144         * gst/ffmpegcolorspace/imgconvert.c:
16145         Patch for support of YVU9 AVI files (#334822)
16146
16147 2006-03-22  Edward Hervey  <edward@fluendo.com>
16148
16149         * docs/design/design-decodebin.txt:
16150         Added design document for new decodebin
16151         (Target Caps): text/x-pango-markup is also a default target caps.
16152
16153 2006-03-22  Wim Taymans  <wim@fluendo.com>
16154
16155         * gst-libs/gst/audio/gstbaseaudiosink.c:
16156         (gst_base_audio_sink_dispose):
16157         Since we _parent the ringbuffer, we also need to
16158         _unparent instead of a plain _unref.
16159
16160 2006-03-22  Wim Taymans  <wim@fluendo.com>
16161
16162         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16163         (stop_seek), (scrub_toggle_cb), (main):
16164         Add scrub checkbox.
16165
16166 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16167
16168         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16169         (gst_ogg_parse_chain):
16170           Fix very inefficient usage of linked lists (#335365).
16171
16172 2006-03-21  Edward Hervey  <edward@fluendo.com>
16173
16174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16175         * gst/playback/gstplaybin.c: (handoff):
16176         * gst/playback/gststreamselector.c:
16177         (gst_stream_selector_set_property):
16178         gcc 4.1 unreferenced pointer fixes.
16179         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16181         gst_buffer_ref() now takes a GstBuffer*.
16182
16183 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16184
16185         * sys/xvimage/xvimagesink.c:
16186         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16187         by Jan Schmidt.
16188
16189 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16190
16191         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16192         (id3v1_type_find), (apetag_type_find), (plugin_init):
16193           Can't do tag preferences via probability, as tags would then
16194           lose against types that are recognised with MAXIMUM probability
16195           (like .wav); so let all tag typefinders return MAXIMUM themselves
16196           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16197           that we can prefer APE to ID3v1 (fixes #335028).
16198           
16199 2006-03-17  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst-libs/gst/audio/gstbaseaudiosink.c:
16202         (gst_base_audio_sink_change_state):
16203         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16204         (gst_ring_buffer_may_start):
16205         * gst-libs/gst/audio/gstringbuffer.h:
16206         Only start playback if we are playing.
16207         should fix #330748.
16208
16209 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16210
16211         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16212         * win32/common/config.h:
16213           Revert accidental commits to these files.
16214
16215 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16218
16219         * tests/Makefile.am:
16220           Don't try to build tests in tests/icles if we
16221           don't have X (#323852)
16222
16223 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst-libs/gst/tag/gstid3tag.c:
16226           Add TXXX frame identifiers for replaygain stuff as used
16227           by some taggers (see #323721).
16228
16229 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16230
16231         * gst/playback/gststreamselector.c:
16232         (gst_stream_selector_set_property),
16233         (gst_stream_selector_bufferalloc):
16234           Preserve the existing buggy streamselector behaviour by performing
16235           a fallback buffer allocation when downstream isn't linked yet.
16236           This should really be fixed in playbin by blocking pads until it's
16237           linked them.
16238           Also, use gst_pad_alloc_buffer instead of
16239           gst_pad_alloc_buffer_and_set.
16240
16241 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst-libs/gst/tag/gstid3tag.c:
16244           Don't crash on unknown ID3v2 TXXX frames.
16245           
16246 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16247
16248         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16249           Chain up to the parent finalize method.
16250           Add 32-bit sample size to the template caps.
16251
16252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16253         (gst_riff_create_video_template_caps):
16254           Add the fourcc that the VMWare codec uses.
16255           
16256         * gst/playback/gststreamselector.c:
16257         (gst_stream_selector_set_property),
16258         (gst_stream_selector_bufferalloc),
16259         (gst_stream_selector_request_new_pad):
16260           For the active pad, forward buffer-alloc requests, otherwise
16261           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16262           having to memcpy every frame when used by playbin.
16263
16264         * gst/tcp/gstmultifdsink.c:
16265         (gst_multi_fd_sink_handle_client_write):
16266           Get negotiated caps from the sink pad, rather than the sink
16267           pad's peer.
16268
16269 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16272         
16273         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16274           Don't forget to set src->callbacks_pushed to FALSE again when
16275           popping them, otherwise re-activation in a different mode won't
16276           work (#334620).
16277
16278 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         Patch by: Sebastien Moutte  <sebastien moutte net>
16281
16282         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16283         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16284         (gst_ffmpeg_smpfmt_to_caps):
16285           Replace __VA_ARGS__ caps creation macros with varargs functions.
16286           Makes things compile on MSVC (#320765), looks nicer, and we can
16287           tell the compiler to check for the NULL terminator.
16288
16289 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16292
16293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16294           Make sure the buffer we copy into is really always big
16295           enough, this time for real (#333488).
16296           
16297 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16298
16299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16300           Add support for 24bpp DIB (#305279).
16301
16302 2006-03-14  Wim Taymans  <wim@fluendo.com>
16303
16304         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16305         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16307         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16308         (gst_video_scale_init), (gst_video_scale_src_event):
16309         Re-enable QoS after the release.
16310         Rework videoscale to use the base class src_event handler.
16311
16312 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * configure.ac:
16315           back to CVS.
16316
16317 === release 0.10.5 ===
16318
16319 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16320
16321         * configure.ac:
16322           releasing 0.10.5, "Net"
16323
16324 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16325
16326         * docs/plugins/Makefile.am:
16327           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16328           
16329 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16333         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16334           Add cdparanoiasrc to docs.
16335
16336         * gst-libs/gst/cdda/gstcddabasesrc.c:
16337           More GstCddaBaseSrc docs.
16338
16339 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * docs/libs/gst-plugins-base-libs-sections.txt:
16342         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16343         * gst-libs/gst/tag/tag.h:
16344           API: libgsttag: new method gst_tag_from_id3_user_tag().
16345
16346 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16349           NULL-terminate array of mpeg4 video file extensions.
16350           Fixes crash on PPC (#334226).
16351
16352 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16353
16354         * ext/gnomevfs/gstgnomevfssrc.c:
16355         (gst_gnome_vfs_src_check_get_range):
16356           gnome_vfs_uri_is_local() alone is not a good indicator
16357           whether we can operate in pull-mode with a specific URI,
16358           as it returns FALSE for file:// URIs that point to an
16359           NFS-mounted path. Be more conservative here: whitelist
16360           local files, blacklist http URIs and use the old
16361           mechanism for anything else (fixes #334216).
16362
16363 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         * configure.ac:
16366           back to trunk
16367
16368 === release 0.10.4 ===
16369
16370 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16371
16372         * configure.ac:
16373           releasing 0.10.4, "Power"
16374
16375 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16376
16377         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16378         Disable max-lateness by setting it to -1 for now, so that 
16379         we can bed QoS stuff in thoroughly between now and the next
16380         release.
16381
16382 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16383
16384         Patch by: Fabrizio Gennari
16385
16386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16387           Make sure we don't read beyond the palette buffer in case of
16388           broken or manipulated files (#333488)
16389
16390 2006-03-10  Edward Hervey  <edward@fluendo.com>
16391
16392         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16393         Fix for variable not initialized.
16394
16395 2006-03-09  Wim Taymans  <wim@fluendo.com>
16396
16397         * ext/libvisual/visual.c: (gst_visual_get_type),
16398         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16399         (gst_visual_chain):
16400         Small cleanups.
16401
16402         * ext/theora/gsttheoradec.h:
16403         * ext/theora/theoradec.c: (gst_theora_dec_init),
16404         (gst_theora_dec_reset), (_theora_granule_time),
16405         (theora_dec_src_convert), (theora_dec_sink_convert),
16406         (theora_dec_src_query), (theora_dec_src_event),
16407         (theora_dec_sink_event), (theora_handle_comment_packet),
16408         (theora_handle_header_packet), (theora_dec_push),
16409         (theora_handle_data_packet), (theora_dec_chain),
16410         (theora_dec_change_state):
16411         Add simple QoS.
16412
16413 2006-03-09  Wim Taymans  <wim@fluendo.com>
16414
16415         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16416         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16417         Some cleanups.
16418
16419 2006-03-09  Wim Taymans  <wim@fluendo.com>
16420
16421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16422         Don't try to activate NULL chains.
16423
16424 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16427           Fix invalid memory access to region before peek'd data (#332964).
16428
16429 2006-03-09  Wim Taymans  <wim@fluendo.com>
16430
16431         Patch by: Christophe Fergeau
16432
16433         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16434         * ext/pango/gsttextrender.c: (gst_text_render_init):
16435         * gst/adder/gstadder.c: (gst_adder_init):
16436         Don't leak padtemplates, closes #333510.
16437
16438 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16441           Fix invalid memory access: make sure string passed to
16442           regexec() is NUL-termianted.
16443
16444 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16447         (mp3_type_find):
16448           Refactor mpeg/audio typefinding to make it more maintainable
16449           and easier to fine-tune. Make probing into middle of the file
16450           work properly (fixes #333900, also see #152688).
16451
16452 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * gst/typefind/gsttypefindfunctions.c:
16455         (utf8_type_find_have_valid_utf8_at_offset):
16456           Remove part from previous commit that was bogus:
16457           g_utf8_validate() does in fact not accept embedded
16458           zeroes, so we don't need to check for those (thanks
16459           to Mike for the hint).
16460
16461 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * gst/typefind/gsttypefindfunctions.c:
16464         (utf8_type_find_count_embedded_zeroes),
16465         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16466           Make plain/text typefinder more conservative: firstly, check
16467           for embedded zeroes, which are perfectly valid UTF-8 characters,
16468           but also a fairly good sign that something is not a plain text
16469           file; secondly, probe into the middle of the file if possible.
16470           If we can't probe into the middle, limit the probability value
16471           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16472
16473 2006-03-08  Michael Smith  <msmith@fluendo.com>
16474
16475         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16476           Make typefind function name for mpeg4 video unique.
16477
16478 2006-03-08  Wim Taymans  <wim@fluendo.com>
16479
16480         * ext/libvisual/visual.c: (gst_visual_init),
16481         (gst_visual_clear_actors), (gst_visual_dispose),
16482         (gst_visual_reset), (gst_visual_src_setcaps),
16483         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16484         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16485         (gst_visual_chain), (gst_visual_change_state):
16486         Cleanups, post nice errors.
16487         Handle sink and src events.
16488         Implement simple QoS.
16489
16490         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16491         Use new basesink methods to configure max-lateness.
16492         Small doc update.
16493
16494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16495         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16496         Debug statement cleanups.
16497
16498         * gst/volume/gstvolume.c: (gst_volume_class_init):
16499         Simple cleanup.
16500
16501 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16502
16503         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16504         (gst_text_overlay_init), (gst_text_overlay_set_property),
16505         (gst_text_overlay_get_property):
16506           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16507           as string type properties, but mark them deprecated. Add
16508           'halignment' and 'valignment' properties that use enums
16509           instead of strings.
16510
16511 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16512
16513         Patch by: Fabrizio Gennari
16514
16515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16516           Allow palettes with less than 256 colours in AVI files
16517           (#333488)
16518
16519 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16520
16521         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16522         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16523         pad. We were releasing the queued text buffer when we should keep
16524         it until video pad gets EOS or discard the text buffer because it's
16525         too old. That was eating the last subtitle buffer. Add some more
16526         debug.
16527
16528 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16529
16530         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16531         (gst_text_overlay_video_chain):
16532           Fix invalid memory access (we can't access a buffer after it's been
16533           pushed downstream without taking a reference); fix memory leak (if
16534           there's no text to render, bail out before allocating stuff).
16535
16536 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16539         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16540         * ext/pango/gsttextoverlay.h:
16541           If input is plain text, escape it before passing it to
16542           pango_layout_set_markup().
16543
16544 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16547           Don't ignore flow return from gst_pad_push().
16548
16549 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16550
16551         Patch by: Fabrizio Gennari
16552
16553         * ext/libvisual/visual.c: (gst_visual_getcaps),
16554         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16557         (gst_vorbisenc_convert_sink):
16558         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16559         (gst_audio_duration_from_pad_buffer):
16560         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16561         (gst_audio_filter_chain):
16562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16563         (gst_base_rtp_depayload_setcaps):
16564         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16565         (gst_video_get_size):
16566         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16567           Don't leak references returned by gst_pad_get_parent()
16568           (#333663)
16569
16570 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16571
16572         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16573           change location param details
16574         * gst/volume/gstvolume.c: (plugin_init):
16575           correct plugin description
16576
16577 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16580         (gst_gnome_vfs_src_check_get_range):
16581           Override GstBaseSrc::check_get_range() in order to avoid opening
16582           the resource just to check whether we can operate in pull-mode or
16583           not - we can predict that pretty well from the URI alone. Should
16584           fix problems with last.fm (#331690). (Requires latest core CVS).
16585
16586 2006-03-06  Wim Taymans  <wim@fluendo.com>
16587
16588         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16589         (gst_video_sink_class_init):
16590         Throw away frames that are later than 20 ms.
16591
16592 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16593
16594         Patch by: Fabrizio Gennari
16595
16596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16597           Set depth on WMA caps (#333545)
16598
16599 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16600
16601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16602         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16603           put Theora BOS pages before others.  This hardcodes
16604           the Ogg/Theora I profile, but hey.
16605
16606 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * ext/ogg/README:
16609           updated with some examples
16610         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16611         (granulepos_add), (theora_buffer_from_packet):
16612         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16613         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16614         (gst_vorbisenc_chain):
16615           implement strategy from ext/ogg/README
16616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16617         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16618         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16619         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16620           Fix muxer so that oggz-validate is happy with all streams;
16621           except for no eos mark, and the BOS page ordering
16622         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16623         (check_buffer_granulepos):
16624         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16625           update tests to check for OFFSET being set as requested
16626           fixed type of granulepos, it's not a ClockTime
16627
16628 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16629
16630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16631         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16632         Check that the xvimage we are creating has a correct size
16633         before returning it. (#314897)
16634
16635 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16636
16637         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16638           Give id3 and ape tag typefinders a rank slightly higher
16639           than PRIMARY to ensure they're always run before any of
16640           the other typefinders (in particular wav and mp3) (#324186).
16641
16642 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16645           Add support for '3IVD' fourcc (#333403).
16646
16647 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * configure.ac:
16650           Bump requirements to GStreamer CVS for the new error enum.
16651
16652         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16653           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16654           space left on the device (fixes #333352).
16655
16656 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16657
16658         * win32/vs6:
16659           add a project file for libgstvolume
16660           update the workspace
16661
16662 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16663
16664         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16665         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16666         (GST_START_TEST):
16667           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16668           Set IN_CAPS on header buffers
16669
16670 2006-03-02  Wim Taymans  <wim@fluendo.com>
16671
16672         * docs/plugins/Makefile.am:
16673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16675         Add audioresample to docs.
16676
16677         * gst/audioconvert/gstaudioconvert.c:
16678         Add revision date.
16679
16680         * gst/audioresample/gstaudioresample.c:
16681         (gst_audioresample_base_init), (gst_audioresample_class_init),
16682         (gst_audioresample_init), (gst_audioresample_dispose),
16683         (audioresample_get_unit_size), (audioresample_transform_caps),
16684         (resample_set_state_from_caps), (audioresample_transform_size),
16685         (audioresample_set_caps), (audioresample_event),
16686         (audioresample_do_output), (audioresample_transform),
16687         (audioresample_pushthrough), (gst_audioresample_set_property),
16688         (gst_audioresample_get_property), (plugin_init):
16689         * gst/audioresample/gstaudioresample.h:
16690         Added docs.
16691         Small code cleanups.
16692
16693 2006-03-02  Wim Taymans  <wim@fluendo.com>
16694
16695         * docs/plugins/Makefile.am:
16696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16698         Added videoscale to docs.
16699
16700         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16701         (gst_video_rate_swap_prev), (gst_video_rate_event),
16702         (gst_video_rate_chain):
16703         Fix typo in docs.
16704
16705         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16706         (gst_video_scale_init), (gst_video_scale_prepare_size),
16707         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16708         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16709         * gst/videoscale/gstvideoscale.h:
16710         Added docs, examples.
16711         Some code cleanups.
16712         Post errors instead of g_warning.
16713
16714 2006-03-02  Wim Taymans  <wim@fluendo.com>
16715
16716         * docs/libs/gst-plugins-base-libs-docs.sgml:
16717         * docs/libs/gst-plugins-base-libs-sections.txt:
16718         * docs/libs/gst-plugins-base-libs.types:
16719         * docs/plugins/Makefile.am:
16720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16722         Added some more docs to libs and plugins.
16723
16724         * gst-libs/gst/audio/gstringbuffer.c:
16725         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16726         * gst-libs/gst/audio/gstringbuffer.h:
16727         Document ringbuffer some more.
16728
16729         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16730         (gst_video_rate_setcaps), (gst_video_rate_reset),
16731         (gst_video_rate_init), (gst_video_rate_flush_prev),
16732         (gst_video_rate_swap_prev), (gst_video_rate_event),
16733         (gst_video_rate_chain), (gst_video_rate_change_state):
16734         * gst/videorate/gstvideorate.h:
16735         Fix videorate to use segments.
16736         Make it work with 0/1 framerates (closes #331903)
16737         Handle EOS correctly.
16738         Added docs.
16739
16740 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16741
16742         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16743         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16744         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16745           In state change function, first chain up to parent class,
16746           then handle downwards state change stuff. Remove some
16747           commented out cruft from 0.8 code.
16748
16749 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16752         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16753         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16754         (gst_ogm_parse_chain):
16755           Don't remove/re-add source pad if the new caps are the same as
16756           the old caps anyway (#333042). When removing source pad, don't
16757           unref it afterwards - we didn't ref it when adding. Sprinkle some
16758           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16759           after using gst_pad_get_parent(). Return downstream flow return
16760           value in chain function.
16761
16762 2006-03-02  Wim Taymans  <wim@fluendo.com>
16763
16764         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16765         * docs/plugins/gst-plugins-base-plugins.args:
16766         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16767         * docs/plugins/gst-plugins-base-plugins.interfaces:
16768         * docs/plugins/gst-plugins-base-plugins.signals:
16769         Fix hierarchy, added some more elements to the docs.
16770
16771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16772         (gst_ffmpegcsp_get_type):
16773         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16774         Fix docs for ffmpegcolorspace.
16775
16776 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16777
16778         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16779         (apetag_type_find), (ape_type_find), (plugin_init):
16780           Some typefinding fine-tuning:
16781           - rank ID3/APE tags in order of preference via probabilities, so that
16782             ID3v2 > APEv2 > APEv1 > ID3v1.
16783           - three or four bytes don't really justify MAXIMUM probability,
16784             change those to 'very likely' (musepack and monkeysaudio).
16785
16786 2006-03-01  Wim Taymans  <wim@fluendo.com>
16787
16788         * docs/plugins/Makefile.am:
16789         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16790         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16791         * ext/alsa/gstalsamixer.c:
16792         * ext/alsa/gstalsamixer.h:
16793         * ext/alsa/gstalsamixerelement.c:
16794         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16795         * ext/alsa/gstalsamixerelement.h:
16796         * ext/alsa/gstalsasink.c:
16797         * ext/alsa/gstalsasink.h:
16798         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16799         (gst_alsasrc_init):
16800         * ext/alsa/gstalsasrc.h:
16801         Added alsa docs.
16802         Small code cleanups.
16803
16804 2006-03-01  Wim Taymans  <wim@fluendo.com>
16805
16806         * ext/theora/Makefile.am:
16807         Dist new header too,
16808
16809 2006-03-01  Wim Taymans  <wim@fluendo.com>
16810
16811         * docs/plugins/Makefile.am:
16812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16813         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16814         * ext/gnomevfs/gstgnomevfssink.h:
16815         * ext/gnomevfs/gstgnomevfssrc.h:
16816         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16817         * ext/vorbis/vorbisdec.h:
16818         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16819         * ext/vorbis/vorbisenc.h:
16820         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16821         (vorbis_parse_chain), (vorbis_parse_change_state):
16822         * ext/vorbis/vorbisparse.h:
16823         * gst/audioconvert/gstaudioconvert.h:
16824         * gst/tcp/gsttcpserversink.h:
16825         * gst/videotestsrc/gstvideotestsrc.c:
16826         * gst/videotestsrc/gstvideotestsrc.h:
16827         * gst/volume/gstvolume.c:
16828         * gst/volume/gstvolume.h:
16829         Fix some more docs.
16830         Added docs for vorbisdec and vorbisparse.
16831         Fix vorbisparse.
16832
16833 2006-03-01  Wim Taymans  <wim@fluendo.com>
16834
16835         * docs/plugins/Makefile.am:
16836         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16837         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16838         * ext/pango/gstclockoverlay.h:
16839         * ext/pango/gsttextoverlay.h:
16840         * ext/pango/gsttextrender.h:
16841         * ext/pango/gsttimeoverlay.h:
16842         * ext/theora/gsttheoradec.h:
16843         * ext/theora/gsttheoraenc.h:
16844         * ext/theora/theoradec.c:
16845         * ext/theora/theoraenc.c:
16846         * gst/audioconvert/gstaudioconvert.h:
16847         * gst/audiotestsrc/gstaudiotestsrc.h:
16848         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16849         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16850         * gst/tcp/gstmultifdsink.h:
16851         Updated/added documentation.
16852
16853         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16854         (gst_text_overlay_halign_get_type),
16855         (gst_text_overlay_wrap_mode_get_type),
16856         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16857         (gst_text_overlay_init), (gst_text_overlay_set_property),
16858         (gst_text_overlay_get_property):
16859         Fix up properties to be enums instead of string to make bindings,
16860         introspection and automatic GUI creation possible.
16861         Add getters for the properties.
16862
16863 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16864
16865         * gst/audiotestsrc/gstaudiotestsrc.c:
16866           added defines of M_PI and M_PI_2
16867         * gst/ffmpegcolorspace/avcodec.h:
16868           removed #include "stdint.h" for win32 as _stdint.h is 
16869           autogenerated to win32/common
16870         * win32/common/libgstaudio.def:
16871         * win32/common/libgsttag.def:
16872           added some exports
16873         * win32/vs6:
16874           some project files bugs corrected
16875         * win32/vs7:
16876           project files are reset to the default vs7 configuration 
16877           (they link to msvcr71.dll using default optimizations)
16878           
16879 2006-02-28  Wim Taymans  <wim@fluendo.com>
16880
16881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16882         Fix some docs.
16883
16884 2006-02-28  Edward Hervey  <edward@fluendo.com>
16885
16886         * ext/alsa/gstalsasrc.c:
16887         Set proper class on the ElementDetails:
16888         Source/Audio instead of Src/Audio/
16889
16890 2006-02-28  Edward Hervey  <edward@fluendo.com>
16891
16892         * gst/videoscale/vs_scanline.c:
16893         (vs_scanline_resample_nearest_RGBA):
16894         Revert optimization in videoscale. It should go in liboil and have
16895         an appropriate liboil function.
16896
16897 2006-02-28  Wim Taymans  <wim@fluendo.com>
16898
16899         * gst-libs/gst/audio/gstbaseaudiosink.c:
16900         (gst_base_audio_sink_provide_clock):
16901         Don't try to provide a clock in the NULL state.
16902
16903 2006-02-28  Wim Taymans  <wim@fluendo.com>
16904
16905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16906         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16907         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16908         (gst_ogg_demux_deactivate_current_chain),
16909         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16910         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16911         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16912         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16913         Use GstSegment infrastructure to remove duplicated code
16914         and handle more seek cases correctly.
16915
16916 2006-02-28  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16919         (gst_ffmpegcsp_transform):
16920         Don't ignore return code from ffmpeg convert function.
16921
16922         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16923         Split out some long statements to ease debugging.
16924
16925 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16926
16927         * ext/libvisual/visual.c: (gst_visual_init),
16928         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16929         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16930         being able to renegotiate the size. Instead, use the negotiation
16931         algorithm from the goom plugin to pick an initial output caps. 
16932
16933         Also, allow theoretical libvisual plugins that might support non-GL 
16934         output even if they also do GL.
16935
16936 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16937
16938         * ext/libvisual/visual.c: (gst_visual_init),
16939         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16940         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16941         possible negotiation issues.
16942
16943 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16944
16945         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16946
16947 2006-02-24  Michael Smith  <msmith@fluendo.com>
16948
16949         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16950         (cmml_type_find), (plugin_init):
16951           Fix CMML type find function to not require a specific minor version
16952           of the CMML header.
16953
16954           Add an MPEG4 video elementary stream typefind function.
16955
16956 2006-02-04  Michael Smith  <msmith@fluendo.com>
16957
16958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16959         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16960         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16961         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16962         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16963         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16964           Annodex support in ogg demuxer. Doesn't do very much without the
16965           other annodex patches (to come).
16966
16967 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16970
16971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16972           Pick up palette for MS video v1 (#327028)
16973
16974 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16975
16976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16977         (gst_ffmpegcsp_caps_remove_format_info),
16978         (gst_ffmpegcsp_get_unit_size):
16979           The 'palette_data' field from incoming RGB caps shouldn't be
16980           proxied on outgoing YUV caps; also, restrict unit size
16981           adjustment in case of paletted data only to the unit that
16982           actually has a palette. Fixes #330711.
16983
16984 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16985
16986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16987         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16988         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16989         (gst_ffmpegcsp_get_unit_size):
16990           Plug some memory leaks.
16991
16992 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16993
16994         * sys/ximage/Makefile.am:
16995         * sys/xvimage/Makefile.am:
16996           Add some _CFLAGS and _LIBS that seem to be missing
16997           and/or required for Cygwin (see #317048).
16998
16999 2006-02-22  Wim Taymans  <wim@fluendo.com>
17000
17001         * ext/alsa/gstalsasrc.c:
17002         Fix description as pointed out by caugier.
17003
17004 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17005
17006         Reviewed by : Edward Hervey  <edward@fluendo.com>
17007
17008         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17009         (qt_type_find):
17010         Better 3gp typefinding (#331526).
17011
17012 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17015           Don't send EOS event here, the base class will send one for us.
17016
17017         * gst/playback/gstplaybasebin.c: (prepare_output):
17018           Subpictures without video stream aren't allowed either.
17019         
17020         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17021           Fix debug statement copy'n'paste-o.
17022
17023 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17024
17025         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17026           Fix issues with mixer keeping state when muting/unmuting
17027           and when changing the volume whilst muted (see #331763
17028           and #331765).
17029
17030 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17033         (parse_subrip), (gst_sub_parse_format_autodetect):
17034           Set right caps given that we send escaped text. Also,
17035           honour <i></i>, <b></b> and <u></u> markers that can be found
17036           in .srt files (fixes #310202).
17037
17038 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * gst-libs/gst/audio/mixerutils.c:
17041         (element_factory_rank_compare_func):
17042           Make order in which elements are tried more determinable.
17043
17044 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17045
17046         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17047         (remove_element_chain), (cleanup_decodebin),
17048         (gst_decode_bin_change_state): Make decodebin reusable by
17049         fixing remove_element_chain first and then introduce a
17050         cleaner in state change to ->NULL. (Closes #331678)
17051
17052 2006-02-19  Wim Taymans  <wim@fluendo.com>
17053
17054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17055         use 0666 mask when creating files so umask gets applied
17056         correctly. Fixes #331295.
17057
17058 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17059
17060         * gst/subparse/Makefile.am:
17061         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17062         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17063         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17064         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17065         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17066         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17067         * gst/subparse/gstssaparse.h:
17068         * gst/subparse/gstsubparse.c: (plugin_init):
17069           Add very basic parser for SSA subtitle streams (as often
17070           found in matroska files).
17071
17072 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17075           That should be text/x-pango-markup, not text/x-pango-layout.
17076
17077 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17078
17079         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17080         Polishing.
17081
17082 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17083
17084         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17085         (gst_text_overlay_finalize), (gst_text_overlay_init),
17086         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17087         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17088         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17089         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17090         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17091         Fix state change deadlock.
17092
17093 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17094
17095         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17096         (gst_text_overlay_finalize), (gst_text_overlay_init),
17097         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17098         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17099         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17100         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17101         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17102         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17103         and subtitles files.
17104
17105 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17106
17107         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17108         should be considered as raw.
17109
17110 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17111
17112         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17113         (cb_probe):
17114         * gst/playback/gststreaminfo.h: Introduce language informations.
17115
17116 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17117
17118         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17119         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17120         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17121         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17122         Set shared memory segments to be deleted as soon as we have attached,
17123         that way they get cleaned up automatically if we crash.
17124
17125 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17126
17127         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17128         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17129         functions are called with lock held.
17130
17131 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17132
17133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17134         (gst_text_overlay_finalize), (gst_text_overlay_init),
17135         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17136         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17137         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17138         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17139         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17140         (gst_text_overlay_change_state): Refactoring of textoverlay
17141         without collectpads. This now supports sparse subtitles coming
17142         from a demuxer instead of a sub file. Seeking is still broken 
17143         though. Need to discuss with wtay some more on how to handle
17144         seeking correctly.
17145         * ext/pango/gsttextoverlay.h:
17146         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17147         subtitles coming from the demuxer.
17148
17149 2006-02-17  Wim Taymans  <wim@fluendo.com>
17150
17151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17152         (gst_vorbisenc_convert_sink):
17153         Use some more scaling functions.
17154
17155 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17156
17157         * ext/cdparanoia/gstcdparanoiasrc.c:
17158         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17159         (gst_cd_paranoia_paranoia_callback),
17160         (gst_cd_paranoia_src_signal_is_being_watched),
17161         (gst_cd_paranoia_src_read_sector):
17162         * ext/cdparanoia/gstcdparanoiasrc.h:
17163           Add back 'transport-error' and 'uncorrected-error' signals and
17164           make them actually be fired when bad stuff happens (#319340).
17165
17166 2006-02-17  Wim Taymans  <wim@fluendo.com>
17167
17168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17169         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17170         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17171         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17172         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17173         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17174         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17175         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17176         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17177         (gst_ring_buffer_clear):
17178         Small cleanups.
17179         Added some G_LIKELY.
17180
17181 2006-02-17  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst-libs/gst/audio/TODO:
17184         Update TODO
17185
17186         * gst-libs/gst/audio/gstbaseaudiosink.c:
17187         (gst_base_audio_sink_get_offset):
17188         When trying to play samples ASAP and we don't have a
17189         previous sample, try to play at position 0 instead of
17190         an invalid position.
17191
17192 2006-02-17  Wim Taymans  <wim@fluendo.com>
17193
17194         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17195         (gst_alsasink_reset):
17196         Also release lock when we get an error in _reset();
17197         fix an error message.
17198
17199 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17200
17201         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17202         (gst_alsasink_init), (get_channel_free_structure),
17203         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17204         (gst_alsasink_close):
17205         * ext/alsa/gstalsasink.h:
17206           Add support for more than 2 channels (#326720).
17207
17208 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17209
17210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17211           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17212           with 4 or 6 channels, assume a default channel layout to make things
17213           work (not sure there's anything else we can do in those cases).
17214
17215 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17216
17217         * gst-libs/gst/audio/multichannel.c:
17218           Minor docs fix.
17219
17220         * gst-libs/gst/riff/Makefile.am:
17221         * gst-libs/gst/riff/riff-ids.h:
17222         * gst-libs/gst/riff/riff-media.c:
17223         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17224           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17225           channels and a channel layout map.
17226           
17227 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17228
17229         Reviewed by Edward Hervey  <edward@fluendo.com>
17230
17231         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17232         C-level optimization of the RGBA nearest neighbour function.
17233         Eventually this might end up in liboil with vectorized versions.
17234
17235 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17236
17237         * gst-libs/gst/audio/multichannel.c:
17238         (gst_audio_get_channel_positions):
17239           When we have more than 2 channels, but no channel layout is
17240           specified in the caps, return some default channel layout
17241           to the caller and warn about about a possibly buggy element
17242           (could be buggy filtercaps as well of course) (#317038).
17243
17244 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17247           Add gst-libs/gst/cdda to list of lib search paths.
17248
17249 2006-02-15  Andy Wingo  <wingo@pobox.com>
17250
17251         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17252         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17253         to the Lord Jesus that I do not have to touch the ogg muxer ever
17254         again.
17255
17256 2006-02-15  Edward Hervey  <edward@fluendo.com>
17257
17258         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17259         quicktime movie files can also contain 'uuid' atoms.
17260
17261 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17262
17263         * gst/audioconvert/plugin.c: (plugin_init):
17264           Register the GstAudioChannelPosition enum type with the type
17265           system in the plugin_init function, so that it is known before
17266           any element actually makes use of multi-channel stuff. This is
17267           required for example if one wants to be able to deserialise/use
17268           a caps string with channel positions before any pipeline has
17269           been setup and started, like with gst-launch.
17270
17271 2006-02-14  Wim Taymans  <wim@fluendo.com>
17272
17273         * gst-libs/gst/audio/gstringbuffer.c:
17274         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17275         (gst_ring_buffer_samples_done), (wait_segment),
17276         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17277         Add some compiler G_(UN_)LIKELY help.
17278         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17279         make sure they can exit their functions. Should fix #330748
17280
17281 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17282
17283         * Makefile.am:
17284         * configure.ac:
17285         * win32/MANIFEST:
17286         * win32/common/_stdint.h:
17287           Windows does not have long long; copy the generated _stdint.h
17288         * win32/common/interfaces-enumtypes.c:
17289         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17290         (gst_mixer_track_flags_get_type),
17291         (gst_tuner_channel_flags_get_type):
17292         * win32/common/multichannel-enumtypes.c:
17293         (gst_audio_channel_position_get_type):
17294           update
17295
17296 2006-02-13  Wim Taymans  <wim@fluendo.com>
17297
17298         * gst-libs/gst/audio/gstbaseaudiosink.c:
17299         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17300         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17301         Always sync on first sample we receive when starting.
17302
17303 2006-02-13  Wim Taymans  <wim@fluendo.com>
17304
17305         * gst/playback/gstplaybin.c: (gen_vis_element):
17306         Update vis bin docs.
17307         Move queue after tee so we don't queue video buffers but
17308         audio samples instead. Fixes problems where the video queue
17309         is filled and the audio queue empty.
17310
17311 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17314           No need to push an EOS event here, GstBaseSrc will do that for us
17315           when we return FLOW_UNEXPECTED.
17316           
17317 2006-02-12  Wim Taymans  <wim@fluendo.com>
17318
17319         * gst-libs/gst/audio/gstbaseaudiosink.c:
17320         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17321         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17322         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17323         Use scale functions when possible.
17324         Fix error messages.
17325         Free clockid when after waiting for EOS.
17326         Use G_(UN_)LIKLY when it makes sense.
17327         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17328
17329 2006-02-12  Edward Hervey  <edward@fluendo.com>
17330
17331         * gst/playback/gstplaybasebin.c: (prepare_output): 
17332         Remove stray semi-colon (fixes #330888).
17333
17334 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17335
17336         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17338         Fix up the XShm call testing so that we catch errors, and don't
17339         cause new ones by attempting to detach from a segment we failed
17340         to attach to. Fixes #312439.
17341
17342 2006-02-10  Edward Hervey  <edward@fluendo.com>
17343
17344         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17345         Added flv file typefind (video/x-flv).
17346
17347 2006-02-10  Edward Hervey  <edward@fluendo.com>
17348
17349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17350         (gst_riff_create_video_template_caps):
17351         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17352         Also added the caps to the default set of riff video caps.
17353
17354 2006-02-09  Andy Wingo  <wingo@pobox.com>
17355
17356         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17357         time and the end time of the last packet in the page.
17358         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17359         on the pages in our queue, set the duration as well. Reflow a
17360         debug statement.
17361         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17362         Fixes bad muxing order.
17363
17364 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * gst-libs/gst/rtp/gstbasertppayload.c:
17367         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17368           update seqnum before setting it on the packet; this makes sure
17369           that the timestamp and seqnum properties match after pushing
17370           a buffer
17371
17372 2006-02-09  Andy Wingo  <wingo@pobox.com>
17373
17374         * gst-libs/gst/audio/gstringbuffer.c
17375         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17376         overflow after 13.5 hours of recording. Kapow!
17377
17378         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17379         the buffer size -- we don't care about underrun/overrun reporting
17380         right now, just need to return a useful value.
17381
17382 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17383
17384         * configure.ac:
17385           Back to CVS
17386
17387 === release 0.10.3 ===
17388
17389 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17390
17391         * configure.ac:
17392           releasing 0.10.3, "Under Pressure"
17393
17394 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17395
17396         * configure.ac:
17397         Drat. Bump libtool version number for new API.
17398         Prelease 0.10.2.3 (of 0.10.3)
17399
17400 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17401
17402         * configure.ac:
17403         * win32/common/config.h:
17404         0.10.2.2 prerelease (of 0.10.3).
17405
17406 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17407
17408         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17409           Revert Andy's newsegment change pending a more correct
17410           fix.
17411
17412 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17413
17414         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17415         (qt_type_find), (plugin_init):
17416           detect more files as 3gp
17417           group and reorder the iso file formats
17418
17419 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * ext/vorbis/vorbis.c: (plugin_init):
17422           Register musicbrainz tags, so apps don't have to.
17423
17424 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17425
17426         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17427         (gst_tag_to_vorbis_tag):
17428           Make sure we called gst_tag_register_musicbrainz_tags()
17429           before possibly mapping a vorbiscomment string from/to a
17430           musicbrainz tag.
17431
17432 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17433
17434         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17435           In case we can't find the required number of consecutive
17436           mpeg audio frames to positively identify an MPEG audio
17437           stream, check if there's at least a valid mpeg audio
17438           frame right at offset 0 and if so suggest mpeg/audio
17439           caps with a very low probability (#153004).
17440
17441 2006-02-07  Andy Wingo  <wingo@pobox.com>
17442
17443         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17444         a TIME segment if we get timestamped buffers. Requires recent
17445         fixes in core to work properly.
17446
17447 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17448
17449         * gst/playback/gstplaybasebin.c: (prepare_output):
17450           Don't print the URI as part of the error message, it
17451           makes error dialogs look rather ugly, especially if
17452           the URI is very long or has characters in it that
17453           need escaping.
17454
17455 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17456
17457         * gst/playback/gstplaybasebin.c: (prepare_output):
17458           Error out if we have only text or subtitles, but nothing
17459           else. Also error out if we have subtitles but no video
17460           stream.
17461
17462 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17465           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17466           Post an error message on the bus when we encounter an
17467           error, which will hopefully be more meaningful than the
17468           'Internal Flow Error' message users get to see if we
17469           just return GST_FLOW_ERROR.
17470
17471 2006-02-07  Andy Wingo  <wingo@pobox.com>
17472
17473         * configure.ac (GST_MAJORMINOR): Update core version req to
17474         0.10.2.2, for the collectpads API addition (#330244).
17475
17476 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17479           Return FALSE from plugin_init() when GnomeVFS can't
17480           be initialised for some reason (#328423).
17481
17482 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17483
17484         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17485         Stick to seeking theory until i find the bug.
17486         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17487
17488 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17489
17490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17491         (theora_enc_finalize), (theora_enc_sink_setcaps),
17492         (theora_set_header_on_caps), (theora_enc_chain),
17493         (theora_enc_change_state):
17494         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17495           Make theoraenc and the tests leak free. Like, really.
17496
17497 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17498
17499         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17500         (theora_enc_finalize), (theora_enc_sink_setcaps):
17501           Add a finalize method to ensure we clean up state even if
17502           someone omitted the state change back to NULL.
17503
17504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17505         (gst_vorbisenc_chain):
17506           Free some more leaked bits.
17507
17508         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17509         (stop_pipeline):
17510           Wait for state changes to happen if they're ASYNC.
17511
17512           This ought to teach those fancy pants buildbots a lesson.
17513
17514 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17515
17516         * gst-libs/gst/tag/gstid3tag.c:
17517           Add mapping for ID3 International Standard Recording Code
17518           tag "TSRC"
17519
17520 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17521
17522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17523           Don't leak tag names.
17524
17525 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17526
17527         * docs/libs/gst-plugins-base-libs-docs.sgml:
17528         * docs/libs/gst-plugins-base-libs-sections.txt:
17529         * gst-libs/gst/tag/gstid3tag.c:
17530         * gst-libs/gst/tag/gstvorbistag.c:
17531         * gst-libs/gst/tag/tags.c:
17532           Split libgsttag docs into multiple sections.
17533
17534 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * docs/libs/Makefile.am:
17537         * docs/libs/gst-plugins-base-libs-docs.sgml:
17538         * docs/libs/gst-plugins-base-libs-sections.txt:
17539         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17540         * gst-libs/gst/tag/gstvorbistag.c:
17541         * gst-libs/gst/tag/tag.h:
17542         * gst-libs/gst/tag/tags.c:
17543           Add libgsttag to the docs.
17544
17545 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17546
17547         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17548         (gst_text_overlay_init), (gst_text_overlay_src_event),
17549         (gst_text_overlay_collected): Fix clockoverlay.
17550
17551 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * docs/libs/compiling.sgml:
17554           Fix typo: it's pkg-config, not pkg-gconfig
17555
17556         * docs/libs/gst-plugins-base-libs-docs.sgml:
17557         * docs/libs/gst-plugins-base-libs-sections.txt:
17558         * docs/libs/tmpl/gstgconf.sgml:
17559           There is no libgstgconf in 0.10, remove it
17560           from the docs.
17561
17562 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17563
17564         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17565         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17566         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17567         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17568         (gst_sub_parse_class_init), (gst_sub_parse_init),
17569         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17570         (parse_mpsub), (parser_state_init), (handle_buffer),
17571         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17572         * gst/subparse/gstsubparse.h: Introduce seeking code.
17573
17574 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17577           Add comment about LANGUAGE tag inconsistency (we want
17578           ISO-639-1, but extract three-letter identifiers?)
17579
17580         * po/POTFILES.in:
17581           Add two translatable files.
17582
17583 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * gst-libs/gst/tag/Makefile.am:
17586         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17587         * gst-libs/gst/tag/tag.h:
17588         * gst-libs/gst/tag/tags.c:
17589         (gst_tag_register_musicbrainz_tags_internal),
17590         (gst_tag_register_musicbrainz_tags):
17591           Forward-port some tags stuff from the 0.8 branch. This is
17592           mostly the addition of musicbrainz tags and their mapping
17593           to vorbistags, and a vorbistag mapping of the language tag.
17594
17595 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17596
17597         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17598         refactoring.
17599
17600 2006-02-04  David Schleef  <ds@schleef.org>
17601
17602         * ext/ogg/gstoggmux.c:
17603         * gst/typefind/gsttypefindfunctions.c:
17604           Add Dirac typefinding and add dirac format to oggmux.
17605
17606 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17607
17608         * gst/playback/gstdecodebin.c: (try_to_link_1):
17609           Don't put essential function call into
17610           g_return_*() macro, otherwise it'll all be
17611           replaced by NOOPs when compiling with
17612           G_DISABLE_CHECKS defined.
17613
17614 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17615
17616         * ext/ogg/gstoggdemux.c:
17617         * ext/ogg/gstoggparse.c:
17618         * gst/tcp/gsttcpserversink.c:
17619         * sys/v4l/v4lsrc_calls.c:
17620         * sys/v4l/v4lsrc_calls.h:
17621         Just make it compile with --disable-gst-debug.
17622
17623 2006-02-03  Wim Taymans  <wim@fluendo.com>
17624
17625         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17626         (gst_alsasink_class_init), (gst_alsasink_init),
17627         (gst_alsasink_write), (gst_alsasink_reset):
17628         * ext/alsa/gstalsasink.h:
17629         Add lock to protect alsa calls.
17630         Implement reset to flush samples ASAP, does not work
17631         with dmix though.
17632
17633 2006-02-02  Wim Taymans  <wim@fluendo.com>
17634
17635         * gst-libs/gst/audio/gstbaseaudiosink.c:
17636         (gst_base_audio_sink_provide_clock):
17637         Ugh.. getting late I guess...
17638
17639 2006-02-02  Wim Taymans  <wim@fluendo.com>
17640
17641         * gst-libs/gst/audio/gstbaseaudiosink.c:
17642         (gst_base_audio_sink_provide_clock),
17643         (gst_base_audio_sink_set_property),
17644         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17645         Don't try to provide a clock when we are not negotiated since
17646         we might not be able to make it run.
17647
17648 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17649
17650         * gst/playback/gstdecodebin.c: (try_to_link_1):
17651           Unlinking two source pads is ... hard.
17652
17653 2006-02-02  Wim Taymans  <wim@fluendo.com>
17654
17655         * gst-libs/gst/audio/TODO:
17656         Updated.
17657
17658         * gst-libs/gst/audio/gstbaseaudiosink.c:
17659         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17660         On EOS, wait till the last sample is played before posting EOS.
17661
17662 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17663
17664         Patch by: Kai Vehmanen
17665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17666           Adds ability to enable newsegment bypass by setting queue_delay to
17667           zero. Also avoid thread being started if queue_delay is zero.
17668
17669 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17672           Make test work again by connecting fakesinks to each decoded pad,
17673           which makes the pipeline wait until each fakesink has a buffer
17674           queued before going to PAUSED state. At that point we know the
17675           decodebin pads are negotiated.
17676
17677 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17680         (gst_cdda_base_src_handle_event):
17681         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17682           Pass unhandled queries to the parent class's query function.
17683
17684 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17685
17686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17687         (gst_ogg_pad_src_query):
17688         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17689         * ext/theora/theoradec.c: (theora_dec_src_query),
17690         (theora_dec_sink_query):
17691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17692         (vorbis_dec_sink_query):
17693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17694         (gst_vorbisenc_sink_query):
17695         * gst/adder/gstadder.c: (gst_adder_query):
17696           Pass unhandled queries upstream instead of just
17697           dropping them (#326447). Also, fix supported
17698           query types list for some elements.
17699
17700 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17701
17702         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17703         (paris_type_find), (ilbc_type_find), (plugin_init):
17704           Fix typefinding for audio/x-au, audio/x-paris and
17705           audio/iLBC-sh. We cannot use the START_WITH macros
17706           here, because there can only be one typefind factory
17707           with the same name (caps), so the second one would
17708           replace the first one and the first one would never
17709           be called when doing typefinding (see #161712).
17710           
17711
17712 2006-01-31  Wim Taymans  <wim@fluendo.com>
17713
17714         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17715         (vorbis_handle_header_packet), (vorbis_dec_push),
17716         (vorbis_handle_data_packet):
17717         Use scale_int when we can, add some more scaling.
17718         Check packettype before parsing it.
17719
17720 2006-01-31  Wim Taymans  <wim@fluendo.com>
17721
17722         * ext/theora/theoradec.c: (_theora_granule_time),
17723         (theora_dec_src_convert), (theora_dec_sink_convert):
17724         Call right _scale functions.
17725         Use parameter instead of some other random value.
17726
17727 2006-01-31  Wim Taymans  <wim@fluendo.com>
17728
17729         * ext/theora/theoradec.c: (_theora_granule_frame),
17730         (_theora_granule_time), (_inc_granulepos),
17731         (theora_dec_src_convert), (theora_dec_sink_convert),
17732         (theora_handle_type_packet), (theora_handle_data_packet),
17733         (theora_dec_chain):
17734         Use higher precision timestamps calculation.
17735         Convert some other conversions to _scale.
17736
17737 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17738
17739         * gst/audiotestsrc/gstaudiotestsrc.c:
17740         (gst_audio_test_src_create_sine_table), (plugin_init):
17741         * gst/volume/gstvolume.c: (plugin_init):
17742           initialize gst_controller before using
17743
17744 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17745
17746         * tests/check/pipelines/theoraenc.c:
17747         * tests/check/pipelines/vorbisenc.c:
17748         Define constant using G_GINT64_CONSTANT to avoid errors when
17749         passing it around - otherwise it gets truncated to 32 bits.
17750
17751         Fixes failing tests.
17752
17753 2006-01-31  Andy Wingo  <wingo@pobox.com>
17754
17755         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17756         caps being set doesn't have a framerate value. Basically a stopgap
17757         measure.
17758
17759         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17760         technically correct enough to put into core though.
17761         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17762         DURATION. Fixes theoraenc ! oggmux.
17763
17764         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17765         fraction, not double.
17766
17767 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17768
17769         * win32/vs7:
17770         add vs7 project files created by Sergey Scobich
17771
17772 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17773
17774         * win32/vs8:
17775         add vs8 project files created by Sergey Scobich
17776         
17777 2006-01-30  Andy Wingo  <wingo@pobox.com>
17778
17779         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17780         timestamp + duration, not just timestamp -- ogg pages should be
17781         ordered by stop time. Necessary fix given the change in vorbis
17782         timestamps.
17783
17784         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17785         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17786         (granulepos_add): New function, handles the messiness of adjusting
17787         granulepos values.
17788         (theora_buffer_from_packet):
17789         (theora_enc_chain):
17790         (theora_enc_sink_event): Use granulepos_add, not +.
17791
17792         * tests/check/pipelines/theoraenc.c
17793         (check_buffer_granulepos_from_starttime): Just check the frame
17794         count, not the actual granulepos -- we can't dictate to the
17795         encoder when it should be placing keyframes.
17796
17797 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17800           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17801           play an http:// stream from a server that's not serving
17802
17803 2006-01-30  Andy Wingo  <wingo@pobox.com>
17804
17805         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17806         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17807         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17808         available.
17809
17810         * ext/theora/gsttheoraenc.h:
17811         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17812         although theoraenc was timestamping correctly. Added handling of
17813         streams that start with nonzero timestamps.
17814
17815         * tests/check/Makefile.am:
17816         * tests/check/pipelines/theoraenc.c: New file, basically does same
17817         tests as vorbisenc.
17818
17819         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17820
17821 2006-01-30  Wim Taymans  <wim@fluendo.com>
17822
17823         * gst-libs/gst/audio/gstaudiosink.c:
17824         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17825         (gst_audioringbuffer_pause):
17826         Implement pause that does not wait for completion.
17827
17828         * gst-libs/gst/audio/gstbaseaudiosink.c:
17829         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17830         Don't drop buffers when going to PAUSED but perform preroll on
17831         remaining samples now that core base class supports this.
17832
17833         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17834         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17835         (gst_ring_buffer_commit):
17836         Pause should not signal waiters.
17837         Implement return value of _commit correctly.
17838
17839 2006-01-30  Andy Wingo  <wingo@pobox.com>
17840
17841         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17842
17843         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17844         updated to timestamp from the first sample, not the last.
17845         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17846         special care of granulepos and timestamp for header packets.
17847         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17848         when the first buffer has a nonzero timestamp.
17849
17850         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17851         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17852         case when the first audio buffer we get has a nonzero timestamp.
17853         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17854         properly timestamp vorbis buffers with the time of the first
17855         sample, not the last.
17856         
17857         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17858         vorbis_granule_time_copy -- now it takes the granule/subgranule
17859         offset into account.
17860
17861         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17862         timestamps, durations, and granulepos on buffers produced by
17863         vorbisenc.
17864
17865 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17866
17867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17868         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17869           Patch from Eric Jonas to support conversions to/from UYVY 
17870           (Fixes: #324626)
17871
17872 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17873
17874         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17875         (setup_subtitle), (setup_source), (set_active_source):
17876         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17877         (gen_text_element), (gen_audio_element), (gen_vis_element),
17878         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17879
17880 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17881
17882         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17883         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17884                 use gst_guint64_to_gdouble to be compliant with vs6
17885         * gst/playback/gstdecodebin.c: (try_to_link_1)
17886         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17887                 use G_GINT64_CONSTANT for int64 constants
17888         * win32/common/libgstinterfaces.def:
17889                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17890         * win32/vs6:
17891                 update and add new project files
17892                 
17893 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * Makefile.am:
17896         * win32/MANIFEST:
17897         * win32/common/interfaces-enumtypes.c:
17898         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17899         (gst_mixer_track_flags_get_type),
17900         (gst_tuner_channel_flags_get_type):
17901         * win32/common/interfaces-enumtypes.h:
17902         * win32/common/multichannel-enumtypes.c:
17903         (gst_audio_channel_position_get_type):
17904         * win32/common/multichannel-enumtypes.h:
17905           add a win32-update rule like in core, and copy over enumtypes files
17906
17907 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * win32/MANIFEST:
17910         * win32/common/config.h:
17911         * win32/common/config.h.in:
17912           add config files just like in core
17913
17914 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17917           Make gcc-4.1 happy (part of #327357).
17918
17919 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17920
17921         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17922         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17923         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17924         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17925         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17926         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17927           Update all error messages.  All of them should either use
17928           the default translated message, or actually provide a
17929           translatable string.
17930           Make the string for channel count problems meaningful.
17931
17932 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17935           check for and throw RESOURCE_BUSY
17936
17937 2006-01-27  David Schleef  <ds@schleef.org>
17938
17939         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17940           checked in this change -- it requires liboil features not
17941           in 0.3.6.  Revert parts.
17942
17943 2006-01-27  David Schleef  <ds@schleef.org>
17944
17945         * REQUIREMENTS:
17946         * configure.ac: update liboil requirement to 0.3.6
17947         * gst/videoscale/Makefile.am:
17948         * gst/videoscale/vs_scanline.c: liboilify
17949
17950 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17951
17952         * ext/libvisual/visual.c: (get_buffer):
17953           When pad_alloc returns a GstFlowReturn other
17954           than GST_FLOW_OK, make sure it is passed upstream.
17955
17956 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17957
17958         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17959         (gst_alsasink_class_init):
17960           Free the device name string.
17961
17962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17963         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17964         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17965           Don't remove a pad from the collectpads structure until it
17966           is released - it's a request pad, and may receive data again
17967           if the element gets moved back to PLAYING state.
17968
17969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17970           Ensure we turn on double buffering on the Xv port, and
17971           set the colour key to something dark and mysterious that
17972           isn't black.
17973
17974 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17975
17976         * ext/alsa/gstalsaplugin.c: (plugin_init):
17977         * ext/cdparanoia/gstcdparanoiasrc.c:
17978         (gst_cd_paranoia_src_base_init), (plugin_init):
17979         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17981           - a library should not call setlocale. see "Libraries" node in
17982             gettext manual
17983           - make sure all plugins that use translation do bindtextdomain
17984             to point to the localedir
17985         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17986         (setup_sinks), (plugin_init):
17987           all this, and check for NULL when creating sinks
17988
17989 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17990
17991         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17992         (plugin_init): Make typefinding of subtitles work again.
17993
17994 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17995
17996         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17997         (mp3_type_frame_length_from_header), (mp3_type_find),
17998         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17999         (plugin_init):
18000           Backport a bunch of typefinding fixes from the 0.8 branch.
18001           Also, improve wavpack typefinding: if we can't peek the
18002           entire wavpack block, try to parse the bits we can get and
18003           see if we find what we're looking for in those.
18004
18005 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18006
18007         * sys/ximage/ximagesink.c:
18008         (gst_ximagesink_calculate_pixel_aspect_ratio):
18009         * sys/xvimage/xvimagesink.c:
18010         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18011         more cases of pixel aspect ratio.
18012
18013 2006-01-26  Edward Hervey  <edward@fluendo.com>
18014
18015         * gst/playback/gstdecodebin.c: (pad_probe):
18016         Also consider the flush-start and tag events as unblockers
18017         for the pad probes.
18018
18019 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18020
18021         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18022         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18023         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18024         On the fly visualisation switch, works disabling, enabling as
18025         well but it won't be able to enable vis in a playbin that was
18026         created with no visualisation.
18027
18028 2006-01-25  Wim Taymans  <wim@fluendo.com>
18029
18030         * gst-libs/gst/audio/gstbaseaudiosink.c:
18031         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18032         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18033         resume after pause.
18034
18035 2006-01-25  Wim Taymans  <wim@fluendo.com>
18036
18037         * gst-libs/gst/audio/gstbaseaudiosink.c:
18038         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18039         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18040         Improve debugging.
18041         Post error when caps cannot be parsed.
18042         Resync on discontinuity in the stream.
18043         Clip samples to segment boundaries.
18044         return WRONG_STATE sooner when we are flushing.
18045
18046         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18047         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18048         Make audiosrc operate in TIME.
18049         Set TIMESTAMP and DURATION on buffers.
18050
18051 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18052
18053         * tests/examples/seek/seek.c: (main):
18054           Output tag messages as well.
18055
18056 2006-01-23  Edward Hervey  <edward@fluendo.com>
18057
18058         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18059         (free_pad_probes), (remove_fakesink), (pad_probe),
18060         (close_pad_link), (gst_decode_bin_change_state):
18061         Replace GstPadBlockCallback with pad probes that detect
18062         first buffer AND eos before removing fakesink.
18063         Fixes hang with demuxers doing EOS while pre-rolling.
18064         Solves #328279
18065
18066 2006-01-23  Andy Wingo  <wingo@pobox.com>
18067
18068         * ext/alsa/gstalsasink.c:
18069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18070         (gst_base_rtp_depayload_setcaps),
18071         (gst_base_rtp_depayload_add_to_queue),
18072         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18073         
18074         Patch by: Jens Granseuer <jensgr at gmx dot net>
18075
18076 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18077
18078         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18079         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18080         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18081         frames. We might get a frame destroyed after changing state to
18082         NULL, adding a safety check on xcontext.
18083
18084 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * gst-libs/gst/interfaces/xoverlay.c:
18087           Fix prepare-xwindow-id code example in the docs - we need to
18088           ignore all messages that aren't element messages as well.
18089           
18090 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18091
18092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18093           I think one day i'll completely undestand how caps negotiation
18094           is supposed to work. This refactoring handles buffer_alloc
18095           called with caps we can't handle. We definitely don't want a
18096           set_caps with those caps, so we define and allocate a buffer
18097           we would like to receive.
18098
18099 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18100
18101         * gst/playback/gstplaybasebin.c: (setup_source):
18102           Free iterator when done.
18103
18104 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18105
18106         * gst-libs/gst/audio/gstbaseaudiosink.c:
18107         (gst_base_audio_sink_render):
18108           Fix playback of non-synchronised streams by assuming a rate
18109           of 1.0 instead of a random one.
18110
18111           Makes this work again:
18112
18113           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18114           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18115           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18116           audioresample ! alsasink
18117
18118 === release 0.10.2 ===
18119
18120 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18121
18122         * configure.ac:
18123           releasing 0.10.2, "Then the devil is six"
18124
18125 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18126
18127         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18128         * gst/playback/gststreamselector.c:
18129         (gst_stream_selector_set_property):
18130           Comment out broken code that connects to the state-changed signal.
18131           At this point, changing current stream selection is broken, but 
18132           stuff like gst-launch playbin current-audio=1 works and filters
18133           to the chosen stream.
18134
18135 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18136
18137         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18138           Fix #327216 (null dereference in vorbisdec)
18139
18140 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18141
18142         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18143           Post taglist actually on bus instead of just freeing it
18144           (fixes #327114 and totem bug #327080).
18145
18146         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18147           Use gst_element_found_tags_for_pad(), so that the tags
18148           are sent downstream as an event as well.
18149
18150 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18151
18152         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18153         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18154         (gst_ximagesink_buffer_alloc):
18155         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18156         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18157         (gst_xvimagesink_buffer_alloc):
18158           move all regularly occurring messages to GST_LOG level
18159           add some more object logs
18160
18161 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18162
18163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18164           fix a silly segfault
18165
18166 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * docs/libs/gst-plugins-base-libs-docs.sgml:
18169         * docs/libs/gst-plugins-base-libs-sections.txt:
18170         * gst-libs/gst/audio/mixerutils.c:
18171         * gst-libs/gst/audio/mixerutils.h:
18172           Add docs for mixerutils stuff.
18173
18174 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18175
18176         * gst/playback/gstplaybasebin.c: (setup_source):
18177           Fix playback for sources that emit raw audio or
18178           raw video streams (e.g.: cd audio sources) (#325984).
18179
18180 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18181
18182         * gst-libs/gst/audio/mixerutils.c:
18183         (gst_audio_mixer_filter_do_filter):
18184           actually save the element we create
18185
18186 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18187
18188         * gst-libs/gst/cdda/gstcddabasesrc.c:
18189         (gst_cdda_base_src_handle_track_seek):
18190           No need to post a tag message on the bus when seeking
18191           within the same track, only post it when the current
18192           track changes.
18193
18194 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18195
18196         * gst/playback/gstplaybasebin.c: (group_destroy),
18197         (probe_triggered), (new_decoded_pad), (mute_group_type),
18198         (set_active_source):
18199         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18200         * gst/playback/gststreamselector.c:
18201         (gst_stream_selector_base_init),
18202         (gst_stream_selector_set_property),
18203         (gst_stream_selector_request_new_pad):
18204           Reenable stream selection. These mechanisms need a complete overhaul
18205           in the face of 0.8->0.10 changes though.
18206
18207 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18208
18209         * ext/ogg/gstoggdemux.c:
18210           Change the pad template to src_%d to match the pads that 
18211           are created from it. decodebin needs this information in order
18212           to decide that oggdemux is capable of producing multiple pads
18213           (and hence needs queues inserted).
18214
18215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18216         (gst_ogg_mux_collected):
18217           Make debug output more useful by using GST_PTR_FORMAT.
18218
18219 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18220
18221         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18224           Set depth and width for alaw/mulaw (fixes #326601).
18225
18226 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         * tests/icles/Makefile.am:
18229           don't build the tests if we don't have the libs
18230
18231 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18232
18233         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18234         (gst_cd_paranoia_paranoia_callback):
18235           Don't try to free NULL pointers.
18236
18237 2006-01-10  Edward Hervey  <edward@fluendo.com>
18238
18239         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18240         (gst_audio_rate_change_state), (plugin_init):
18241         Add debugging category.
18242         Fix type issues.
18243         Add case for incoming buffers without valid offset/offset_end.
18244
18245 2006-01-10  Michael Smith  <msmith@fluendo.com>
18246
18247         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18248           Don't leak GCond in audio sources.
18249
18250 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18251
18252         * gst/playback/gstplaybin.c: (gen_audio_element):
18253           Don't leak an autoaudiosink/alsasink when we generate
18254           a new audio element. (old code, I guess)
18255
18256 2006-01-10  Michael Smith  <msmith@fluendo.com>
18257
18258         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18259           Support float audio in audiorate.
18260           Use width rather than depth for selecting sample width.
18261
18262 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18263
18264         * gst/videotestsrc/videotestsrc.h:
18265           Use GLib types here (that way we don't have to include the
18266           generated _stdint.h header, which makes life easier for win32
18267           folks that don't use autotools for the build) (#325990, patch
18268           by: Sergey Scobich).
18269
18270 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18271
18272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18273         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18274         (gst_ring_buffer_pause), (wait_segment):
18275         * gst-libs/gst/audio/gstringbuffer.h:
18276           Name (private) union, makes Forte compiler happy (this time
18277           for real) (#324900).
18278
18279 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * gst-libs/gst/audio/Makefile.am:
18282           Link against libgstinterfaces, needed for mixer
18283           and property probe stuff.
18284
18285 2006-01-09  Edward Hervey  <edward@fluendo.com>
18286
18287         * gst-libs/gst/Makefile.am:
18288
18289 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * gst-libs/gst/audio/Makefile.am:
18292         * gst-libs/gst/audio/mixerutils.c:
18293         (gst_audio_mixer_filter_do_filter),
18294         (gst_audio_mixer_filter_check_element),
18295         (gst_audio_mixer_filter_probe_feature),
18296         (element_factory_rank_compare_func),
18297         (gst_audio_default_registry_mixer_filter):
18298         * gst-libs/gst/audio/mixerutils.h:
18299           Add gst_audio_default_registry_mixer_filter() utility
18300           function.
18301
18302 2006-01-03  Michael Smith  <msmith@fluendo.com>
18303
18304         * gst/audioresample/resample.h:
18305           As before, but for o_buf
18306
18307 2006-01-03  Michael Smith  <msmith@fluendo.com>
18308
18309         * gst/audioresample/resample.h:
18310           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18311           since we do arithmetic on it.
18312
18313 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18314
18315         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18316         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18317         (gst_ring_buffer_pause), (wait_segment):
18318         * gst-libs/gst/audio/gstringbuffer.h:
18319           Sun's Forte compiler doesn't seem to like anonymous structs,
18320           so use same setup as in GstBaseSrc (fixes #324900).
18321
18322 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18323
18324         * configure.ac:
18325         * gst/volume/Makefile.am:
18326         * gst/volume/demo.c:
18327           move old example to tests/examples/volume/volune.c
18328         * tests/examples/Makefile.am:
18329         * tests/examples/seek/seek.c: (main):
18330           change window-close event from "delete-event" to "destroy"
18331         * tests/examples/volume/Makefile.am:
18332         * tests/examples/volume/volume.c: (value_changed_callback),
18333         (setup_gui), (message_received), (eos_message_received), (main):
18334           fix event handling and bus usage
18335
18336 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18337
18338         * gst/audiotestsrc/gstaudiotestsrc.c:
18339         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18340         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18341         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18342         (gst_audio_test_src_create_square),
18343         (gst_audio_test_src_create_saw),
18344         (gst_audio_test_src_create_triangle),
18345         (gst_audio_test_src_create_silence),
18346         (gst_audio_test_src_create_white_noise),
18347         (gst_audio_test_src_create_pink_noise),
18348         (gst_audio_test_src_init_sine_table),
18349         (gst_audio_test_src_create_sine_table),
18350         (gst_audio_test_src_change_wave),
18351         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18352         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18353         * gst/audiotestsrc/gstaudiotestsrc.h:
18354           update to basesrc changes, implement segmented seeking and eos
18355           handling, add a 'sine-tab' waveform for performance critical playback
18356
18357 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * po/POTFILES.in:
18360           ... and this time the other modified file that I missed last time.
18361
18362 2005-12-29  Michael Smith  <msmith@fluendo.com>
18363
18364         * gst/playback/gstdecodebin.c: (new_pad):
18365           Fix non-C89 variable declaration not at the start of a block. Should
18366           help some compilers.
18367
18368 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * tests/check/Makefile.am:
18371           And now fix 'make distcheck' (builddir != srcdir)
18372
18373 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18374
18375         * configure.ac:
18376         * ext/cdparanoia/Makefile.am:
18377         * ext/cdparanoia/gstcdparanoia.c:
18378         * ext/cdparanoia/gstcdparanoia.h:
18379         * ext/cdparanoia/gstcdparanoiasrc.c:
18380         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18381         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18382         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18383         (gst_cd_paranoia_paranoia_callback),
18384         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18385         (gst_cd_paranoia_src_set_property),
18386         (gst_cd_paranoia_src_get_property), (plugin_init):
18387         * ext/cdparanoia/gstcdparanoiasrc.h:
18388           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18389           plugin again (there are still fixes required to playbin to make
18390           cdda:// uris work there).
18391
18392 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * tests/check/Makefile.am:
18395           Fix test case compilation.
18396
18397 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18398
18399         * gst-libs/gst/cdda/gstcddabasesrc.c:
18400         (gst_cdda_base_src_update_duration),
18401         (gst_cdda_base_src_calculate_cddb_id):
18402           An integer is not a string. Fix access to uninitialised variable.
18403
18404         * tests/check/Makefile.am:
18405           Add cddabasesrc unit test; also actually enable the vorbis test.
18406
18407         * tests/check/generic/states.c:
18408           Blacklist new cd audio elements as well.
18409
18410         * tests/check/libs/cddabasesrc.c:
18411           Unit test for GstCddaBaseSrc (discid calculation mostly).
18412
18413 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * docs/libs/Makefile.am:
18416         * docs/libs/gst-plugins-base-libs-docs.sgml:
18417         * docs/libs/gst-plugins-base-libs-sections.txt:
18418         * docs/libs/gst-plugins-base-libs.types:
18419           Add docs for libgstcdda/GstCddaBaseSrc.
18420
18421         * gst-libs/gst/interfaces/mixertrack.h:
18422           Do one struct member per line with a semicolon at the end, that way
18423           even gtk-doc might parse it without complaining.
18424
18425 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * configure.ac:
18428         * gst-libs/gst/Makefile.am:
18429         * gst-libs/gst/cdda/Makefile.am:
18430         * gst-libs/gst/cdda/base64.c:
18431         * gst-libs/gst/cdda/base64.h:
18432         * gst-libs/gst/cdda/gstcddabasesrc.c:
18433         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18434         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18435         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18436         (gst_cdda_base_src_get_property),
18437         (gst_cdda_base_src_get_track_from_sector),
18438         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18439         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18440         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18441         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18442         (gst_cdda_base_src_uri_get_protocols),
18443         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18444         (gst_cdda_base_src_uri_handler_init),
18445         (gst_cdda_base_src_setup_interfaces),
18446         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18447         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18448         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18449         (gst_cdda_base_src_add_tags),
18450         (gst_cdda_base_src_add_index_associations),
18451         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18452         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18453         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18454         (gst_cdda_base_src_create):
18455         * gst-libs/gst/cdda/gstcddabasesrc.h:
18456         * gst-libs/gst/cdda/sha1.c:
18457         * gst-libs/gst/cdda/sha1.h:
18458           Add new libgstcdda with GstCddaBaseSrc class.
18459
18460 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * ext/gnomevfs/gstgnomevfssink.h:
18463           Use GstBaseSinkClass as parent_class member for class struct, not
18464           GstBaseSink.
18465
18466 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         Patch by: Michael Benes
18469
18470         * gst/videotestsrc/gstvideotestsrc.c:
18471         (gst_video_test_src_class_init), (gst_video_test_src_start):
18472           Add start method to reset running time and number of frames sent
18473           when starting up (fixes #324696)
18474
18475 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * docs/plugins/Makefile.am:
18478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18479         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18480         * docs/plugins/gst-plugins-base-plugins.args:
18481         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18482         * docs/plugins/gst-plugins-base-plugins.signals:
18483           Add docs stuff for gnomevfssrc and gnomevfssink.
18484
18485         * ext/gnomevfs/gstgnomevfssrc.c:
18486           Fix example pipeline in gtk-doc blurb.
18487
18488 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * ext/gnomevfs/Makefile.am:
18491         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18492         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18493         (gst_gnome_vfs_handle_get_type), (plugin_init):
18494         * ext/gnomevfs/gstgnomevfs.h:
18495         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18496         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18497         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18498         (gst_gnome_vfs_sink_set_property),
18499         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18500         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18501         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18502         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18503         (gst_gnome_vfs_sink_uri_get_type),
18504         (gst_gnome_vfs_sink_uri_get_protocols),
18505         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18506         (gst_gnome_vfs_sink_uri_handler_init):
18507         * ext/gnomevfs/gstgnomevfssink.h:
18508           Port gnomevfssink; add gtk-doc blurb.
18509
18510         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18511         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18512         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18513         (gst_gnome_vfs_src_uri_get_type),
18514         (gst_gnome_vfs_src_uri_get_protocols),
18515         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18516         (gst_gnome_vfs_src_uri_handler_init),
18517         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18518         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18519         (gst_gnome_vfs_src_send_additional_headers_callback),
18520         (gst_gnome_vfs_src_received_headers_callback),
18521         (gst_gnome_vfs_src_push_callbacks),
18522         (gst_gnome_vfs_src_pop_callbacks),
18523         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18524         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18525         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18526         * ext/gnomevfs/gstgnomevfssrc.h:
18527           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18528           file; add gtk-doc blurb with example pipelines.
18529
18530 === release 0.10.1 ===
18531
18532 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18533
18534         * configure.ac:
18535           releasing 0.10.1, "Dobro Dedek"
18536
18537 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18538
18539         * gst/typefind/gsttypefindfunctions.c:
18540         iLBC30 and iLBC20 added to typefind.
18541
18542 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18543
18544         * gst-libs/gst/audio/gstbaseaudiosink.c:
18545         (gst_base_audio_sink_class_init):
18546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18547         (gst_base_audio_src_class_init):
18548           update strings, values are in microseconds
18549           change the default sink buffer time to something that is smaller
18550           (to help software volume mixing have a slightly lower delay) but
18551           still be acceptable on Wim's laptop
18552
18553 2005-12-20  Edward Hervey  <edward@fluendo.com>
18554
18555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18556         Made a quack, forgot to add DUCK to the riff video template.
18557
18558 2005-12-19  Edward Hervey  <edward@fluendo.com>
18559
18560         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18561         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18562         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18563         (gst_ogm_parse_chain):
18564         Make sure pads are initialized correctly.
18565         * gst-libs/gst/riff/riff-ids.h:
18566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18567         (gst_riff_create_video_template_caps):
18568         Add a whole bunch of FOURCC <=> MimeType.
18569         Extend the riff video pad template to support the newly added fourcc.
18570
18571 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18574         (gst_ogg_demux_activate_chain):
18575           Extra debug output when activating/deactivating chains.
18576
18577         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18578         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18579         (unlinked):
18580           Remove a queue from our list when it becomes unlinked.
18581           Don't add queues to elements in class 'Demux' if they
18582           can only produce one pad 
18583
18584 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18585
18586         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18587         (gst_video_sink_get_type): Add a debug category.
18588
18589 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18590
18591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18592         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18593           Handle downstream newsegment by sending our own newsegment before the
18594           next buffer to be released. (#323900)
18595
18596 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18597
18598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18599         (gst_base_rtp_depayload_set_gst_timestamp):
18600           add queue delay to new segment as well (as opposed to just the first
18601           buffer). (bug #322347)
18602
18603 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18604
18605         * ext/libvisual/visual.c: (make_valid_name):
18606           change some char* into char[]
18607         * gst/audiotestsrc/gstaudiotestsrc.c:
18608         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18609         (gst_audio_test_src_create):
18610         * gst/audiotestsrc/gstaudiotestsrc.h:
18611           prepare to handle EOS and SEGMENT_DONE
18612
18613 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18614
18615         * tests/check/generic/states.c: (GST_START_TEST):
18616           Blacklist cdparanoia element in state test.
18617
18618 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620           Patch by: Benjamin Pineau
18621
18622         * gst/tcp/gsttcp.c:
18623         * gst/tcp/gsttcpclientsink.c:
18624         * gst/tcp/gsttcpserversink.c:
18625         * gst/tcp/gsttcpserversrc.c:
18626           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18627
18628 2005-12-15  Michael Smith  <msmith@fluendo.com>
18629
18630         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18631         (gst_video_rate_chain):
18632           Fix timestamping for videorate when the first buffer it sees has a
18633           non-zero timestamp. Fix some misleading debug output.
18634
18635 2005-12-15  Michael Smith  <msmith@fluendo.com>
18636
18637         * gst/audioresample/gstaudioresample.c:
18638           Don't leak all input buffers to audioresample.
18639
18640 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18643           Don't operate on empty text buffers. Strip newlines and
18644           tabs only from the end of the text, but leave them intact
18645           in the middle. Fix typo in gtk-doc description.
18646
18647 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18648
18649         * gst/playback/gstplaybasebin.c:
18650         * gst/playback/gstplaybin.c: (handoff):
18651           Make sure the video frame buffer we return to apps via the
18652           "frame" property always has caps set on it. Modify
18653           _gst_gvalue_set_object() macro to handle NULL objects
18654           gracefully too.
18655
18656 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18657
18658         * gst/audiotestsrc/gstaudiotestsrc.c:
18659         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18660         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18661         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18662         (gst_audio_test_src_create):
18663         * gst/audiotestsrc/gstaudiotestsrc.h:
18664         Adjust to some recent api changes and add wtays new cool seeking
18665         capabillities
18666
18667 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * ext/alsa/Makefile.am:
18670         * ext/alsa/gstalsadeviceprobe.c:
18671         * ext/alsa/gstalsadeviceprobe.h:
18672           Helper functions to add device probing via the GstPropertyProbe
18673           interface to a class.
18674
18675         * ext/alsa/gstalsamixer.h:
18676           Comment out GST_ALSA_MIXER, it returns a struct that's not
18677           used.
18678
18679         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18680           Add some debug info. 
18681
18682         * ext/alsa/gstalsamixerelement.c:
18683         (gst_alsa_mixer_element_interface_supported),
18684         (gst_implements_interface_init),
18685         (gst_alsa_mixer_element_init_interfaces),
18686         (gst_alsa_mixer_element_class_init),
18687         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18688         (gst_alsa_mixer_element_set_property),
18689         (gst_alsa_mixer_element_get_property),
18690         (gst_alsa_mixer_element_change_state):
18691         * ext/alsa/gstalsamixerelement.h:
18692           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18693           for device handling (gnome-volume-control will need that).
18694
18695 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18696
18697         * ext/Makefile.am: fix cdparanoia entry
18698         * gst-plugins-base.spec.in: add cdparanoia
18699
18700 2005-12-12  Michael Smith  <msmith@fluendo.com>
18701
18702         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18703           Use the correct function to free list of typefind factories.
18704
18705 2005-12-12  Wim Taymans  <wim@fluendo.com>
18706
18707         * gst/videotestsrc/gstvideotestsrc.c:
18708         (gst_video_test_src_class_init), (gst_video_test_src_init),
18709         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18710         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18711         (gst_video_test_src_create):
18712         * gst/videotestsrc/gstvideotestsrc.h:
18713         Implement seeking in videotestsrc.
18714         Small cleanups.
18715
18716 2005-12-12  Wim Taymans  <wim@fluendo.com>
18717
18718         * ext/cdparanoia/Makefile.am:
18719         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18720         (gst_paranoia_endian_get_type), (_do_init),
18721         (cdparanoia_class_init), (cdparanoia_init),
18722         (cdparanoia_set_property), (cdparanoia_get_property),
18723         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18724         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18725         (cdparanoia_convert), (cdparanoia_get_query_types),
18726         (cdparanoia_query), (cdparanoia_set_index),
18727         (cdparanoia_uri_set_uri):
18728         * ext/cdparanoia/gstcdparanoia.h:
18729         Partially ported cdparanoia now that basesrc can support a
18730         plugin like this..
18731
18732 2005-12-12  Wim Taymans  <wim@fluendo.com>
18733
18734         * tests/examples/seek/scrubby.c: (main):
18735         Set higher priority for bus events so they don't get reordered with
18736         gtk gui events.
18737
18738         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18739         (flush_toggle_cb), (main):
18740         Added checkbox to disable flushing seeks. 
18741         Disable scrubbing when doing non flushing seeks.
18742
18743 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18746         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18747         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18748         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18749           Implement some sort of event handling that doesn't rely on
18750           g_return_if_fail; make sure we always push the last chunk of an 
18751           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18752           state change function; remove some old cruft. Seeking is still
18753           rather unlikely to work though.
18754
18755         * tools/.cvsignore:
18756           Ignore more.
18757
18758 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18759
18760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18761         Fixed a leak of the current image reference when cleaning up.
18762         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18763
18764 2005-12-09  Michael Smith  <msmith@fluendo.com>
18765
18766         * tools/Makefile.am:
18767         * tools/gst-launch-ext-m.m:
18768           Remove gst-launch-ext. It doesn't work, and is no longer
18769           particularly useful.
18770
18771 2005-12-08  Luca Ognibene  <luogni@tin.it>
18772
18773         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18774           don't pass random values to ogmparse convert function.
18775           Make seeking possible in the exile1.ogm file.
18776
18777 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18778
18779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18780         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18781           Work around refcount problem with g_value_set_object() that occur
18782           if the core has been compiled against GLib-2.6 (g_value_set_object()
18783           will only g_object_ref() the element, but the caller will
18784           gst_object_unref() it and bad things will happen due to the way
18785           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18786           totem for people on FC4 using Thomas's 0.10 RPMs.
18787           
18788 2005-12-07  Edward Hervey  <edward@fluendo.com>
18789
18790         Time to welcome ogm to 0.10 :)
18791         
18792         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18793         (gst_ogg_pad_typefind):
18794         Oggdemux can now properly typefind elements with dynamic pads.
18795         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18796         Properly set caps on src pad, and set caps on outgoing buffers.
18797
18798 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18799
18800         * ext/alsa/gstalsamixer.h:
18801         * ext/alsa/gstalsamixerelement.h:
18802         * ext/alsa/gstalsamixeroptions.h:
18803         * ext/alsa/gstalsamixertrack.h:
18804         * ext/alsa/gstalsasink.c:
18805         * ext/alsa/gstalsasink.h:
18806         * ext/alsa/gstalsasrc.c:
18807         * ext/alsa/gstalsasrc.h:
18808         * ext/cdparanoia/gstcdparanoia.h:
18809         * ext/gnomevfs/gstgnomevfsuri.h:
18810         * ext/ogg/gstoggdemux.c:
18811         * ext/ogg/gstoggmux.c:
18812         * ext/pango/gsttextoverlay.h:
18813         * ext/theora/theoradec.c:
18814         * ext/theora/theoraenc.c:
18815         * ext/vorbis/vorbisdec.h:
18816         * ext/vorbis/vorbisenc.c:
18817         * ext/vorbis/vorbisenc.h:
18818         * ext/vorbis/vorbisparse.h:
18819         * gst-libs/gst/audio/gstaudioclock.h:
18820         * gst-libs/gst/audio/gstaudiosink.c:
18821         * gst-libs/gst/audio/gstaudiosink.h:
18822         * gst-libs/gst/audio/gstaudiosrc.c:
18823         * gst-libs/gst/audio/gstaudiosrc.h:
18824         * gst-libs/gst/audio/gstbaseaudiosink.c:
18825         * gst-libs/gst/audio/gstbaseaudiosink.h:
18826         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18827         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18828         * gst-libs/gst/audio/gstringbuffer.h:
18829         * gst-libs/gst/audio/multichannel.h:
18830         * gst-libs/gst/floatcast/floatcast.h:
18831         * gst-libs/gst/interfaces/colorbalance.c:
18832         * gst-libs/gst/interfaces/colorbalance.h:
18833         * gst-libs/gst/interfaces/colorbalancechannel.h:
18834         * gst-libs/gst/interfaces/mixer.h:
18835         * gst-libs/gst/interfaces/mixeroptions.h:
18836         * gst-libs/gst/interfaces/mixertrack.h:
18837         * gst-libs/gst/interfaces/navigation.h:
18838         * gst-libs/gst/interfaces/propertyprobe.h:
18839         * gst-libs/gst/interfaces/tuner.h:
18840         * gst-libs/gst/interfaces/tunerchannel.h:
18841         * gst-libs/gst/interfaces/tunernorm.h:
18842         * gst-libs/gst/interfaces/xoverlay.h:
18843         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18844         * gst-libs/gst/riff/riff-ids.h:
18845         * gst-libs/gst/riff/riff-media.h:
18846         * gst-libs/gst/riff/riff-read.h:
18847         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18848         * gst-libs/gst/rtp/gstbasertppayload.c:
18849         * gst-libs/gst/rtp/gstbasertppayload.h:
18850         * gst-libs/gst/rtp/gstrtpbuffer.c:
18851         * gst-libs/gst/rtp/gstrtpbuffer.h:
18852         * gst-libs/gst/tag/gsttageditingprivate.h:
18853         * gst-libs/gst/tag/gstvorbistag.c:
18854         (gst_tag_list_from_vorbiscomment_buffer):
18855         * gst-libs/gst/tag/tag.h:
18856         * gst-libs/gst/video/video.h:
18857         * gst/adder/gstadder.c:
18858         * gst/adder/gstadder.h:
18859         * gst/audioconvert/audioconvert.c:
18860         * gst/audioconvert/audioconvert.h:
18861         * gst/audioconvert/gstaudioconvert.c:
18862         * gst/audioconvert/gstchannelmix.c:
18863         * gst/audioconvert/gstchannelmix.h:
18864         * gst/audiorate/gstaudiorate.c:
18865         * gst/audioresample/buffer.h:
18866         * gst/audioresample/functable.h:
18867         * gst/audioresample/gstaudioresample.c:
18868         * gst/audioresample/resample.h:
18869         * gst/ffmpegcolorspace/avcodec.h:
18870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18871         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18872         * gst/ffmpegcolorspace/imgconvert.c:
18873         * gst/ffmpegcolorspace/imgconvert_template.h:
18874         * gst/playback/gstdecodebin.c:
18875         * gst/playback/gstplaybasebin.h:
18876         * gst/playback/gstplaybin.c:
18877         * gst/playback/gststreaminfo.h:
18878         * gst/tcp/gstfdset.c:
18879         * gst/tcp/gstfdset.h:
18880         * gst/tcp/gstmultifdsink.c:
18881         * gst/tcp/gstmultifdsink.h:
18882         * gst/tcp/gsttcp.h:
18883         * gst/tcp/gsttcpclientsrc.c:
18884         * gst/tcp/gsttcpclientsrc.h:
18885         * gst/tcp/gsttcpplugin.h:
18886         * gst/tcp/gsttcpserversink.c:
18887         * gst/tcp/gsttcpserversrc.c:
18888         * gst/typefind/gsttypefindfunctions.c:
18889         * gst/videorate/gstvideorate.c:
18890         * gst/videotestsrc/gstvideotestsrc.h:
18891         * gst/videotestsrc/videotestsrc.h:
18892         * sys/v4l/gstv4lcolorbalance.h:
18893         * sys/v4l/gstv4ltuner.h:
18894         * sys/v4l/gstv4lxoverlay.h:
18895         * sys/v4l/v4l_calls.h:
18896         * sys/v4l/videodev_mjpeg.h:
18897         * tests/check/elements/audioconvert.c:
18898         * tests/check/elements/audioresample.c:
18899         * tests/check/elements/audiotestsrc.c:
18900         * tests/check/elements/videotestsrc.c:
18901         * tests/check/elements/volume.c:
18902         * tests/examples/seek/scrubby.c:
18903         * tests/examples/seek/seek.c:
18904           expand tabs
18905
18906 === release 0.10.0 ===
18907
18908 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18909
18910         * configure.ac:
18911           releasing 0.10.0, "Mont-d'or"
18912
18913 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18914
18915         * tests/examples/seek/Makefile.am:
18916         Build fix for when gtk is not available.
18917
18918 2005-12-05  Andy Wingo  <wingo@pobox.com>
18919
18920         * ext/libvisual/visual.c: (get_buffer):
18921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18922         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18923         * ext/theora/theoradec.c: (theora_handle_data_packet):
18924         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18925         (theora_enc_chain):
18926         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18927         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18928         Update for alloc_buffer changes.
18929
18930 2005-12-05  Andy Wingo  <wingo@pobox.com>
18931
18932         patch by: Kai Vehmanen <kv2004 eca cx>
18933         
18934         * gst-libs/gst/rtp/gstbasertpdepayload.c
18935         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18936
18937 2005-12-04  Andy Wingo  <wingo@pobox.com>
18938
18939         patch by: Sebastien Cote <sebas642 yahoo ca>
18940         
18941         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18942         Fixes #319172.
18943
18944 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18945
18946         * docs/plugins/Makefile.am:
18947         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18948         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18949         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18950         * ext/pango/gstclockoverlay.c:
18951         * ext/pango/gsttextoverlay.c: 
18952         * ext/pango/gsttextrender.c:
18953         * ext/pango/gsttimeoverlay.c:
18954           Add gtk-doc blurbs to pango elements.
18955
18956 2005-12-02  Wim Taymans  <wim@fluendo.com>
18957
18958         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18959         * gst/audioresample/buffer.h:
18960         * gst/audioresample/gstaudioresample.c:
18961         * gst/audioresample/gstaudioresample.h:
18962         * gst/audioresample/resample.c: (resample_input_flush),
18963         (resample_input_pushthrough), (resample_input_eos),
18964         (resample_get_output_size_for_input),
18965         (resample_get_input_size_for_output), (resample_get_output_size),
18966         (resample_get_output_data):
18967         * gst/audioresample/resample.h:
18968         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18969         Fix audioresample, seek torture, new segments, reverse negotiation
18970         etc.. work fine.
18971
18972 2005-12-02  Wim Taymans  <wim@fluendo.com>
18973
18974         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18975         Small cleanups.
18976
18977 2005-12-02  Wim Taymans  <wim@fluendo.com>
18978
18979         * gst/audioconvert/gstaudioconvert.c:
18980         (gst_audio_convert_transform):
18981         Post errors.
18982
18983 === release 0.9.7 ===
18984
18985 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18986
18987         * configure.ac:
18988           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18989
18990 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18991
18992         * Makefile.am:
18993         * po/hu.po:
18994         * win32/MANIFEST:
18995         * win32/gst.sln:
18996           add win32 MANIFEST file
18997           do something to the hungarian translation
18998
18999 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * ext/Makefile.am:
19002           Add $(PANGO_DIR) to SUBDIRS
19003
19004         * ext/pango/gstclockoverlay.c:
19005         * ext/pango/gsttimeoverlay.c:
19006           Fix and improve element descriptions.
19007
19008 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19009
19010         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19011         * docs/plugins/inspect/plugin-libvisual.xml:
19012         * docs/plugins/inspect/plugin-pango.xml:
19013           add pango plugin to docs
19014
19015 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19016
19017         * configure.ac:
19018         * ext/Makefile.am:
19019           moved pango to base
19020
19021 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19022
19023         * configure.ac:
19024         * tests/Makefile.am:
19025         * tests/icles/.cvsignore:
19026         * tests/icles/Makefile.am:
19027         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19028         (close_display), (resize_window), (move_window), (create_window),
19029         (terminate_playback), (pause_playback), (start_playback), (main):
19030           add stress test for xoverlay from Julien
19031
19032 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19033
19034         * docs/libs/tmpl/gstcolorbalance.sgml:
19035         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19036         * gst-libs/gst/rtp/gstbasertppayload.c:
19037         * gst-libs/gst/rtp/gstrtpbuffer.c:
19038         * gst-libs/gst/rtp/gstrtpbuffer.h:
19039           Do burger's rename for rtp payloaders and depayloaders
19040
19041 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19042
19043         * win32/:
19044           add Visual Studio 6 build files
19045
19046 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19047
19048         * docs/libs/gst-plugins-base-libs-docs.sgml:
19049         * docs/libs/gst-plugins-base-libs-sections.txt:
19050         * docs/libs/tmpl/gstaudio.sgml:
19051         * docs/libs/tmpl/gstringbuffer.sgml:
19052         * gst-libs/gst/interfaces/xoverlay.c:
19053         * gst-libs/gst/video/gstvideofilter.c:
19054         * gst-libs/gst/video/gstvideosink.c:
19055           update documentation
19056
19057 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19058
19059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19060         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19061         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19062         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19063         (gst_multi_fd_sink_get_stats),
19064         (gst_multi_fd_sink_remove_client_link),
19065         (gst_multi_fd_sink_handle_client_read),
19066         (gst_multi_fd_sink_client_queue_data),
19067         (gst_multi_fd_sink_client_queue_caps),
19068         (gst_multi_fd_sink_client_queue_buffer),
19069         (gst_multi_fd_sink_new_client),
19070         (gst_multi_fd_sink_handle_client_write),
19071         (gst_multi_fd_sink_recover_client),
19072         (gst_multi_fd_sink_queue_buffer),
19073         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19074         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19075         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19076         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19077         * gst/tcp/gstmultifdsink.h:
19078         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19079         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19080         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19081         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19082         (gst_tcp_client_sink_set_property),
19083         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19084         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19085         * gst/tcp/gsttcpclientsink.h:
19086         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19087         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19088         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19089         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19090         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19091         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19092         * gst/tcp/gsttcpclientsrc.h:
19093         * gst/tcp/gsttcpplugin.c: (plugin_init):
19094         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19095         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19096         (gst_tcp_server_sink_finalize),
19097         (gst_tcp_server_sink_handle_server_read),
19098         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19099         (gst_tcp_server_sink_set_property),
19100         (gst_tcp_server_sink_get_property),
19101         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19102         * gst/tcp/gsttcpserversink.h:
19103         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19104         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19105         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19106         (gst_tcp_server_src_set_property),
19107         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19108         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19109         * gst/tcp/gsttcpserversrc.h:
19110           more borgifying
19111
19112 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19113
19114         * docs/plugins/Makefile.am:
19115         * docs/plugins/gst-plugins-base-plugins.args:
19116         * docs/plugins/inspect/plugin-libvisual.xml:
19117         * gst/audioconvert/plugin.h:
19118         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19119         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19120         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19121         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19122         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19123         (plugin_init):
19124         * gst/audiotestsrc/gstaudiotestsrc.c:
19125         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19126         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19127         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19128         (gst_audio_test_src_get_query_types),
19129         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19130         (gst_audio_test_src_create_square),
19131         (gst_audio_test_src_create_saw),
19132         (gst_audio_test_src_create_triangle),
19133         (gst_audio_test_src_create_silence),
19134         (gst_audio_test_src_create_white_noise),
19135         (gst_audio_test_src_init_pink_noise),
19136         (gst_audio_test_src_generate_pink_noise_value),
19137         (gst_audio_test_src_create_pink_noise),
19138         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19139         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19140         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19141         (plugin_init):
19142         * gst/audiotestsrc/gstaudiotestsrc.h:
19143         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19144         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19145         (gst_sub_parse_init), (gst_sub_parse_formats),
19146         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19147         (convert_encoding), (get_next_line),
19148         (gst_sub_parse_data_format_autodetect),
19149         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19150         (gst_sub_parse_loop), (gst_sub_parse_chain),
19151         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19152         (plugin_init):
19153         * gst/subparse/gstsubparse.h:
19154         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19155         (gst_video_rate_base_init), (gst_video_rate_class_init),
19156         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19157         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19158         (gst_video_rate_init), (gst_video_rate_event),
19159         (gst_video_rate_chain), (gst_video_rate_set_property),
19160         (gst_video_rate_get_property), (gst_video_rate_change_state),
19161         (plugin_init):
19162         * gst/videoscale/gstvideoscale.c:
19163         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19164         (gst_video_scale_src_template_factory),
19165         (gst_video_scale_sink_template_factory),
19166         (gst_video_scale_get_type), (gst_video_scale_base_init),
19167         (gst_video_scale_class_init), (gst_video_scale_init),
19168         (gst_video_scale_set_property), (gst_video_scale_get_property),
19169         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19170         (gst_video_scale_prepare_size), (parse_caps),
19171         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19172         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19173         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19174         (plugin_init):
19175         * gst/videoscale/gstvideoscale.h:
19176         * gst/videotestsrc/gstvideotestsrc.c:
19177         (gst_video_test_src_pattern_get_type),
19178         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19179         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19180         (gst_video_test_src_set_pattern),
19181         (gst_video_test_src_set_property),
19182         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19183         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19184         (gst_video_test_src_event), (gst_video_test_src_get_times),
19185         (gst_video_test_src_create), (plugin_init):
19186         * gst/videotestsrc/gstvideotestsrc.h:
19187         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19188         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19189         (gst_video_test_src_black):
19190         * gst/videotestsrc/videotestsrc.h:
19191           borgify further
19192           clean up docs a little
19193
19194 2005-11-30  Wim Taymans  <wim@fluendo.com>
19195
19196         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19197         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19198         (gst_basertppayload_event), (gst_basertppayload_push),
19199         (gst_basertppayload_change_state):
19200         * gst-libs/gst/rtp/gstbasertppayload.h:
19201         closed #320644.
19202
19203 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19204
19205         * docs/libs/gst-plugins-base-libs-docs.sgml:
19206         * docs/libs/gst-plugins-base-libs-sections.txt:
19207         * gst-libs/gst/video/gstvideofilter.c:
19208         * gst-libs/gst/video/gstvideosink.c:
19209         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19210
19211 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19212
19213         * LICENSE:
19214           move
19215         * po/af.po:
19216         * po/az.po:
19217         * po/cs.po:
19218         * po/en_GB.po:
19219         * po/hu.po:
19220         * po/it.po:
19221         * po/nb.po:
19222         * po/nl.po:
19223         * po/or.po:
19224         * po/sq.po:
19225         * po/sr.po:
19226         * po/sv.po:
19227         * po/uk.po:
19228         * po/vi.po:
19229         * Makefile.am:
19230           update
19231         * scripts/autoplugins.sh:
19232           remove
19233
19234 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19235
19236         * Makefile.am:
19237         * configure.ac:
19238         * examples/Makefile.am:
19239         * examples/capsfilter/Makefile.am:
19240         * examples/capsfilter/capsfilter1.c:
19241         * examples/gob/Makefile.am:
19242         * examples/gob/gst-identity2.gob:
19243         * examples/indexing/.cvsignore:
19244         * examples/indexing/Makefile.am:
19245         * examples/indexing/indexmpeg.c:
19246         * examples/seeking/.cvsignore:
19247         * examples/seeking/Makefile.am:
19248         * examples/seeking/cdparanoia.c:
19249         * examples/seeking/cdplayer.c:
19250         * examples/seeking/chained.c:
19251         * examples/seeking/scrubby.c:
19252         * examples/seeking/seek.c:
19253         * examples/stats/Makefile.am:
19254         * examples/stats/mp2ogg.c:
19255         * examples/switch/.cvsignore:
19256         * examples/switch/Makefile.am:
19257         * examples/switch/switcher.c:
19258         * tests/Makefile.am:
19259         * tests/check/generic/.cvsignore:
19260         * tests/check/pipelines/.cvsignore:
19261         * tests/examples/Makefile.am:
19262         * tests/examples/seek/Makefile.am:
19263           reorganize stuff under tests/
19264
19265 2005-11-30  Edward Hervey  <edward@fluendo.com>
19266
19267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19268         Go away you stupid GstStaticPadTemplate memleak.
19269
19270 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19271
19272         * gst-libs/gst/net/Makefile.am:
19273         * gst-libs/gst/net/README:
19274         * gst-libs/gst/net/gstnetbuffer.c:
19275         * gst-libs/gst/net/gstnetbuffer.h:
19276           this was moved to "netbuffer"
19277
19278 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19279
19280         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19281         (gst_video_filter_class_init), (gst_video_filter_init):
19282         * gst-libs/gst/video/gstvideofilter.h:
19283           borgify name to bring in line with other classes
19284
19285 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * gst/audioscale/.cvsignore:
19288         * gst/audioscale/Makefile.am:
19289         * gst/audioscale/README:
19290         * gst/audioscale/audioscale.vcproj:
19291         * gst/audioscale/dtof.c:
19292         * gst/audioscale/dtos.c:
19293         * gst/audioscale/functable.c:
19294         * gst/audioscale/gstaudioscale.c:
19295         * gst/audioscale/gstaudioscale.h:
19296         * gst/audioscale/private.h:
19297         * gst/audioscale/resample.c:
19298         * gst/audioscale/resample.h:
19299         * gst/audioscale/test.c:
19300           remove
19301
19302 2005-11-30  Edward Hervey  <edward@fluendo.com>
19303
19304         * gst-libs/gst/netbuffer/Makefile.am:
19305         really, really tired
19306
19307 2005-11-30  Edward Hervey  <edward@fluendo.com>
19308
19309         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19310         Update for new GstTypeFindFactory _register()
19311
19312 2005-11-30  Edward Hervey  <edward@fluendo.com>
19313
19314         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19315         Let's not override libgstnet from core for no reason...
19316         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19317         Ok, maybe not so quick next time.
19318
19319 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * configure.ac:
19322         * gst-libs/gst/Makefile.am:
19323           moved gst-libs/gst/net to netbuffer through CVS surgery
19324           remove old directory
19325           updating build to accomodate
19326           (#322257)
19327
19328 2005-11-29  Andy Wingo  <wingo@pobox.com>
19329
19330         * pkgconfig/gstreamer-plugins-base.pc.in:
19331         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19332         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19333         (#322257).
19334
19335 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19336
19337         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19338         3rd time's the charm. Correct ref-counting for discarded buffers.
19339
19340 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19341
19342         * gst/playback/gststreamselector.c:
19343         (gst_stream_selector_class_init),
19344         (gst_stream_selector_set_property),
19345         (gst_stream_selector_get_property),
19346         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19347         Fix ref-counting
19348
19349 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19350
19351         * gst/subparse/gstsubparse.c: (feed_textbuf):
19352           Don't access already unref'ed buffer.
19353
19354 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19355
19356         * gst/playback/gststreamselector.c:
19357         (gst_stream_selector_class_init), (gst_stream_selector_init),
19358         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19359         (gst_stream_selector_get_property),
19360         (gst_stream_selector_get_linked_pad),
19361         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19362         * gst/playback/gststreamselector.h:
19363         Add the active-pad property for playbin to use shortly. Ignore buffers
19364         from any other pad, returning GST_FLOW_NOT_LINKED
19365
19366 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19367
19368         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19369         patch from bug #322704 (Alessandro Decina).
19370
19371 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19372
19373         * gst-libs/gst/audio/Makefile.am:
19374           folded audiofilter into the audio library
19375
19376 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19377
19378         * gst/videoscale/gstvideoscale.h:
19379         * gst/videoscale/gstvideoscale.c:
19380           remove unimplemented scale methods
19381
19382 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19383
19384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19385           Don't leak caps.
19386
19387 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19388
19389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19390         (gst_ximagesink_setcaps):
19391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19392         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19393         happens (only visible on ximagesink but bug is in xv too) set_caps was
19394         destroying the internal x[v]image used to memcpy non locally alloced
19395         buffers so that it got renewed on next _chain. The issue is that 
19396         _expose will try to put that image as it reffed it in _put.
19397         Using gst_buffer_unref instead of destroy fixes it !
19398
19399 2005-11-28  Edward Hervey  <edward@fluendo.com>
19400
19401         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19402         (try_to_link_1), (queue_filled_cb):
19403         Better use of the queues. Start with a small size queue and only increase
19404         the size of the queues when the other queues are empty.
19405
19406 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19407
19408         * gst-libs/gst/video/Makefile.am:
19409           compile in copied-over videofilter into the video library
19410         * gst-libs/gst/video/videosink.h:
19411           rename the header to gstvideosink.h since it's a base GstObject class
19412         * sys/ximage/ximagesink.h:
19413         * sys/xvimage/xvimagesink.h:
19414           use the new header
19415
19416 2005-11-28  Wim Taymans  <wim@fluendo.com>
19417
19418         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19419         * gst/playback/gstplaybasebin.h:
19420         Prepare to handle errors betters.
19421
19422         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19423         Set sinks to PAUSED first before adding and linking them so that
19424         we don't interrupt dataflow.
19425
19426 2005-11-28  Wim Taymans  <wim@fluendo.com>
19427
19428         * gst-libs/gst/audio/TODO:
19429         Updated TODO
19430
19431         * gst-libs/gst/audio/gstaudiosink.c:
19432         (gst_audioringbuffer_open_device),
19433         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19434         (gst_audioringbuffer_release):
19435         Small cleanups.
19436
19437         * gst-libs/gst/audio/gstbaseaudiosink.c:
19438         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19439         (gst_base_audio_sink_change_state):
19440         Slave to the master clock when going to PLAYING and unslave when
19441         going to PAUSED.
19442
19443         * gst-libs/gst/audio/gstringbuffer.c:
19444         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19445         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19446         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19447         (gst_ring_buffer_clear_all), (wait_segment),
19448         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19449         (gst_ring_buffer_advance):
19450         * gst-libs/gst/audio/gstringbuffer.h:
19451         Add some docs and cleanups.
19452
19453 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19454
19455         * sys/xvimage/xvimagesink.c:
19456         (gst_xvimagesink_navigation_send_event): Fix navigation events
19457         coordinates translation with pixel aspect ratios.
19458
19459 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19460
19461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19462         Use calculated video geometry from _setcaps instead of buffer
19463         caps to respect pixel aspect ratio. (fixes #322388)
19464
19465 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19466
19467         * docs/libs/tmpl/gstcolorbalance.sgml:
19468         * docs/libs/tmpl/gstmixer.sgml:
19469         * docs/libs/tmpl/gstxoverlay.sgml:
19470         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19471         interface.
19472
19473 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19474
19475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19476         Refuse to create an XvImage if we can't find the format.
19477
19478 2005-11-28  Edward Hervey  <edward@fluendo.com>
19479
19480         * gst-libs/gst/riff/riff-media.c:
19481         (gst_riff_create_audio_template_caps):
19482         Add ATRAC3 to the list of riff-possible audio caps.
19483         I know we still don't have a plugin for atrac3, but it's saner to output
19484         that than a cryptic mimetype.
19485
19486 2005-11-27  Edward Hervey  <edward@fluendo.com>
19487
19488         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19489         Don't try to create a zero-sized subbuffer.
19490
19491 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19492
19493         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19494         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19495         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19496         (gst_ximagesink_expose): Fixed a tricky race.
19497         * sys/ximage/ximagesink.h:
19498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19499         (gst_xvimagesink_expose): Fixed a tricky race.
19500         * sys/xvimage/xvimagesink.h:
19501
19502 2005-11-27  Edward Hervey  <edward@fluendo.com>
19503
19504         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19505         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19506         Remove unused properties, and add queues between demuxers and decoders
19507         so that a lot more files can preroll properly.
19508
19509 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19510
19511         * gst-libs/gst/net/Makefile.am:
19512         * gst-libs/gst/rtp/Makefile.am:
19513         * gst-libs/gst/tag/Makefile.am:
19514           remove silly include
19515         * gst/tags/Makefile.am:
19516         * gst/tags/gsttagediting.c:
19517         * gst/tags/gsttageditingprivate.h:
19518         * gst/tags/tagedit.vcproj:
19519           remove directory, is as good as empty
19520
19521 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19522
19523         * configure.ac:
19524           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19525         * gst-libs/Makefile.am:
19526         * gst-libs/gst/audio/Makefile.am:
19527         * gst-libs/gst/interfaces/Makefile.am:
19528         * gst-libs/gst/net/Makefile.am:
19529         * gst-libs/gst/riff/Makefile.am:
19530         * gst-libs/gst/rtp/Makefile.am:
19531         * gst-libs/gst/tag/Makefile.am:
19532         * gst-libs/gst/video/Makefile.am:
19533           and use them
19534
19535 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19536
19537         * docs/libs/tmpl/gstcolorbalance.sgml:
19538         * docs/libs/tmpl/gstmixer.sgml:
19539         * docs/libs/tmpl/gstxoverlay.sgml:
19540         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19541         * sys/ximage/ximagesink.h:
19542         * sys/xvimage/xvimagesink.h: More and more documentation.
19543
19544 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19545
19546         * docs/libs/gst-plugins-base-libs-docs.sgml:
19547         * docs/libs/gst-plugins-base-libs-sections.txt:
19548         * docs/libs/tmpl/gstcolorbalance.sgml:
19549         * docs/libs/tmpl/gstmixer.sgml:
19550         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19551         to documentation.
19552
19553 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19554
19555         * docs/plugins/Makefile.am:
19556         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19557         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19558         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19559
19560 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19561
19562         * docs/plugins/Makefile.am:
19563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19565         * docs/plugins/inspect/plugin-adder.xml:
19566         * docs/plugins/inspect/plugin-alsa.xml:
19567         * docs/plugins/inspect/plugin-audioconvert.xml:
19568         * docs/plugins/inspect/plugin-audiorate.xml:
19569         * docs/plugins/inspect/plugin-audioresample.xml:
19570         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19571         * docs/plugins/inspect/plugin-decodebin.xml:
19572         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19573         * docs/plugins/inspect/plugin-gnomevfs.xml:
19574         * docs/plugins/inspect/plugin-ogg.xml:
19575         * docs/plugins/inspect/plugin-playbin.xml:
19576         * docs/plugins/inspect/plugin-subparse.xml:
19577         * docs/plugins/inspect/plugin-tcp.xml:
19578         * docs/plugins/inspect/plugin-theora.xml:
19579         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19580         * docs/plugins/inspect/plugin-video4linux.xml:
19581         * docs/plugins/inspect/plugin-videorate.xml:
19582         * docs/plugins/inspect/plugin-videoscale.xml:
19583         * docs/plugins/inspect/plugin-videotestsrc.xml:
19584         * docs/plugins/inspect/plugin-volume.xml:
19585         * docs/plugins/inspect/plugin-vorbis.xml:
19586         * docs/plugins/inspect/plugin-ximagesink.xml:
19587         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19588         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19589
19590 2005-11-26  Edward Hervey  <edward@fluendo.com>
19591
19592         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19593         Properly return GstFlowReturn from gst_pad_push in chain functions.
19594
19595 2005-11-25  Michael Smith  <msmith@fluendo.com>
19596
19597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19598         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19599         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19600         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19601           Handle various conditions better when we don't understand a stream.
19602           Removes a heap of CRITICALs on ogg streams containing unknown data.
19603
19604 2005-11-24  Andy Wingo  <wingo@pobox.com>
19605
19606         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19607         Be threadsafe.
19608
19609 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * configure.ac: back to HEAD
19612
19613 === release 0.9.6 ===
19614
19615 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19616
19617         * configure.ac:
19618           releasing 0.9.6, "White Eight"
19619
19620 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19621
19622         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19623         * docs/plugins/inspect/plugin-sine.xml:
19624           remove sinesrc some more
19625
19626 2005-11-23  Wim Taymans  <wim@fluendo.com>
19627
19628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19629         If we are reading too slowly, jump forward in the ringbuffer
19630         instead of blocking.
19631
19632 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19633
19634         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19635         (gst_visual_chain):
19636         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19637         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19638         (gst_videorate_chain):
19639         * gst/videotestsrc/gstvideotestsrc.c:
19640         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19642         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19643         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19644         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19645         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19646           Updates for API changes
19647
19648 2005-11-23  Wim Taymans  <wim@fluendo.com>
19649
19650         * gst-libs/gst/audio/gstbaseaudiosink.c:
19651         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19652         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19653         Fix for calibration API change.
19654
19655 2005-11-23  Michael Smith <msmith@fluendo.com>
19656
19657         * gst-libs/gst/audio/multichannel.c:
19658         (gst_audio_get_channel_positions),
19659         (gst_audio_set_channel_positions),
19660         (gst_audio_set_structure_channel_positions_list),
19661         (gst_audio_fixate_channel_positions):
19662           Use gst_value_array_*() functions on value arrays, not
19663           gst_value_list_*().
19664
19665 2005-11-23  Edward Hervey  <edward@fluendo.com>
19666
19667         * autogen.sh:
19668         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19669         Fixes autogen
19670
19671 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * check/Makefile.am:
19674         * check/elements/videotestsrc.c: (setup_videotestsrc),
19675         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19676         (main):
19677           add a test for videotestsrc
19678
19679 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19680
19681         * gst/sine/.cvsignore:
19682         * gst/sine/Makefile.am:
19683         * gst/sine/gstsinesrc.c:
19684         * gst/sine/gstsinesrc.h:
19685         * gst/sine/sinesrc.vcproj:
19686           and remove sinesrc from the repository.  Closes #321446
19687
19688 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * configure.ac:
19691         * gst-plugins-base.spec.in:
19692           remove sinesrc from the build
19693
19694 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * check/Makefile.am:
19697         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19698         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19699         (main):
19700           add a test for audiotestsrc, testing all waves.  Even seems
19701           leak-free at first glance, nice job Stefan
19702
19703 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19704
19705         * po/af.po:
19706         * po/az.po:
19707         * po/cs.po:
19708         * po/en_GB.po:
19709         * po/hu.po:
19710         * po/it.po:
19711         * po/nb.po:
19712         * po/nl.po:
19713         * po/or.po:
19714         * po/sq.po:
19715         * po/sr.po:
19716         * po/sv.po:
19717         * po/uk.po:
19718         * po/vi.po:
19719           Translation string updates
19720
19721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19722         (gst_v4lsrc_set_caps):
19723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19724         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19725         * sys/v4l/v4lsrc_calls.h:
19726           Improve v4lsrc, by making it work again.
19727
19728 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19729
19730         * ext/libvisual/visual.c: (gst_visual_chain):
19731           Fix the fps calculations.
19732
19733         * gst/ffmpegcolorspace/avcodec.h:
19734           Move structure element for clarity
19735
19736         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19737         * gst-libs/gst/interfaces/tunernorm.h:
19738         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19739         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19740         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19741         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19742         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19743         (gst_v4lmjpegsrc_getcaps):
19744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19745         (gst_v4lsrc_set_caps):
19746         * sys/v4l/gstv4lsrc.h:
19747         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19748         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19749         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19750         * sys/v4l/v4lsrc_calls.h:
19751           Fractional framerates...
19752
19753 2005-11-22  Wim Taymans  <wim@fluendo.com>
19754
19755         * gst-libs/gst/audio/gstbaseaudiosink.c:
19756         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19757         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19758         And we provide a clock by default, of course...
19759
19760 2005-11-22  Wim Taymans  <wim@fluendo.com>
19761
19762         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19763         This clock can be slaved to a master clock now.
19764
19765         * gst-libs/gst/audio/gstbaseaudiosink.c:
19766         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19767         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19768         (gst_base_audio_sink_set_clock),
19769         (gst_base_audio_sink_set_property),
19770         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19771         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19772         * gst-libs/gst/audio/gstbaseaudiosink.h:
19773         Handle slaving the internal clock to the clock selected in the
19774         pipeline.
19775         Add property to make the basesink not provide a clock.
19776
19777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19778         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19779         (gst_base_rtp_depayload_wait):
19780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19781         We can use the clock in GstElement, no need to store it ourselves.
19782
19783 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19784
19785         * docs/libs/tmpl/gstaudio.sgml:
19786           update
19787         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19788         (gst_paranoia_endian_get_type):
19789         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19790         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19791         * gst/audiotestsrc/gstaudiotestsrc.c:
19792         (gst_audiostestsrc_wave_get_type):
19793         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19794         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19795         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19796         (gst_sync_method_get_type), (gst_unit_type_get_type),
19797         (gst_client_status_get_type), (gst_multifdsink_class_init),
19798         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19799         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19800         (gst_multifdsink_get_property):
19801         * gst/tcp/gstmultifdsink.h:
19802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19803         * gst/videotestsrc/gstvideotestsrc.c:
19804         (gst_videotestsrc_pattern_get_type):
19805           remove deprecated properties
19806           fix up enums to correctly have short lowercase dashed nicks
19807
19808 2005-11-22  Michael Smith <msmith@fluendo.com>
19809
19810         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19811         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19812           Add underscore.
19813
19814 2005-11-22  Michael Smith <msmith@fluendo.com>
19815
19816         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19817         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19818           Use utility method for scaling clocktime for fractional framerates.
19819
19820 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19821
19822         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19823         (gst_visual_chain):
19824         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19825         * ext/theora/theoradec.c: (theora_handle_type_packet):
19826         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19827         (theora_enc_chain):
19828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19829         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19830         * gst-libs/gst/video/video.h:
19831         * gst/ffmpegcolorspace/avcodec.h:
19832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19833         (gst_ffmpeg_caps_to_pixfmt):
19834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19835         (gst_ffmpegcsp_set_caps):
19836         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19837         (gst_videorate_setcaps), (gst_videorate_blank_data),
19838         (gst_videorate_chain):
19839         * gst/videotestsrc/gstvideotestsrc.c:
19840         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19841         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19842         (gst_videotestsrc_event), (gst_videotestsrc_create):
19843         * gst/videotestsrc/gstvideotestsrc.h:
19844         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19845         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19846         (gst_ximagesink_get_times), (gst_ximagesink_init):
19847         * sys/ximage/ximagesink.h:
19848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19849         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19850         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19851         * sys/xvimage/xvimagesink.h:
19852           Convert elements to use fractions for their framerate.
19853           V4L elements to come later tonight.
19854
19855 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * gst-libs/gst/audio/audio.c:
19858         * gst-libs/gst/audio/audio.h:
19859           remove some deprecated functions
19860
19861 2005-11-22  Andy Wingo  <wingo@pobox.com>
19862
19863         * Update for gst_tag_setter API changes.
19864
19865 2005-11-22  Andy Wingo  <wingo@pobox.com>
19866
19867         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19868         (gst_ogg_demux_perform_seek):
19869         * ext/theora/theoradec.c (theora_dec_sink_event):
19870         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19871         update-funcnames.
19872
19873 2005-11-22  Wim Taymans  <wim@fluendo.com>
19874
19875         * examples/seeking/seek.c: (main):
19876         Give higher priority to bus signals than the gtk events
19877         to fix a race condition in the segment looping.
19878
19879 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19880
19881         * ext/theora/Makefile.am:
19882         * ext/vorbis/Makefile.am:
19883         * gst-libs/gst/tag/Makefile.am:
19884         * gst-plugins-base.spec.in:
19885           Rename libgsttagedit to libgsttag (#322117).
19886
19887 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19888
19889         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19891           Call gst_x_overlay_prepare_xwindow_id() to give applications
19892           a final chance to set their own xwindow id before the video
19893           sink creates its own window.
19894
19895 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19896
19897         * sys/xvimage/xvimagesink.c:
19898         (gst_xvimagesink_navigation_send_event): Handle navigation
19899         events correcly with borders if applicable.
19900
19901 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19902
19903         Patch by: Luca Ognibene
19904
19905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19906         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19908         (gst_ffmpegcsp_caps_remove_format_info):
19909         * gst/ffmpegcolorspace/imgconvert.c:
19910         * gst/ffmpegcolorspace/imgconvert_template.h:
19911           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19912           #318353); use gst_structure_has_name().
19913
19914 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19915
19916         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19917         (gst_ximagesink_class_init): Add debug macros on functions.
19918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19919         (gst_xvimagesink_xwindow_draw_borders),
19920         (gst_xvimagesink_xvimage_put),
19921         (gst_xvimagesink_xwindow_update_geometry),
19922         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19923         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19924         (gst_xvimagesink_xcontext_clear),
19925         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19926         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19927         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19928         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19929         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19930         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19931         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19932         expose while being PAUSED, out of data flow navigation events, etc..
19933
19934 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19937         * gst-libs/gst/audio/audio.h:
19938           fix prototype - wondering why the test worked regardless
19939
19940 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19941
19942         * check/Makefile.am:
19943         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19944         * gst-libs/gst/audio/audio.h:
19945           add a method that returns a proper GstClockTime
19946
19947 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19948
19949         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19950         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19951         * gst-libs/gst/interfaces/xoverlay.h:
19952           Remove everything having to do with the desired size; add 
19953           gst_x_overlay_prepare_xwindow_id() function; remove the
19954           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19955           post a message on the bus instead (#321816).
19956
19957         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19959         (gst_xvimagesink_xoverlay_init):
19960           Remove desired size stuff (#321816).
19961
19962 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19963
19964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19965         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19966         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19967           Terminate vararg functions with NULL instead of 0 to 
19968           make gcc4 happy.
19969
19970 2005-11-21  Andy Wingo  <wingo@pobox.com>
19971
19972         patch by: Sebastien Cote <sebas642@yahoo.ca>
19973         
19974         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19975         * gst-libs/gst/rtp/gstrtpbuffer.c
19976         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19977
19978 2005-11-21  Andy Wingo  <wingo@pobox.com>
19979
19980         * gst/playback/gstplaybin.c (gen_audio_element) 
19981         (gen_video_element): Use the new MISSING_PLUGIN core error
19982         category. Closes #320060.
19983
19984         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19985         * gst/videorate/gstvideorate.c (gst_videorate_event):
19986         * ext/theora/theoradec.c (theora_dec_sink_event): 
19987         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19988         stream lock.
19989
19990         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19991         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19992         stream lock changes.
19993
19994 2005-11-21  Wim Taymans  <wim@fluendo.com>
19995
19996         * gst-libs/gst/audio/gstbaseaudiosink.c:
19997         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19998         (gst_base_audio_sink_provide_clock),
19999         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20000         (gst_base_audio_sink_change_state):
20001         * gst/audioresample/gstaudioresample.c:
20002         Segment update fix.
20003
20004 2005-11-21  Andy Wingo  <wingo@pobox.com>
20005
20006         * *.h:
20007         * *.c: Ran scripts/update-macros. Oh yes.
20008
20009 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20010
20011         * sys/ximage/Makefile.am:
20012         * sys/ximage/ximage.c:
20013           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20014           remove your old libgstximage.* manually if necessary).
20015
20016 2005-11-21  Michael Smith <msmith@fluendo.com>
20017
20018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20019           Minimal fix for bug #320200: set the min/max bitrate in the correct
20020           units. A better fix would be to upgrade to the RATEMANAGE2
20021           interface, rather than using the deprecated interface used here, but
20022           that would require an update in our libvorbis dependency (to 1.1),
20023           which is probably undesirable.
20024
20025 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20026
20027         * ext/libvisual/visual.c: (get_buffer):
20028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20029         (gst_base_audio_src_fixate):
20030         * gst/audioconvert/gstaudioconvert.c:
20031         (gst_audio_convert_fixate_caps):
20032         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20033         * gst/audiotestsrc/gstaudiotestsrc.c:
20034         (gst_audiotestsrc_src_fixate):
20035         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20036         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20038         * gst/videotestsrc/gstvideotestsrc.c:
20039         (gst_videotestsrc_src_fixate):
20040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20042           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20043           (#322027)
20044
20045
20046 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20047
20048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20049         (gst_riff_create_iavs_caps):
20050         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20051         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20052         (gst_riff_parse_info):
20053         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20056           Fixes for GST_FOURCC_FORMAT API change.
20057
20058 2005-11-21  Andy Wingo  <wingo@pobox.com>
20059
20060         patch by: Alessandro Dessina <alessandro nnva org>
20061
20062         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20063         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20064         (gst_ogg_parse_chain):
20065         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20066         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20067         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20068         gst_value_list calls on arrays. Fixes #321962.
20069
20070 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20071
20072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20073         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20074         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20075         * gst/adder/gstadder.c: (gst_adder_init),
20076         (gst_adder_request_new_pad), (gst_adder_collected),
20077         (gst_adder_change_state):
20078           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20079           API change.
20080
20081 2005-11-21  Michael Smith <msmith@fluendo.com>
20082
20083         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20084         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20085           Properly handle pad_push return values.
20086
20087 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20088
20089         * gst-libs/gst/tag/Makefile.am:
20090         * gst-libs/gst/tag/gstvorbistag.c:
20091         (gst_tag_list_to_vorbiscomment_buffer):
20092           Remove obsolete vorbistag element and debug category.
20093
20094         * gst/playback/gstplaybasebin.c: (check_queue):
20095           Don't divide by 0 when queue-threshold is 0.
20096
20097         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20098           Don't modify an existing pixel-aspect-ratio if we fail to read
20099           a new one.
20100
20101 2005-11-20  Wim Taymans  <wim@fluendo.com>
20102
20103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20104         (gst_vorbisenc_push_packet):
20105         GST_PAD_IS_USABLE is gone, use the return value of
20106         the push or pad_alloc_buffer instead.
20107
20108 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20109
20110         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20111         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20112         (gst_ximagesink_ximage_destroy),
20113         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20114         (gst_ximagesink_xwindow_new),
20115         (gst_ximagesink_xwindow_update_geometry),
20116         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20117         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20118         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20119         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20120         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20121         (gst_ximagesink_navigation_send_event),
20122         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20123         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20124         (gst_ximagesink_finalize), (gst_ximagesink_init),
20125         (gst_ximagesink_class_init):
20126         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20127         This new version brings correct software scaling, non flickering
20128         window while resizing, pixel aspect ratio handling, usage of
20129         hardware buffer pools, out of data flow event thread for 
20130         navigation and handling of expose events even when being PAUSED,
20131         a new property to keep video aspect ratio when resizing, etc...
20132
20133 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20134
20135         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20136         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20137         handling of PAR.
20138
20139 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20140
20141         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20142         Unsetting IS_SINK flag from the fakesink, so decodebin
20143         never behaves as a sink.
20144
20145 2005-11-17  Wim Taymans  <wim@fluendo.com>
20146
20147         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20148         (gst_base_audio_src_change_state):
20149         Fix the audiosrc base class again, we did not unflush.
20150
20151 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20152
20153         * examples/seeking/seek.c: (make_dv_pipeline),
20154         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20155         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20156         to ogg/vorbis/theora pipeline.
20157
20158 2005-11-17  Wim Taymans  <wim@fluendo.com>
20159
20160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20161         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20162         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20163         Fix EOS on multiple streams.
20164         More debugging.
20165
20166 2005-11-16  Wim Taymans  <wim@fluendo.com>
20167
20168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20169         (gst_ogg_demux_perform_seek):
20170         Segment done must include stream time.
20171
20172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20173         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20174         (gst_ogg_mux_change_state):
20175         Fix ogg muxer again.
20176
20177 2005-11-16  Wim Taymans  <wim@fluendo.com>
20178
20179         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20180         Fix compile again.
20181
20182 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20183
20184         * ext/libvisual/visual.c: (gst_visual_init):
20185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20186         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20187         (gst_ogg_parse_chain):
20188         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20189         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20190         * ext/theora/theoradec.c: (gst_theora_dec_init):
20191         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20192         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20193         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20194         * gst/adder/gstadder.c: (gst_adder_class_init),
20195         (gst_adder_dispose):
20196         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20197         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20198         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20199           Fix a whole set of pad template leaks
20200
20201 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20202
20203         * check/generic/states.c: (GST_START_TEST):
20204           fix the test so that it only checks for elements that are part of
20205           this source module
20206
20207 2005-11-16  Michael Smith <msmith@fluendo.com>
20208
20209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20210         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20211         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20212         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20213         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20214         (gst_ogg_mux_change_state):
20215           Fix leaking collectpads.
20216
20217 2005-11-16  Edward Hervey  <edward@fluendo.com>
20218
20219         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20220         (gst_videorate_event), (gst_videorate_chain):
20221         Handle segment seeks
20222
20223 2005-11-16  Wim Taymans  <wim@fluendo.com>
20224
20225         * gst-libs/gst/audio/gstbaseaudiosink.c:
20226         (gst_base_audio_sink_provide_clock),
20227         (gst_base_audio_sink_change_state):
20228         Set ringbuffer to non-flushing when going to PAUSED, set to
20229         flushing again when going to READY.
20230
20231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20232         (gst_ring_buffer_stop):
20233         Start in flushing mode by default.
20234         Don't set flushing in the _stop method, let the app call
20235         this explicitly.
20236
20237 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20238
20239         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20240         * gst-libs/gst/video/videosink.h: Add helper function needed
20241         for video sinks.
20242
20243 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20244
20245         * gst/videoscale/gstvideoscale.c:
20246         (gst_videoscale_handle_src_event):
20247           Don't leak reference to pad parent.
20248
20249 2005-11-16  Wim Taymans  <wim@fluendo.com>
20250
20251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20252         Set ringbuffer to flushing when stopping so that we don't
20253         block on wait_segment anymore and livelock.
20254
20255 2005-11-16  Wim Taymans  <wim@fluendo.com>
20256
20257         * examples/seeking/seek.c: (send_event), (do_seek),
20258         (loop_toggle_cb), (segment_done), (main):
20259         Added looping checkbox.
20260
20261 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20262
20263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20264         (gst_ogg_demux_init):
20265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20266         (gst_vorbis_dec_init):
20267           revert unrefs, they don't pass make check
20268
20269 2005-11-15  Johan Dahlin  <johan@gnome.org>
20270
20271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20272         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20273         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20274         (gst_vorbis_dec_init):
20275         Fix pad template leaks. 
20276
20277 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20278
20279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20280           Make state change function thread safe.
20281
20282 2005-11-15  Edward Hervey  <edward@fluendo.com>
20283
20284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20285         (gst_ogg_demux_class_init):
20286         Implement GstElement::send_event, so we can send seek events
20287         in GST_STATE_READY
20288
20289 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20290
20291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20292         Discovered how to take away flickering while resizing the
20293         window. Please don't put that in ximagesink, refactoring in
20294         progress.
20295
20296 2005-11-14  Michael Smith <msmith@fluendo.com>
20297
20298         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20299         (gst_multifdsink_render):
20300           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20301
20302 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20303
20304         * gst/playback/gstplaybin.c: (gen_audio_element):
20305           Use autoaudiosink, it tends to be more widely available than
20306           autoaudiiosink.
20307           
20308 2005-11-14  Andy Wingo  <wingo@pobox.com>
20309
20310         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20311         as well if it is available. Fixes #316442.
20312
20313 2005-11-14  Michael Smith <msmith@fluendo.com>
20314
20315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20316         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20317         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20318         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20319         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20320         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20322         (gst_vorbisenc_change_state):
20323           Fix a small memory leak in vorbisenc.
20324           Fix large memory leaks in oggmux, also fix lots of state change
20325           bugs in oggmux.
20326
20327 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20328
20329         * gst/videotestsrc/gstvideotestsrc.c:
20330         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20331         (gst_videotestsrc_src_fixate):
20332           move fixation to a fixate function
20333           remove negotiate function, basesrc's is good enough
20334           fixes a bug for check when using the element alone
20335
20336 2005-11-13  Edward Hervey  <edward@fluendo.com>
20337
20338         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20339         (key_toggle_cb), (main):
20340         Added checkboxes for adding/removing the accurate and key_unit seek
20341         flags.
20342
20343 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20344
20345         * configure.ac: back to HEAD
20346
20347 === release 0.9.5 ===
20348
20349 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20350
20351         * configure.ac:
20352           releasing 0.9.5, "No No Kia"
20353
20354 2005-11-11  Edward Hervey  <edward@fluendo.com>
20355
20356         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20357         Added parse-launch syntax seeking mode for the seeking example.
20358         This should help stress-test even more cases.
20359         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20360
20361 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20362
20363         * sys/xvimage/xvimagesink.c:
20364         (gst_xvimagesink_navigation_send_event):
20365           Check whether peer pad exists before sending navigation events
20366           to it.
20367
20368 2005-11-11  Michael Smith <msmith@fluendo.com>
20369
20370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20371         (gst_vorbisenc_buffer_from_packet):
20372         * ext/vorbis/vorbisenc.h:
20373           Set duration on encoded buffers. This allows oggmux's
20374           max_page_delay parameter to actually work.
20375
20376 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20377
20378         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20379         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20380         (gst_ffmpegcsp_avpicture_fill):
20381         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20382         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20383           Make palettes work again (see #132341). Use our own macros
20384           for rounding up.
20385
20386 2005-11-10  Andy Wingo  <wingo@pobox.com>
20387
20388         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20389         string doober.
20390
20391 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20392
20393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20394         (gst_ffmpegcsp_transform_caps):
20395           Prefer passthrough in transform_caps
20396
20397 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20398
20399         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20400           check for ALSA errors properly, instead of relying on ALSA's
20401           error strings to serve to the user.
20402
20403 2005-11-10  Wim Taymans  <wim@fluendo.com>
20404
20405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20406         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20407         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20408         Modernise the seek code.
20409
20410 2005-11-10  Michael Smith <msmith@fluendo.com>
20411         
20412         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20413         (setup_substreams), (set_active_source):
20414           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20415           trying to go to NULL if we failed to read a file.
20416
20417 2005-11-10  Wim Taymans  <wim@fluendo.com>
20418
20419         * gst/audiotestsrc/gstaudiotestsrc.c:
20420         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20421         (gst_audiotestsrc_create):
20422         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20423         (gst_sinesrc_get_times), (gst_sinesrc_create):
20424         * gst/videotestsrc/gstvideotestsrc.c:
20425         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20426         (gst_videotestsrc_create):
20427         The base class can now sync for us.
20428
20429 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20432           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20433           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20434           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20435           format=(fourcc)I420" ! xvimagesink
20436
20437 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20438
20439         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20440         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20441         (gst_sinesrc_newsegment):
20442           Send newsegment event in TIME format, set duration if
20443           num-buffers is set, fix duration querying.
20444
20445 2005-11-10  Michael Smith <msmith@fluendo.com>
20446
20447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20448         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20449         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20450         (gst_ogg_mux_collected):
20451          Fix EOS handling, partially. Now forwarding an EOS event once we have
20452          EOS on all pads works correctly. However, we still don't properly set
20453          EOS on the actual ogg stream pages.
20454
20455 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20456
20457         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20458           Set elements to NULL state before disposing of them.
20459
20460 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20461
20462         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20463
20464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20465         (gst_base_rtp_depayload_init),
20466         (gst_base_rtp_depayload_set_gst_timestamp):
20467         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20468           We need to send a newsegment event for each instance, not
20469           just for the first instance of this class (get rid of
20470           static variable in function). (#321011).
20471           
20472 2005-11-08  Michael Smith <msmith@fluendo.com>
20473
20474         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20475         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20476         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20477         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20478           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20479           This makes us mux things correctly according to the ogg muxing
20480           rules. Still not handling EOS correctly right now, though.
20481
20482 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20483
20484         * gst/audioconvert/gstaudioconvert.c:
20485           Fix typo in docs. 
20486
20487 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20488
20489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20490         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20491           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20492           creating a new chain; should fix live streaming. Also
20493           add more debug output and fix a typo.
20494
20495 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20496
20497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20498
20499         * gst/volume/gstvolume.c: (volume_set_caps):
20500           Fix compilation on Solaris with Forte. (#320923)
20501
20502 2005-11-08  Wim Taymans  <wim@fluendo.com>
20503
20504         * gst-libs/gst/audio/gstbaseaudiosink.c:
20505         (gst_base_audio_sink_render):
20506         No need to do a typecheck.
20507
20508 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20509
20510         * ext/alsa/gstalsa.h:
20511           We register a debug category, so let's use it.
20512
20513 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20514
20515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20516         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20517         Fixed a small problem.
20518
20519 2005-11-04  Wim Taymans  <wim@fluendo.com>
20520
20521         * examples/seeking/Makefile.am:
20522         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20523         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20524         (make_playerbin_pipeline), (format_value), (update_scale),
20525         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20526         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20527         (print_usage), (main):
20528         Added app for playback speed testing.
20529
20530         * examples/seeking/seek.c: (dynamic_link),
20531         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20532         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20533         (message_received), (main):
20534         Updated seek example.
20535
20536 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20537
20538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20539         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20540         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20541         (gst_base_rtp_depayload_set_clock):
20542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20543         Don't sleep on the bench (system clock) when you have a nice 
20544         comfortable bed (Gstreamer clock) to sleep on.
20545
20546 2005-11-03  Wim Taymans  <wim@fluendo.com>
20547
20548         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20549         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20550         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20551         Handle the case where a pad_block failed.
20552
20553 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20554
20555         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20556
20557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20558         (gst_base_rtp_depayload_add_to_queue),
20559         (gst_base_rtp_depayload_push),
20560         (gst_base_rtp_depayload_set_gst_timestamp),
20561         (gst_base_rtp_depayload_queue_release):
20562           Fixes some bugs in the depayloader's queuing/de-queueing code.
20563
20564 2005-10-31  Michael Smith <msmith@fluendo.com>
20565
20566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20567         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20568         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20569           Patch from Alessandro Decina <alessandro@nnva.org>.
20570           Make oggdemux only find the final time in a chain, not per-pad,
20571           since the per-pad information can be very expensive to locate, and
20572           it isn't used anywhere. This makes reading a file containing
20573           OggSkeleton reasonably fast.
20574           Also, make chain finding work when there are logical bitstreams that
20575           can't be decoded. Fixes #319110.
20576
20577 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20578
20579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20580         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20581         (gst_base_rtp_depayload_chain),
20582         (gst_base_rtp_depayload_add_to_queue),
20583         (gst_base_rtp_depayload_push),
20584         (gst_base_rtp_depayload_set_gst_timestamp),
20585         (gst_base_rtp_depayload_queue_release),
20586         (gst_base_rtp_depayload_start_thread),
20587         (gst_base_rtp_depayload_set_property),
20588         (gst_base_rtp_depayload_get_property):
20589         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20590         Some random fixes, to fullfill the desires of thomas.
20591
20592 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20593
20594         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20595         (gst_base_rtp_depayload_add_to_queue),
20596         (gst_base_rtp_depayload_push):
20597         Fixed the queueing algorithm.
20598
20599 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20600
20601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20602         (gst_base_rtp_depayload_push):
20603         A small fix
20604
20605 2005-10-31  Wim Taymans  <wim@fluendo.com>
20606
20607         * gst-libs/gst/audio/gstringbuffer.h:
20608         Don't break ABI.
20609
20610         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20611         (gst_ffmpeg_caps_to_pixfmt):
20612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20613         (gst_ffmpegcsp_set_caps):
20614         Some more comments.
20615         Handle missing required caps fields better.
20616
20617 2005-10-31  Wim Taymans  <wim@fluendo.com>
20618
20619         * gst-libs/gst/audio/gstbaseaudiosink.c:
20620         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20621         (gst_base_audio_sink_render):
20622         * gst-libs/gst/audio/gstringbuffer.c:
20623         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20624         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20625         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20626         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20627         (gst_ring_buffer_read):
20628         * gst-libs/gst/audio/gstringbuffer.h:
20629         Add flushing mode to the ringbuffer so that it in all cases does
20630         not try to handle more audio. This makes sure it does not try to
20631         block anymore when flushing and fixes a livelock.
20632
20633 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20634
20635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20636         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20637         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20638           Explicitly check for -1 values before doing a conversion
20639           and always map them to -1. (#315545)
20640
20641 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20642
20643         * gst/playback/gstplaybin.c: (gen_video_element):
20644           first try autovideosink, then xvimagesink, then error out
20645         * po/POTFILES.in:
20646           add translatable file
20647         * po/af.po:
20648         * po/az.po:
20649         * po/cs.po:
20650         * po/en_GB.po:
20651         * po/hu.po:
20652         * po/it.po:
20653         * po/nb.po:
20654         * po/nl.po:
20655         * po/or.po:
20656         * po/sq.po:
20657         * po/sr.po:
20658         * po/sv.po:
20659         * po/uk.po:
20660         * po/vi.po:
20661           update translations
20662
20663 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20664
20665         * gst-libs/gst/rtp/gstbasedepayload.c:
20666         * gst-libs/gst/rtp/gstbasedepayload.h:
20667           Minor cleanups
20668
20669 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20670
20671         * gst/playback/.cvsignore:
20672         * gst/playback/decodetest.c:
20673         * gst/playback/test3.c:
20674           Port these two tests as well.
20675
20676 2005-10-27  Wim Taymans  <wim@fluendo.com>
20677
20678         * ext/theora/theoradec.c: (theora_dec_src_query),
20679         (theora_dec_sink_event):
20680         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20681         (theora_enc_change_state):
20682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20683         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20684         Take proper locks when handling events.
20685
20686 2005-10-27  Wim Taymans  <wim@fluendo.com>
20687
20688         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20689         (gst_adder_change_state):
20690         Fix timestamps and fix deadlock when stopping the collectpads.
20691
20692 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20693
20694         * gst-libs/gst/rtp/gstrtpbuffer.h:
20695         Declaring the payload types as strings too so that they can be used
20696         in the padtemplate inialization.
20697
20698 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20699
20700         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20701
20702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20703         (gst_base_rtp_depayload_class_init):
20704         Fixes a small but nasty bug. The derived elements no longer segfaults
20705         on finalization.
20706
20707 2005-10-26  Michael Smith <msmith@fluendo.com>
20708
20709         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20710           When clearing an audioconvert context, set tmpbufsize to zero, so
20711           we'll allocate it again later if required.
20712           This fixes audioconvert re-negotiating formats, which previously
20713           segfaulted with a NULL destination buffer.
20714
20715 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20716
20717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20718         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20719         (gst_base_rtp_depayload_set_gst_timestamp),
20720         (gst_base_rtp_depayload_queue_release):
20721         Fixed a smalll memleak.
20722
20723 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20725         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20726         (gst_base_rtp_depayload_finalize),
20727         (gst_base_rtp_depayload_setcaps),
20728         (gst_base_rtp_depayload_add_to_queue),
20729         (gst_base_rtp_depayload_push),
20730         (gst_base_rtp_depayload_set_gst_timestamp),
20731         (gst_base_rtp_depayload_queue_release),
20732         (gst_base_rtp_depayload_thread),
20733         (gst_base_rtp_depayload_change_state):
20734         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20735         Changed the C++ comments to C comments
20736
20737 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20738
20739         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20740         * gst/tcp/gsttcpclientsrc.h:
20741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20742         * gst/tcp/gsttcpserversrc.h:
20743           Remove unused 'curoffset' structure member.
20744
20745 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20746
20747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20748         (gst_base_rtp_depayload_base_init),
20749         (gst_base_rtp_depayload_finalize):
20750         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20751         * gst-libs/gst/rtp/gstbasertppayload.h:
20752           The pad-template on the sinkpad should be set by the derived classes.
20753           Also added some useful macros.
20754
20755 2005-10-24  Wim Taymans  <wim@fluendo.com>
20756
20757         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20758         Correctly flush decoder samples even if we could not
20759         copy them to an output buffer. Fixes #319618.
20760
20761 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20762
20763         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20765         the caps against our xcontext caps.
20766
20767 2005-10-24  Wim Taymans  <wim@fluendo.com>
20768
20769         * gst-libs/gst/audio/gstbaseaudiosink.c:
20770         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20771         Remove g_print
20772         Use sync property from baseclass to disable sync.
20773
20774 2005-10-24  Wim Taymans  <wim@fluendo.com>
20775
20776         * gst-libs/gst/audio/gstbaseaudiosink.c:
20777         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20778         Buffers with no timestamps get aligned with previous buffers or
20779         on underrun, played ASAP.
20780
20781 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20782
20783         * gst-libs/gst/video/video.h:
20784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20785         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20787         here comes my change on caps for framerate and geometry range.
20788         We are now accepting 1 to MAXINT for width and height, and from
20789         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20790         to be blended correctly in videomixer.
20791
20792 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20793
20794         * configure.ac:
20795           back to HEAD
20796
20797 === release 0.9.4 ===
20798
20799 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20800
20801         * NEWS:
20802         * RELEASE:
20803         * configure.ac:
20804           releasing 0.9.4, "Velociraptor"
20805
20806 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20807
20808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20809         * po/POTFILES.in:
20810           STOPPED -> FAILED
20811
20812 2005-10-21  Wim Taymans  <wim@fluendo.com>
20813
20814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20815         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20816         (pad_blocked), (close_pad_link), (new_pad):
20817         Don't try to remove elements twice.
20818
20819 2005-10-21  Wim Taymans  <wim@fluendo.com>
20820
20821         * ext/theora/theoradec.c: (theora_dec_src_query),
20822         (theora_dec_sink_event):
20823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20824         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20825         (vorbis_handle_data_packet):
20826         * ext/vorbis/vorbisdec.h:
20827         Fix old naming.
20828
20829         * gst-libs/gst/audio/gstbaseaudiosink.c:
20830         (gst_base_audio_sink_render):
20831         Don't try to sync on buffers without a timestamp.
20832
20833 2005-10-21  Wim Taymans  <wim@fluendo.com>
20834
20835         * ext/theora/theoradec.c: (theora_dec_src_query),
20836         (theora_dec_sink_event):
20837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20838         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20839         (vorbis_handle_data_packet):
20840         * ext/vorbis/vorbisdec.h:
20841         Fix old naming.
20842
20843 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20844
20845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20846         (gst_vorbisenc_src_query):
20847           Implement position and duration queries.
20848
20849         * gst/playback/test3.c: (update_scale), (main):
20850           Fix for async state changes and print nicer output.
20851
20852 2005-10-20  Wim Taymans  <wim@fluendo.com>
20853
20854         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20855         (dump_element_stats), (main):
20856         * gst/playback/test6.c: (main):
20857         Fix tests again
20858
20859 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20860
20861         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20862         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20863           Don't use functions for position queries when handling
20864           duration queries.
20865
20866 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20867
20868         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20869         (vorbis_handle_data_packet), (vorbis_dec_chain),
20870         (vorbis_dec_change_state):
20871         * ext/vorbis/vorbisdec.h:
20872           Vorbis streams can be embedded in other container formats
20873           than ogg, container formats where the demuxer might set 
20874           timestamps on encoded vorbis buffers instead of those silly 
20875           granulepos thingies. In short: make vorbisdec handle 
20876           timestamps on incoming buffers as well.
20877
20878 2005-10-20  Wim Taymans  <wim@fluendo.com>
20879
20880         * gst/playback/gstplaybasebin.c: (group_destroy),
20881         (gst_play_base_bin_change_state):
20882         Fix leak.
20883         Handle case where playbasebin is now ASYNC because
20884         decodebin is.
20885
20886 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20887
20888         * gst/audioconvert/Makefile.am:
20889         * gst/audioconvert/bufferframesconvert.c:
20890         * gst/audioconvert/plugin.c: (plugin_init):
20891         * gst/audioconvert/plugin.h:
20892           And bye bye buffer-frames-convert
20893
20894 2005-10-19  Wim Taymans  <wim@fluendo.com>
20895
20896         * check/elements/audioconvert.c:
20897         * docs/libs/tmpl/gstaudio.sgml:
20898         * docs/libs/tmpl/gstcolorbalance.sgml:
20899         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20900         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20901         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20902         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20903         * gst-libs/gst/audio/audio.h:
20904         * gst/audioconvert/audioconvert.h:
20905         * gst/audioconvert/gstaudioconvert.c:
20906         (gst_audio_convert_parse_caps):
20907         * gst/volume/gstvolume.c:
20908         Bye bye buffer-frames.
20909
20910 2005-10-19  Wim Taymans  <wim@fluendo.com>
20911
20912         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20913         (query_positions_elems), (query_positions_pads), (update_scale),
20914         (do_seek), (set_update_scale), (message_received), (main):
20915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20916         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20917         (gst_ogg_demux_loop):
20918         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20919         * ext/theora/theoradec.c: (theora_dec_src_query),
20920         (theora_dec_sink_event):
20921         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20922         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20923         * gst/adder/gstadder.c: (gst_adder_query):
20924         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20925         * gst/playback/test3.c: (update_scale):
20926         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20927         (dump_element_stats), (main):
20928         * gst/playback/test6.c: (main):
20929         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20930         Query API update.
20931
20932 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20933
20934         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20935         (xml_check_first_element), (xml_type_find), (smil_type_find),
20936         (plugin_init):
20937           Add typefinding for SMIL and for generic XML. Based on patch by
20938           Akos Maroy (#308663).
20939
20940 2005-10-18  Wim Taymans  <wim@fluendo.com>
20941
20942         * gst/playback/Makefile.am:
20943         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20944         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20945         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20946         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20947         (gst_decode_bin_change_state):
20948         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20949         (gst_play_bin_send_event_to_sink):
20950         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20951         (dump_element_stats), (main):
20952         * gst/playback/test6.c: (main):
20953         Make playbin async, it'll commit state to paused when all streams
20954         are detected.
20955         Remove ugly hack.
20956         Added test6.c to show async behaviour.
20957
20958 2005-10-18  Wim Taymans  <wim@fluendo.com>
20959
20960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20961         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20962         Fix for segment-start/stop API change.
20963
20964 2005-10-18  Wim Taymans  <wim@fluendo.com>
20965
20966         * check/Makefile.am:
20967         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20968         (main):
20969         Add future test for clock selection.
20970
20971 2005-10-18  Wim Taymans  <wim@fluendo.com>
20972
20973         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20974         (gst_alsasink_close):
20975         Set handle to NULL.
20976
20977         * gst-libs/gst/audio/gstringbuffer.c:
20978         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20979         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20980         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20981         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20982         (gst_ring_buffer_read):
20983         More debug info.
20984
20985 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20986
20987         * gst/audiotestsrc/Makefile.am:
20988         * gst/sine/Makefile.am:
20989         * gst/volume/Makefile.am:
20990           fix broken build of controllerized plugins
20991
20992 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20993
20994         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20995
20996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20997         (gst_riff_create_video_template_caps):
20998           Add support for Indeo-3 (IV32).
20999
21000 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * configure.ac:
21003           rewrite
21004
21005 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         * gst-libs/gst/video/video.c: (gst_video_get_size):
21008         * gst/audiotestsrc/gstaudiotestsrc.c:
21009           doc updates
21010
21011 2005-10-17  Andy Wingo  <wingo@pobox.com>
21012
21013         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21014         with the collectpads change.
21015         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21016
21017         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21018
21019         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21020
21021         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21022         alloc_buffer flow return to callers.
21023         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21024         change. Fix some memleaks in theoraenc.
21025
21026         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21027         in strange circumstance.
21028
21029 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21030
21031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21032         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21033         from caps, let's use the caps...
21034
21035 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21036
21037         * configure.ac:
21038           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21039
21040 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * gst-libs/gst/interfaces/Makefile.am:
21043           fix silly typo
21044
21045 2005-10-16  Andy Wingo  <wingo@pobox.com>
21046
21047         * gst/playback/gstdecodebin.c
21048         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21049         function!
21050         (try_to_link_1): Increase kraziness level.
21051
21052 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21053
21054         * configure.ac:
21055           restructure like the core one
21056         * gst-libs/gst/audio/Makefile.am:
21057         * gst-libs/gst/interfaces/Makefile.am:
21058         * gst-libs/gst/net/Makefile.am:
21059         * gst-libs/gst/riff/Makefile.am:
21060         * gst-libs/gst/rtp/Makefile.am:
21061         * gst-libs/gst/tag/Makefile.am:
21062         * gst-libs/gst/video/Makefile.am:
21063           use correct linker flags, now the libs are properly versioned
21064         * check/elements/audioconvert.c: (verify_convert):
21065         * ext/alsa/gstalsaplugin.c:
21066         * ext/cdparanoia/gstcdparanoia.c:
21067         * ext/gnomevfs/gstgnomevfs.c:
21068         * ext/libvisual/visual.c:
21069         * ext/ogg/gstogg.c:
21070         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21071         * ext/theora/theora.c:
21072         * ext/vorbis/vorbis.c:
21073         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21074         * gst-libs/gst/tag/gsttagediting.c:
21075         * gst-libs/gst/video/video.c:
21076         * gst/adder/gstadder.c:
21077         * gst/audioconvert/plugin.c:
21078         * gst/audiorate/gstaudiorate.c:
21079         * gst/audioresample/gstaudioresample.c:
21080         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21081         * gst/audioscale/gstaudioscale.c:
21082         * gst/audioscale/resample.c:
21083         * gst/audiotestsrc/gstaudiotestsrc.c:
21084         * gst/ffmpegcolorspace/gstffmpeg.c:
21085         * gst/playback/gstdecodebin.c: (close_pad_link):
21086         * gst/playback/gstplaybin.c: (gen_video_element),
21087         (gen_audio_element):
21088         * gst/sine/gstsinesrc.c:
21089         * gst/subparse/gstsubparse.c:
21090         * gst/tags/gsttagediting.c:
21091         * gst/tcp/gsttcpplugin.c:
21092         * gst/typefind/gsttypefindfunctions.c:
21093         * gst/videorate/gstvideorate.c:
21094         * gst/videoscale/gstvideoscale.c:
21095         * gst/videotestsrc/gstvideotestsrc.c:
21096         * gst/volume/gstvolume.c:
21097         * sys/v4l/gstv4l.c:
21098         * sys/ximage/ximage.c:
21099         * sys/xvimage/xvimagesink.c:
21100           fix up defines
21101
21102 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21103
21104         * ext/vorbis/vorbisenc.c:
21105         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21106         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21107         (gst_tag_to_vorbis_comments):
21108           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21109
21110 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21111
21112         * examples/stats/mp2ogg.c:
21113         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21114           typo fixes
21115
21116 2005-10-13  Michael Smith <msmith@fluendo.com>
21117
21118         * ext/ogg/gstoggmux.c:
21119           Use magic glib macros to define constants as 64 bit, to ensure
21120           appropriate vararg passing.
21121
21122 2005-10-13  Michael Smith <msmith@fluendo.com>
21123
21124         * ext/ogg/gstoggmux.c:
21125         * gst/audioconvert/audioconvert.c: (float):
21126           Don't use LL suffix, as it's not portable, and neither of these
21127           uses required it anyway.
21128
21129 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21130
21131         * examples/indexing/indexmpeg.c: (main):
21132         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21133         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21134         (cdparanoia_convert), (cdparanoia_query):
21135         * ext/cdparanoia/gstcdparanoia.h:
21136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21137         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21138         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21140         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21141         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21143         (gst_multifdsink_render), (gst_multifdsink_start),
21144         (gst_multifdsink_stop):
21145         * gst/tcp/gstmultifdsink.h:
21146         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21147         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21148         (gst_tcpclientsink_stop):
21149         * gst/tcp/gsttcpclientsink.h:
21150         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21151         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21152         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21153         * gst/tcp/gsttcpclientsrc.h:
21154         * gst/tcp/gsttcpserversink.h:
21155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21156         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21157         (gst_tcpserversrc_stop):
21158         * gst/tcp/gsttcpserversrc.h:
21159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21161         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21162           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21163           moved bitshift from macro to enum definition
21164
21165 2005-10-12  Wim Taymans  <wim@fluendo.com>
21166
21167         * examples/seeking/Makefile.am:
21168         Oops.
21169
21170 2005-10-12  Wim Taymans  <wim@fluendo.com>
21171
21172         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21173         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21174         Don't assert on normal stuff.
21175
21176         * gst/playback/gstplaybin.c: (do_playbin_seek):
21177         API fix.
21178
21179 2005-10-12  Wim Taymans  <wim@fluendo.com>
21180
21181         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21182         * examples/seeking/Makefile.am:
21183         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21184         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21185         (do_seek), (set_update_scale), (message_received), (main):
21186         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21187         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21188         Update for _get_state() API change.
21189
21190 2005-10-11  Wim Taymans  <wim@fluendo.com>
21191
21192         * gst-libs/gst/audio/gstbaseaudiosink.c:
21193         (gst_base_audio_sink_render):
21194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21195         (gst_base_audio_src_create):
21196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21197         (gst_ring_buffer_read):
21198         Cleanups.
21199         Commit and read from ringbuffer in samples rather than bytes.
21200
21201 2005-10-11  Wim Taymans  <wim@fluendo.com>
21202
21203         * gst-libs/gst/audio/gstbaseaudiosink.c:
21204         (gst_base_audio_sink_render):
21205         Respect segment rate and accum when scheduling samples.
21206
21207 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21208
21209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21210         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21211         EOS correctly, that needs more work.
21212
21213 2005-10-11  Wim Taymans  <wim@fluendo.com>
21214
21215         * check/generic/states.c: (GST_START_TEST):
21216         remove old property.
21217
21218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21219         (gst_ogg_demux_perform_seek):
21220         * ext/theora/theoradec.c: (theora_dec_sink_event):
21221         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21222         (vorbis_handle_data_packet):
21223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21224         (gst_base_rtp_depayload_set_gst_timestamp):
21225         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21226         Update for newsegment API change.
21227
21228 2005-10-11  Michael Smith <msmith@fluendo.com>
21229
21230         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21231         (do_playbin_seek), (gst_play_bin_send_event):
21232           Override send_event differently, so that we can takes bits of
21233           functionality from GstPipeline (special handling for seeks,
21234           including pausing/resuming, and resetting stream time) and still get
21235           the appropriate behaviour of only forwarding event to a single sink,
21236           rather than all of them.
21237           Unfortunately requires a lot of code duplication, but the
21238           alternatives are equally ugly in the end.
21239
21240 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21241
21242         * check/elements/audioconvert.c: (setup_audioconvert),
21243         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21244         (GST_START_TEST), (audioconvert_suite):
21245           clean up tests a little, fix some leaks.
21246
21247 2005-10-10  Wim Taymans  <wim@fluendo.com>
21248
21249         * ext/alsa/gstalsasink.c:
21250         Also allow unsigned int.
21251
21252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21253         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21254         Small cleanup
21255
21256 2005-10-10  Wim Taymans  <wim@fluendo.com>
21257
21258         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21259         Small update, use API as stated in design docs.
21260
21261         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21262         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21263         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21264         (message_received), (main):
21265         Updated seek example for GOption. Some usability improvements.
21266
21267 2005-10-10  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst/audioconvert/audioconvert.h:
21270         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21271         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21272         Alloc temp storage somewhere else where we can do it more
21273         portable.
21274
21275 2005-10-10  Wim Taymans  <wim@fluendo.com>
21276
21277         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21278         (gst_tcpserversrc_start):
21279         Don't block in accept while doing the state change, move
21280         to poll and make cancellable.
21281
21282 2005-10-09  Philippe Khalaf <burger@speedy.org>
21283
21284         * gst-libs/gst/rtp/rtpbasedepayload.c:
21285         Set timestamp and add queue delay to timestamp
21286         * gst-libs/gst/rtp/rtpbuffer.h:
21287         Set correct payload type for h263
21288
21289 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21290
21291         * gst/audiotestsrc/gstaudiotestsrc.c:
21292         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21293         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21294         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21295         (gst_audiotestsrc_create_triangle),
21296         (gst_audiotestsrc_create_silence),
21297         (gst_audiotestsrc_create_white_noise),
21298         (gst_audiotestsrc_init_pink_noise),
21299         (gst_audiotestsrc_generate_pink_noise_value),
21300         (gst_audiotestsrc_create_pink_noise),
21301         (gst_audiotestsrc_change_wave):
21302         * gst/audiotestsrc/gstaudiotestsrc.h:
21303           fixed typo, added pink noise
21304
21305 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21306
21307         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21308         (plugin_init):
21309           Add wavpack and spc typefind functions from 0.8 branch.
21310
21311 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21312
21313         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21314         (ar_type_find), (msdos_type_find), (plugin_init):
21315           Add typefind functions for tar archives, ar archives,
21316           RAR archives, and msdos-executables (dlls, exe, etc.).
21317           Some of those would be wrongly identified as mpeg
21318           streams of some sort before (#315550).
21319
21320 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21321
21322         * configure.ac:
21323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21325         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21326         * gst/audiotestsrc/Makefile.am:
21327         * gst/audiotestsrc/gstaudiotestsrc.c:
21328         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21329         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21330         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21331         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21332         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21333         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21334         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21335         (gst_audiotestsrc_create_silence),
21336         (gst_audiotestsrc_create_white_noise),
21337         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21338         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21339         (gst_audiotestsrc_start), (plugin_init):
21340         * gst/audiotestsrc/gstaudiotestsrc.h:
21341           add new plugin and element
21342         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21343           use gobject_class
21344
21345 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21346
21347         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21348         (gst_adder_init), (gst_adder_request_new_pad),
21349         (gst_adder_change_state):
21350           Add query function to source pad, so adder reports the correct
21351           time/sample position when queried (#315457); fix state change
21352           function; use GST_DEBUG_FUNCPTR() for pad functions.
21353
21354 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21357           Fix leaks in typefind registration
21358           Clean up the gratuitous commenting and whitespacing a little
21359
21360 2005-10-08  Wim Taymans  <wim@fluendo.com>
21361
21362         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21363         Only actually wait for the thread to be stopped if it's 
21364         running.
21365
21366 2005-10-08  Wim Taymans  <wim@fluendo.com>
21367
21368         * gst-libs/gst/audio/gstbaseaudiosink.c:
21369         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21370         If we receive EOS we can start playback of what we had.
21371
21372 2005-10-08  Wim Taymans  <wim@fluendo.com>
21373
21374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21375         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21376         (gst_multifdsink_stop):
21377         Fix crasher when going to NULL multiple times.
21378
21379 2005-10-06  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21382         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21383         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21385         patch from Edgard Lima <edgard.lima@indt.org.br>
21386         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21387
21388 2005-10-06  Wim Taymans  <wim@fluendo.com>
21389
21390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21391         Report the FLOW_RETURN as string in the error message.
21392
21393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21394         Don't assert when clearing an unnegotiated buffer.
21395
21396 2005-10-04  Michael Smith <msmith@fluendo.com>
21397
21398         * gst/playback/gstplaybasebin.c: (group_destroy),
21399         (gen_preroll_element), (remove_groups), (setup_source):
21400         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21401         (setup_sinks), (gst_play_bin_send_event),
21402         (gst_play_bin_change_state):
21403           Set state to NULL before removing from bin. Fix refcounting.
21404
21405 2005-10-04  Michael Smith <msmith@fluendo.com>
21406
21407         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21408           Correct refcounting in send_event() function. Previously was wrong
21409           if the first sink was unable to handle the event.
21410
21411 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21412
21413         * configure.ac:
21414           back to development
21415
21416 === release 0.9.3 ===
21417
21418 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * configure.ac:
21421           Releasing 0.9.3, "De Facto"
21422
21423 2005-10-03  Andy Wingo  <wingo@pobox.com>
21424
21425         * gst/playback/gstdecodebin.c (try_to_link_1)
21426         (remove_element_chain): set element to NULL before removing it.
21427
21428 2005-10-02  Johan Dahlin  <johan@gnome.org>
21429
21430         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21431         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21432         MT safe.
21433
21434 2005-10-02  Andy Wingo  <wingo@pobox.com>
21435
21436         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21437         (gst_ring_buffer_prepare_read): 
21438         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21439         Demote to LOG.
21440
21441 2005-09-29  Wim Taymans  <wim@fluendo.com>
21442
21443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21444         * ext/theora/theoradec.c: (theora_handle_data_packet):
21445         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21446         Propagate error codes from alloc_buffer too.
21447
21448 2005-09-29  Wim Taymans  <wim@fluendo.com>
21449
21450         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21451         We use fixed caps.
21452
21453         * gst/playback/Makefile.am:
21454         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21455         (dump_element_stats), (main):
21456         Added example stream introspection code.
21457
21458 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21459
21460         * gst/adder/gstadder.c: (gst_adder_collected):
21461           fix adder for float elements
21462
21463 2005-09-28  Wim Taymans  <wim@fluendo.com>
21464
21465         * gst-libs/gst/audio/gstbaseaudiosink.c:
21466         (gst_base_audio_sink_class_init),
21467         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21468         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21469         (gst_base_audio_src_class_init),
21470         (gst_base_audio_src_provide_clock):
21471         get_clock -> provide_clock
21472
21473 2005-09-28  Andy Wingo  <wingo@pobox.com>
21474
21475         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21476         and unlocking.
21477
21478         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21479         unlocking.
21480
21481         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21482         Actually add the pad template.
21483         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21484
21485         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21486         I'm at it...
21487
21488         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21489         from fdsrc. Get caps in create() instead of start() so it can be
21490         interrupted. Interruption somewhat untested.
21491
21492         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21493         Proper EOS handling.
21494
21495 2005-09-27  Andy Wingo  <wingo@pobox.com>
21496
21497         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21498
21499         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21500
21501         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21502
21503         * gst/tcp/gsttcp.h: 
21504         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21505         out of tcpclientsrc.c. Cancellable.
21506         (gst_tcp_socket_read): Made private, cancellable, with better
21507         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21508         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21509         whole buffer, and better diagnostics.
21510         (gst_tcp_gdp_read_caps): Same.
21511
21512         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21513
21514 2005-09-26  Andy Wingo  <wingo@pobox.com>
21515
21516         * gst/sine/gstsinesrc.h:
21517         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21518         change the 'sync' property to 'is-live' and implement it halfway,
21519         update for controller api change.
21520
21521         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21522         controller api change.
21523
21524 2005-09-24  Wim Taymans  <wim@fluendo.com>
21525
21526         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21527         * gst-libs/gst/audio/gstaudiosink.c:
21528         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21529         (gst_audioringbuffer_stop):
21530         * gst-libs/gst/audio/gstbaseaudiosink.c:
21531         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21532         (gst_base_audio_sink_change_state):
21533         * gst-libs/gst/audio/gstbaseaudiosink.h:
21534         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21535         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21536         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21537         * gst-libs/gst/audio/gstringbuffer.h:
21538         Fix sync again. Moved sample alignment to basesink.
21539
21540 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21541
21542         * docs/plugins/Makefile.am:
21543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21545         * gst/volume/gstvolume.c:
21546           add/fix docs
21547         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21548         * gst-libs/gst/audio/audio.h:
21549           add conversion macros for frames <-> clocktime
21550
21551 2005-09-23  David Schleef  <ds@schleef.org>
21552
21553         * gst/audioresample/Makefile.am:
21554         * gst/audioresample/debug.h:
21555         * gst/audioresample/gstaudioresample.c:
21556         * gst/audioresample/resample.c: Convert to using gst debugging
21557
21558 2005-09-22  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21561         (gst_play_bin_send_event):
21562         Only seek on one sink, the first one that succeeds.
21563
21564 2005-09-22  Michael Smith <msmith@fluendo.com>
21565
21566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21567         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21568         Don't flush encoder state unless we have an initialised encoder.
21569         Clear out encoder state on PAUSED_TO_READY.
21570
21571 2005-09-22  Wim Taymans  <wim@fluendo.com>
21572
21573         * gst-libs/gst/rtp/gstbasertppayload.c:
21574         (gst_basertppayload_class_init), (gst_basertppayload_init),
21575         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21576         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21577         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21578         (gst_basertppayload_set_property),
21579         (gst_basertppayload_get_property),
21580         (gst_basertppayload_change_state):
21581         * gst-libs/gst/rtp/gstbasertppayload.h:
21582         Added max-ptime to control amount of data in the rtp packets.
21583
21584 2005-09-21  Andy Wingo  <wingo@pobox.com>
21585
21586         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21587         thingies.
21588
21589         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21590         can be called multiple times, dogs.
21591
21592 2005-09-21  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst-libs/gst/rtp/gstbasertppayload.c:
21595         (gst_basertppayload_class_init), (gst_basertppayload_init),
21596         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21597         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21598         (gst_basertppayload_push), (gst_basertppayload_get_property),
21599         (gst_basertppayload_change_state):
21600         Allow 0 ssrc too.
21601
21602 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21603
21604         * docs/libs/compiling.sgml:
21605           fixing typos
21606
21607 2005-09-20  Wim Taymans  <wim@fluendo.com>
21608
21609         * gst-libs/gst/rtp/gstbasertppayload.c:
21610         (gst_basertppayload_class_init), (gst_basertppayload_init),
21611         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21612         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21613         (gst_basertppayload_push), (gst_basertppayload_set_property),
21614         (gst_basertppayload_get_property),
21615         (gst_basertppayload_change_state):
21616         * gst-libs/gst/rtp/gstbasertppayload.h:
21617         Added property to configure sequence number offsets.
21618
21619 2005-09-20  Wim Taymans  <wim@fluendo.com>
21620
21621         * gst-libs/gst/rtp/gstbasertppayload.c:
21622         (gst_basertppayload_class_init), (gst_basertppayload_init),
21623         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21624         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21625         (gst_basertppayload_push), (gst_basertppayload_set_property),
21626         (gst_basertppayload_get_property),
21627         (gst_basertppayload_change_state):
21628         * gst-libs/gst/rtp/gstbasertppayload.h:
21629         Make timestamp offset configurable.
21630
21631 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21632
21633         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21634           fix wrong pop/unref
21635
21636 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21637
21638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21639
21640         * gst-libs/gst/interfaces/propertyprobe.c:
21641         (gst_property_probe_probe_property_name),
21642         (gst_property_probe_needs_probe_name),
21643         (gst_property_probe_get_values_name),
21644         (gst_property_probe_probe_and_get_values_name):
21645           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21646           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21647
21648 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21649
21650         * check/Makefile.am:
21651           have some tests be disabled for valgrinding
21652         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21653         (GST_START_TEST):
21654         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21655           Fix A Leak.  Chain To Parent Finalize.
21656
21657 2005-09-19  Wim Taymans  <wim@fluendo.com>
21658
21659         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21660         Fixed wav pipeline.
21661
21662 2005-09-19  Wim Taymans  <wim@fluendo.com>
21663
21664         * gst-libs/gst/rtp/gstbasertppayload.c:
21665         (gst_basertppayload_class_init), (gst_basertppayload_init),
21666         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21667         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21668         (gst_basertppayload_push), (gst_basertppayload_get_property),
21669         (gst_basertppayload_change_state):
21670         Posting ERROR and WARNING messages is good.
21671
21672 2005-09-19  Wim Taymans  <wim@fluendo.com>
21673
21674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21675         (gst_base_rtp_depayload_add_to_queue),
21676         (gst_base_rtp_depayload_push),
21677         (gst_base_rtp_depayload_set_gst_timestamp),
21678         (gst_base_rtp_depayload_queue_release):
21679         This one was not supposed to go in.
21680
21681 2005-09-19  Wim Taymans  <wim@fluendo.com>
21682
21683         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21684         Fix for bus API.
21685
21686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21687         (gst_base_rtp_depayload_chain),
21688         (gst_base_rtp_depayload_add_to_queue),
21689         (gst_base_rtp_depayload_push),
21690         (gst_base_rtp_depayload_set_gst_timestamp),
21691         (gst_base_rtp_depayload_queue_release):
21692         Some cleanups.
21693
21694         * gst-libs/gst/rtp/gstbasertppayload.c:
21695         (gst_basertppayload_class_init), (gst_basertppayload_init),
21696         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21697         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21698         (gst_basertppayload_get_property),
21699         (gst_basertppayload_change_state):
21700         Added debugging category.
21701
21702 2005-09-18  David Schleef  <ds@schleef.org>
21703
21704         * gst/playback/gstdecodebin.c: free plugin list correctly
21705         * gst/playback/gstplaybin.c: emit warning if autovideosink
21706           and autoaudiosink can't be found (instead of segfaulting)
21707
21708 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21709
21710         * check/elements/audioconvert.c: (GST_START_TEST):
21711           try out 24 bit conversion
21712
21713 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21714
21715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21716         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21717         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21718         * ext/vorbis/vorbisenc.h:
21719           Fix EOS handling.  Still needs a fix in the ogg muxer to
21720           mark the last page as eos.
21721
21722 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * common/gtk-doc-plugins.mak:
21725         * docs/plugins/Makefile.am:
21726         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21727         * gst/ffmpegcolorspace/Makefile.am:
21728         * gst/ffmpegcolorspace/avcodec.h:
21729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21730         * gst/tcp/gstmultifdsink.c:
21731           fix up ffmpegcolorspace docs; extract header
21732
21733 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * common/gtk-doc-plugins.mak:
21736         * docs/plugins/Makefile.am:
21737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21738         * ext/theora/Makefile.am:
21739         * ext/theora/gsttheoraenc.h:
21740         * ext/theora/theoraenc.c:
21741         * ext/vorbis/vorbisenc.c:
21742           pick up signals and args for vorbis; add some docs for vorbis
21743
21744 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         * common/gstdoc-scangobj:
21747         * common/gtk-doc-plugins.mak:
21748         * docs/libs/Makefile.am:
21749         * docs/plugins/gst-plugins-base-plugins.args:
21750         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21751         * docs/plugins/gst-plugins-base-plugins.interfaces:
21752         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21753         * docs/plugins/gst-plugins-base-plugins.signals:
21754           only scanobj stuff from our source module.  Not sure yet
21755           if that's correct, given the hierarchy stuff :)
21756
21757 2005-09-15  Wim Taymans  <wim@fluendo.com>
21758
21759         * gst/audioconvert/gstaudioconvert.c:
21760         And enable 24 bits mode as well..
21761
21762 2005-09-15  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst-libs/gst/rtp/Makefile.am:
21765         * gst-libs/gst/rtp/gstbasertppayload.c:
21766         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21767         (gst_basertppayload_class_init), (gst_basertppayload_init),
21768         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21769         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21770         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21771         (gst_basertppayload_set_property),
21772         (gst_basertppayload_get_property),
21773         (gst_basertppayload_change_state):
21774         * gst-libs/gst/rtp/gstbasertppayload.h:
21775         Added rtp payloader base class.
21776
21777 2005-09-15  Andy Wingo  <wingo@pobox.com>
21778
21779         * configure.ac (plugindir): Remove the EOL matcher from the
21780         regexp, as it causes me problems. Libtool? Make? Who knows?
21781
21782 2005-09-14  David Schleef  <ds@schleef.org>
21783
21784         * check/generic/states.c: 
21785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21786         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21787           Fixes for changes in registry API.
21788
21789         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21790           to GST_PLUGIN_LDFLAGS.
21791         * ext/libvisual/visual.c: Make the library shut up.
21792         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21793         * gst-libs/gst/audio/gstaudiofilter.c: same
21794
21795 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * docs/plugins/Makefile.am:
21798         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21799         * docs/plugins/inspect/plugin-libvisual.xml:
21800         * docs/plugins/tmpl/element-tcpserversink.sgml:
21801         * ext/theora/theoraenc.c:
21802           add libvisual plugin and theoraenc element to docs
21803
21804 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21808         * ext/theora/theoraenc.c:
21809           add theoraenc
21810
21811 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21812
21813         * gst/audioconvert/Makefile.am:
21814           Audioconvert derives from GstBaseTransform and should
21815           link to the library with our base elements to avoid
21816           unresolved symbols. Makes things work with MinGW (#316160)
21817
21818         * gst/playback/test4.c: (main):
21819           Fix MinGW build problem and use g_usleep() instead of 
21820           sleep() (#316162)
21821
21822 2005-09-12  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst/audioconvert/audioconvert.c: (float),
21825         (audio_convert_prepare_context), (audio_convert_convert):
21826         * gst/audioconvert/audioconvert.h:
21827         Cleanups, speedups, simplifications, added back support
21828         for 24 bits.
21829
21830 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21831
21832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21834         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21835         * docs/plugins/tmpl/element-tcpserversink.sgml:
21836         * gst/ffmpegcolorspace/gstffmpeg.c:
21837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21838         * gst/videotestsrc/gstvideotestsrc.c:
21839         * gst/volume/gstvolume.c:
21840           add more elements to the docs
21841
21842 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21843
21844         * check/Makefile.am:
21845         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21846         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21847           Add extra tests for basetransform based components. 
21848           Comment out the test_element_negotiation test until we decide
21849           if it's testing correct behaviour.
21850         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21851         (gst_visual_chain), (gst_visual_change_state):
21852           Slightly more correct but still bogus timestamping.
21853           Fix state change function.
21854         * gst/audioconvert/gstaudioconvert.c:
21855         (gst_audio_convert_class_init):
21856         * gst/audioresample/gstaudioresample.c:
21857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21858         (gst_ffmpegcsp_class_init):
21859         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21860         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21861         (gst_videoscale_prepare_image):
21862         * gst/volume/gstvolume.c: (gst_volume_class_init),
21863         (volume_transform_ip):
21864           Basetransform updates. Enable passthrough modes.
21865         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21866         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21867         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21868           Negotiation fix that allows the window to return to the original
21869           size and renegotiate passthrough upstream. Extra debug output.
21870
21871 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21872
21873         * gst/sine/gstsinesrc.c:
21874         * gst/volume/gstvolume.c:
21875           fix up header include
21876
21877 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21878
21879         * gst-libs/gst/audio/gstbaseaudiosink.c:
21880         (gst_base_audio_sink_render):
21881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21882         * gst/volume/gstvolume.c: (gst_volume_class_init),
21883         (volume_transform):
21884           fixing lost sync, some more debugging
21885
21886 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21887
21888         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21889         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21890         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21891         (gst_xvimagesink_check_xshm_calls):
21892           Fix compilation when XShm is not available.
21893
21894 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21895
21896         * ext/libvisual/visual.c: (gst_visual_dispose),
21897         (gst_visual_getcaps), (gst_visual_src_setcaps),
21898         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21899         (gst_visual_change_state):
21900           Finish fixing up libvisual plugin so that it runs. 
21901
21902 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21903
21904         * ext/vorbis/vorbisenc.c:
21905         * gst-libs/gst/tag/gstvorbistag.c:
21906           gsttaginterface.h -> gsttagsetter.h
21907
21908 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21909
21910         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21911           added another test that failes for me (test is not active by default)
21912
21913 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21914
21915         * configure.ac:
21916           v4l2 is no longer in gst-plugins-base
21917
21918 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21919
21920         * configure.ac:
21921           In the output at the end, don't show the first plugin on the same
21922           line as "Core plug-ins, always built:".
21923           Indent the output as for other plugin categories
21924         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21925           #define that can be used to not use peer buffer_alloc functions for
21926           test purposes.
21927         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21928         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21929         (gst_ximagesink_show_frame):
21930         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21931         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21932         (gst_xvimagesink_show_frame):
21933           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21934           fails gracefully instead of XError aborting or deadlocking.
21935
21936 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21937
21938         * ext/libvisual/Makefile.am:
21939           link against gst-base-libs
21940
21941 2005-09-06  David Schleef  <ds@schleef.org>
21942
21943         * configure.ac: Enable libvisual plugin.
21944         * ext/libvisual/Makefile.am:
21945         * ext/libvisual/visual.c: Fixes to make it compile.
21946
21947 === release 0.9.2 ===
21948
21949 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21950
21951         * NEWS:
21952         * RELEASE:
21953         * configure.ac:
21954         * docs/random/ChangeLog-0.8:
21955           releasing 0.9.2, "Spoon"
21956
21957 2005-09-05  Michael Smith <msmith@fluendo.com>
21958
21959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21960           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21961           that in the vorbisenc element.
21962
21963 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21964
21965         * common/gtk-doc-plugins.mak:
21966         * docs/plugins/Makefile.am:
21967           fix distcheck
21968         * gst/audioresample/resample.c:
21969           fix wrong docstring
21970
21971 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * common/gst-xmlinspect.py:
21974         * common/gtk-doc-plugins.mak:
21975           only inspect plugins for this given package
21976           require gst-python 0.9
21977
21978 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21979
21980         * Makefile.am:
21981         * autogen.sh:
21982         * common/gst-xmlinspect.py:
21983         * configure.ac:
21984         * docs/Makefile.am:
21985         * docs/plugins/inspect/plugin-alsa.xml:
21986         * docs/plugins/inspect/plugin-audioresample.xml:
21987         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21988         * docs/plugins/inspect/plugin-ogg.xml:
21989         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21990         * docs/plugins/tmpl/element-multifdsink.sgml:
21991         * docs/plugins/tmpl/element-tcpserversink.sgml:
21992         * docs/plugins/tmpl/element-vorbisenc.sgml:
21993         * gst-plugins-base.spec.in:
21994           various doc-related updates
21995
21996 2005-08-31  Wim Taymans  <wim@fluendo.com>
21997
21998         * gst-libs/gst/audio/gstbaseaudiosink.c:
21999         (gst_base_audio_sink_render):
22000         Resync if the buffer timestamps drift more than a 10th 
22001         of a second.
22002
22003 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22004
22005         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22006         (gst_v4lsrc_get_property):
22007           The 'timestamp-offset' property is registered as an int64, so
22008           let's use g_value_{set|get}_int64() in our setter and getter
22009           functions (makes it work and fixes warnings with gst-inspect).
22010
22011 2005-08-30  Wim Taymans  <wim@fluendo.com>
22012
22013         * check/elements/audioconvert.c: (setup_audioconvert):
22014         * check/elements/audioresample.c: (setup_audioresample):
22015         * check/elements/volume.c: (setup_volume):
22016         Fix checks.
22017
22018 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22019
22020         * common/gtk-doc-plugins.mak:
22021         * common/plugins.xsl:
22022         * docs/plugins/Makefile.am:
22023           make module a param
22024
22025 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22026
22027         * examples/seeking/seek.c: (make_mp3_pipeline),
22028         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22029         (play_cb), (pause_cb), (stop_cb):
22030           update the example
22031
22032 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22033
22034         * gst/volume/gstvolume.c: (gst_volume_class_init),
22035         (volume_transform):
22036           do not update controlled params, if buffer has no timestamp
22037
22038 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22039
22040         * configure.ac:
22041         * gst/sine/Makefile.am:
22042         * gst/volume/Makefile.am:
22043           controllerized elements also need to link against controller-libs ;)
22044
22045 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22046
22047         * docs/libs/tmpl/gstcolorbalance.sgml:
22048         * docs/libs/tmpl/gstgconf.sgml:
22049         * docs/libs/tmpl/gstmixer.sgml:
22050         * docs/libs/tmpl/gstringbuffer.sgml:
22051         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22052         (gst_sinesrc_create):
22053         * gst/volume/gstvolume.c: (gst_volume_class_init),
22054         (volume_transform):
22055           controllerized two audio plugins
22056
22057 2005-08-29  Andy Wingo  <wingo@pobox.com>
22058
22059         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22060         (vorbis_handle_data_packet): Fix some int overflow errors.
22061
22062         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22063         -1.
22064         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22065         valid.
22066         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22067         if it's valid. Fixed streaming-mode playback.
22068
22069         * check/elements/volume.c (cleanup_volume): Fix for running
22070         CK_FORK=no.
22071
22072         * check/elements/audioconvert.c: Convert from native endian, not
22073         little endian.
22074
22075 2005-08-29  Michael Smith <msmith@fluendo.com>
22076
22077         * ext/ogg/Makefile.am:
22078         * ext/ogg/gstogg.c: (plugin_init):
22079         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22080         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22081         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22082         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22083         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22084         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22085         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22086         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22087         Add an ogg parser element.
22088
22089 2005-08-28  Andy Wingo  <wingo@pobox.com>
22090
22091         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22092
22093 2005-08-26  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst/audioconvert/audioconvert.c: (if), (float),
22096         (audio_convert_get_func_index), (check_default),
22097         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22098         (audio_convert_clean_context), (audio_convert_get_sizes),
22099         (audio_convert_convert):
22100         Cleanups.
22101
22102 2005-08-26  Wim Taymans  <wim@fluendo.com>
22103
22104         * gst/audioconvert/audioconvert.c: (if), (float),
22105         (audio_convert_get_func_index), (check_default),
22106         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22107         (audio_convert_clean_context), (audio_convert_get_sizes),
22108         (audio_convert_convert):
22109         More elegant and working temp buffer selection algo.
22110
22111 2005-08-26  Wim Taymans  <wim@fluendo.com>
22112
22113         * gst/audioconvert/audioconvert.c: (if), (float),
22114         (audio_convert_get_func_index), (check_default),
22115         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22116         (audio_convert_clean_context), (audio_convert_get_sizes),
22117         (get_temp_buffer), (audio_convert_convert):
22118         Use realloc else we lose our original data.
22119
22120 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * gst/audioresample/gstaudioresample.c:
22123           use base class' newsegment to properly timestamp
22124
22125 2005-08-26  Wim Taymans  <wim@fluendo.com>
22126
22127         * gst/audioconvert/audioconvert.c: (if), (float),
22128         (audio_convert_get_func_index), (check_default),
22129         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22130         (audio_convert_clean_context), (audio_convert_get_sizes),
22131         (get_temp_buffer), (audio_convert_convert):
22132         * gst/audioconvert/gstaudioconvert.c:
22133         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22134         (gst_audio_convert_transform_caps),
22135         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22136         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22137         Oops, allocate enough space to perform the channel mix.
22138
22139 2005-08-26  Wim Taymans  <wim@fluendo.com>
22140
22141         * gst/audioconvert/Makefile.am:
22142         * gst/audioconvert/audioconvert.c: (if), (float),
22143         (audio_convert_get_func_index), (check_default),
22144         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22145         (audio_convert_clean_context), (audio_convert_get_sizes),
22146         (get_temp_buffer), (audio_convert_convert):
22147         * gst/audioconvert/audioconvert.h:
22148         * gst/audioconvert/gstaudioconvert.c:
22149         (gst_audio_convert_class_init), (gst_audio_convert_init),
22150         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22151         (gst_audio_convert_get_unit_size),
22152         (gst_audio_convert_transform_caps),
22153         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22154         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22155         * gst/audioconvert/gstaudioconvert.h:
22156         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22157         (gst_channel_mix_fill_identical),
22158         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22159         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22160         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22161         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22162         (gst_channel_mix_mix):
22163         * gst/audioconvert/gstchannelmix.h:
22164         Cleanups, librarify a bit, optimize, better negotiation and more.
22165
22166 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22167
22168         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22169         Another from MikeS:
22170         During typefinding, don't support negative offsets
22171         (offsets from the end of the stream) in our typefind->peek() function
22172         - nothing embedded in ogg ever needs them. However, we need to recognise
22173         those requests and reject them, otherwise we return invalid pointers.
22174
22175 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22176
22177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22178         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22179         (vorbisdec_finalize), (vorbis_handle_type_packet):
22180           Big shout-out to MikeS for fixing this giant memory leak.
22181           Huzzah!
22182
22183 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22184
22185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22186         (audio_convert_get_unit_size):
22187           plug some leaks
22188
22189 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22190
22191         * check/Makefile.am:
22192         * check/elements/audioconvert.c: (setup_audioconvert),
22193         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22194         (GST_START_TEST), (audioconvert_suite), (main):
22195           add a test for audioconvert
22196         * gst/audioresample/gstaudioresample.c:
22197         * gst/audioresample/gstaudioresample.h:
22198           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22199           note that for buffers of 1/3 sec this means DURATION(c) is 
22200           one nanosecond more than for a and b
22201
22202 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * check/Makefile.am:
22205         * check/elements/audioresample.c: (setup_audioresample),
22206         (cleanup_audioresample), (fail_unless_perfect_stream),
22207         (test_perfect_stream_instance), (GST_START_TEST),
22208           add a check for audioresample
22209         (audioresample_suite), (main):
22210         * check/elements/volume.c: (GST_START_TEST):
22211           remove unused method
22212         * gst/audioresample/gstaudioresample.c:
22213           set correct buffer parameters since we're changing them
22214         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22215           add some debug
22216
22217 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * gst/audioresample/debug.c:
22220         * gst/audioresample/gstaudioresample.c:
22221           add room for extra overlap samples when asked to transform size
22222           protect against possible mem corruption and check for discrepancies
22223           between written size and outbuffer's size so we can warn for
22224           potential problems
22225         * gst/audioresample/resample.c: (resample_init),
22226         (resample_get_output_size_for_input), (resample_get_output_size),
22227         (resample_set_n_channels), (resample_set_format):
22228           set debug level based on RESAMPLE_DEBUG env var
22229           make sure that get_output_size* returns a whole number of
22230           sample_size
22231           set sample_size each time either channel or format is set
22232         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22233         * gst/audioresample/resample_functable.c:
22234         (resample_scale_functable):
22235         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22236           remove r->sample_size, it's done in resample.c now
22237           add some debugging to the ref implementation
22238           make sure we only give back bytes that are wholes of the sample
22239           size
22240
22241 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22242         * gst/playback/gstplaybasebin.c: (fill_buffer):
22243         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22244
22245 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22246
22247         * gst/volume/gstvolume.c:
22248           made set_caps function static
22249
22250 2005-08-24  Wim Taymans  <wim@fluendo.com>
22251
22252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22253         (gst_vorbisenc_change_state):
22254         Stop leaking taglists.
22255
22256 2005-08-24  Wim Taymans  <wim@fluendo.com>
22257
22258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22259         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22260         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22261         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22262         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22263         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22264         Parse seeking events better.
22265         Unref static caps.
22266         Generate correct newsegment events, fixes seeking in live oggs.
22267
22268         * ext/theora/theoradec.c: (theora_dec_src_query),
22269         (theora_dec_src_event), (theora_dec_src_getcaps),
22270         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22271         Use newsegment values to report correct play time.
22272
22273         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22274         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22275         * ext/vorbis/vorbisdec.h:
22276         Parse and use newsegment values to report correct play time.
22277
22278         * gst-libs/gst/audio/gstbaseaudiosink.c:
22279         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22280         Clear ringbuffer on flush.
22281         Use newsegment values to calculate playback time.
22282
22283         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22285         Basesink does newsegment calculations for us now.
22286
22287 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22288
22289         * check/Makefile.am:
22290         * configure.ac:
22291           add core's plugins to the mix so that playbin works
22292         * check/generic/states.c: (GST_START_TEST):
22293           set a 0 timeout on pipelines, so they don't force the next
22294           state change
22295         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22296         (gst_play_base_bin_change_state):
22297           remove the crappy error handling and do GST error handling
22298
22299 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * check/Makefile.am:
22302         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22303           add same test as to core, it bitches out on playbin atm.
22304
22305 2005-08-24  Wim Taymans  <wim@fluendo.com>
22306
22307         * configure.ac:
22308         Remove audioscale.
22309
22310 2005-08-24  Wim Taymans  <wim@fluendo.com>
22311
22312         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22313         (gst_videoscale_prepare_size), (parse_caps),
22314         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22315         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22316         (gst_videoscale_transform):
22317         * gst/videoscale/gstvideoscale.h:
22318         Refactor, make use of BaseTranform really well.
22319
22320 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22321
22322         * configure.ac:
22323           compile audioresample
22324         * gst/audioresample/Makefile.am:
22325         * gst/audioresample/buffer.c:
22326         * gst/audioresample/functable.c:
22327         * gst/audioresample/gstaudioresample.c:
22328         * gst/audioresample/gstaudioresample.h:
22329         * gst/audioresample/resample.c:
22330         (resample_get_output_size_for_input):
22331         * gst/audioresample/resample.h:
22332         * gst/audioresample/resample_chunk.c:
22333         * gst/audioresample/resample_functable.c:
22334         * gst/audioresample/resample_ref.c:
22335           port to use basetransform; doesn't work in all cases yet
22336
22337 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22338
22339         * gst/audioconvert/gstaudioconvert.c:
22340         (gst_audio_convert_class_init), (gst_audio_convert_init),
22341         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22342         (audio_convert_fixate_caps), (audio_convert_set_caps),
22343         (audio_convert_transform),
22344         (gst_audio_convert_buffer_to_default_format),
22345         (gst_audio_convert_buffer_from_default_format),
22346         (gst_audio_convert_channels):
22347         * gst/audioconvert/gstchannelmix.c:
22348         * gst/audioconvert/gstchannelmix.h:
22349           port to basetransform
22350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22351         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22352         (gst_ffmpegcsp_get_unit_size):
22353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22354         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22355           fix for basetransform changes
22356
22357 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22358
22359         * check/Makefile.am:
22360           Add CHECK_CFLAGS and LDFLAGS
22361
22362         * gst/playback/gstplaybasebin.c: (fill_buffer):
22363           GST_MESSAGE_SRC became a GObject
22364
22365 2005-08-24  Wim Taymans  <wim@fluendo.com>
22366
22367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22368         (gst_ring_buffer_clear_all):
22369         * gst-libs/gst/audio/gstringbuffer.h:
22370         Added function to clear the ringbuffer.
22371
22372 2005-08-24  Andy Wingo  <wingo@pobox.com>
22373
22374         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22375         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22376         of _open and _close.
22377
22378         * sys/v4l/gstv4lxoverlay.h:
22379         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22380         an Xv connection here, instead of all the time. Make Xv only be
22381         loaded if you axe for it. Kindof a workaround for buggy behaviour
22382         of Xv when using remote xservers (XvQueryExtension would block).
22383         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22384         replace the _open and _close public API. Only start the xv
22385         connection if necessary.
22386         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22387
22388 2005-08-23  David Schleef  <ds@schleef.org>
22389
22390         * gst/audioresample/Makefile.am: Leet audioresampling code
22391         * gst/audioresample/buffer.c:
22392         * gst/audioresample/buffer.h:
22393         * gst/audioresample/debug.c:
22394         * gst/audioresample/debug.h:
22395         * gst/audioresample/functable.c:
22396         * gst/audioresample/functable.h:
22397         * gst/audioresample/gstaudioresample.c:
22398         * gst/audioresample/gstaudioresample.h:
22399         * gst/audioresample/resample.c:
22400         * gst/audioresample/resample.h:
22401         * gst/audioresample/resample_chunk.c:
22402         * gst/audioresample/resample_functable.c:
22403         * gst/audioresample/resample_ref.c:
22404
22405 2005-08-23  Wim Taymans  <wim@fluendo.com>
22406
22407         * examples/seeking/seek.c: (make_vorbis_pipeline),
22408         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22409         Small seek updates.
22410
22411 2005-08-23  Andy Wingo  <wingo@pobox.com>
22412
22413         * gst-libs/gst/audio/gstbaseaudiosrc.c
22414         (gst_base_audio_src_fixate): Only fixate endianness if it is
22415         present in the caps.
22416
22417 2005-08-22  Andy Wingo  <wingo@pobox.com>
22418
22419         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22420         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22421         device-name property.
22422
22423         * gst-libs/gst/audio/gstaudiosrc.h:
22424         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22425         close_device in the ring buffer, like gstaudiosink.
22426
22427         * ext/alsa/gstalsamixer.h:
22428         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22429         macro to implement the interface without much code. Cleanups. 
22430
22431         * ext/alsa/gstalsasrc.h:
22432         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22433         READY.
22434
22435         * ext/alsa/Makefile.am: Add new files.
22436         * ext/alsa/gstalsamixerelement.c: 
22437         * ext/alsa/gstalsamixerelement.c: Split element code out from
22438         mixer code so that alsasrc can be a mixer too.
22439
22440 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22441
22442         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22443         (GST_START_TEST):
22444         * check/elements/vorbisdec.c: (setup_vorbisdec),
22445         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22446         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22447         (vorbis_handle_identification_packet),
22448         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22449         (vorbis_handle_header_packet), (vorbis_dec_push),
22450         (vorbis_dec_chain):
22451           use the setup/teardown methods to save code.  save code is good.
22452
22453 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22454
22455         * check/Makefile.am:
22456           add ext dir for plugins
22457           add vorbisdec test conditionally
22458         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22459         (GST_START_TEST), (volume_suite):
22460           add a test with wrong caps
22461         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22462         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22463           add a vorbisdec test
22464         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22465         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22466           clean up debug output
22467         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22468           yay, fix a segfault/security issue in vorbisdec
22469           gst-launch fakesrc ! vorbisdec wasn't happy
22470         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22471         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22472         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22473         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22474         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22475         (gst_vorbisenc_set_metadata), (get_constraints_string),
22476         (update_start_message), (gst_vorbisenc_setup),
22477         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22478         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22479         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22480         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22481         * ext/vorbis/vorbisenc.h:
22482           march in line
22483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22484         (gst_ffmpegcsp_transform):
22485           have the kow come home
22486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22487           debug my func ptr
22488         * gst/volume/gstvolume.c: (volume_set_caps):
22489           add a debug
22490
22491 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22492
22493         * Makefile.am:
22494         * check/.cvsignore:
22495         * check/Makefile.am:
22496         * check/elements/.cvsignore:
22497         * check/elements/volume.c: (chain_func), (event_func),
22498         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22499         (main):
22500         * configure.ac:
22501           add unit test structure for gst-plugins-base
22502           add a test for volume
22503         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22504         (gst_volume_set_volume), (gst_volume_get_volume),
22505         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22506         (volume_funcfind), (volume_process_float), (volume_process_int16),
22507         (volume_set_caps), (volume_transform), (volume_update_mute),
22508         (volume_update_volume), (volume_set_property),
22509         (volume_get_property):
22510           document a little; use basetransform vmethod _set_caps
22511
22512 2005-08-19  Andy Wingo  <wingo@pobox.com>
22513
22514         * ext/alsa/gstalsamixertrack.h:
22515         * ext/alsa/gstalsamixertrack.c:
22516         * ext/alsa/gstalsamixeroptions.h:
22517         * ext/alsa/gstalsamixeroptions.c:
22518         * ext/alsa/gstalsamixer.h:
22519         * ext/alsa/gstalsamixer.c: Port to 0.9.
22520
22521         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22522         Remove gstalsa.c and alsaclock. No more cruft here.
22523         
22524 2005-08-18  Wim Taymans  <wim@fluendo.com>
22525
22526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22527         (gst_base_rtp_depayload_chain),
22528         (gst_base_rtp_depayload_add_to_queue),
22529         (gst_base_rtp_depayload_push),
22530         (gst_base_rtp_depayload_queue_release):
22531         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22532         Fix for RTPBuffer changes.
22533
22534         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22535         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22536         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22537         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22538         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22539         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22540         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22541         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22542         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22543         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22544         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22545         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22546         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22547         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22548         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22549         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22550         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22551         (gst_rtpbuffer_get_payload):
22552         * gst-libs/gst/rtp/gstrtpbuffer.h:
22553         Don't subclass GstBuffer but add methods and helper functions
22554         to construct and manipulate RTP packets in regular GstBuffers.
22555
22556 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22557
22558         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22559           moved statement below switch
22560         * gst/volume/gstvolume.c: (gst_volume_class_init):
22561           added debug ptr
22562
22563 2005-08-16  Wim Taymans  <wim@fluendo.com>
22564
22565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22566         (gst_base_audio_src_change_state):
22567         Open and close device in READY<->NULL state change.
22568
22569 2005-08-16  Andy Wingo  <wingo@pobox.com>
22570
22571         * examples/seeking/Makefile.am: Don't compile non-compiling
22572         compiled objects with the compiler.
22573
22574         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22575         elements.
22576
22577 2005-08-12  Philippe Khalaf <burger@speedy.org>
22578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22579         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22580           Made a thread to release the queue.
22581           Removed timestamp conversion for now.
22582
22583 2005-08-10  Philippe Khalaf <burger@speedy.org>
22584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22585         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22586           Added rtp timestamp -> gst timestamp conversion.
22587           Fixed several problems with queue.
22588
22589 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22590
22591         * gst-libs/gst/audio/gstaudioclock.h:
22592         * gst-libs/gst/audio/gstaudiofilter.h:
22593         * gst-libs/gst/audio/gstaudiosink.h:
22594         * gst-libs/gst/audio/gstaudiosrc.h:
22595         * gst-libs/gst/audio/gstbaseaudiosink.h:
22596         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22597         * gst-libs/gst/audio/gstringbuffer.h:
22598         * gst-libs/gst/net/gstnetbuffer.h:
22599         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22600         * gst-libs/gst/rtp/gstrtpbuffer.h:
22601           Add padding (you will need to rebuild gst-plugins-base,
22602           gst-plugins and all applications afterwards!)
22603
22604 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22605
22606         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22607         (gst_riff_parse_chunk):
22608           Fix bug in debug message and add some more debug messages.
22609
22610 2005-08-08  Edward Hervey  <edward@fluendo.com>
22611
22612         * gst-libs/gst/riff/riff-media.c:
22613         backported updates since branch
22614
22615 2005-08-08  Andy Wingo  <wingo@pobox.com>
22616
22617         * gst-libs/gst/audio/gstbaseaudiosink.c
22618         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22619         like good elements should. Close on READY->NULL too.
22620
22621         * gst-libs/gst/audio/gstaudiosink.c
22622         (gst_audioringbuffer_open_device,
22623         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22624         (gst_audioringbuffer_release): Updates for new ring buffer API,
22625         hook into the new audio sink api.
22626
22627         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22628         (GstAudioSinkClass.close): Just open and close the device -- no
22629         resource allocation or configuration.
22630         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22631         vmethods, handle device setup and resource allocation.
22632
22633         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22634         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22635         base class API.
22636
22637         * gst-libs/gst/audio/gstringbuffer.h
22638         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22639         New vmethods.
22640
22641         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22642         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22643         New API functions. The device should be opened before acquiring
22644         and closed after releasing.
22645
22646 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22647
22648         * gst-libs/gst/interfaces/mixer.h:
22649           Reset padding to GST_PADDING.
22650
22651 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22652
22653         * gst/playback/gstplaybin.c: (remove_sinks):
22654           Remove visualization from parent explicitely; works around some
22655           apparent refcount issue that I haven't tracked down yet.
22656
22657 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22658
22659         * ext/alsa/gstalsasink.c: (set_hwparams):
22660           Assign debug category, add negotiation debug msgs.
22661
22662 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22663
22664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22665           Fix error code for file-not-found to NOT_FOUND.
22666
22667 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22668
22669         * common/gtk-doc-plugins.mak:
22670         * docs/plugins/Makefile.am:
22671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22673           renamed to actual element names, so much nicer to look at
22674         * docs/plugins/tmpl/gstmultifdsink.sgml:
22675           remove
22676         * docs/plugins/tmpl/multifdsink.sgml:
22677         * docs/plugins/tmpl/tcpserversink.sgml:
22678           add
22679         * ext/alsa/gstalsa.c:
22680         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22681         * ext/ogg/gstoggmux.c:
22682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22683         * gst/playback/gstdecodebin.c:
22684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22685         * gst/tcp/gsttcpserversink.c:
22686           various fixes and documentation additions
22687
22688 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22689
22690         * common/Makefile.am:
22691         * common/gstdoc-scangobj:
22692         * common/gtk-doc-plugins.mak:
22693         * common/gtk-doc.mak:
22694           add a custom scangobj that uses the registry
22695           add a custom gtk-doc-plugins.mak that uses it
22696           some doc build fixes
22697         * configure.ac:
22698         * docs/Makefile.am:
22699         * docs/plugins/Makefile.am:
22700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22702         * docs/plugins/gst-plugins-base-plugins.types:
22703         * docs/plugins/tmpl/gstmultifdsink.sgml:
22704           add docs for one element, multifdsink
22705         * gst/adder/gstadder.h:
22706         * gst/volume/gstvolume.h:
22707           don't privatize enum
22708         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22709         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22710         (gst_sync_method_get_type), (gst_client_status_get_type),
22711         (gst_multifdsink_class_init),
22712         (gst_multifdsink_client_queue_buffer),
22713         (gst_multifdsink_handle_client_write):
22714         * gst/tcp/gstmultifdsink.h:
22715         * gst/tcp/gsttcp.h:
22716         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22717         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22718         (gst_tcpclientsink_render):
22719         * gst/tcp/gsttcpclientsink.h:
22720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22721         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22722         (gst_tcpclientsrc_start):
22723         * gst/tcp/gsttcpclientsrc.h:
22724         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22725         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22726         * gst/tcp/gsttcpserversrc.h:
22727         * gst/typefind/gsttypefindfunctions.c:
22728           remove superfluous Type stuff
22729
22730 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22731
22732         * gst/playback/gstplaybin.c: (gen_video_element):
22733           Enable videoscale.
22734
22735 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22736
22737         * gst-libs/gst/gconf/gconf.c:
22738         * gst-libs/gst/gconf/gconf.h:
22739           Fix some Andy Problem [tm].
22740
22741 2005-08-04  Andy Wingo  <wingo@pobox.com>
22742
22743         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22745         (gst_ffmpegcsp_get_size): Adapt to API changes.
22746
22747         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22748         Implement an in-place do-nothing transform.
22749
22750 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22751
22752         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22753         (gst_ximagesink_renegotiate_size):
22754           Do not set new window sizes yet if we prepare a new buffer size
22755           for upstream renegotiation (software scaling) at some point in the
22756           future, because this new size waqs not actually accepted yet. Once
22757           accepted, renegotiation later on will set the new sizes just fine.
22758           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22759           embedding testcase.
22760
22761 2005-08-03  Andy Wingo  <wingo@pobox.com>
22762
22763         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22764         (gst_ximagesink_buffer_alloc): 
22765         Protect the height, width, and desired_caps with the pool_lock.
22766         Fixes videotestsrc ! queue ! ximagesink.
22767
22768 2005-08-02  Edward Hervey  <edward@fluendo.com>
22769
22770         * gst/volume/gstvolume.c:
22771         include left from controller cleanup
22772
22773 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22775           Stop collectpads before calling the parent state
22776           change function on PAUSED->READY.
22777
22778 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22779         * configure.ac:
22780           When testing for X libs, use the X CFlags 
22781         * gst/adder/gstadder.c: (gst_adder_change_state):
22782           Stop the collectpads before calling parent state change function
22783           on PAUSED->READY, otherwise we deadlock deactivating pads.
22784
22785 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22786
22787         * configure.ac:
22788         * docs/libs/tmpl/gstcolorbalance.sgml:
22789         * docs/libs/tmpl/gstmixer.sgml:
22790         * examples/Makefile.am:
22791         * gst/sine/Makefile.am:
22792         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22793         (gst_sinesrc_set_property), (plugin_init):
22794         * gst/sine/gstsinesrc.h:
22795         * gst/volume/Makefile.am:
22796         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22797         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22798         (volume_process_float), (volume_process_int16),
22799         (volume_set_property), (plugin_init):
22800         * gst/volume/gstvolume.h:
22801           deactivate and remove dparams (libgstcontrol)
22802
22803 2005-07-29  Wim Taymans  <wim@fluendo.com>
22804
22805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22806         Convert me to BaseTransform!! help..
22807
22808 2005-07-29  Andy Wingo  <wingo@pobox.com>
22809
22810         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22811         sinks.
22812
22813         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22814         support of both endiannesses.
22815
22816 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22817
22818         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22819           Fix confusing debug message (s/event/query/)
22820
22821 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22822
22823         * gst/videotestsrc/videotestsrc.h:
22824           Use "_stdint.h" instead of <stdint.h>
22825
22826 2005-07-27  Wim Taymans  <wim@fluendo.com>
22827
22828         * ext/vorbis/Makefile.am:
22829         Revert wrong commit.
22830
22831 2005-07-27  Wim Taymans  <wim@fluendo.com>
22832
22833         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22834         More compilation fixen.
22835
22836 2005-07-27  Wim Taymans  <wim@fluendo.com>
22837
22838         * gst-libs/gst/audio/gstbaseaudiosink.c:
22839         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22840         (gst_base_audio_sink_create_ringbuffer),
22841         (gst_base_audio_sink_change_state):
22842         Fix compilation.
22843
22844 2005-07-27  Wim Taymans  <wim@fluendo.com>
22845
22846         * examples/seeking/seek.c: (setup_dynamic_link),
22847         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22848         (query_positions_elems), (query_positions_pads), (do_seek):
22849         Update seek example.
22850
22851         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22852         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22853         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22854         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22855         (gst_ogg_demux_handle_event),
22856         (gst_ogg_demux_deactivate_current_chain),
22857         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22858         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22859         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22860         (gst_ogg_demux_loop):
22861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22862         * ext/theora/theoradec.c: (theora_dec_src_event),
22863         (theora_dec_src_getcaps), (theora_dec_sink_event),
22864         (theora_dec_push), (theora_dec_chain):
22865         * ext/vorbis/Makefile.am:
22866         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22867         (vorbis_dec_sink_event), (vorbis_dec_push),
22868         (vorbis_handle_data_packet):
22869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22870         (gst_vorbisenc_chain):
22871         * gst/playback/gststreaminfo.c: (cb_probe):
22872         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22873         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22874         * gst/videoscale/gstvideoscale.c:
22875         (gst_videoscale_handle_src_event):
22876         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22877         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22878         (gst_ximagesink_navigation_send_event):
22879         * sys/xvimage/xvimagesink.c:
22880         (gst_xvimagesink_navigation_send_event):
22881         Various event updates and cleanups
22882
22883 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22884
22885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22886           Fix segfault for I420/YV12.
22887
22888 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22889
22890         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22891           Report bitrate.
22892
22893 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22894
22895         * gst/playback/gstplaybin.c: (gen_video_element),
22896         (gen_audio_element):
22897           Switch to auto*sink elements as default sinks; add volume element
22898           so that volume control in totem works.
22899
22900 2005-07-21  Wim Taymans  <wim@fluendo.com>
22901
22902         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22903         * gst/playback/gstplaybin.c: (setup_sinks),
22904         (gst_play_bin_change_state):
22905         Refcount fix and more comments.
22906
22907 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22908
22909         * sys/ximage/Makefile.am:
22910         * sys/ximage/ximage.c: (plugin_init):
22911         * sys/ximage/ximagesink.c:
22912         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22913         
22914
22915 2005-07-21  Wim Taymans  <wim@fluendo.com>
22916
22917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22918         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22919         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22920         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22921         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22922         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22923         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22924         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22925         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22926         Generate correct disconts for live chained oggs.
22927
22928         * gst-libs/gst/audio/gstbaseaudiosink.c:
22929         (gst_base_audio_sink_render),
22930         (gst_base_audio_sink_create_ringbuffer),
22931         (gst_base_audio_sink_change_state):
22932         Handle discont math correctly.
22933
22934         * gst/playback/gstplaybin.c: (add_sink):
22935         Some small debug cleanup.
22936
22937 2005-07-21  Wim Taymans  <wim@fluendo.com>
22938
22939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22940         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22941         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22942         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22943         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22944         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22945         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22946         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22947         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22948         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22949         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22950         (gst_ogg_demux_change_state), (gst_ogg_print):
22951         Reorganize code to send the right disconts when in streaming
22952         mode.
22953
22954 2005-07-20  Andy Wingo  <wingo@pobox.com>
22955
22956         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22957         fix (?), fixes a seggie mcfalterson (#310894).
22958
22959 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22960
22961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22962         (gst_ogg_mux_set_header_on_caps):
22963         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22965         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22966         * gst-libs/gst/audio/multichannel.c:
22967         (gst_audio_set_channel_positions),
22968         (gst_audio_set_structure_channel_positions_list):
22969         * gst/playback/gstdecodebin.c: (dynamic_create):
22970         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22971         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22972           Fixes for API changes in core.
22973
22974 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22975
22976         * gst/playback/gstplaybasebin.c: (fill_buffer):
22977           Use _new_custom() so we can set custom message types for buffering
22978           messages.
22979
22980 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * configure.ac:
22983         * gst-libs/gst/Makefile.am:
22984         * gst-libs/gst/gconf/.cvsignore:
22985         * gst-libs/gst/gconf/Makefile.am:
22986         * gst-libs/gst/gconf/test-gconf.c:
22987         * pkgconfig/Makefile.am:
22988         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22989         * pkgconfig/gstreamer-gconf.pc.in:
22990           Remove gconf stuff, use gconf elements instead from now on.
22991
22992 2005-07-20  Wim Taymans  <wim@fluendo.com>
22993
22994         * gst-libs/gst/audio/TODO:
22995         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22996         (gst_audio_clock_get_internal_time):
22997         * gst-libs/gst/audio/gstaudioclock.h:
22998         * gst-libs/gst/audio/gstbaseaudiosink.c:
22999         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23000         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23001         (gst_base_audio_sink_render),
23002         (gst_base_audio_sink_create_ringbuffer),
23003         (gst_base_audio_sink_change_state):
23004         Make sure the audio clock always returns an increasing value.
23005
23006 2005-07-19  Andy Wingo  <wingo@pobox.com>
23007
23008         * gst/videotestsrc/: Cleanups.
23009
23010 2005-07-19  Wim Taymans  <wim@fluendo.com>
23011
23012         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23013         Better debugging.
23014
23015 2005-07-19  Wim Taymans  <wim@fluendo.com>
23016
23017         * examples/seeking/seek.c: (make_dv_pipeline),
23018         (make_vorbis_theora_pipeline), (query_rates),
23019         (query_positions_elems), (query_positions_pads), (do_seek):
23020         Make correct DV pipeline.
23021
23022 2005-07-18  Andy Wingo  <wingo@pobox.com>
23023
23024         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23025         default. Also because it's the only thing that really works. (This
23026         is used in the GConf elements).
23027         Use AS_LIBTOOL_TAGS.
23028
23029 2005-07-18  Wim Taymans  <wim@fluendo.com>
23030
23031         * gst/playback/gstdecodebin.c: (remove_element_chain):
23032         * gst/playback/gstplaybin.c: (add_sink):
23033         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23034         (gst_stream_info_set_mute):
23035         * gst/playback/gststreamselector.c:
23036         (gst_stream_selector_get_linked_pad),
23037         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23038         More leak and compile fixes.
23039
23040 2005-07-18  Wim Taymans  <wim@fluendo.com>
23041
23042         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23043         (query_rates), (query_positions_elems), (query_positions_pads),
23044         (do_seek), (seek_cb), (stop_seek):
23045         Updated seek example. 
23046
23047         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23048         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23049         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23050         * gst/playback/gstplaybin.c: (add_sink):
23051         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23052         (gst_stream_info_set_mute):
23053         Some refcount leak fixes.
23054
23055 2005-07-16  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst-libs/gst/audio/gstbaseaudiosink.c:
23058         (gst_base_audio_sink_render):
23059         Align samples even if we have roundoff errors in the 
23060         timestamp conversion.
23061
23062 2005-07-16  Wim Taymans  <wim@fluendo.com>
23063
23064         * docs/libs/tmpl/gstringbuffer.sgml:
23065         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23066         (query_rates), (query_positions_elems), (query_positions_pads),
23067         (update_scale), (do_seek):
23068         Updated seek example.
23069
23070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23071         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23072         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23073         (gst_ogg_demux_loop):
23074         Push out correct discont values.
23075
23076         * ext/theora/theoradec.c: (theora_dec_src_convert),
23077         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23078         (theora_dec_sink_event), (theora_handle_type_packet),
23079         (theora_handle_header_packet), (theora_dec_push),
23080         (theora_handle_data_packet), (theora_dec_chain),
23081         (theora_dec_change_state):
23082         Better timestamping.
23083
23084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23085         (vorbis_dec_sink_event), (vorbis_dec_push),
23086         (vorbis_handle_data_packet), (vorbis_dec_chain):
23087         * ext/vorbis/vorbisdec.h:
23088         Better timestamping.
23089
23090         * gst-libs/gst/audio/gstbaseaudiosink.c:
23091         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23092         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23093         Handle syncing on timestamps instead of sample offsets. Make
23094         use of DISCONT values as described in design docs.
23095
23096         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23097         (gst_base_audio_src_get_time):
23098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23099         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23100         (gst_ring_buffer_read):
23101         * gst-libs/gst/audio/gstringbuffer.h:
23102         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23103         (gst_ximagesink_show_frame):
23104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23105         Correcly convert buffer timestamp to stream time.
23106
23107 2005-07-16  Wim Taymans  <wim@fluendo.com>
23108
23109         * gst/audioconvert/gstaudioconvert.c:
23110         (gst_audio_convert_get_buffer):
23111         Timestamp buffers correctly.
23112
23113         * gst/playback/gstplaybin.c: (gen_video_element):
23114         Make internal fakesink silent.
23115
23116 2005-07-15  Wim Taymans  <wim@fluendo.com>
23117
23118         * gst/ffmpegcolorspace/Makefile.am:
23119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23120         (gst_ffmpegcsp_caps_remove_format_info),
23121         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23122         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23123         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23124         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23125         Ported ffmpegcolorspace to basetransform.
23126
23127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23128         * gst/volume/gstvolume.c: (volume_transform):
23129         Ported to new API.
23130
23131 2005-07-14  Wim Taymans  <wim@fluendo.com>
23132
23133         * gst/videotestsrc/Makefile.am:
23134         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23135         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23136         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23137         (gst_videotestsrc_init), (gst_videotestsrc_event),
23138         (gst_videotestsrc_create), (gst_videotestsrc_start),
23139         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23140         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23141         (gst_videotestsrc_get_property):
23142         * gst/videotestsrc/gstvideotestsrc.h:
23143         Make videotestsrc a pushsrc.
23144
23145 2005-07-14  Wim Taymans  <wim@fluendo.com>
23146
23147         * gst/tcp/gstfdset.c: (gst_fdset_free):
23148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23149         (gst_multifdsink_add), (gst_multifdsink_remove),
23150         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23151         (gst_multifdsink_remove_client_link),
23152         (gst_multifdsink_client_queue_data),
23153         (gst_multifdsink_client_queue_caps),
23154         (gst_multifdsink_client_queue_buffer),
23155         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23156         (gst_multifdsink_stop):
23157         * gst/tcp/gstmultifdsink.h:
23158         0.8 backporting.
23159
23160         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23161         Also draw image when not from a pool.
23162
23163 2005-07-14  Wim Taymans  <wim@fluendo.com>
23164
23165         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23166         (mute_stream), (silence_stream):
23167         Small debug additions.
23168
23169 2005-07-14  Wim Taymans  <wim@fluendo.com>
23170
23171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23172         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23173         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23174         Better error recovery, ignore unconnected pads and
23175         non-fatal errors.
23176
23177 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23178
23179         * docs/libs/tmpl/gstaudio.sgml:
23180         * docs/libs/tmpl/gstcolorbalance.sgml:
23181         * docs/libs/tmpl/gstgconf.sgml:
23182         * docs/libs/tmpl/gstmixer.sgml:
23183         * docs/libs/tmpl/gstringbuffer.sgml:
23184         * docs/libs/tmpl/gsttuner.sgml:
23185         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23187         (gst_tcpclientsrc_class_init):
23188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23189         (gst_tcpserversrc_class_init):
23190         * sys/v4l/gstv4lelement.c:
23191           more autistic cleanliness in functions/names/defines
23192
23193 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23194
23195         * configure.ac:
23196           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23197           added manually to each Makefile.am so we are sure it goes
23198           *last* and doesn't add -L flags before linking in libs of our
23199           own, like, say, internal .la libs, that then accidentally pick
23200           up the installed copy.
23201         * docs/libs/Makefile.am:
23202         * ext/alsa/Makefile.am:
23203         * ext/cdparanoia/Makefile.am:
23204         * ext/gnomevfs/Makefile.am:
23205         * ext/libvisual/Makefile.am:
23206         * ext/ogg/Makefile.am:
23207         * ext/theora/Makefile.am:
23208         * ext/vorbis/Makefile.am:
23209         * gst-libs/gst/video/Makefile.am:
23210         * gst/adder/Makefile.am:
23211         * gst/audioconvert/Makefile.am:
23212         * gst/audiorate/Makefile.am:
23213         * gst/audioscale/Makefile.am:
23214         * gst/ffmpegcolorspace/Makefile.am:
23215         * gst/playback/Makefile.am:
23216         * gst/sine/Makefile.am:
23217         * gst/subparse/Makefile.am:
23218         * gst/tags/Makefile.am:
23219         * gst/tcp/Makefile.am:
23220         * gst/typefind/Makefile.am:
23221         * gst/videorate/Makefile.am:
23222         * gst/videoscale/Makefile.am:
23223         * gst/videotestsrc/Makefile.am:
23224         * gst/volume/Makefile.am:
23225         * sys/v4l/Makefile.am:
23226         * sys/ximage/Makefile.am:
23227         * sys/xvimage/Makefile.am:
23228           adapt properly to this change. This should make sure that
23229           plugins and libs properly link to the as-yet-uninstalled
23230           copies of stuff like libgstinterfaces and libgstvideo
23231
23232 2005-07-13  Andy Wingo  <wingo@pobox.com>
23233
23234         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23235         (gst_v4lsrc_fixate): Fixate on format as well.
23236
23237         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23238         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23239         buffer points to it.
23240         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23241         rather just doing X calls ourselves. Also fixes a memleak.
23242
23243 2005-07-12  Andy Wingo  <wingo@pobox.com>
23244
23245         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23246         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23247         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23248         TRUE to avoid deadlocks if an element holds on to our buffers.
23249
23250 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23251
23252         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23253         (gst_sinesrc_init), (gst_sinesrc_create),
23254         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23255         (gst_sinesrc_start):
23256         * gst/sine/gstsinesrc.h:
23257           removing num-buffers property before moving it
23258
23259 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23260
23261         * configure.ac:
23262           use overridable ERROR_CFLAGS
23263         * docs/libs/gst-plugins-base-libs.types:
23264         * docs/libs/tmpl/gstringbuffer.sgml:
23265         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23266         (gst_alsasink_class_init):
23267         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23268         (gst_alsasrc_class_init):
23269         * gst-libs/gst/audio/audio.h:
23270         * gst-libs/gst/audio/gstaudioclock.h:
23271         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23272         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23273         (gst_audio_filter_link), (gst_audio_filter_init),
23274         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23275         (gst_audio_filter_get_property),
23276         (gst_audio_filter_class_add_pad_templates):
23277         * gst-libs/gst/audio/gstaudiofilter.h:
23278         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23279         (gst_audio_filter_template_get_type),
23280         (gst_audio_filter_template_base_init),
23281         (gst_audio_filter_template_class_init),
23282         (gst_audio_filter_template_init),
23283         (gst_audio_filter_template_set_property),
23284         (gst_audio_filter_template_get_property), (plugin_init),
23285         (gst_audio_filter_template_setup),
23286         (gst_audio_filter_template_filter),
23287         (gst_audio_filter_template_filter_inplace):
23288         * gst-libs/gst/audio/gstaudiosink.c:
23289         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23290         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23291         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23292         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23293         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23294         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23295         * gst-libs/gst/audio/gstaudiosink.h:
23296         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23297         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23298         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23299         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23300         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23301         (gst_audio_src_class_init), (gst_audio_src_init),
23302         (gst_audio_src_create_ringbuffer):
23303         * gst-libs/gst/audio/gstaudiosrc.h:
23304         * gst-libs/gst/audio/gstbaseaudiosink.c:
23305         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23306         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23307         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23308         (gst_base_audio_sink_set_property),
23309         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23310         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23311         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23312         (gst_base_audio_sink_create_ringbuffer),
23313         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23314         * gst-libs/gst/audio/gstbaseaudiosink.h:
23315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23316         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23317         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23318         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23319         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23320         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23321         (gst_base_audio_src_event), (gst_base_audio_src_create),
23322         (gst_base_audio_src_create_ringbuffer),
23323         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23324         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23326         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23327         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23328         (gst_ring_buffer_debug_spec_caps),
23329         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23330         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23331         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23332         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23333         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23334         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23335         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23336         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23337         (gst_ring_buffer_clear):
23338         * gst-libs/gst/audio/gstringbuffer.h:
23339         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23340         (gst_video_sink_class_init), (gst_video_sink_get_type):
23341         * gst-libs/gst/video/videosink.h:
23342         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23343         (gst_multifdsink_class_init),
23344         (gst_multifdsink_handle_client_write),
23345         (gst_multifdsink_change_state):
23346         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23347         (gst_tcpclientsink_setcaps):
23348         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23349         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23350         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23351         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23352         (gst_ximagesink_send_pending_navigation),
23353         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23354         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23356         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23357         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23358         (gst_xvimagesink_send_pending_navigation),
23359         (gst_xvimagesink_navigation_send_event),
23360         (gst_xvimagesink_set_xwindow_id),
23361         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23362         (gst_xvimagesink_get_type):
23363         more macro splitting
23364
23365 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23366
23367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23368           plug a memleak, allows me to import 1479 albums in one go
23369           in jamboree
23370         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23371         (vorbis_handle_type_packet), (vorbis_dec_chain),
23372         (vorbis_dec_change_state):
23373           fix some format strings
23374
23375 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23376
23377         * docs/libs/tmpl/gstcolorbalance.sgml:
23378         * docs/libs/tmpl/gstmixer.sgml:
23379         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23380         (gst_alsasink_set_property), (gst_alsasink_get_property):
23381         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23382         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23383           add device property
23384
23385 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23386
23387         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23388         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23389         (audiocast_register_listener), (audiocast_thread_run),
23390         (gst_gnomevfssrc_send_additional_headers_callback),
23391         (gst_gnomevfssrc_received_headers_callback),
23392         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23393         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23394         (gst_gnomevfssrc_get_size):
23395           add/clean up debugging
23396         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23397           cleanups
23398
23399 2005-07-07  Andy Wingo  <wingo@pobox.com>
23400
23401         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23402         framerate. Need to get a handle on when exactly this function is
23403         called, tho.
23404
23405         * sys/v4l/v4lsrc_calls.h:
23406         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23407         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23408         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23409
23410         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23411         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23412         v4lelements are sources.
23413
23414         * sys/v4l/gstv4lxoverlay.h:
23415         * sys/v4l/gstv4lxoverlay.c:
23416         * sys/v4l/gstv4ltuner.h:
23417         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23418         
23419         * sys/v4l/gstv4lsrc.h:
23420         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23421         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23422         or something should handle that. Made a live source.
23423
23424         * sys/v4l/gstv4lelement.h:
23425         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23426         signals. Some cleanups.
23427
23428         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23429
23430         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23431         stuff.
23432
23433         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23434         stuff.
23435
23436         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23437
23438 2005-07-07  Wim Taymans  <wim@fluendo.com>
23439
23440         * ext/theora/theoradec.c: (theora_get_query_types),
23441         (theora_dec_src_getcaps), (theora_dec_push):
23442         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23444         Remove deprecated/unused query types.
23445
23446 2005-07-06  Wim Taymans  <wim@fluendo.com>
23447
23448         * ext/alsa/Makefile.am:
23449         * ext/alsa/gstalsaplugin.c: (plugin_init):
23450         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23451         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23452         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23453         (gst_alsasrc_class_init), (gst_alsasrc_init),
23454         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23455         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23456         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23457         (gst_alsasrc_reset):
23458         * ext/alsa/gstalsasrc.h:
23459         * gst-libs/gst/audio/Makefile.am:
23460         * gst-libs/gst/audio/gstaudiosink.c:
23461         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23462         (gst_audioringbuffer_start):
23463         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23464         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23465         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23466         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23467         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23468         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23469         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23470         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23471         * gst-libs/gst/audio/gstaudiosrc.h:
23472         * gst-libs/gst/audio/gstbaseaudiosink.c:
23473         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23474         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23475         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23477         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23478         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23479         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23480         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23481         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23482         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23483         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23484         (gst_baseaudiosrc_change_state):
23485         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23486         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23487         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23488         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23489         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23490         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23491         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23492         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23493         * gst-libs/gst/audio/gstringbuffer.h:
23494         Added audiosource base classes.
23495         Ported alsasrc, still very basic.
23496
23497 2005-07-06  Wim Taymans  <wim@fluendo.com>
23498
23499         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23500         (theora_dec_push), (theora_handle_data_packet):
23501         Prepare for better timestamp fix later.
23502
23503         * gst/audioconvert/gstaudioconvert.c:
23504         List most accurate caps first
23505
23506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23507         Use proper pad task function.
23508
23509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23510         (gst_xvimagesink_show_frame):
23511         Fix deadlock when alloc failed.
23512
23513 2005-07-05  Andy Wingo  <wingo@pobox.com>
23514
23515         * ext/gnomevfs/gstgnomevfssrc.c:
23516         * gst/sine/gstsinesrc.c:
23517         * gst/tcp/gsttcpserversrc.c:
23518         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23519
23520         * sys/v4l/: Port from 0.8.
23521
23522         * Many files: Null if we got it....
23523
23524 2005-07-05  Andy Wingo  <wingo@pobox.com>
23525
23526         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23527         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23528         Signedness fixes.
23529
23530 2005-07-05  Wim Taymans  <wim@fluendo.com>
23531
23532         * configure.ac:
23533         * gst/tcp/Makefile.am:
23534         * gst/tcp/README:
23535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23536         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23537         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23538         (is_sync_frame), (gst_multifdsink_handle_client_write),
23539         (gst_multifdsink_render), (gst_multifdsink_start),
23540         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23541         * gst/tcp/gstmultifdsink.h:
23542         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23543         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23544         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23545         * gst/tcp/gsttcp.h:
23546         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23547         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23548         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23549         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23550         * gst/tcp/gsttcpclientsink.h:
23551         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23552         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23553         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23554         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23555         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23556         * gst/tcp/gsttcpclientsrc.h:
23557         * gst/tcp/gsttcpplugin.c: (plugin_init):
23558         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23559         * gst/tcp/gsttcpserversink.h:
23560         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23561         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23562         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23563         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23564         (gst_tcpserversrc_stop):
23565         * gst/tcp/gsttcpserversrc.h:
23566         * gst/tcp/gsttcpsink.c:
23567         * gst/tcp/gsttcpsink.h:
23568         * gst/tcp/gsttcpsrc.c:
23569         * gst/tcp/gsttcpsrc.h:
23570         Ported tcp plugins to 0.9. 
23571         
23572
23573 2005-07-05  Andy Wingo  <wingo@pobox.com>
23574
23575         * gst/playback/gstplaybasebin.c (fill_buffer):
23576         message_new_application fixen.
23577
23578         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23579         Style fix.
23580
23581 2005-07-04  Wim Taymans  <wim@fluendo.com>
23582
23583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23584         Set caps on output buffer.
23585
23586 2005-07-04  Andy Wingo  <wingo@pobox.com>
23587
23588         * ext/gnomevfs/gstgnomevfssrc.c
23589         (gst_gnomevfssrc_received_headers_callback) 
23590         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23591         hopefully.
23592
23593         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23594         No refcount leakage.
23595
23596         * configure.ac: Enable -Werror.
23597         
23598         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23599         * gst/audioconvert/bufferframesconvert.c
23600         (buffer_frames_convert_fixate):
23601         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23602         (gst_audio_convert_fixate):
23603         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23604         (gst_sinesrc_create): Fixate func changes.
23605         
23606         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23607         (gst_ximagesink_buffer_alloc): Unused var.
23608
23609 2005-07-01  Andy Wingo  <wingo@pobox.com>
23610
23611         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23612         getcaps to do explicit caps. Needs to be done in all decoders,
23613         possibly via a base class.
23614
23615         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23616
23617         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23618         caps on the sink pad, just rely on the pad template. Also, setting
23619         ANY caps on a pad is not valid because the caps are not fixed.
23620
23621         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23622         caps on the buffer, and get the width from the desired_caps if
23623         they're set.
23624         (gst_ximagesink_renegotiate_size): Implement via setting the
23625         desired_caps on the ximagesink.
23626         (gst_ximagesink_setcaps): Only reset the width of the player if it
23627         wasn't already set. Not sure if this is right.
23628         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23629
23630         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23631         that the user wants. NULL unless the window has been resized.
23632
23633         * gst/volume/gstvolume.c (volume_transform): Adapt to
23634         basetransform refcount changes.
23635         
23636 2005-07-01  Andy Wingo  <wingo@pobox.com>
23637
23638         * gst/videoscale/gstvideoscale.c:
23639         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23640         from BaseTransform, implements a transform_caps. Removed dead code
23641         including some PAR stuff that was never reached -- should probably
23642         be added back somehow.
23643
23644 2005-07-01  Andy Wingo  <wingo@pobox.com>
23645
23646         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23647         come later.
23648
23649 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23650
23651         * configure.ac:
23652         * docs/libs/Makefile.am:
23653         * docs/libs/gst-plugins-libs.types:
23654         * ext/alsa/Makefile.am:
23655         * ext/alsa/gstalsamixer.h:
23656         * ext/alsa/gstalsamixeroptions.h:
23657         * ext/alsa/gstalsamixertrack.h:
23658         * gst-libs/gst/Makefile.am:
23659         * gst-libs/gst/colorbalance/.cvsignore:
23660         * gst-libs/gst/colorbalance/Makefile.am:
23661         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23662         * gst-libs/gst/colorbalance/colorbalance.c:
23663         * gst-libs/gst/colorbalance/colorbalance.h:
23664         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23665         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23666         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23667         * gst-libs/gst/interfaces/Makefile.am:
23668         * gst-libs/gst/interfaces/colorbalance.c:
23669         (gst_color_balance_class_init):
23670         * gst-libs/gst/interfaces/colorbalance.h:
23671         * gst-libs/gst/interfaces/interfaces-marshal.list:
23672         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23673         * gst-libs/gst/interfaces/mixer.h:
23674         * gst-libs/gst/interfaces/mixeroptions.h:
23675         * gst-libs/gst/interfaces/navigation.c:
23676         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23677         * gst-libs/gst/interfaces/tuner.h:
23678         * gst/volume/Makefile.am:
23679         * gst/volume/gstvolume.c:
23680         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23681         * sys/ximage/Makefile.am:
23682         * sys/ximage/ximagesink.c:
23683         * sys/xvimage/Makefile.am:
23684         * sys/xvimage/xvimagesink.c:
23685           fold in all interfaces into an interfaces dir, preserving CVS
23686           history
23687
23688 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23689
23690         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23691           Fix build after riff changes.
23692
23693 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23694
23695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23696         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23697         (gst_riff_create_video_template_caps),
23698         (gst_riff_create_audio_template_caps),
23699         (gst_riff_create_iavs_template_caps):
23700         * gst-libs/gst/riff/riff-media.h:
23701         * gst-libs/gst/riff/riff-read.h:
23702         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23703           Add gst_riff_init() to initialize the debug category, instead
23704           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23705
23706 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23707
23708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23709           Oops, I shouldn't apply hacks.
23710
23711 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23712
23713         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23714           Remove pad_loop function which doesn't work.
23715
23716 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23717
23718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23719           Send EOS when deactivating.
23720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23721         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23722         (gen_preroll_element), (probe_triggered), (mute_stream),
23723         (silence_stream), (new_decoded_pad), (setup_substreams),
23724         (set_active_source):
23725         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23726         (remove_sinks), (add_sink):
23727         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23728           Change for new probe API.
23729
23730 2005-06-29  Wim Taymans  <wim@fluendo.com>
23731
23732         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23733         * gst-libs/gst/audio/gstbaseaudiosink.c:
23734         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23735         (gst_baseaudiosink_change_state):
23736         * gst-libs/gst/audio/gstbaseaudiosink.h:
23737         * gst-libs/gst/audio/gstringbuffer.c:
23738         (gst_ringbuffer_set_callback):
23739         Fix compilation error.
23740         Ringbuffer starts out as not running.
23741         Free our clock in dispose.
23742         When releasing the ringbuffer we need to renegotiate so
23743         clear the pad caps.
23744
23745 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23746
23747         * autogen.sh:
23748         * configure.ac:
23749         * docs/Makefile.am:
23750         * docs/libs/Makefile.am:
23751         * docs/libs/gst-plugins-libs-docs.sgml:
23752         * docs/libs/gst-plugins-libs-sections.txt:
23753         * docs/libs/gst-plugins-libs.types:
23754         * docs/libs/tmpl/gstaudio.sgml:
23755         * docs/libs/tmpl/gstcolorbalance.sgml:
23756         * docs/libs/tmpl/gstringbuffer.sgml:
23757         * gst-libs/gst/audio/gstringbuffer.c:
23758         (gst_ringbuffer_set_callback):
23759           reinstate gtk-doc docs for plugin libs
23760
23761 2005-06-28  Wim Taymans  <wim@fluendo.com>
23762
23763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23764         (gst_ogg_demux_init):
23765         Removed pad loop function.
23766
23767 2005-06-28  Wim Taymans  <wim@fluendo.com>
23768
23769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23770         If we're building a chain we are not in an error case
23771         when we queue a buffer.
23772
23773 2005-06-28  Andy Wingo  <wingo@pobox.com>
23774
23775         * *.c: Don't cast to GstObject before reffing/unreffing.
23776
23777 2005-06-27  Andy Wingo  <wingo@pobox.com>
23778
23779         * gst/videotestsrc/gstvideotestsrc.c
23780         (gst_videotestsrc_activate_push): Activation API changes.
23781
23782         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23783         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23784         they have refs on the decodebin.
23785
23786         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23787         parent class.
23788         (gst_ogg_pad_typefind): Don't leak a pad ref.
23789         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23790         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23791         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23792
23793 2005-06-27  Edward Hervey  <edward@fluendo.com>
23794
23795         * ext/theora/theoradec.c: (theora_dec_change_state): 
23796         re-arranged call to parent's state change in order to avoid locks (or
23797         worse).
23798
23799 2005-06-26  Edward Hervey  <edward@fluendo.com>
23800
23801         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23802         2nd argument of 'unknow-type' signal is a GstCaps and not a
23803         GstMiniObject
23804
23805 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23806         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23807           Set the worker thread's running flag to TRUE before starting the
23808           thread.
23809         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23810           Catch a failure to add typefind to the bin.
23811
23812 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23815         (gst_sinesrc_init), (gst_sinesrc_create),
23816         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23817         (gst_sinesrc_start):
23818         * gst/sine/gstsinesrc.h:
23819           add num-buffers and timestamp-offset properties
23820         * gst/videotestsrc/gstvideotestsrc.c:
23821         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23822         (gst_videotestsrc_get_property):
23823           add timestamp-offset property
23824
23825 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23826
23827         * configure.ac: add videorate
23828         * gst-plugins-base.spec.in: add videorate
23829
23830 2005-06-23  Wim Taymans  <wim@fluendo.com>
23831
23832         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23833         (gst_videorate_getcaps), (gst_videorate_setcaps),
23834         (gst_videorate_event), (gst_videorate_chain):
23835         Fixed videorate, fixating an already fixated caps is not
23836         an error.
23837
23838 2005-06-23  Wim Taymans  <wim@fluendo.com>
23839
23840         * ext/ogg/README:
23841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23842         Buffer on caps is not boxed anymore.
23843
23844 2005-06-22  Wim Taymans  <wim@fluendo.com>
23845
23846         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23848         Set buffers on caps as miniobjects and not as boxed.
23849
23850 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23851
23852         * configure.ac:
23853           back to HEAD
23854
23855 === release 0.9.1 ===
23856
23857 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23858
23859         * .cvsignore:
23860         * NEWS:
23861         * README:
23862         * RELEASE:
23863         * configure.ac:
23864         * po/af.po:
23865         * po/az.po:
23866         * po/cs.po:
23867         * po/en_GB.po:
23868         * po/hu.po:
23869         * po/it.po:
23870         * po/nb.po:
23871         * po/nl.po:
23872         * po/or.po:
23873         * po/sq.po:
23874         * po/sr.po:
23875         * po/sv.po:
23876         * po/uk.po:
23877         * po/vi.po:
23878           updates for release
23879
23880 2005-06-09  Andy Wingo  <wingo@pobox.com>
23881
23882         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23883         
23884 2005-06-09  Andy Wingo  <wingo@pobox.com>
23885
23886         * configure.ac:
23887         * gst-libs/gst/Makefile.am:
23888         * gst-libs/gst/net/Makefile.am:
23889         Add gstnet to build.
23890
23891 2005-06-09  Andy Wingo  <wingo@pobox.com>
23892
23893         * gst-libs/gst/gconf/gconf.c:
23894         * gst/playback/test.c:
23895         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23896         fixes.
23897
23898         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23899
23900         * ext/theora/theoraenc.c (theora_enc_chain): 
23901         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23902
23903         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23904         RealPad.
23905
23906 2005-06-02  Wim Taymans  <wim@fluendo.com>
23907
23908         * gst-libs/gst/net/Makefile.am:
23909         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23910         * pkgconfig/gstreamer-libs.pc.in:
23911         Added net stuff, version net lib.
23912
23913 2005-06-02  Wim Taymans  <wim@fluendo.com>
23914
23915         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23916         (query_rates), (query_positions_elems), (query_positions_pads),
23917         (do_seek):
23918         Updated seek example.
23919
23920 2005-06-02  Andy Wingo  <wingo@pobox.com>
23921
23922         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23923         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23924         list.
23925
23926         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23927         remove the typefind, the bin dispose will do it for us. When it's
23928         removed and unreffed, the signal handler will be disconnected,
23929         too.
23930         (unlinked): It's too difficult to disconnect from unlinked
23931         handlers, as they are on pads not elements. Just punt if the pads
23932         aren't grandkids of the bin.
23933
23934 2005-06-02  Wim Taymans  <wim@fluendo.com>
23935
23936         * ext/ogg/README:
23937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23938         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23940         * ext/theora/theoradec.c: (theora_dec_src_query),
23941         (theora_handle_data_packet):
23942         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23943         (theora_enc_chain):
23944         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23945         (vorbis_handle_data_packet):
23946         * gst/audioconvert/bufferframesconvert.c:
23947         (buffer_frames_convert_chain):
23948         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23949         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23950         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23951         (gst_ffmpegcsp_chain):
23952         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23953         (gst_videorate_getcaps), (gst_videorate_setcaps),
23954         (gst_videorate_event), (gst_videorate_chain):
23955         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23956         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23957         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23958         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23959         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23960         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23961         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23962         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23963         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23964         Cleanups and buffer alloc.
23965
23966 2005-05-31  Wim Taymans  <wim@fluendo.com>
23967
23968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23969         Don't try to call the delay method when the device is not
23970         opened.
23971
23972 2005-05-31  Wim Taymans  <wim@fluendo.com>
23973
23974         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23975         Get actual segment size and buffer size after opening
23976         the device.
23977
23978 2005-05-30  Wim Taymans  <wim@fluendo.com>
23979
23980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23981         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23982         Also FLUSH upstream, makes the loop function exit faster.
23983         
23984         * ext/theora/theoradec.c: (theora_dec_src_query):
23985         Some more debug info in the query.
23986         
23987         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23988         (gst_ximagesink_setcaps):
23989         Release lock on par error, better error reporting.
23990
23991 2005-05-26  Wim Taymans  <wim@fluendo.com>
23992
23993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23995         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23996         Clear chains in READY
23997         Queue packets until the chain is activated.
23998
23999 2005-05-25  Wim Taymans  <wim@fluendo.com>
24000
24001         * gst-libs/gst/audio/gstaudiosink.c:
24002         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24003         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24004         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24005         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24006         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24007         (gst_audiosink_create_ringbuffer):
24008         * gst-libs/gst/audio/gstbaseaudiosink.c:
24009         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24010         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24011         (gst_baseaudiosink_set_property), (build_linear_format),
24012         (debug_spec_caps), (debug_spec_buffer),
24013         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24014         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24015         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24016         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24018         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24019         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24020         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24021         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24022         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24023         (wait_segment), (gst_ringbuffer_commit),
24024         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24025         (gst_ringbuffer_clear):
24026         Various small cleanups.
24027
24028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24029         (gst_audio_convert_change_state):
24030         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24031         No need to take the locks anymore.
24032
24033 2005-05-25  Wim Taymans  <wim@fluendo.com>
24034
24035         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24036         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24037         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24038         (type_found):
24039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24040         (group_destroy), (group_commit), (queue_overrun),
24041         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24042         (mute_stream), (new_decoded_pad), (setup_substreams),
24043         (setup_source), (mute_group_type), (set_active_source),
24044         (gst_play_base_bin_change_state):
24045         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24046         (gen_video_element), (gen_text_element), (gen_audio_element),
24047         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24048         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24049         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24050         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24051         Some playbin cleanups mostly refcounting sloppyness.
24052
24053 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24054
24055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24056           Work with streaming input.
24057
24058 2005-05-25  Wim Taymans  <wim@fluendo.com>
24059
24060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24061         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24062         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24063         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24064         No need to take the STREAM lock anymore.
24065
24066 2005-05-25  Wim Taymans  <wim@fluendo.com>
24067
24068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24069         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24070         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24071         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24072         (gst_ogg_demux_sink_activate):
24073         * ext/theora/theoradec.c: (theora_dec_src_event),
24074         (theora_handle_comment_packet), (theora_dec_chain),
24075         (theora_dec_change_state):
24076         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24077         (vorbis_handle_data_packet), (vorbis_dec_chain),
24078         (vorbis_dec_change_state):
24079         Remove STREAM locks as they are taken in core now.
24080         Never set bogus granulepos on vorbis/theora.
24081         Fix leaks in theoradec tag parsing.
24082
24083 2005-05-25  Wim Taymans  <wim@fluendo.com>
24084
24085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24086         Fix memleaks, GST_BUFFER_DATA() is not freed.
24087
24088 2005-05-25  Wim Taymans  <wim@fluendo.com>
24089
24090         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24091         Open non-blocking, set to blocking mode afterwards to avoid
24092         lockups when audio device is busy.
24093
24094 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24095
24096         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24097           This can't be good.
24098
24099 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24100
24101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24102         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24103         (gst_audio_convert_setcaps):
24104           Implement instant setup switching.
24105
24106 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24107
24108         * gst/playback/gstplaybasebin.c: (probe_triggered):
24109           Fix missing unlock.
24110         * gst/playback/gstplaybin.c: (add_sink):
24111           First add, then link (otherwise pad link fails).
24112
24113 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24114
24115         * examples/Makefile.am:
24116         fix buildbot (make distcheck)
24117
24118 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24119
24120         * gst/playback/gstplaybin.c: (gen_vis_element):
24121           Remove some wrong code. Doesn't work yet.
24122
24123 2005-05-19  Wim Taymans  <wim@fluendo.com>
24124
24125         * gst-libs/gst/net/Makefile.am:
24126         * gst-libs/gst/net/README:
24127         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24128         (gst_netbuffer_class_init), (gst_netbuffer_init),
24129         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24130         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24131         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24132         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24133         * gst-libs/gst/net/gstnetbuffer.h:
24134         Added buffer subclass to store extra to/from addresses for
24135         network sources/sinks.
24136
24137 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24138
24139         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24140           Don't lock an unassigned variable.
24141
24142 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24143
24144         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24145           Increase buffer for video, decrease buffer for other media types.
24146         * gst/playback/gstplaybin.c: (gen_video_element),
24147         (gen_audio_element):
24148           Change names for debugging purposes.
24149
24150 2005-05-18  Wim Taymans  <wim@fluendo.com>
24151
24152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24153         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24154         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24155         (gst_ffmpegcsp_chain):
24156         Enable buffer alloc passthrough if the source and dest
24157         formats are the same.
24158
24159 2005-05-17  Wim Taymans  <wim@fluendo.com>
24160
24161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24162         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24163         (gst_ogg_demux_chain_unlocked):
24164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24165         (gst_audio_convert_caps_remove_format_info),
24166         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24167         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24169         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24170         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24171         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24172         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24173         (gst_ffmpegcsp_get_property):
24174         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24175         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24176         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24177         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24178         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24179         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24180         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24181         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24182         Leak fixes in oggdemux.
24183         Some cleanups in audioconvert.
24184         Make passthrough work along with buffer_alloc etc.
24185         Make buffer_alloc and buffer recycling actually work in
24186         xvimagesink.
24187
24188 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24189
24190         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24191           make the compiler happy
24192
24193 2005-05-17  Wim Taymans  <wim@fluendo.com>
24194
24195         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24196         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24197         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24198         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24199         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24200         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24201         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24202         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24203         (gst_xvimagesink_set_xwindow_id):
24204         * sys/xvimage/xvimagesink.h:
24205         Port xvimagesink to new MiniObject.
24206
24207 2005-05-17  Wim Taymans  <wim@fluendo.com>
24208
24209         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24210         (gst_audiofilter_chain):
24211         * gst-libs/gst/audio/gstaudiosink.c:
24212         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24213         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24214         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24215         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24216         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24217         (gst_audiosink_create_ringbuffer):
24218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24219         (gst_audio_convert_caps_remove_format_info),
24220         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24221         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24223         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24224         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24225         Fix passthrough in ffmpegcolorspace.
24226         Fix memset in audiosink on wrong memory.
24227
24228 2005-05-16  David Schleef  <ds@schleef.org>
24229
24230         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24231         to GstMiniObject.
24232
24233 2005-05-16  David Schleef  <ds@schleef.org>
24234
24235         Port from GstData to GstMiniObject.
24236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24238         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24239         (gst_ogg_mux_collected):
24240         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24241         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24242         (theora_handle_data_packet):
24243         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24244         (theora_set_header_on_caps), (theora_enc_chain):
24245         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24246         (vorbis_handle_comment_packet):
24247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24248         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24249         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24250         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24251         * gst/audioconvert/gstaudioconvert.c:
24252         (gst_audio_convert_get_buffer):
24253         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24254         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24255         (mute_stream), (silence_stream):
24256         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24257         * gst/volume/gstvolume.c: (volume_transform):
24258         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24259         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24260         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24261         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24262         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24263         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24264         (gst_ximagesink_buffer_alloc):
24265         * sys/ximage/ximagesink.h:
24266
24267 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24270         (fill_buffer), (check_queue), (queue_threshold_reached),
24271         (queue_out_of_data):
24272         * gst/playback/gstplaybasebin.h:
24273           Post buffer-fullness on the bus.
24274
24275 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24276
24277         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24278         (try_to_link_1):
24279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24280         (group_commit), (probe_triggered), (setup_source),
24281         (gst_play_base_bin_change_state):
24282         * gst/playback/gstplaybasebin.h:
24283         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24284         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24285         (gst_play_bin_change_state):
24286           Move setup_output_pads into a virtual function, remove
24287           group-switch (no longer needed) and redirect (handled by bus
24288           now) signals.
24289
24290 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24291
24292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24293         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24294         (get_active_group), (get_building_group), (group_destroy),
24295         (group_commit), (check_queue), (queue_overrun),
24296         (queue_threshold_reached), (queue_out_of_data),
24297         (gen_preroll_element), (remove_groups), (unknown_type),
24298         (add_element_stream), (no_more_pads), (probe_triggered),
24299         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24300         (setup_substreams), (setup_source), (finish_source),
24301         (prepare_output), (muted_group_change_state),
24302         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24303         (gst_play_base_bin_change_state):
24304         * gst/playback/gstplaybasebin.h:
24305         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24306         (gst_play_bin_init), (gst_play_bin_set_property),
24307         (gen_video_element), (gen_text_element), (gen_audio_element),
24308         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24309         (gst_play_bin_change_state):
24310         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24311         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24312         (stream_info_change_state), (gst_stream_info_set_mute),
24313         (gst_stream_info_get_property):
24314         * gst/playback/gststreaminfo.h:
24315         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24316         (gst_stream_selector_get_linked_pad),
24317         (gst_stream_selector_getcaps),
24318         (gst_stream_selector_get_linked_pads),
24319         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24320         * gst/playback/gststreamselector.h:
24321           Rough port of playbin. Needs some more work, but is mostly done,
24322           and uses a few locks in important places, which should make stuff
24323           like chain-switches clean. Still uses GST_STATE() in a few places,
24324           which isn't all that good an idea, subtitles/elements disabled
24325           because no elements to test with and thus probably broken, query
24326           and event handling moved to GstBin, internal thread removed
24327           alltogether because the pipeline does that for us now. Can play
24328           Ogg/Vorbis files. Haven't tested anything else yet.
24329
24330 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24331
24332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24333           Do no-more-pads (needed for autoplugging).
24334
24335 2005-05-10  Andy Wingo  <wingo@pobox.com>
24336
24337         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24338         message to the bus with the tags. Still not sent downstream tho.
24339
24340         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24341         get_parent.
24342         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24343         avoid refcounting hassles.
24344
24345 2005-05-09  Andy Wingo  <wingo@pobox.com>
24346
24347         * gst/volume/Makefile.am:
24348         * gst/volume/demo.c
24349         * gst/volume/gstvolume.h
24350         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24351         basetransform. Probably need an audio filter base class.
24352
24353 2005-05-09  Wim Taymans  <wim@fluendo.com>
24354
24355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24356         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24357         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24358         (gst_vorbisenc_chain):
24359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24360         (gst_audio_convert_caps_remove_format_info),
24361         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24362         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24363         Make caps writable before writing to it.
24364         Fix negotiation in audioconvert some more.
24365
24366 2005-05-09  Wim Taymans  <wim@fluendo.com>
24367
24368         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24369         (gst_videorate_getcaps), (gst_videorate_setcaps),
24370         (gst_videorate_event), (gst_videorate_chain):
24371         Better negotiation.
24372
24373 2005-05-09  Wim Taymans  <wim@fluendo.com>
24374
24375         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24376         (gst_videorate_getcaps), (gst_videorate_setcaps),
24377         (gst_videorate_blank_data), (gst_videorate_init),
24378         (gst_videorate_event), (gst_videorate_chain),
24379         (gst_videorate_change_state):
24380         Port videorate, do a better job at negotiation while we're at
24381         it.
24382
24383 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24384
24385         * configure.ac:
24386           Disable libvisual
24387
24388         * examples/Makefile.am:
24389         * gst-libs/gst/audio/Makefile.am:
24390         * gst-libs/gst/riff/Makefile.am:
24391         * gst-libs/gst/tag/Makefile.am:
24392         * gst-libs/gst/video/Makefile.am:
24393           Fixups for missing variables.
24394
24395 2005-05-09  Wim Taymans  <wim@fluendo.com>
24396
24397         * examples/seeking/seek.c: (make_theora_pipeline),
24398         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24399         (query_rates), (query_positions_elems), (query_positions_pads),
24400         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24402         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24403         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24404         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24405         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24407         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24408         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24409         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24410         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24411         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24412         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24413         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24414         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24415         (theora_dec_src_convert), (theora_dec_sink_convert),
24416         (theora_dec_src_query), (theora_dec_sink_query),
24417         (theora_dec_src_event), (theora_dec_sink_event),
24418         (theora_handle_comment_packet), (theora_handle_type_packet),
24419         (theora_handle_header_packet), (theora_handle_data_packet),
24420         (theora_dec_chain):
24421         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24422         (vorbis_dec_convert), (vorbis_dec_src_query),
24423         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24424         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24425         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24426         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24428         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24429         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24430         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24431         (gst_play_bin_query):
24432         * gst/playback/test3.c: (update_scale):
24433         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24434         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24435         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24436         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24437         (gst_videotestsrc_src_query):
24438         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24439         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24440         (paint_hline_YUV9):
24441         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24442         Port to new query API.
24443         Updated seek.
24444         Cleanups in x[v]imagesink
24445
24446 2005-05-09  Andy Wingo  <wingo@pobox.com>
24447
24448         * ext/alsa/gstalsasink.h:
24449         * ext/gnomevfs/gstgnomevfssrc.c:
24450         (gst_gnomevfssrc_get_icy_metadata):
24451         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24452         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24453         * ext/theora/theoradec.c (theora_dec_src_query)
24454         (theora_dec_src_event, theora_dec_sink_event)
24455         (theora_handle_comment_packet, theora_handle_data_packet):
24456         * ext/theora/theoraenc.c (theora_enc_chain):
24457         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24458         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24459         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24460         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24461         (qt_type_find):
24462         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24463         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24464         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24465         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24466         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24467         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24468         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24469         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24470         (paint_setup_RGB565, paint_setup_xRGB1555):
24471         * gst/videotestsrc/videotestsrc.h:
24472         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24473         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24474         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24475         GCC4 fixes.
24476         
24477         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24478         gst_pad_query_position. Fixes oggdemux.
24479
24480 2005-05-08  David Schleef  <ds@schleef.org>
24481
24482         * configure.ac: Require liboil.
24483         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24484         a few more.
24485         * gst/videotestsrc/videotestsrc.c:
24486         * gst/videotestsrc/videotestsrc.h:
24487
24488 2005-05-06  Wim Taymans  <wim@fluendo.com>
24489
24490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24491         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24492         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24493         Well, unreffing a buffer right before pushing it is asking
24494         for trouble..
24495
24496 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24497
24498         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24499
24500 2005-05-06  Wim Taymans  <wim@fluendo.com>
24501
24502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24503         (gst_audio_convert_caps_remove_format_info),
24504         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24505         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24507         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24508         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24509         * gst/sine/Makefile.am:
24510         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24511         (gst_sinesrc_class_init), (gst_sinesrc_init),
24512         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24513         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24514         (gst_sinesrc_update_freq):
24515         * gst/sine/gstsinesrc.h:
24516         * gst/tcp/gstmultifdsink.c:
24517         * sys/xvimage/xvimagesink.c:
24518         Fixed negotiation wrt _peer_get_caps()
24519         Some cleanups.
24520
24521
24522 2005-05-06  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst-libs/gst/audio/gstaudiosink.c:
24525         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24526         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24527         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24528         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24529         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24530         (gst_audiosink_create_ringbuffer):
24531         * gst-libs/gst/audio/gstbaseaudiosink.c:
24532         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24533         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24534         (gst_baseaudiosink_set_property), (build_linear_format),
24535         (debug_spec_caps), (debug_spec_buffer),
24536         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24537         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24538         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24539         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24540         * gst-libs/gst/audio/gstbaseaudiosink.h:
24541         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24542         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24543         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24544         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24545         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24546         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24547         (wait_segment), (gst_ringbuffer_commit),
24548         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24549         (gst_ringbuffer_clear):
24550         * gst-libs/gst/audio/gstringbuffer.h:
24551         Make the base audiosink return an error when there is no
24552         audiobuffer negotiated.
24553
24554 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24555
24556         * ext/Makefile.am:
24557         Disable cdparanoia until someone ports it!
24558
24559 2005-05-06  Wim Taymans  <wim@fluendo.com>
24560
24561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24562         (gst_ogg_demux_sink_activate):
24563         And revert after wingo's revert.. sigh..
24564
24565 2005-05-05  Andy Wingo  <wingo@pobox.com>
24566
24567         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24568         GObject.
24569         * configure.ac: Return audiorate and subparse from the ghetto.
24570         Re-enable -Wall -Werror.
24571         * gst/subparse/gstsubparse.c:
24572         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24573         or chain-based. Cleaned up a bit. Not tested.
24574         
24575 2005-05-05  Christian Schaller <christian@fluendo.com> 
24576
24577         * Makefile.am: remove stuff that is not building
24578         * configure.ac: remove stuff that is not building
24579         * examples/Makefile.am: remove stuff that is not building
24580         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24581         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24582         * sys/Makefile.am: remove stuff that is not building
24583         * testsuite/Makefile.am: remove stuff that is not building
24584
24585 2005-05-05  Andy Wingo  <wingo@pobox.com>
24586
24587         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24588         * gst-libs/gst/tag/gstvorbistag.c:
24589         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24590         * gst/adder/gstadder.h:
24591         * gst/audioconvert/gstchannelmix.c:
24592         (gst_audio_convert_fill_one_other):
24593         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24594         (gst_audiorate_init), (gst_audiorate_chain):
24595         * gst/playback/gstplaybasebin.c: (setup_source):
24596         * gst/playback/test3.c: (update_scale):
24597         Some GCC4 fixes
24598         
24599         * po/af.po:
24600         * po/az.po:
24601         * po/cs.po:
24602         * po/en_GB.po:
24603         * po/hu.po:
24604         * po/it.po:
24605         * po/nb.po:
24606         * po/nl.po:
24607         * po/or.po:
24608         * po/sq.po:
24609         * po/sr.po:
24610         * po/sv.po:
24611         * po/uk.po:
24612         * po/vi.po: Foo
24613
24614 2005-05-05  Wim Taymans  <wim@fluendo.com>
24615
24616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24617         (gst_audio_convert_caps_remove_format_info),
24618         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24619         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24620         * gst/videotestsrc/gstvideotestsrc.c:
24621         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24622         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24623         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24624         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24625         Don't ignore _push() return values.
24626         Make sure no processing is done when shutting down.
24627         Videotestsrc pad activation fix.
24628
24629 2005-05-05  Wim Taymans  <wim@fluendo.com>
24630
24631         * gst/adder/Makefile.am:
24632         * gst/adder/gstadder.c: (gst_adder_setcaps),
24633         (gst_adder_class_init), (gst_adder_init),
24634         (gst_adder_request_new_pad), (gst_adder_collected),
24635         (gst_adder_change_state):
24636         * gst/adder/gstadder.h:
24637         Ported adder as an example of a mixer element using
24638         collect pads. Needs more negotiation work.
24639
24640 2005-05-05  Wim Taymans  <wim@fluendo.com>
24641
24642         * ext/theora/theoradec.c: (_inc_granulepos),
24643         (theora_dec_src_event), (theora_dec_sink_event),
24644         (theora_handle_comment_packet), (theora_handle_type_packet),
24645         (theora_handle_header_packet), (theora_handle_data_packet),
24646         (theora_dec_chain):
24647         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24648         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24649         (theora_push_buffer), (theora_push_packet),
24650         (theora_enc_sink_event), (theora_enc_chain),
24651         (theora_enc_change_state), (theora_enc_set_property),
24652         (theora_enc_get_property):
24653         Added stream lock to decoder so that we can serialize
24654         the discont event.
24655         More theoraenc porting, recover from errors, do clean
24656         shutdown.
24657
24658 2005-05-05  Wim Taymans  <wim@fluendo.com>
24659
24660         * ext/ogg/Makefile.am:
24661         * ext/ogg/README:
24662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24663         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24664         (gst_ogg_print):
24665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24666         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24667         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24668         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24669         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24670         (gst_ogg_mux_change_state):
24671         Ported ogg muxer.
24672
24673 2005-05-05  Wim Taymans  <wim@fluendo.com>
24674
24675         * docs/design-audiosinks.txt:
24676         * gst-libs/gst/audio/TODO:
24677         * gst-libs/gst/audio/gstaudiosink.c:
24678         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24679         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24680         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24681         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24682         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24683         (gst_audiosink_create_ringbuffer):
24684         * gst-libs/gst/audio/gstbaseaudiosink.c:
24685         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24686         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24687         (gst_baseaudiosink_set_property), (build_linear_format),
24688         (debug_spec_caps), (debug_spec_buffer),
24689         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24690         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24691         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24692         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24694         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24695         (gst_ringbuffer_release), (gst_ringbuffer_play),
24696         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24697         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24698         (gst_ringbuffer_set_sample), (wait_segment),
24699         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24700         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24701         More work on the audiosink, mostly debugging and a race in
24702         shutdown.
24703
24704 2005-04-28  Wim Taymans  <wim@fluendo.com>
24705
24706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24707         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24708         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24709         (vorbis_dec_src_query), (vorbis_dec_src_event),
24710         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24711         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24712         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24713         Don't crap out when seeking back to position 0.
24714
24715 2005-04-28  Wim Taymans  <wim@fluendo.com>
24716
24717         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24718         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24719         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24720         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24721         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24722         Make audio sink configurable, use alsasink as default.
24723
24724 2005-04-28  Wim Taymans  <wim@fluendo.com>
24725
24726         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24727         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24728         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24729         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24730         (vorbis_dec_change_state):
24731         * ext/vorbis/vorbisdec.h:
24732         Refactor, use STREAM_LOCK.
24733
24734 2005-04-28  Wim Taymans  <wim@fluendo.com>
24735
24736         * ext/theora/theoradec.c: (_inc_granulepos),
24737         (theora_dec_sink_event), (theora_handle_comment_packet),
24738         (theora_handle_type_packet), (theora_handle_header_packet),
24739         (theora_handle_data_packet), (theora_dec_chain),
24740         (theora_dec_change_state):
24741         Refactor a bit, use STREAM_LOCK.
24742
24743 2005-04-28  Wim Taymans  <wim@fluendo.com>
24744
24745         * ext/alsa/Makefile.am:
24746         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24747         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24748         (gst_alsa_link), (gst_alsa_close_audio):
24749         * ext/alsa/gstalsaplugin.c: (plugin_init):
24750         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24751         (gst_alsasink_dispose), (gst_alsasink_base_init),
24752         (gst_alsasink_class_init), (gst_alsasink_init),
24753         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24754         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24755         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24756         (gst_alsasink_reset):
24757         * ext/alsa/gstalsasink.h:
24758         Implement alsasink with simple open/write/close API. 
24759         Make alsa dir build by disabling compilation of code.
24760
24761 2005-04-28  Wim Taymans  <wim@fluendo.com>
24762
24763         * gst-libs/gst/audio/Makefile.am:
24764         * gst-libs/gst/audio/audio.h:
24765         * gst-libs/gst/audio/audioclock.c:
24766         * gst-libs/gst/audio/audioclock.h:
24767         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24768         (gst_audio_clock_class_init), (gst_audio_clock_init),
24769         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24770         * gst-libs/gst/audio/gstaudioclock.h:
24771         * gst-libs/gst/audio/gstaudiosink.c:
24772         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24773         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24774         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24775         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24776         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24777         (gst_audiosink_create_ringbuffer):
24778         * gst-libs/gst/audio/gstbaseaudiosink.c:
24779         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24780         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24781         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24782         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24783         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24784         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24785         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24786         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24787         * gst-libs/gst/audio/gstbaseaudiosink.h:
24788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24789         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24790         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24791         (gst_ringbuffer_release), (gst_ringbuffer_play),
24792         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24793         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24794         (gst_ringbuffer_set_sample), (wait_segment),
24795         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24796         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24797         * gst-libs/gst/audio/gstringbuffer.h:
24798         Make ringbuffer faster and more simple by removing the locks
24799         in the playback thread.
24800         Add sample accurate playback based on buffer sample offsets.
24801         Make the baseaudiosink provide a clock.
24802         Parse caps in the base class.
24803         Correctly handle seeking, flushing and state changes.
24804
24805 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24806
24807         * configure.ac:
24808         * gst/audioconvert/Makefile.am:
24809         * gst/audioscale/Makefile.am:
24810           Fix part of the build.  Come on guys, autogen didn't even work :)
24811
24812 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24813
24814         * configure.ac:
24815         * gst-libs/gst/Makefile.am:
24816         * gst-libs/gst/media-info/.cvsignore:
24817         * gst-libs/gst/media-info/Makefile.am:
24818         * gst-libs/gst/media-info/README:
24819         * gst-libs/gst/media-info/media-info-priv.c:
24820         * gst-libs/gst/media-info/media-info-priv.h:
24821         * gst-libs/gst/media-info/media-info-test.c:
24822         * gst-libs/gst/media-info/media-info.c:
24823         * gst-libs/gst/media-info/media-info.h:
24824         * gst-libs/gst/media-info/media-info.vcproj:
24825         * pkgconfig/Makefile.am:
24826         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24827         * pkgconfig/gstreamer-media-info.pc.in:
24828           Remove media-info, which is also successed by playbin (see Totem
24829           implementation).
24830
24831 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24832
24833         * configure.ac:
24834         * examples/Makefile.am:
24835         * examples/gstplay/.cvsignore:
24836         * examples/gstplay/Makefile.am:
24837         * examples/gstplay/player.c:
24838         * gst-libs/gst/Makefile.am:
24839         * gst-libs/gst/play/.cvsignore:
24840         * gst-libs/gst/play/Makefile.am:
24841         * gst-libs/gst/play/play.c:
24842         * gst-libs/gst/play/play.h:
24843         * gst-libs/gst/play/play.vcproj:
24844         * pkgconfig/Makefile.am:
24845         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24846         * pkgconfig/gstreamer-play.pc.in:
24847           Remove libgstplay, playbin is now the official successor.
24848
24849 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24850
24851         * configure.ac:
24852         * gst-libs/gst/Makefile.am:
24853         * gst-libs/gst/xwindowlistener/Makefile.am:
24854         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24855         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24856           Remove deprecated xwindowlistener (I've moved xwindowlistening
24857           in the v4l/v4l2 plugins over to serverside).
24858
24859 2005-04-25  David Schleef  <ds@schleef.org>
24860
24861         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24862         to examples/dynparams.  Examples do not belong interspersed with
24863         source code.
24864         * examples/dynparams/demo-dparams.c:
24865         * gst/sine/Makefile.am:
24866         * gst/sine/demo-dparams.c:
24867
24868 2005-04-25  David Schleef  <ds@schleef.org>
24869
24870         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24871         * gst-libs/gst/audio/Makefile.am:
24872         * gst-libs/gst/riff/Makefile.am:
24873         * gst-libs/gst/tag/Makefile.am:
24874         * gst-libs/gst/video/Makefile.am:
24875         * gst-libs/gst/xwindowlistener/Makefile.am:
24876
24877         Convert to 0.9 API, seems to work:
24878         * sys/ximage/Makefile.am:
24879         * sys/ximage/ximagesink.c:
24880
24881 2005-04-24  David Schleef  <ds@schleef.org>
24882
24883         Link plugins against libraries:
24884         * ext/alsa/Makefile.am:
24885         * gst/tcp/Makefile.am:
24886
24887         Remove asm code that should be in liboil
24888         * gst/videoscale/Makefile.am:
24889         * gst/videoscale/videoscale_x86_asm.s:
24890
24891         gettext wants these checked in:
24892         * po/af.po:
24893         * po/az.po:
24894         * po/cs.po:
24895         * po/en_GB.po:
24896         * po/hu.po:
24897         * po/it.po:
24898         * po/nb.po:
24899         * po/nl.po:
24900         * po/or.po:
24901         * po/sq.po:
24902         * po/sr.po:
24903         * po/sv.po:
24904         * po/uk.po:
24905         * po/vi.po:
24906
24907 2005-04-24  David Schleef  <ds@schleef.org>
24908
24909         Convert gst_main() to g_main_loop_run()
24910         * gst/playback/decodetest.c: (main):
24911         * gst/playback/test2.c: (main):
24912         * gst/playback/test3.c: (main):
24913         * gst/playback/test4.c: (main):
24914
24915         Link plugins against libraries:
24916         * ext/libvisual/Makefile.am:
24917         * sys/xvimage/Makefile.am:
24918
24919 2005-04-24  David Schleef  <ds@schleef.org>
24920
24921         * configure.ac: Remove idct and resample libs
24922         * gst-libs/gst/Makefile.am: same
24923
24924         Remove usage of gst_library_load():
24925         * ext/alsa/gstalsaplugin.c: (plugin_init):
24926         * ext/libvisual/visual.c: (plugin_init):
24927         * ext/ogg/gstogg.c: (plugin_init):
24928         * ext/theora/theora.c: (plugin_init):
24929         * ext/vorbis/vorbis.c: (plugin_init):
24930         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24931         * gst/audioscale/gstaudioscale.c:
24932         * gst/adder/gstadder.c: (plugin_init):
24933         * gst/audioconvert/plugin.c: (plugin_init):
24934         * sys/ximage/ximagesink.c: (plugin_init):
24935         * sys/xvimage/xvimagesink.c: (plugin_init):
24936         * gst/tcp/gsttcpplugin.c: (plugin_init):
24937
24938         Link plugins against libraries:
24939         * ext/ogg/Makefile.am:
24940         * ext/theora/Makefile.am:
24941         * ext/vorbis/Makefile.am:
24942         * gst/audioconvert/Makefile.am:
24943
24944         Create proper libraries:
24945         * gst-libs/gst/riff/Makefile.am:
24946         * gst-libs/gst/audio/Makefile.am:
24947         * gst-libs/gst/video/Makefile.am:
24948
24949         Move resample library to audioscale plugin directory:
24950         * gst-libs/gst/resample/Makefile.am:
24951         * gst-libs/gst/resample/README:
24952         * gst-libs/gst/resample/dtof.c:
24953         * gst-libs/gst/resample/dtos.c:
24954         * gst-libs/gst/resample/functable.c:
24955         * gst-libs/gst/resample/private.h:
24956         * gst-libs/gst/resample/resample.c:
24957         * gst-libs/gst/resample/resample.h:
24958         * gst-libs/gst/resample/resample.vcproj:
24959         * gst-libs/gst/resample/test.c:
24960         * gst/audioscale/Makefile.am:
24961         * gst/audioscale/README:
24962         * gst/audioscale/dtof.c:
24963         * gst/audioscale/dtos.c:
24964         * gst/audioscale/functable.c:
24965         * gst/audioscale/private.h:
24966         * gst/audioscale/resample.c:
24967         * gst/audioscale/resample.h:
24968         * gst/audioscale/test.c:
24969
24970         Move tagedit library to gst-libs:
24971         * gst-libs/gst/tag/Makefile.am:
24972         * gst-libs/gst/tag/gstid3tag.c:
24973         * gst-libs/gst/tag/gsttagediting.c:
24974         * gst-libs/gst/tag/gsttageditingprivate.h:
24975         * gst-libs/gst/tag/gstvorbistag.c:
24976         * gst/tags/Makefile.am:
24977         * gst/tags/gstid3tag.c:
24978         * gst/tags/gstvorbistag.c:
24979
24980         Fix for core changes:
24981         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24982         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24983         (gst_sinesrc_getrange):
24984
24985 2005-04-23  David Schleef  <ds@schleef.org>
24986
24987         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24988         in gst-plugins in a long time, and properly belongs in liboil.
24989         * gst-libs/gst/idct/Makefile.am:
24990         * gst-libs/gst/idct/README:
24991         * gst-libs/gst/idct/dct.h:
24992         * gst-libs/gst/idct/doieee:
24993         * gst-libs/gst/idct/fastintidct.c:
24994         * gst-libs/gst/idct/floatidct.c:
24995         * gst-libs/gst/idct/idct.c:
24996         * gst-libs/gst/idct/idct.h:
24997         * gst-libs/gst/idct/idtc.vcproj:
24998         * gst-libs/gst/idct/ieeetest.c:
24999         * gst-libs/gst/idct/intidct.c:
25000
25001 2005-04-20  Wim Taymans  <wim@fluendo.com>
25002
25003         * docs/design-audiosinks.txt:
25004         * gst-libs/gst/audio/Makefile.am:
25005         * gst-libs/gst/audio/TODO:
25006         * gst-libs/gst/audio/gstaudiosink.c:
25007         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25008         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25009         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25010         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25011         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25012         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25013         (gst_audiosink_class_init), (gst_audiosink_init),
25014         (gst_audiosink_create_ringbuffer):
25015         * gst-libs/gst/audio/gstaudiosink.h:
25016         * gst-libs/gst/audio/gstbaseaudiosink.c:
25017         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25018         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25019         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25020         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25021         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25022         (gst_baseaudiosink_create_ringbuffer),
25023         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25024         * gst-libs/gst/audio/gstbaseaudiosink.h:
25025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25026         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25027         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25028         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25029         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25030         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25031         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25032         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25033         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25034         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25035         * gst-libs/gst/audio/gstringbuffer.h:
25036         An attempt at a set of audio base classes together with some
25037         design docs.
25038
25039 2005-04-20  Wim Taymans  <wim@fluendo.com>
25040
25041         * gst/audioconvert/Makefile.am:
25042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25043         (gst_audio_convert_caps_remove_format_info),
25044         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25045         (gst_audio_convert_channels):
25046         Link against audio libs.
25047         Fix audio convert plugin.
25048
25049 2005-04-20  Wim Taymans  <wim@fluendo.com>
25050
25051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25052         (gst_ogg_demux_sink_activate):
25053         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25054         (theora_set_header_on_caps), (theora_enc_sink_event),
25055         (theora_enc_chain):
25056         Fix theora encoder.
25057
25058 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25059
25060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25061         * gst/playback/gstdecodebin.c: (find_compatibles):
25062           Work with staticpadtemplates in elementfactories.
25063
25064 2005-04-12  Wim Taymans  <wim@fluendo.com>
25065
25066         * gst/playback/README:
25067         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25068         (compare_ranks), (print_feature), (gst_decode_bin_init),
25069         (dynamic_create), (dynamic_free), (find_compatibles),
25070         (mimetype_is_raw), (close_pad_link), (got_redirect),
25071         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25072         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25073         (gst_decode_bin_change_state):
25074         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25075         (gst_play_base_bin_init), (group_destroy), (group_commit),
25076         (check_queue), (queue_overrun), (queue_threshold_reached),
25077         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25078         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25079         (got_redirect), (setup_source), (play_base_eos),
25080         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25081         (gst_play_base_bin_remove_element):
25082         * gst/playback/gstplaybasebin.h:
25083         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25084         (gst_play_bin_init), (gst_play_bin_dispose),
25085         (gst_play_bin_set_property), (gen_video_element),
25086         (gen_text_element), (gen_audio_element), (remove_sinks),
25087         (gst_play_bin_send_event):
25088         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25089         (stream_info_change_state), (gst_stream_info_set_mute):
25090         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25091         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25092         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25093         (gst_stream_selector_chain):
25094         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25095         (main):
25096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25097         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25098         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25099         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25100         Raw and crude port of decodebin. 
25101         Make playbin compile.
25102
25103 2005-04-06  Wim Taymans  <wim@fluendo.com>
25104
25105         * ext/gnomevfs/Makefile.am:
25106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25107         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25108         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25109         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25110         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25111         (gst_gnomevfssrc_stop):
25112         * ext/ogg/Makefile.am:
25113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25114         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25115         * ext/theora/Makefile.am:
25116         * ext/theora/theoradec.c: (_inc_granulepos),
25117         (theora_dec_sink_event), (theora_dec_chain):
25118         * ext/vorbis/Makefile.am:
25119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25120         (vorbis_dec_sink_event), (vorbis_dec_chain):
25121         * gst-libs/gst/audio/Makefile.am:
25122         * sys/xvimage/Makefile.am:
25123         Make gnomevfssrc extend the source base class.
25124         Fix linking against libs in various plugins.
25125
25126 2005-04-06  Andy Wingo  <wingo@pobox.com>
25127
25128         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25129         GST_BASE_LIBS.
25130
25131         * configure.ac: Add check and AC_SUBST for libgstbase.
25132
25133 2005-03-31  Wim Taymans  <wim@fluendo.com>
25134
25135         * examples/seeking/Makefile.am:
25136         * examples/seeking/cdparanoia.c: (main):
25137         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25138         (play_cb), (pause_cb), (stop_cb), (main):
25139         * examples/seeking/playbin.c:
25140         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25141         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25142         (make_sid_pipeline), (make_vorbis_pipeline),
25143         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25144         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25145         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25146         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25147         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25148         (stop_cb), (main):
25149         * examples/seeking/spider_seek.c:
25150         * examples/seeking/vorbisfile.c:
25151         * ext/gnomevfs/Makefile.am:
25152         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25154         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25155         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25156         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25157         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25158         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25159         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25160         * ext/ogg/README:
25161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25162         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25163         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25164         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25165         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25166         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25167         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25168         (gst_ogg_demux_factory_filter), (compare_ranks),
25169         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25170         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25171         (gst_ogg_chain_new), (gst_ogg_chain_free),
25172         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25173         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25174         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25175         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25176         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25177         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25178         (gst_ogg_demux_get_prev_page),
25179         (gst_ogg_demux_deactivate_current_chain),
25180         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25181         (gst_ogg_demux_bisect_forward_serialno),
25182         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25183         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25184         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25185         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25186         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25187         (gst_ogg_demux_change_state), (gst_ogg_print):
25188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25189         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25190         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25191         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25192         (gst_ogg_mux_loop):
25193         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25194         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25195         (theora_dec_src_convert), (theora_dec_sink_convert),
25196         (theora_dec_src_query), (theora_dec_src_event),
25197         (theora_dec_sink_event), (theora_dec_chain),
25198         (theora_dec_change_state):
25199         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25200         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25201         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25202         (theora_enc_change_state):
25203         * ext/vorbis/Makefile.am:
25204         * ext/vorbis/oggvorbisenc.c:
25205         * ext/vorbis/oggvorbisenc.h:
25206         * ext/vorbis/vorbis.c: (plugin_init):
25207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25208         (vorbis_dec_src_query), (vorbis_dec_src_event),
25209         (vorbis_dec_sink_event), (vorbis_dec_chain),
25210         (vorbis_dec_change_state):
25211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25212         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25213         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25214         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25215         (gst_vorbisenc_change_state):
25216         * ext/vorbis/vorbisenc.h:
25217         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25218         * gst-libs/gst/audio/audioclock.c:
25219         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25220         (gst_audiofilter_init), (gst_audiofilter_chain):
25221         * gst-libs/gst/audio/testchannels.c: (main):
25222         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25223         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25224         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25225         (gmip_find_track_streaminfo), (gmip_find_track_format):
25226         * gst-libs/gst/media-info/media-info.c:
25227         (gst_media_info_read_idler):
25228         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25229         (gst_play_get_all_by_interface):
25230         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25231         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25232         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25233         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25234         (gst_riff_parse_info):
25235         * gst-libs/gst/riff/riff-read.h:
25236         * gst-libs/gst/riff/riff.c: (plugin_init):
25237         * gst-libs/gst/video/Makefile.am:
25238         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25239         (gst_videosink_class_init), (gst_videosink_get_type):
25240         * gst-libs/gst/video/videosink.h:
25241         * gst/audioconvert/bufferframesconvert.c:
25242         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25243         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25244         * gst/audioconvert/channelmixtest.c: (main):
25245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25246         (gst_audio_convert_chain),
25247         (gst_audio_convert_caps_remove_format_info),
25248         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25249         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25250         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25251         (gst_audio_convert_buffer_to_default_format),
25252         (gst_audio_convert_buffer_from_default_format),
25253         (gst_audio_convert_channels):
25254         * gst/audioconvert/gstchannelmix.h:
25255         * gst/ffmpegcolorspace/avcodec.h:
25256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25257         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25258         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25259         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25260         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25261         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25262         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25263         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25264         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25265         (dv_type_find):
25266         * gst/videotestsrc/gstvideotestsrc.c:
25267         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25268         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25269         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25270         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25271         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25272         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25273         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25275         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25276         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25277         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25278         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25279         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25280         (gst_xvimagesink_navigation_send_event),
25281         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25282         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25283         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25284         * sys/xvimage/xvimagesink.h:
25285         Plugin port to 0.9, ogg/theora playback should work in the seek
25286         example now.
25287         Removed old examples.
25288         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25289         explained in 0.9 TODO doc.
25290
25291
25292 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25293
25294         * autogen.sh:
25295         * configure.ac:
25296         * ext/Makefile.am:
25297         * gst/Makefile.am:
25298         * po/POTFILES.in:
25299         * po/af.po:
25300         * po/az.po:
25301         * po/cs.po:
25302         * po/en_GB.po:
25303         * po/hu.po:
25304         * po/it.po:
25305         * po/nb.po:
25306         * po/nl.po:
25307         * po/or.po:
25308         * po/sq.po:
25309         * po/sr.po:
25310         * po/sv.po:
25311         * po/uk.po:
25312         * po/vi.po:
25313         * sys/Makefile.am:
25314         * testsuite/Makefile.am:
25315           remove a whole bunch of plugins.  This module now contains a set
25316           of free reference plugins/elements as agreed.
25317
25318 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25319
25320         * configure.ac:
25321           hunting season on 0.9 is now OPEN
25322
25323 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25324
25325         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25326           Kick the hell out of gcc for not warning me about a symbol conflict.
25327
25328 2005-02-22  Luca Ognibene  <luogni@tin.it>
25329
25330         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25331
25332         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25333           Don't leak caps string (fixes #168134)
25334
25335         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25336         (gst_jpegenc_init), (gst_jpegenc_finalize),
25337         (gst_jpegenc_change_state):
25338           Don't leak line buffers and context struct (fixes #168133).
25339
25340 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25341
25342         * configure.ac:
25343         * ext/dirac/gstdiracdec.cc:
25344         (gst_diracdec_chain):
25345           Since dirac 0.5.0 the framerate in dirac is expressed as a
25346           rational number. Fix build and up requirement to 0.5.0, and
25347           also pass parameters to gst_diracdec_link in the right order
25348           (fixes #167959).
25349
25350 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25351
25352         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25353         * ext/faad/gstfaad.h:
25354         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25355         certain invalid muxed streams, where some packets will contain 
25356         junk after decoder data. Partially fixes #149158.
25357
25358 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25359         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25360           Make sure we only write to writable buffers
25361
25362 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25363
25364         * gst-libs/gst/riff/riff-media.c:
25365         (gst_riff_create_audio_caps_with_data):
25366           Do actually fix invalid RIFF fmt header values for alaw
25367           and mulaw audio instead of just saying so.
25368
25369         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25370           Give gst_riff_create_audio_caps_with_data() a chance to
25371           fix up broken format header fields before extracting any
25372           parameters from the header. (fixes #167633)
25373
25374 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25375
25376         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25377
25378         * gst/audioconvert/bufferframesconvert.c:
25379         (buffer_frames_convert_link):
25380           Don't leak othercaps. (fixes #167878)
25381
25382 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25383
25384         * configure.ac:
25385         * ext/libvisual/visual.c: (gst_visual_srclink),
25386         (gst_visual_change_state):
25387           Support libvisual 0.2.0.
25388
25389 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25390
25391         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25393           Use same rowstrides for I420 as used everywhere else.
25394
25395 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25396
25397         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25398           Declare variables at beginning of block and make gcc-2.95 happy
25399           (fixes # 167482, patch by Gergely Nagy).
25400           
25401         * gst/tcp/gsttcpclientsrc.c:
25402         * gst/tcp/gsttcpclientsrc.h:
25403           Move some includes into the header, so that struct sockaddr_in is
25404           defined when it should be defined on FreeBSD as well (fixes
25405           #167483).
25406           
25407         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25408           Don't pass uninitialised values to setsockopt() here either.
25409
25410 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25411
25412         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25413
25414         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25415           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25416
25417 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25418
25419         * gst/playback/gstplaybin.c: (add_sink):
25420           Invert bin_add/link order to workaround deadlock in opt.
25421
25422 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25423
25424         * gst/modplug/gstmodplug.cc:
25425           Add missing break causing position queries to fail.
25426
25427 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25428
25429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25430           Granpos can apparently be -1, which screws up calculations...
25431
25432 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25433
25434         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25435         (gst_ximagesink_send_pending_navigation),
25436         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25437         (gst_ximagesink_init):
25438         * sys/ximage/ximagesink.h:
25439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25440         (gst_xvimagesink_send_pending_navigation),
25441         (gst_xvimagesink_navigation_send_event),
25442         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25443         * sys/xvimage/xvimagesink.h:
25444           Use a mutex protected list to marshal navigation
25445           events into the stream thread from whichever thread
25446           sends them.
25447
25448 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25449
25450         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25451           Display current position and track length; misc. clean-ups.
25452           
25453         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25454         (speed_init), (speed_chain):
25455           Add query function, so that the stream length and current position
25456           get adjusted when queried (note that current position queries may
25457           still be wrong if the audio sink returns values based on buffer
25458           timestamps instead of passing on the query).
25459
25460 2005-02-13  Benjamin Otte  <otte@gnome.org>
25461
25462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25463         (gst_audio_convert_channels):
25464           create channel conversion matrix when linking
25465         * gst/audioconvert/.cvsignore:
25466         * gst/audioconvert/Makefile.am:
25467         * gst/audioconvert/channelmixtest.c: (main):
25468           add (ugly) test that ensures stereo <=> mono conversion works
25469           correctly
25470
25471 2005-02-13  Benjamin Otte  <otte@gnome.org>
25472
25473         * gst/audioconvert/gstchannelmix.h:
25474           include missing header file
25475         * gst/audioconvert/gstchannelmix.c:
25476         (gst_audio_convert_fill_compatible):
25477           use same sign for both channels when converting to/from compatible
25478           channel. Previously used different signs made the signals cancel
25479           each other out and appear like silence. (fixes #167269)
25480
25481 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25482
25483         * gst/ffmpegcolorspace/avcodec.h:
25484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25485         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25486         (gst_ffmpegcsp_avpicture_fill):
25487         * gst/ffmpegcolorspace/imgconvert.c:
25488           Convert to and from YV12 (fixes #156379).
25489
25490 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25491
25492         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25493         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25494         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25495         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25496         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25497         methods from chain and negotiation and vice versa (Fixes #166142).
25498         * sys/ximage/ximagesink.h: Add stream_lock.
25499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25501         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25502         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25503
25504 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25505
25506         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25507           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25508           error message when we can't open the DVD device (when dvdnav_open()
25509           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25510           the above). Send something more useful instead (fixes #167117).
25511
25512 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25513
25514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25515         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25517         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25518         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25519         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25520         methods from chain and negotiation and vice versa (Fixes #166142).
25521         Fix a possible bug of images in the buffer pool being discarded because
25522         we are looking at the wrong geometry.
25523         * sys/xvimage/xvimagesink.h: Add stream_lock.
25524
25525 2005-02-11  David Schleef  <ds@schleef.org>
25526
25527         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25528         unsigned int. (fixes #167128)
25529
25530 2005-02-11  David Schleef  <ds@schleef.org>
25531
25532         * gst/librfb/Makefile.am: Testing stuff before committing is
25533           for wimps... and people with fast machines.  Fix stupid
25534           mistake.
25535
25536 2005-02-11  David Schleef  <ds@schleef.org>
25537
25538         * configure.ac: Pull in librfb from my CVS tree, because it is
25539           too small and annoying to be separate.  Move rfbsrc plugin
25540           to gst/.
25541         * ext/Makefile.am:
25542         * ext/librfb/Makefile.am:
25543         * ext/librfb/gstrfbsrc.c:
25544         * gst/librfb/Makefile.am:
25545         * gst/librfb/gstrfbsrc.c:
25546         * gst/librfb/rfb.c:
25547         * gst/librfb/rfb.h:
25548         * gst/librfb/rfbbuffer.c:
25549         * gst/librfb/rfbbuffer.h:
25550         * gst/librfb/rfbbytestream.c:
25551         * gst/librfb/rfbbytestream.h:
25552         * gst/librfb/rfbcontext.h:
25553         * gst/librfb/rfbdecoder.c:
25554         * gst/librfb/rfbdecoder.h:
25555         * gst/librfb/rfbutil.h:
25556
25557 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25558
25559         * gst/speed/Makefile.am:
25560         * gst/speed/demo-mp3.c: (main):
25561         * gst/speed/filter.func:
25562         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25563         (speed_class_init), (speed_init), (speed_chain_int16),
25564         (speed_chain_float32), (speed_chain), (speed_set_property),
25565         (speed_get_property), (speed_change_state):
25566         * gst/speed/gstspeed.h:
25567           Fix speed element and make it chain-based (fixes #156467),
25568           and make it handle more than one channel.
25569
25570 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25571
25572         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25573         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25574         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25575         * ext/dts/gstdtsdec.h:
25576           Don't clobber the stack constructing the channels array.
25577           Make the element chain-based. DTS tracks can now be played.
25578           
25579 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25580
25581         * gst-libs/gst/audio/multichannel.h:
25582         * gst-libs/gst/gconf/gconf.h:
25583         * gst-libs/gst/idct/idct.h:
25584         * gst-libs/gst/media-info/media-info-priv.h:
25585         * gst-libs/gst/play/play.h:
25586         * gst-libs/gst/resample/private.h:
25587         * gst-libs/gst/resample/resample.h:
25588         * gst-libs/gst/riff/riff-ids.h:
25589         * gst-libs/gst/video/video.h:
25590         * gst-libs/gst/video/videosink.h:
25591           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25592           missing, so that they work when included from C++ code.
25593
25594 2005-02-09  David Schleef  <ds@schleef.org>
25595
25596         * testsuite/gst-lint: Check for non-statically scoped
25597           parent_class variables.  This won't be a problem once
25598           plugins are loaded with RTLD_LOCAL.
25599
25600 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * ext/mplex/gstmplexibitstream.cc:
25603           gcc madness.
25604
25605 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25606
25607         * ext/ogg/gstogmparse.c:
25608         * gst/debug/gstnavigationtest.c:
25609           Die, thou faulty symbol pollutors (non-static parent_class).
25610
25611 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25612
25613         * ext/mplex/gstmplexibitstream.cc:
25614           Fix event handling (#165525).
25615
25616 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25617
25618         * ext/mikmod/gstmikmod.c:
25619         * gst/modplug/gstmodplug.cc:
25620           Add missing endianness to template (fixes #165509).
25621
25622 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25623
25624         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25625           Fix wrong order of reading of optional bytes (#165290).
25626
25627 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25630           Implement FILLER event awareness.
25631
25632 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25633
25634         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25635           Fix track calculations (#166208).
25636
25637 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25638
25639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25642         * ext/libpng/gstpngenc.c:
25643           Fix byte-order, use proper fixed caps. Fixes #164197.
25644
25645 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25646
25647         * configure.ac:
25648           Add dvdlpcmdec 
25649
25650         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25651         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25652           Don't push buffers if the src pad isn't negotiated yet.
25653           
25654         * gst/audioconvert/gstaudioconvert.c:
25655         (gst_audio_convert_buffer_to_default_format),
25656         (gst_audio_convert_buffer_from_default_format):
25657           Add support for 24-bit width.
25658
25659         * gst/dvdlpcmdec/.cvsignore:
25660         * gst/dvdlpcmdec/Makefile.am:
25661         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25662         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25663         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25664         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25665         (plugin_init):
25666         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25667           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25668           format. Needs support for the channels maps if someone can find 
25669           a DVD LPCM track with > 2 channels.
25670
25671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25672         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25673         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25674         * gst/mpegstream/gstdvddemux.h:
25675         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25676         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25677         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25678         * gst/mpegstream/gstmpegdemux.h:
25679         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25680         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25681         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25682         (gst_mpeg_parse_handle_src_query),
25683         (gst_mpeg_parse_handle_src_event):
25684           Use audio/x-dvd-lpcm for LPCM output.
25685           Add DTS output.
25686
25687 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25688
25689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25690
25691         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25692         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25693           Add BGRA handling (#165736).
25694
25695 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25696
25697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25698
25699         * gst/law/alaw-decode.c: (alawdec_link):
25700         * gst/law/alaw-encode.c: (alawenc_link):
25701         * gst/law/mulaw-decode.c: (mulawdec_link):
25702         * gst/law/mulaw-encode.c: (mulawenc_link):
25703           Fix caps memleaks (#166600).
25704
25705 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25706
25707         * ext/tarkin/mem.h:
25708         * ext/tarkin/wavelet.h:
25709         * ext/tarkin/yuv.h:
25710         * gst/ffmpegcolorspace/avcodec.h:
25711           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25712           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25713
25714 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25715
25716         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25718         (gst_xvimagesink_change_state):
25719           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25720           Xv video (and thereby regenerate Xv colourkey) in clear() so
25721           that PLAY -> READY -> PLAY works (fixes #162504).
25722
25723 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25724
25725         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25726           Switch to list instead of range, since MJPEG-devices really just
25727           support decimations, not any size.
25728
25729 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25730         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25731         (gst_mpeg2dec_reset), (free_all_buffers),
25732         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25733         * ext/mpeg2dec/gstmpeg2dec.h:
25734           The libmpeg2 user-allocated buffer management is awkward, 
25735           to say the least. Hopefully this fixes things.
25736
25737 2005-02-04  Andy Wingo  <wingo@pobox.com>
25738
25739         * gst/audioconvert/bufferframesconvert.c
25740         (buffer_frames_convert_fixate): New function, fixates to 256
25741         frames per buffer by default. (Much better than 1.)
25742         (buffer_frames_convert_init): Set the fixate function for both src
25743         and sink pad.
25744         (buffer_frames_convert_link): After success setting nonfixed caps,
25745         get the negotiated caps so we can know how many buffer-frames it
25746         will be. No idea how this worked at all before.
25747
25748 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25749
25750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25751         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25752         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25753         (handle_sequence), (handle_picture):
25754         * ext/mpeg2dec/gstmpeg2dec.h:
25755           Rearrange buffer tracking and refcounting and refactor
25756           a little for readability. 
25757
25758 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25759         * sys/v4l/gstv4l.c: (plugin_init):
25760         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25761         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25762         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25763         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25764         * sys/v4l/gstv4ljpegsrc.h:
25765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25766         * sys/v4l/v4l_calls.h:
25767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25768         (gst_v4lsrc_get_fps):
25769         * sys/v4l/v4lsrc_calls.h:
25770           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25771           you jpeg inside rgb frames" driver.
25772           Don't error in the v4lsrc link function, just return 
25773           REFUSED.
25774
25775 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25776
25777         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25778         (gst_qcamsrc_open):
25779           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25780
25781 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25782
25783         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25784           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25785
25786 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25787
25788         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25789           Reset negotiated state on PAUSED->READY.
25790
25791 2005-02-02  David Schleef  <ds@schleef.org>
25792
25793         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25794         whereever possible.  (Fixes #165997)
25795         * examples/capsfilter/capsfilter1.c: (main):
25796         * examples/dynparams/filter.c: (create_ui):
25797         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25798         * examples/seeking/chained.c: (main):
25799         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25800         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25801         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25802         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25803         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25804         * examples/switch/switcher.c: (main):
25805         * ext/dv/demo-play.c: (main):
25806         * ext/faad/gstfaad.c: (gst_faad_change_state):
25807         * ext/mad/gstmad.c: (gst_mad_chain):
25808         * ext/smoothwave/demo-osssrc.c: (main):
25809         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25810         (gst_gconf_render_bin_from_description),
25811         (gst_gconf_get_default_audio_sink),
25812         (gst_gconf_get_default_video_sink),
25813         (gst_gconf_get_default_audio_src),
25814         (gst_gconf_get_default_video_src),
25815         (gst_gconf_get_default_visualization_element):
25816         * gst/level/demo.c: (main):
25817         * gst/level/plot.c: (main):
25818         * gst/playback/gstplaybin.c: (gen_video_element),
25819         (gen_audio_element):
25820         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25821         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25822         * gst/sine/demo-dparams.c: (main):
25823         * gst/spectrum/demo-osssrc.c: (main):
25824         * gst/speed/demo-mp3.c: (main):
25825         * gst/volume/demo.c: (main):
25826         * testsuite/embed/embed.c: (main):
25827
25828 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25829
25830         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25831         (gst_tcpclientsink_finalize):
25832         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25833         (gst_tcpclientsrc_finalize):
25834         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25835         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25836         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25837         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25838           Don't leak the hostname when shutting down.
25839           In tcpserversrc, take a copy of the default hostname.
25840
25841 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25842
25843         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25844           Set caps to systemstream=TRUE.
25845
25846 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * testsuite/Makefile.am:
25849           Fix more OSX buildbots.
25850
25851 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25852
25853         * ext/mpeg2dec/gstmpeg2dec.c:
25854           Don't send things to NULL PAD_PEERs
25855
25856         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25857           Copy-on-write the incoming buffer.
25858
25859         * gst/mpegstream/gstdvddemux.h:
25860         * gst/mpegstream/gstmpegclock.h:
25861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25862         (normal_seek), (gst_mpeg_demux_handle_src_event):
25863         * gst/mpegstream/gstmpegdemux.h:
25864         * gst/mpegstream/gstmpegpacketize.h:
25865         * gst/mpegstream/gstmpegparse.c:
25866         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25867         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25868         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25869         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25870         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25871         * gst/mpegstream/gstmpegparse.h:
25872         * gst/mpegstream/gstrfc2250enc.h:
25873           Various changes to the way time is computed that make seeking and
25874           total time estimation much better here.
25875           Use G_BEGIN/END_DECLS instead of __cplusplus
25876
25877         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25878           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25879
25880 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25881
25882         * gst/subparse/gstsubparse.c:
25883           Fix OSX buildbot.
25884
25885 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25886
25887         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25888         (theora_enc_chain), (theora_enc_change_state):
25889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25890         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25891         (gst_vorbisenc_change_state):
25892         * ext/vorbis/vorbisenc.h:
25893           Set granulepos and timestamp correctly for streams not
25894           starting at 0, taking into account the initial delay.
25895
25896 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25897
25898         * gst/mpegstream/gstdvddemux.c:
25899           Add audio/x-dts to audio pad template caps
25900
25901 2005-01-30  David Schleef  <ds@schleef.org>
25902
25903         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25904         (create_context), (gst_polypsink_link): Fix silly endianness
25905         bug.  Add some debugging.  Remove float from caps; it doesn't
25906         work.  Attempt to get remote audio working.
25907
25908 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25911           Add 3IV2 fourcc.
25912
25913 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25914
25915         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25916         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25917         (gst_avi_demux_stream_data):
25918         * gst/avi/gstavidemux.h:
25919           Invert DIB images. Fixes #132341.
25920
25921 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25922
25923         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25924         (gst_ffmpegcsp_chain):
25925           D'oh, reference the palette data, not the palette structure.
25926           Fixes color distortion in #132341.
25927
25928 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25929
25930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25931           PAR can be non-fixed when not provided as argument (#162626).
25932
25933 2005-01-29  David Moore  <dcm@acm.org>
25934
25935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25936
25937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25938         (gst_qtdemux_loop_header):
25939           Re-apply patch from #142272 that allows non-seekable sources,
25940           re-proposed by Daniel Drake <dsd@gentoo.org>.
25941
25942 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25943
25944         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25945           Use the src template for creating the src pad (#162330).
25946
25947 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * configure.ac:
25950         * ext/musepack/Makefile.am:
25951         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25952         (gst_musepackdec_init), (gst_musepackdec_dispose),
25953         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25954         (gst_musepack_stream_init), (gst_musepackdec_loop),
25955         (gst_musepackdec_change_state):
25956         * ext/musepack/gstmusepackdec.cpp:
25957         * ext/musepack/gstmusepackdec.h:
25958         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25959         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25960         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25961         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25962         * ext/musepack/gstmusepackreader.cpp:
25963         * ext/musepack/gstmusepackreader.h:
25964           Update to 1.1 API (#165446).
25965
25966 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25967
25968         * ext/Makefile.am:
25969           Unbreak buildbot.
25970
25971 2005-01-28  Andy Wingo  <wingo@pobox.com>
25972
25973         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25974         to reflect a different dubious internet source. Add a reference
25975         and some commentary.
25976
25977 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25978
25979         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25980         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25981         * gst/playback/gststreamselector.h:
25982           Be more selective when we're redoing caps negotiation from
25983           within the chain function on a stream change.
25984
25985 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25986
25987         * configure.ac:
25988         * ext/Makefile.am:
25989         * ext/amrnb/Makefile.am:
25990         * ext/amrnb/amrnb.c: (plugin_init):
25991         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25992         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25993         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25994         (gst_amrnbdec_state_change):
25995         * ext/amrnb/amrnbdec.h:
25996         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25997         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25998         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25999         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26000         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26001         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26002         * ext/amrnb/amrnbparse.h:
26003           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26004         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26005           Add AMR-NB/-WB raw formats.
26006         * ext/alsa/gstalsa.c: (gst_alsa_link):
26007           Keep valid time when changing format.
26008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26009         (qtdemux_parse_trak):
26010           Add some more format-specific options (#140141, #143555, #155163).
26011
26012 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26013
26014         * gst/matroska/matroska-demux.c:
26015         (gst_matroska_demux_parse_blockgroup):
26016           Fix logic error in timing of subtitle stream synchronization.
26017         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26018           Add skip-chunk, which is found in kodak-camera streams.
26019
26020 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26021
26022         * po/LINGUAS:
26023         * po/vi.po:
26024           Adding Vietnamese translation (submitted by Clytie Siddall)
26025
26026 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26027
26028         * gst/playback/gstdecodebin.c: (try_to_link_1):
26029           Use realpad for signal.
26030
26031 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26034           Fix category so decodebin picks it up.
26035
26036 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26037
26038         * ext/mad/Makefile.am:
26039         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26040         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26041         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26042         (found_type), (gst_id3demux_bin_change_state):
26043         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26044         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26045         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26046         (gst_id3_tag_change_state), (plugin_init):
26047         * ext/mad/gstmad.h:
26048           Add id3demuxbin (which is a simple bin consisting of id3demux
26049           and typefind), take over rank from id3demux, remove typefind
26050           code from id3demux. Makes all broken mp3s that I know of work,
26051           and thereby fixes #152688.
26052
26053 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26054
26055         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * ext/mad/gstmad.c: (gst_mad_src_event):
26058         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26059           Allow seeks on audio pad, make mad forward those (#164826).
26060         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26061           Set duration (#165335).
26062
26063 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26064
26065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26066         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26067         (gst_asf_demux_process_ext_content_desc),
26068         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26069         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26070         * gst/asfdemux/gstasfdemux.h:
26071           Improve metadata display, e.g. if the metadata comes before the
26072           streams are loaded (which is perfectly valid).
26073
26074 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * tools/gst-launch-ext-m.m:
26077           Fix AVI/ASF pipelines (#165340).
26078
26079 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26080         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26081         build failure on amd64
26082
26083 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26084
26085         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26086         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26087           Check environment variables GST_ID3V2_TAG_ENCODING,
26088           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26089           list of character encodings to force interpretation of non-unicode
26090           strings stored in an ID3v2 tag to a particular encoding. If none
26091           is specified, try to use current locale's encoding, then fall back
26092           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26093         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26094         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26095           Check environment variables GST_ID3V1_TAG_ENCODING,
26096           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26097           list of character encodings to use in case a string encountered
26098           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26099           specified, try to use the current locale's encoding, then fall
26100           back to ISO-8859-1 (which will always succeed).
26101
26102 2005-01-25  Benjamin Otte  <otte@gnome.org>
26103
26104         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26105           - on half framerate, compute the rate in advance so the comparisons
26106             don't compare wrong values
26107           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26108             behaviour
26109           - don't use mad_header_decode anymore, mad_frame_decode does that
26110             automatically
26111           - when getting rid of consumed bytes, reset the stream's skiplen
26112           (fixes #163867)
26113
26114 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26115
26116         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26117           Use 1/2 a second for default max_discont, as PES streams from DVB
26118           seem to have larger spacings in the SCR. 
26119           Fix a typo.
26120
26121 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * gst/playback/gstplaybasebin.c: (group_commit):
26124           Notify delayed stream-info availability.
26125
26126 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26127         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26128         (gst_a52dec_handle_event), (gst_a52dec_chain):
26129         Add some debug output. Check that a discont has a valid
26130         time associated.
26131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26132         (gst_alsa_sink_loop):
26133         Ignore TAG events. A little extra debug for broken timestamps.
26134         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26135         (dvdnavsrc_change_state):
26136         Ensure we send a discont to engage the link before we send any
26137         other events.
26138         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26139         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26140         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26141         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26142         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26143         dvd://title works in totem because typefinding sends a seek that ends
26144         up going back to chapter 1 regardless.
26145         * ext/mpeg2dec/gstmpeg2dec.c:
26146         * ext/mpeg2dec/gstmpeg2dec.h:
26147         Output correct timestamps and handle disconts.
26148         * ext/ogg/gstoggdemux.c: (get_relative):
26149         Small guard against a null dereference.
26150         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26151         (gst_textoverlay_set_property):
26152         Free memory when done. Don't call gst_event_filler_get_duration on
26153         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26154         g_warning.
26155         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26156         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26157         (gst_sw_srclink), (gst_smoothwave_chain):
26158         Draw solid lines, prettier colours.
26159         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26160         Add a default palette that'll work for some movies.
26161         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26162         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26163         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26164         * gst/mpegstream/gstdvddemux.h:
26165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26166         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26167         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26168         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26169         * gst/mpegstream/gstmpegparse.h:
26170         Use PTM/NAV events when for timestamp adjustment when connected to 
26171         dvdnavsrc. Don't use many discont events where one suffices.
26172         * gst/playback/gstplaybasebin.c: (group_destroy),
26173         (gen_preroll_element), (gst_play_base_bin_add_element):
26174         * gst/playback/gstplaybasebin.h:
26175         Make sure we remove subtitles from the same bin we put them in.
26176         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26177         (gst_subparse_buffer_format_autodetect),
26178         (gst_subparse_change_state):
26179         Fix some memleaks and invalid accesses.
26180         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26181         (oggskel_type_find), (cmml_type_find), (plugin_init):
26182         Some typefind functions for Annodex v3.0 files
26183         * gst/wavparse/gstwavparse.h:
26184         GstRiffReadClass is the correct parent class.
26185
26186 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26187
26188         * gst-libs/gst/riff/riff-media.c:
26189         (gst_riff_create_video_caps_with_data):
26190           Add extradata to huffyuv (fixes #165013).
26191         * gst-libs/gst/riff/riff-read.c:
26192         (gst_riff_read_strf_vids_with_data):
26193           Fix extradata extraction if it is in the chunk size.
26194
26195 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26196
26197         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26200         (gst_quarktv_change_state), (gst_quarktv_dispose):
26201           Memory free'ing location fix (#164708).
26202
26203 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * gst/playback/gstplaybasebin.c: (group_commit),
26206         (gen_preroll_element), (probe_triggered), (gen_source_element),
26207         (setup_source), (gst_play_base_bin_change_state),
26208         (gst_play_base_bin_add_element):
26209           Don't block for streams.
26210         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26211         (gst_stream_info_set_mute):
26212           Use gst_pad_set_active_recursive.
26213
26214 2005-01-25  Andy Wingo  <wingo@pobox.com>
26215
26216         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26217         for #ifndef HAVE_XVIDEO.
26218
26219 2005-01-24  Jeffrey C. Ollie
26220
26221         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26222
26223         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26224         * ext/gsm/gstgsmdec.h:
26225         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26226         * ext/gsm/gstgsmenc.h:
26227         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26228         was given by property. Add proper buffer timestamps and offsets.
26229
26230 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26231
26232         * gst-libs/gst/riff/riff-media.c:
26233         (gst_riff_create_audio_caps_with_data):
26234           Audio can be <8000Hz.
26235
26236 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26239           Explicit state change to workaround refcount bugs.
26240
26241 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26244         (gst_avimux_riff_get_avi_header):
26245           Fix...
26246
26247 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26248
26249         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26250         (gst_riff_read_element_data):
26251         * gst-libs/gst/riff/riff-read.h:
26252           Add _peek version (req'ed in CDXA).
26253         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26254         (gst_cdxaparse_loop):
26255           Fix parsing in playbin.
26256         * gst/playback/gstdecodebin.c: (close_pad_link):
26257           Ignore current_ pads, they cause major annoyance.
26258
26259 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26262           Safety guard.
26263
26264 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26267           Fix padding...
26268
26269 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26272           Allow for 0-sized buffers. Fixes length query problems in
26273           starwars.mkv from the testsuite.
26274
26275 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26276
26277         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26278         (gst_video_box_i420), (gst_video_box_chain):
26279           Fix row strides for I420 (fixes #163159)
26280           
26281 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26284           MPEG2 has a useful rate property, so we can actually use that.
26285           For MPEG-1, continue using the bytes/time properties.
26286
26287 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * gst-libs/gst/riff/riff-media.c:
26290         (gst_riff_create_video_caps_with_data),
26291         (gst_riff_create_video_template_caps):
26292           Add intel-h263.
26293
26294 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26295
26296         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26297           Fail if caps negotiation fails. Should fix #162184, and should
26298           definately be in there regardless of it fixing the actual bug.
26299         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26300         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26301         (gst_avimux_riff_get_avix_header),
26302         (gst_avimux_riff_get_video_header),
26303         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26304         (gst_avimux_start_file), (gst_avimux_handle_event),
26305         (gst_avimux_change_state):
26306         * gst/avi/gstavimux.h:
26307           Refactor structure writing to use GST_WRITE_UINT macros, add
26308           metadata writing support.
26309
26310 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26313           Elements may already be destroyed when this function is called.
26314
26315 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26316
26317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26318         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26319           More memory leak fixes (#149162).
26320
26321 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26324         (gst_qtdemux_add_stream):
26325           Fix two memleaks.
26326
26327 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26328
26329         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26330           Argh...
26331
26332 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26333
26334         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26335           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26336           when fixating to six channels in Totem.
26337
26338 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26339
26340         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26341           Fix compile warnings on Solaris 10 buildbot
26342
26343 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26344
26345         * ext/dvdread/dvdreadsrc.c: (_read):
26346           Don't read beyond the last cell in a chapter (fixes 
26347           invalid memory access)
26348
26349 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26350
26351         * ext/dvdread/stream_labels.c:
26352         (dvdreadsrc_get_audio_stream_labels):
26353           Use NULL for an empty GList instead of g_list_alloc(); fix 
26354           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26355           of GString (easier to bulk free later)
26356
26357 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26358
26359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26362         (gst_ffmpeg_pixfmt_to_caps):
26363           Fix BGRA32 caps (#164209).
26364
26365 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26366
26367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26370         (gst_ffmpeg_caps_to_pixfmt):
26371           alpha_mask can be RGBA/ABGR. Fixes #164265.
26372
26373 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26374
26375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26378         (gst_mpeg2dec_alloc_buffer):
26379         * ext/mpeg2dec/gstmpeg2dec.h:
26380           Crop if decoding size is not the actual image size (#163676).
26381
26382 2005-01-17  Steve Baker  <steve@stevebaker.org>
26383
26384         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26387         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26388           Add libsndfile typefind functions (#163309).
26389
26390 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * tools/gst-launch-ext-m.m:
26393           Add .aac, fix .m1v/.m2v (#163891).
26394
26395 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26398           Sanity check, don't wait endlessly since the clock might not
26399           actually run at this point (which is a deadlock). Fixes #164069.
26400
26401 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst/playback/gstplaybasebin.c: (probe_triggered):
26404           Of course, only pause if group is done...
26405
26406 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26407
26408         * gst/playback/gstplaybasebin.c: (probe_triggered):
26409           Thread safety.
26410
26411 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26412
26413         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26414           Don't return state change success when the parent
26415           failed.
26416
26417 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26420           Free events (fix memleak in #162905).
26421
26422 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26423
26424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26425
26426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26427         (gst_ffmpeg_caps_to_pixfmt):
26428           Fix for depth = 15. Fixes #161675.
26429
26430 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26433           Set FPS correctly, even for webcams and the like.
26434         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26435           Don error on setting while capturing.
26436
26437 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26438
26439         * ext/dv/gstdvdec.c:
26440         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26441         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26442           I'm a bad boy. using /1001. to force C to do float division
26443           and not integer division (as it did in my last commit)
26444           Thanks to David I. Lehn for pointing this mistake.
26445
26446 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26449           Revert Johan's 1.35->1.36 since it breaks compat.
26450
26451 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26452
26453         * ext/dv/gstdvdec.c:
26454         * ext/libfame/gstlibfame.c:
26455         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26456         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26457           replace framerate aproximations by their real value
26458           (24000/1001, 30000/1001, 60000/1001)
26459           Finish fixing bug #164049
26460
26461 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26462
26463         * ext/ogg/gstoggmux.c:
26464           eos/bos debugging
26465         * gst/tcp/gstmultifdsink.c:
26466         * gst/tcp/gstmultifdsink.h:
26467         * gst/tcp/gsttcp.c:
26468         * gst/tcp/gsttcp.h:
26469         * gst/tcp/gsttcpclientsink.c:
26470         * gst/tcp/gsttcpclientsrc.c:
26471         * gst/tcp/gsttcpserversink.c:
26472         * gst/tcp/gsttcpserversrc.c:
26473           improve reusability of elements after state changes and errors
26474           make multifdsink throw away streamheaders when receiving new ones
26475
26476 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26479           Fix for if items are already in list...
26480
26481 2005-01-12  Benjamin Otte  <otte@gnome.org>
26482
26483         * gst/adder/gstadder.c: (gst_adder_loop):
26484           fix adder a bit so it doesn't screw up with events as much anymore
26485
26486 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26487
26488         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26489         (pixbufscale_scale), (gst_pixbufscale_chain):
26490         * ext/gdk_pixbuf/pixbufscale.h:
26491           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26492           to ensure rowstrides are calculated the same way as 
26493           ffmpegcolorspace
26494           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26495           that we pick up duration and offset also.
26496
26497 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26498
26499         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26500         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26501           Reusability fixes.
26502
26503 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26504
26505         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26506         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26507         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26508         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26509           Update flags when requested.
26510
26511 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26514           Fix dmix.
26515
26516 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26519         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26520         (probe_triggered), (new_decoded_pad), (gen_source_element),
26521         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26522         * gst/playback/gstplaybasebin.h:
26523         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26524         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26525         (gst_play_bin_change_state):
26526           Implement group-switch signal for use in apps to clear metadata
26527           cache, clean up subtitle, add suburi property instead of # hack,
26528           some error-out fixes.
26529
26530 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26533           Debug.
26534         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26535           If we got a state change in the _get handler, don't return success.
26536
26537 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26538
26539         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26540         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26541           Make jpegdec quiet on MJPEG decoding
26542         * gst/asfdemux/README:
26543           Fix mimetypes for MJPEG and H263
26544
26545 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * ext/theora/theoradec.c: (theora_dec_chain):
26548           Fix broken code generation by gcc by swapping arguments.
26549         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26550           Fix \n in debug.
26551
26552 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26553
26554         * TODO:
26555           delete this file, it is by far outdated
26556         * ext/alsa/gstalsa.1: remove
26557         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26558         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26559         (gst_alsa_get_caps):
26560           Add HW probing for supported sample rates. Fixes #161704
26561
26562 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26565           Don't crash, biatch! :).
26566
26567 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * ext/musepack/gstmusepackreader.cpp:
26570         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26571           Some work on tags - still doesn't work in playbin...
26572         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26573           Handle events...
26574
26575 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26576
26577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26578           Also shove tags on kid pads.
26579
26580 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26581
26582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26583           Don't bail on unknown events.
26584         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26585           Don't crash on events before negotiation.
26586         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26587           Send tags on pads, too.
26588         * gst/playback/gststreamselector.c:
26589         (gst_stream_selector_request_new_pad):
26590           Forward events on first pad if no input was selected yet.
26591
26592 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * gst/playback/gstplaybasebin.c: (setup_substreams):
26595           Don't disable streamtype if the stream doesn't exist, since
26596           then playing a video after audio will disable both and nothing
26597           will happen. Fixes the testsuite.
26598
26599 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26600
26601         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26602         (gst_v4l_xoverlay_set_xwindow_id):
26603         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26604         (gst_v4l2_xoverlay_set_xwindow_id):
26605           Add debug categories, fix overlay disabling.
26606
26607 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26608
26609         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26610         * ext/alsa/gstalsa.h:
26611           Add HW probing for period_count/size and buffer_size MIX/MAX
26612           Adjust default/user defined value if out of bounds
26613           Should fix bug #162024
26614
26615 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26618           Fix warning (#161191).
26619
26620 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26621
26622         * ext/dvdread/stream_labels.c:
26623         (dvdreadsrc_get_audio_stream_labels):
26624           Fix warning (init the good variable in switch default)
26625
26626 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26627
26628         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26629
26630         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26631           Fix gcc-2.95 compile (#163485).
26632
26633 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26634
26635         * configure.ac:
26636         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26637         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26638         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26639         (gst_flacenc_change_state):
26640         * ext/flac/gstflacenc.h:
26641           Update for API change in flac-1.1.1. Update requirement in
26642           configure.ac. Fixes #162974.
26643
26644 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26645
26646         * gst/playback/gstplaybasebin.c: (group_destroy):
26647           Remove hack to get rid of assert and get rid of unlinked
26648           signals properly.
26649
26650 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst/playback/gstplaybasebin.c: (setup_source):
26653           Set source to NULL so that resources are free'ed. Fixes issues
26654           with playback of CDDA and similar device-accessing things.
26655
26656 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * testsuite/embed/Makefile.am:
26659           test->noinst, fix make test in buildbot.
26660
26661 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26662
26663         * ext/dvdread/stream_labels.c: new file
26664         * ext/dvdread/stream_labels.h: new file
26665         * ext/dvdread/Makefile.am:
26666         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26667           Extract audio stream label from DVD IFO files.
26668           It only dump them on the console for now, still have to
26669           make playbin aware of them.
26670
26671 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * gst/playback/gstplaybasebin.c: (setup_source):
26674           Fix hanging subs.
26675
26676 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26679         (gen_preroll_element), (remove_groups), (setup_subtitle),
26680         (gen_source_element), (setup_source):
26681         * gst/playback/gstplaybasebin.h:
26682           Multiple .sub files is just a stupid idea... Fix some threading
26683           mistakes. Interestingly, external .sub files cause playbin to
26684           hang, I don't know why... Parsing fixes contributed by Fran??ois
26685           Kooman <fkooman@tuxed.net>.
26686
26687 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * testsuite/embed/Makefile.am:
26690           Fix buildbot.
26691
26692 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26693
26694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26697         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26698         (gst_pngenc_set_property):
26699         * ext/libpng/gstpngenc.h:
26700           Add compression level property (#163323).
26701
26702 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26703
26704         * configure.ac:
26705         * examples/capsfilter/capsfilter1.c: (main):
26706         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26707         * ext/dvdread/Makefile.am:
26708         * ext/dvdread/demo-play:
26709         * ext/dvdread/demo-play.c:
26710         * gconf/gstreamer.schemas.in:
26711         * gst-libs/gst/gconf/gconf.c:
26712         * sys/v4l/TODO:
26713         * testsuite/Makefile.am:
26714         * testsuite/embed/Makefile.am:
26715         * testsuite/embed/embed.c: (cb_expose), (main):
26716           Remove all references to xvideosink, fix examples (#140845).
26717         * gst/playback/gstplaybasebin.c: (group_destroy):
26718           Apparently, disposal does not unlink - so do explicitely.
26719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26720           Add debug.
26721
26722 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26723
26724         * README: fix PKG_CONFIG_PATH instructions, what was there
26725         previously was breaking default search path, not nice. 
26726         Fixes #163358
26727
26728 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26731         (gst_audioscale_chain):
26732           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26733           when resampling - how the ^@$^!@^! is this possible?!?
26734
26735 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26738           Reset variables on READY.
26739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26740         (gst_matroska_mux_loop):
26741           Require data before writing header.
26742
26743 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26744
26745         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/mad/gstmad.c: (gst_mad_chain):
26748           Don't call mad_stream_sync() directly after recovering sync.
26749           Fixes #151661.
26750
26751 2005-01-09  Martin Eikermann  <meiker@upb.de>
26752
26753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26754
26755         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26756         (snapshot_handler), (gst_snapshot_sinkconnect),
26757         (gst_snapshot_chain):
26758           Allocate resources when required, fix recursive signal emission
26759           and fix caps. Fixes #161667.
26760
26761 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26762
26763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26766         (gst_pngdec_chain):
26767           Handle only 8-bppc (bits-per-pixel-component) images, better
26768           error handling and correct strides. Fixes #163177.
26769         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26770         (gst_pngenc_chain):
26771           Better error handling. Fixes #163348.
26772
26773 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26776         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26777         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26778         (dvdnavsrc_uri_handler_init):
26779           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26780         * gst/playback/gstplaybasebin.c: (gen_source_element):
26781           Add MMS to streaming URIs.
26782
26783 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26784
26785         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26786         * sys/xvimage/xvimagesink.c:
26787         (gst_xvimagesink_navigation_send_event):
26788           Check for pad availability before sending event.
26789
26790 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst-plugins.spec.in:
26793           Add subparse.
26794
26795 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26796
26797         * configure.ac:
26798           Since we use functions from CVS, up requirement.
26799
26800 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26801
26802         * gst/playback/Makefile.am:
26803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26804         (group_destroy), (group_commit), (group_is_muted),
26805         (gen_preroll_element), (add_stream), (unknown_type),
26806         (probe_triggered), (preroll_unlinked), (mute_stream),
26807         (silence_stream), (new_decoded_pad), (setup_substreams),
26808         (setup_source), (get_active_source), (mute_group_type),
26809         (muted_group_change_state), (set_active_source),
26810         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26811         (play_base_eos), (gst_play_base_bin_change_state):
26812         * gst/playback/gstplaybasebin.h:
26813         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26814         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26815         (gst_stream_info_dispose), (stream_info_mute_pad),
26816         (stream_info_change_state), (gst_stream_info_set_mute):
26817         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26818         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26819         (gst_stream_selector_init), (gst_stream_selector_dispose),
26820         (gst_stream_selector_get_linked_pad),
26821         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26822         (gst_stream_selector_get_linked_pads),
26823         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26824         * gst/playback/gststreamselector.h:
26825           Adding stream selection support plus required properties for
26826           applications to use this. Fully fixes #100931.
26827
26828 2005-01-08  Benjamin Otte  <otte@gnome.org>
26829
26830         * gst/games/gstpuzzle.c: (nav_event_handler):
26831           - handle nav events differently: forward every event no matter if it
26832             was handled or not.
26833           - translate events
26834           You can now cheat by using navigationtest ! puzzle and moving the
26835           mouse close to the edge of a tile. ;)
26836
26837 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * configure.ac:
26840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26841         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26842         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26843         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26844         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26845         (gst_ogm_parse_plugin_init):
26846         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26847         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26848         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26849         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26850         * ext/pango/gsttextoverlay.h:
26851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26852         (gst_matroska_demux_handle_seek_event),
26853         (gst_matroska_demux_sync_streams),
26854         (gst_matroska_demux_parse_blockgroup),
26855         (gst_matroska_demux_subtitle_caps),
26856         (gst_matroska_demux_plugin_init):
26857         * gst/matroska/matroska-ids.h:
26858         * gst/playback/gstdecodebin.c: (close_pad_link):
26859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26860         (gen_preroll_element), (remove_groups), (add_stream),
26861         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26862         (setup_source):
26863         * gst/playback/gstplaybasebin.h:
26864         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26865         * gst/subparse/Makefile.am:
26866         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26867         (gst_subparse_base_init), (gst_subparse_class_init),
26868         (gst_subparse_init), (gst_subparse_formats),
26869         (gst_subparse_eventmask), (gst_subparse_event),
26870         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26871         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26872         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26873         (parse_mpsub_deinit), (parse_mpsub_init),
26874         (gst_subparse_buffer_format_autodetect),
26875         (gst_subparse_format_autodetect), (gst_subparse_loop),
26876         (gst_subparse_change_state), (gst_subparse_type_find),
26877         (plugin_init):
26878         * gst/subparse/gstsubparse.h:
26879         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26880         (plugin_init):
26881           Add subtitle support, .sub parser (supports SRT and MPsub),
26882           OGM text support, Matroska UTF-8 text support, deadlock fixes
26883           all over the place, subtitle awareness in decodebin/playbin
26884           and some fixes to textoverlay to handle subtitles in a stream
26885           correctly. Fixes #100931.
26886
26887 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26890           Check for pad availability before doing a query on it.
26891
26892 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26893
26894         * ext/dv/gstdvdec.c:
26895           really fix bpp24/32 dvdec caps (classic rgba indeed)
26896         * gst/asfdemux/gstasfdemux.c:
26897         (gst_asf_demux_process_ext_content_desc):
26898           don't send text tags if they are empty (bis repetita)
26899
26900 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26901
26902         * ext/dv/gstdvdec.c:
26903          remove unneeded comment from dvdec
26904           (related to DV 4CC codes in AVI files)
26905           moved them in gstreamer/docs/random/mimetypes
26906         * gst/asfdemux/gstasfdemux.c:
26907         (gst_asf_demux_process_ext_content_desc):
26908          don't send text tags if they are empty
26909          fix mem leak on error path
26910         * gst/ffmpegcolorspace/avcodec.h:
26911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26912         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26913         (gst_ffmpegcsp_avpicture_fill):
26914         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26915         * gst/ffmpegcolorspace/imgconvert_template.h:
26916          adds BGR32 and BGRA32 to ffmpegcolorspace
26917           (still bad colors, fixing it on next commit)
26918           helps with dvdec outputing BGR32
26919
26920 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26921
26922         * ext/dv/gstdvdec.c:
26923          Fix audio caps i just broke (missing ',')
26924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26925         (gst_matroska_mux_reset):
26926          Fix typo + add FIXME about old "x-gst-metadata" crap
26927
26928 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26929
26930         * ext/dv/demo-play.c: (main):
26931          xvideosink -> xvimagesink
26932         * ext/dv/gstdvdec.c:
26933          change rgb 32/32 caps to 24/32 (no alpha)
26934          change nb of channels to be a list (2 or 4, not 2)
26935          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26936         * gst/asfdemux/gstasfdemux.c:
26937         (gst_asf_demux_process_ext_content_desc):
26938          Add 'date/year' to extracted metadata list
26939
26940 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26943           The return value of fixate_to does not imply that the requested
26944           value was set, so don't assume.
26945
26946 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26947
26948         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * ext/libpng/gstpngdec.c:
26951         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26952         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26953         * ext/libpng/gstpngenc.h:
26954           Alpha support (encoder; #163161), mime fixage.
26955
26956 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26957
26958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26961         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26962         (gst_faac_set_property), (gst_faac_get_property):
26963         * ext/faac/gstfaac.h:
26964           Allow for ADTS output (#153434).
26965
26966 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26969           Fix against template (#150576).
26970
26971 2005-01-06  Benjamin Otte  <otte@gnome.org>
26972
26973         * gst/games/gstpuzzle.c: (draw_puzzle):
26974           don't draw a puzzle if either width or height of tiles would be 0.
26975
26976 2005-01-06  Benjamin Otte  <otte@gnome.org>
26977
26978         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26979         (gst_puzzle_class_init), (gst_puzzle_finalize):
26980           no memleaks, please
26981         (gst_puzzle_create), (gst_puzzle_init),
26982         (gst_puzzle_set_property), (gst_puzzle_setup):
26983           change initialization code around so we don't reshuffle on resize
26984         (draw_puzzle):
26985           fix another stupid typo
26986
26987 2005-01-06  Benjamin Otte  <otte@gnome.org>
26988
26989         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26990           fix stupid typo that borked copying on YUY2
26991
26992 2005-01-06  Benjamin Otte  <otte@gnome.org>
26993
26994         * gst/games/gstpuzzle.c: (draw_puzzle):
26995           fix edges when image sizes aren't multiples of tile sizes
26996
26997 2005-01-06  Benjamin Otte  <otte@gnome.org>
26998
26999         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27000           make RGB endianness work correctly
27001         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27002           refactor and fix race with initial shuffling
27003         (nav_event_handler):
27004           allow using the mouse to puzzle
27005         (draw_puzzle):
27006           insist on tiles having width and height as multiples of 4 to get
27007           clean YUV image handling
27008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27009         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27010           s/DEBUG/LOG/ for common messages
27011         (gst_xvimagesink_navigation_send_event):
27012           fix mouse event translation to not include screen PAR
27013         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27014           fix mouse event translation to actually work
27015
27016 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27017
27018         * gst/asfdemux/gstasfdemux.c:
27019         (gst_asf_demux_process_ext_content_desc):
27020          Extract TrackNumber metadata + clean up code
27021         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27022          Hope this is the good fix (var used unitialised)
27023
27024 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27025
27026         * ext/faad/gstfaad.c: (gst_faad_chain):
27027           Only increment timestamp if it's valid. Fixes raw AAC streams.
27028
27029 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27030
27031         * configure.ac:
27032         * gst/games/Makefile.am:
27033         * gst/games/gstpuzzle.c:
27034           add a puzzle game with...
27035         * gst/games/gstvideoimage.c:
27036         * gst/games/gstvideoimage.h:
27037           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27038           from videotestsrc and made into something that would be a nice
27039           library for a lot of other plugins.
27040
27041 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27042
27043         * configure.ac:
27044          don't compile faad plugin if a RC of 2.0 is found
27045          Fixes #155346 (and FC1 buildbot)
27046         * gst/asfdemux/gstasfdemux.c:
27047         (gst_asf_demux_process_ext_content_desc):
27048          try to make Solaris compiler happier
27049
27050 2005-01-06  Paul Jack  <pjack@sfaf.org>
27051
27052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27053
27054         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27055           Fix segfault (#161667).
27056
27057 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27060           Fix framerate reporting.
27061
27062 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27063
27064         * gst-libs/gst/riff/riff-ids.h:
27065         * gst/wavenc/riff.h:
27066          Add AMR (VBR and CBR) ids to riff.h audio codec list
27067         * gst/asfdemux/gstasfdemux.c:
27068         (gst_asf_demux_process_ext_content_desc),
27069         (gst_asf_demux_process_object):
27070           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27071
27072 2005-01-05  Martin Eikermann  <meiker@upb.de>
27073
27074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27077         (gst_dvd_demux_handle_discont):
27078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27079         (gst_mpeg_demux_handle_discont):
27080           Recreate pads on new-media (#160730).
27081         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27082           Send discont even if manager changes timestamps (#161929).
27083
27084 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27085
27086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27087
27088         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27089           Fix invalid memory access (#159211).
27090
27091 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27092
27093         * examples/gstplay/player.c: (main):
27094           Don't iterate.
27095         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27096           Add visualizations.
27097         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27098         (gst_a52dec_handle_frame):
27099           Set duration.
27100         * ext/dvdnav/gst-dvd:
27101           Add audioconvert. Fixes #161325.
27102         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27103           Explicitely case to gint64. Possible valgrind error.
27104         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27105         (gst_play_tick_callback), (gst_play_change_state),
27106         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27107         (gst_play_set_location), (gst_play_get_location),
27108         (gst_play_seek_to_time), (gst_play_set_data_src),
27109         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27110         (gst_play_set_visualization), (gst_play_connect_visualization),
27111         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27112         (gst_play_new):
27113           Use playbin. Fixes #139749 and #147744.
27114         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27115           Add genre tag.
27116         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27117         (audioscale_get_type), (gst_audioscale_base_init),
27118         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27119         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27120         (gst_audioscale_link), (gst_audioscale_get_buffer),
27121         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27122         (gst_audioscale_init), (gst_audioscale_dispose),
27123         (gst_audioscale_chain), (gst_audioscale_set_property),
27124         (gst_audioscale_get_property), (plugin_init):
27125           Indent properly.
27126         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27127           Fix LPCM.
27128         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27129         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27130         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27131           Add more metadata (fixes #162656).
27132
27133 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27134
27135         * configure.ac:
27136           back to cvs
27137
27138 === release 0.8.7 ===
27139
27140 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27141
27142         * NEWS:
27143         * RELEASE:
27144         * configure.ac:
27145           releasing 0.8.7, "Hyperspace"
27146
27147 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27148
27149         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27150
27151         * gst/playback/gstplaybasebin.c:
27152          Fix for #162924 - free caps after use, not before
27153
27154 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27155
27156         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27157
27158         * gst/playback/gstplaybasebin.c:
27159         * gst/wavparse/gstwavparse.c:
27160           Fix for #154773 - fixes playback of small .wav files
27161
27162 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27163
27164         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27165
27166         * gst/audioscale/gstaudioscale.c:
27167           Fix for #162819 - make audioscale reusable
27168           Fixes playback of more than one file with playbin/totem
27169
27170 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * gst/ffmpegcolorspace/avcodec.h:
27173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27174         * gst/ffmpegcolorspace/imgconvert.c:
27175           clean up the mess that made me cry and avoid needless duplication
27176
27177 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27178
27179         * gst/ffmpegcolorspace/imgconvert.c:
27180           give some indication of why we're segfaulting
27181
27182 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * configure.ac:
27185           Fix indentation, fix v4l2 plugin detection.
27186         * ext/Makefile.am:
27187           Fix libmms location (Maciej, use diff -u!).
27188         * ext/alsa/gstalsa.c: (gst_alsa_init):
27189           Initialize caps cache to NULL.
27190         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27191           Only change state on audiosink if it exists.
27192
27193 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27194
27195         * gst/matroska/matroska-demux.c:
27196         * gst/matroska/matroska-ids.h:
27197         * gst/matroska/matroska-demux.h:
27198         Fix Vorbis streams failing to decode in some files, where cluster_time
27199         isn't 0, because then it doesn't send codec_priv before actual data.
27200         Remove time-based test and replace it with marker set on beginning of
27201         new stream
27202
27203 2004-12-28  David Schleef  <ds@schleef.org>
27204
27205         Merge patch from Ronald fixing problems with streaming
27206         text.
27207         * ext/cairo/gstcairo.c: (plugin_init):
27208         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27209         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27210         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27211         (gst_textoverlay_font_init), (gst_textoverlay_init),
27212         (gst_textoverlay_set_property):
27213         * ext/cairo/gsttextoverlay.h:
27214
27215 2004-12-27  David Schleef  <ds@schleef.org>
27216
27217         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27218         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27219         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27220         (gst_textoverlay_font_init), (gst_textoverlay_init),
27221         (gst_textoverlay_set_property): Improvements to actually
27222         render text as white on black outline on video, including
27223         font selection and horizontal/vertical alignment.  (Ronald's
27224         christmas present)
27225         * ext/cairo/gsttextoverlay.h:
27226
27227 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27228
27229         * ext/ogg/gstogg.c:
27230         * ext/ogg/gstogmparse.c:
27231           fix ogm[audio/video]parse plugin registration
27232           (riff won't load if bytestream is already loaded)
27233
27234 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         * gst/audioconvert/gstchannelmix.c:
27237           fix for GLIB < 2.4
27238
27239 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27240
27241         * Makefile.am:
27242         * configure.ac:
27243           disable docs again until it actually passes make distcheck.
27244
27245 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27248         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27249         (plugin_init):
27250           Add 3GP (variables name Q3GP because they can't start with a
27251           number). Add samr audio fourcc (used in .3gp files), decoder
27252           is work in progress. Also do a GST_WARNING instead of ERROR
27253           in case of unknown nodes, to decrease output.
27254
27255 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27256
27257         * Makefile.am:
27258           really fix dist
27259
27260 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27261
27262         * configure.ac:
27263         * ext/speex/gstspeexdec.h:
27264         * ext/speex/gstspeexenc.h:
27265           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27266           Fix detection code in configure.ac
27267
27268 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27269
27270         * gst/matroska/matroska-demux.c:
27271         (gst_matroska_demux_parse_blockgroup):
27272           Save position, so that queries give proper return values. Don't
27273           know how this could ever have worked before...
27274
27275 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27276
27277         * configure.ac:
27278           Put additional LAME check inside the conditional.  Fixes #152339
27279
27280 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27281
27282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27283         (gst_avi_demux_stream_scan):
27284           Add some more debug. Fix logic error when setting movi offset
27285           while reading index.
27286
27287 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27288
27289         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27290         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27291         (gst_avi_demux_process_next_entry):
27292           Add some debugging. Better detection of broken indexes and the
27293           accompanying index recovery. No infinite loops on state changes
27294           when we're still in our loopfunction.
27295
27296 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * configure.ac:
27299           Fix up.
27300
27301 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27302
27303         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27304
27305         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27306           Normalizing the value before setting
27307         (gst_sunaudiomixer_get_volume):
27308           Normalizing the value after getting. Fixes bug# 161980
27309
27310 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27311
27312         * Makefile.am: Make sure docs gets disted
27313         * docs/Makefile.am: Make sure all needed files get disted
27314         * gst-plugins.spec.in: latest updates
27315
27316 2004-12-22  Wim Taymans  <wim@fluendo.com>
27317
27318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27319         Revert patch 1.38 as clock distribution over schedulers does
27320         not work correcly in the core yet.
27321
27322 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27323
27324         * sys/oss/README: remove this file, which predates my birth
27325           (and which content is by far outdated)
27326
27327 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27328
27329         * Makefile.am:
27330         * configure.ac:
27331         * docs/Makefile.am:
27332         * docs/libs/Makefile.am:
27333         * docs/libs/gst-plugins-libs-docs.sgml:
27334         * docs/libs/gst-plugins-libs-sections.txt:
27335         * docs/libs/tmpl/gstgconf.sgml:
27336         * docs/upload.mak:
27337         * docs/version.entities.in:
27338           Added boilerplate gtk-doc files for plugin-libs documentation.
27339
27340 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27341
27342         * gst/auparse/gstauparse.c: fix int and float audio caps
27343
27344 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27345
27346         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27347         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27348           g_assert() can be a macro, don't use #ifdef inside it.
27349
27350 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27351
27352         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27353
27354         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27355         (gst_videorate_init), (gst_videorate_chain),
27356         (gst_videorate_change_state):
27357           Event handling (fixes #159986).
27358
27359 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27360
27361         * gst-libs/gst/riff/riff-media.c:
27362         (gst_riff_create_video_caps_with_data):
27363           Add BLZ0 (Blizzard's version of DivX) fourcc.
27364
27365 2004-12-18  David Schleef  <ds@schleef.org>
27366
27367         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27368         portability fix.
27369
27370 2004-12-18  David Schleef  <ds@schleef.org>
27371
27372         * gst/tta/ttadec.h: Disable some header code that isn't used
27373         and clearly isn't portable.
27374
27375 2004-12-18  David Schleef  <ds@schleef.org>
27376
27377         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27378         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27379         (avcodec_get_pix_fmt), (avpicture_layout),
27380         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27381         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27382         Fix code to not use GCC extensions (and c99 extensions that
27383         Forte does not like.)
27384
27385 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27386
27387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27388
27389         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27390         (gst_deinterlace_chain):
27391           Rowstride fixes. Fixes #161039.
27392         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27393         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27394         (gst_video_crop_getcaps), (gst_video_crop_link),
27395         (gst_video_crop_i420), (gst_video_crop_chain),
27396         (gst_video_crop_change_state):
27397           Rework of negotiation. Actually works now. Fixes #158650.
27398
27399 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27400
27401         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27402           That was very stupid.
27403
27404 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27405
27406         * gst/matroska/matroska-demux.c:
27407         (gst_matroska_demux_parse_blockgroup):
27408           Fix possible crasher.
27409
27410 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27413         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27414           Lace sizes can be zero.
27415
27416 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * ext/musepack/gstmusepackdec.cpp:
27419           Fetch error return values. Fixes #161624.
27420         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27421           Really EOS.
27422
27423 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27424
27425         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27426           Work for truncated (unfinished download etc.) files. Fixes #160514.
27427
27428 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27429
27430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27431           Fix for integer overflow. Makes #156001 not crash. Probably masks
27432           the real bug.
27433
27434 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27435
27436         * gst/ac3parse/gstac3parse.c: (plugin_init):
27437           Parsers never have ranks. Fixes #159651.
27438
27439 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27440
27441         * gst/playback/gstdecodebin.c: (compare_ranks):
27442           make sure the facotries are ordered the same every time even if they
27443           have the same rank by using the name
27444         * gst/playback/gstdecodebin.c: (find_compatibles):
27445           make sure we don't add factories to the list twice
27446
27447 2004-12-16  David Schleef  <ds@schleef.org>
27448
27449         * configure.ac: look for musepack headers as musepack/*.h
27450         (fixes #159847)
27451         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27452         * ext/musepack/gstmusepackreader.h: same
27453
27454 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27455
27456         * gst-libs/gst/riff/riff-read.c:
27457         (gst_riff_read_strf_auds_with_data):
27458           Read extradata correctly (fixes #155879).
27459
27460 2004-12-16  David Schleef  <ds@schleef.org>
27461
27462         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27463         audio.  does _not_ attempt or allow conversion unless channels
27464         is 1 or 2.
27465
27466 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27467
27468         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27469
27470 2004-12-16  David Schleef  <ds@schleef.org>
27471
27472         * gst/audioscale/gstaudioscale.c: the resample library only
27473         handles 1 or 2 channels.  Change caps to compensate.
27474
27475 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27478         (gst_matroska_demux_audio_caps):
27479           Some MPEG-AAC hacks, because else it doesn't work...
27480
27481 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * gst-libs/gst/riff/riff-media.c:
27484         (gst_riff_create_video_caps_with_data),
27485         (gst_riff_create_video_template_caps):
27486           Add h264.
27487
27488 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27489
27490         * gst-libs/gst/audio/Makefile.am:
27491           Try to fix buildbot.
27492
27493 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27494
27495         * gst/tcp/gstmultifdsink.c:
27496           Clean up and uniformize debugging.
27497
27498 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27499
27500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27501
27502         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27503         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27504         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27505         (gst_mpeg_demux_change_state):
27506           Reset on ready. Fixes 160276.
27507
27508 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27509
27510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27513         (gst_ffmpegcsp_pad_link):
27514           Fix memleak (#154815).
27515
27516 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27517
27518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27521         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27522         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27523         * ext/musicbrainz/gsttrm.h:
27524           Add support for using a proxy server when getting a trm id from
27525           the MusicBrainz database (#149613).
27526
27527 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27528
27529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27530
27531         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27532         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27533           Fix memleaks (#157233).
27534
27535 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27536
27537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27540         * gst-libs/gst/resample/resample.h:
27541         * gst/audioscale/gstaudioscale.c:
27542           Fix memleak (#159215).
27543
27544 2004-12-16  Toni Willberg  <toniw@iki.fi>
27545
27546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27547
27548         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27549         * sys/oss/oss_probe.c: (main):
27550           Check for mono/stereo support (similar to samplerate probing),
27551           fixes #159433. Also add missing copyright header to oss_probe.c.
27552
27553 2004-12-15  David Schleef  <ds@schleef.org>
27554
27555         * configure.ac: add audioresample and cairo plugins.  Remove
27556         HAVE_MMX stuff, because it's not used.
27557         * ext/Makefile.am: same
27558         * ext/audioresample/Makefile.am: You are not ready for an
27559         audio resampling element based on audioresample.
27560         * ext/audioresample/gstaudioresample.c:
27561         * ext/audioresample/gstaudioresample.h:
27562         * ext/cairo/Makefile.am: You are not ready for overlay elements
27563         based on cairo.  Don't look too closely, these elements kinda
27564         suck right now.
27565         * ext/cairo/gstcairo.c: new
27566         * ext/cairo/gsttextoverlay.c: new
27567         * ext/cairo/gsttextoverlay.h: new
27568         * ext/cairo/gsttimeoverlay.c: new
27569         * ext/cairo/gsttimeoverlay.h: new
27570         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27571         problem with compilers that don't support variadic macros.
27572
27573 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27574
27575         Reviewed by:  David Schleef  <ds@schleef.org>
27576
27577         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27578         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27579         bit.  Also ran indent-gst.
27580         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27581         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27582         (gst_sunaudiosrc_setparams):
27583
27584 2004-12-14  David Schleef  <ds@schleef.org>
27585
27586         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27587         output rate to 16000.  Should fix #160235.
27588
27589 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27590
27591         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27592         Add typefinding for mpeg2 pes streams
27593
27594 2004-12-13  David Schleef  <ds@schleef.org>
27595
27596         * configure.ac:  Applied patch from bug #143659, making default
27597         sources and sinks OS-dependent (for Solaris), and added code
27598         for OS/X.
27599         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27600
27601 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27602
27603         * gst-libs/gst/riff/riff-media.c:
27604           forgot to add h2.64 to avidemux template caps
27605
27606 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27607
27608         * gst/wavenc/riff.h:
27609         * gst-libs/gst/riff/riff-media.c:
27610         * gst-libs/gst/riff/riff-ids.h:
27611         * gst/avi/gstavimux.c
27612         add 4CC code for VideoSoft h264 in AVI (VSSH)
27613           fixes bug #160655
27614         remove s323 from riff, it's quicktime specific :(
27615
27616 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27617
27618         * gst/asfdemux/README
27619         * gst/wavenc/riff.h
27620         * gst-libs/gst/riff/riff-ids.h
27621         * gst-libs/gst/riff/riff-media.c
27622         * gst/qtdemux/qtdemux.c:
27623           add new 4CC codes for h263 related codecs
27624           fixes partially bug #155163
27625
27626 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27627
27628         * configure.ac: Update polyaudio requirement to 0.7
27629         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27630
27631 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27632
27633         * gst/interleave/deinterleave.c:
27634         fix my name's spelling! :)
27635
27636 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27637
27638         * AUTHORS ChangeLog
27639         * gst/auparse/gstauparse.c
27640         * gst/interleave/deinterleave.c
27641         * gst/law/:
27642                 alaw-decode.c alaw-encode.c
27643                 mulaw-decode.c mulaw-encode.c
27644         * gst/oneton/gstoneton.c
27645         * sys/osxaudio/:
27646                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27647         * sys/osxvideo/:
27648                 cocoawindow.h cocoawindow.m
27649                 osxvideosink.h osxvideosink.m
27650
27651         put the same mail address for Zaheer Abbas Merali everywhere
27652
27653 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27656           Align by packetsize, and assert that we a packet available before
27657           playing. The first makes webstreams work (they often include
27658           trailing padding data in a packet), the second allows pausing a
27659           ASF stream in totem without getting demux errors afterwards.
27660
27661 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * ext/ogg/gstoggdemux.c: (get_relative):
27664           Check for non-NULL before accessing member (end-of-chain).
27665
27666 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27667
27668         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27669         (cdparanoia_set_property), (cdparanoia_get_property):
27670         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27671         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27672         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27673         (dvdreadsrc_init), (dvdreadsrc_set_property),
27674         (dvdreadsrc_get_property):
27675         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27676         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27677           Synchronize property names where not yet the case. Devices are
27678           now device=X, other versions are deprecated (but still exist).
27679           Also use g_free() unconditionally.
27680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27681         (setup_source), (gst_play_base_bin_get_property):
27682           Expose source.
27683
27684 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27685
27686         * configure.ac: move GCONF macro outside conditional for the am
27687           conditional. Fixes #160439
27688
27689 2004-12-08  David Schleef  <ds@schleef.org>
27690
27691         * tools/gst-visualise-m.m: Switch to elements that currently
27692         exist.
27693
27694 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27697           We love wrong commas.
27698
27699 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27700
27701         * gst/matroska/matroska-demux.c:
27702         (gst_matroska_demux_handle_src_query):
27703           Don't set DEFAULT, unsupported - makes length display incorrectly
27704           in some cases.
27705
27706 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27707
27708         * gst/monoscope/README: remove blurb about files being GPL
27709         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27710         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27711           monoscope is now effectively LGPL licensed
27712
27713 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27714
27715         * gst/monoscope/README: Update information to be more correct
27716         * gst/monoscope/convolve.c: Relicense to LGPL
27717         * gst/monoscope/convolve.h: Relicense to LGPL
27718
27719 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27720
27721         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27722           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27724           set default_duration for mpeg1 audio
27725
27726 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27727
27728         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27729         * ext/alsa/gstalsa.h:
27730           refactor big chunks of the core caps negotiation code to make it
27731           a lot faster, because people claim it's really slow
27732           (actually, just cache the getcaps when the device is opened)
27733
27734 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27735
27736         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27737         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27738         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27739         (gst_a52dec_change_state), (plugin_init):
27740         * ext/a52dec/gsta52dec.h:
27741           Do something useful with timestamps. Make chain-based (since
27742           there's really no reason to be loopbased).
27743         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27744           Update current_byte/frame correctly.
27745
27746 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27747
27748         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27749         (gst_ape_demux_stream_init):
27750           Forward tags, too.
27751
27752 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27753
27754         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27755           Let's make sure we're done typefinding when detecting tags.
27756
27757 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27758
27759         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27760         (gst_ebml_read_init), (gst_ebml_read_use_event),
27761         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27762         (gst_ebml_read_seek), (gst_ebml_read_skip),
27763         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27764         (gst_ebml_read_master):
27765         * gst/matroska/ebml-read.h:
27766         * gst/matroska/matroska-demux.c:
27767         (gst_matroska_demux_parse_contents),
27768         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27769           Disgustingly evil hack for working around INTERRUPT events and
27770           their extremely annoying habit of being a pain in the ass. We
27771           simply peek a cluster before reading any of it.
27772
27773 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * ext/musepack/gstmusepackdec.cpp:
27776           There's also floating point libmusepacks.
27777
27778 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27779
27780         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27781         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27782           Set DURATION even if source buffer didn't. Also use increasing
27783           timestamps.
27784         * gst-libs/gst/riff/riff-media.c:
27785         (gst_riff_create_audio_caps_with_data):
27786           Block_align can have larger values than 8192.
27787
27788 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27791         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27792         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27793         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27794           Fix caps.
27795
27796 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27797
27798         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27799           Fix logic bug.
27800
27801 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27804           Yay, another one.
27805
27806 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * ext/esd/esdsink.c: (gst_esdsink_chain):
27809           Make error actually say something useful (fixes #156798).
27810         * gst-libs/gst/riff/riff-media.c:
27811         (gst_riff_create_video_caps_with_data),
27812         (gst_riff_create_video_template_caps):
27813           Add Intel Video 5.0 fourcc (IV50).
27814
27815 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27816
27817         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27818         detection on mono and stereo mp3 files.
27819
27820 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27823           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27824           the contained stream).
27825
27826 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27827
27828         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27829           Oops, remove debug.
27830
27831 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27832
27833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27834
27835         * gst/law/alaw-decode.c: (alawdec_getcaps):
27836         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27837           Prevent warnings when negotiating caps (fixes #159338).
27838
27839 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27842         (gst_ffmpegcsp_chain):
27843           Remove old leftover that shouldn't be there...
27844
27845 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27846
27847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27850           Don't forward DISCONT events (fixes #159684).
27851
27852 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27855           Unlink manually since sometimes bin disposal (and therefore
27856           pad unlinking) is delayed, which will cause a new media file
27857           to not be able to start playing instantly.
27858
27859 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27860
27861         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27862           On mute of an unlinked stream, check for pad availability so
27863           we don't crash on unlinked pad.
27864
27865 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27866
27867         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27868         (gst_avi_demux_massage_index):
27869           Fix quite humiliating bug in omitting 0-sized index chunks but
27870           forgetting to count them for timestamps.
27871
27872 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27875           Actually leave the loop if we failed to sync. Don't crash.
27876
27877 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27878
27879         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27880         (gst_dvd_demux_process_private):
27881         * gst/mpegstream/gstdvddemux.h:
27882           Fix crash (#159759). Doesn't work, though. :-(.
27883
27884 2004-11-28  Benjamin Otte  <otte@gnome.org>
27885
27886         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27887           more overwriting protection due to modifying channels one by one
27888           instead of all at once
27889
27890 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27891
27892         * gst/audioconvert/gstchannelmix.c:
27893         (gst_audio_convert_fill_normalize):
27894           Normalize using absolute values.
27895
27896 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27897
27898         * configure.ac:
27899         * ext/Makefile.am:
27900         * ext/directfb/Makefile.am:
27901         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27902         (gst_directfbvideosink_get_pixel_format),
27903         (gst_directfbvideosink_get_format_from_fourcc),
27904         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27905         (gst_directfbvideosink_sink_link),
27906         (gst_directfbvideosink_change_state),
27907         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27908         (gst_directfbvideosink_buffer_alloc),
27909         (gst_directfbvideosink_interface_supported),
27910         (gst_directfbvideosink_interface_init),
27911         (gst_directfbvideosink_navigation_send_event),
27912         (gst_directfbvideosink_navigation_init),
27913         (gst_directfbvideosink_set_property),
27914         (gst_directfbvideosink_get_property),
27915         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27916         (gst_directfbvideosink_base_init),
27917         (gst_directfbvideosink_class_init),
27918         (gst_directfbvideosink_get_type), (plugin_init):
27919         * ext/directfb/directfbvideosink.h: Adding a first version of
27920         directfbvideosink.
27921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27922         more.
27923
27924 2004-11-28  Benjamin Otte  <otte@gnome.org>
27925
27926         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27927           walk the samples backwards if out_channels > in_channels so we don't
27928           overwrite data
27929
27930 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * gst/audioconvert/Makefile.am:
27933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27934         (gst_audio_convert_link), (gst_audio_convert_change_state),
27935         (gst_audio_convert_channels):
27936         * gst/audioconvert/gstchannelmix.c:
27937         (gst_audio_convert_unset_matrix),
27938         (gst_audio_convert_fill_identical),
27939         (gst_audio_convert_fill_compatible),
27940         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27941         (gst_audio_convert_fill_others),
27942         (gst_audio_convert_fill_normalize),
27943         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27944         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27945         * gst/audioconvert/gstchannelmix.h:
27946           Implement a channel mixer.
27947
27948 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27949
27950         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27951         * ext/alsa/gstalsa.h:
27952         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27953         Make alsasink actually honor gst_element_set_clock and use that
27954         clock instead of its internal one.
27955
27956 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27957
27958         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27959         (gst_play_base_bin_change_state): nullify source and decoder when
27960         going from READY to NULL so that we don't try to do weird stuff with
27961         them when going from NULL to READY
27962         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27963         instead of g_object_unref
27964         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27965         it should be correct
27966         (gst_play_bin_change_state): don't call remove_sinks if we are
27967         currently disposing the object
27968
27969 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27970
27971         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27972           Don't forget bass if it's there. Else left channel is silent...
27973
27974 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27975
27976         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27977         (gst_a52dec_change_state):
27978           Don't do sample adjusting anymore, we use float audio now.
27979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27980           Don't fixate to non-existing properties.
27981
27982 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27985         (gst_a52dec_change_state):
27986           Advertise that we can do surround sound.
27987
27988 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27989
27990         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27991           Add buffer-frames=0.
27992         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27993         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27994         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27995         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27996         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27997         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27998         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27999         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28000         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28001         * ext/dvdread/dvdreadsrc.h:
28002           Add seeking, querying for bytes, sectors, title, angle and
28003           chapter. Handle multiple chapters. Relicense to LGPL because
28004           Billy agreed on that (thanks Billy!).
28005
28006 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28007
28008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28009         call parent dispose method
28010
28011 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28012
28013         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28014         (gst_audio_clock_get_internal_time):
28015         Fix active <-> inactive transitions: ensure time value always
28016         grows and avoid abrupt value changes.
28017
28018 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28019
28020         * configure.ac:
28021         * gst/tta/Makefile.am:
28022         * gst/tta/crc32.h:
28023         * gst/tta/filters.h:
28024         * gst/tta/gsttta.c:
28025         * gst/tta/gstttadec.c:
28026         * gst/tta/gstttadec.h:
28027         * gst/tta/gstttaparse.c:
28028         * gst/tta/gstttaparse.h:
28029         * gst/tta/ttadec.h:
28030           added TTA parser and decoder
28031
28032 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28033
28034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28035         (probe_triggered), (check_queue), (buffer_underrun),
28036         (buffer_running), (buffer_overrun), (gen_source_element),
28037         (setup_source):
28038         * gst/playback/gstplaybasebin.h:
28039           Implement buffering. Needs some more work.
28040
28041 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28042
28043         * ext/theora/theoradec.c: (theora_dec_chain):
28044           Fix ilog mask range overflow.
28045
28046 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28047
28048         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28049           Don't omit the last (which in case of dmix is the only :) )
28050           channel count. Don't set channels if <= 2.
28051
28052 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28053
28054         * gst/playback/gstplaybin.c: (gen_video_element),
28055         (gen_audio_element): Removed 2 obsolete comments
28056
28057 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28058
28059         * ext/vorbis/oggvorbisenc.c
28060         * ext/vorbis/vorbisenc.c :
28061           change description fields of those plugins to differentiate them
28062           (pitivi show Encoders by description, they had the same one)
28063
28064 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28065
28066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28069         (gst_play_bin_set_property), (gen_video_element),
28070         (gen_audio_element):
28071           Refcounting fixes for provided audio-/videosinks.
28072
28073 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28074
28075         * gst/playback/gstplaybin.c: (gen_video_element),
28076         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28077           Don't reference all sinks, but only the video- and audiosinks.
28078           The vis. element should be disposed when we're done with it.
28079           We don't have any reason to keep it around. This fixes warnings
28080           when reusing playbin for playing multiple audio files with
28081           vis. enabled. Also release audio device on pause - idea stolen
28082           from Rhythmbox.
28083
28084 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28087         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28088         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28089         * ext/alsa/gstalsaplugin.c: (plugin_init):
28090         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28091         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28092         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28093         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28094         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28095         (gst_faad_change_state), (plugin_init):
28096         * ext/faad/gstfaad.h:
28097         * ext/vorbis/vorbis.c: (plugin_init):
28098         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28099         * gst-libs/gst/audio/Makefile.am:
28100         * gst-libs/gst/audio/audio.c: (plugin_init):
28101         * gst-libs/gst/audio/multichannel.c:
28102         (gst_audio_check_channel_positions),
28103         (gst_audio_get_channel_positions),
28104         (gst_audio_set_channel_positions),
28105         (gst_audio_set_structure_channel_positions_list),
28106         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28107         (gst_audio_fixate_channel_positions):
28108         * gst-libs/gst/audio/multichannel.h:
28109         * gst-libs/gst/audio/testchannels.c: (main):
28110         * gst/audioconvert/gstaudioconvert.c:
28111         (gst_audio_convert_class_init), (gst_audio_convert_init),
28112         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28113         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28114         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28115         * gst/audioconvert/plugin.c: (plugin_init):
28116           Surround sound support.
28117
28118 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28121           Fix position for discont if we're close as well. Nitpicking, but
28122           saves a few milliseconds of extra waiting or skipping.
28123
28124 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28125
28126         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28127           We sometimes need parsers for playback, so add those too.
28128
28129 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28130
28131         * configure.ac:
28132         * gst/apetag/Makefile.am:
28133         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28134         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28135         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28136         (gst_ape_demux_get_src_query_types),
28137         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28138         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28139         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28140         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28141         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28142         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28143         (gst_ape_demux_change_state):
28144         * gst/apetag/apedemux.h:
28145         * gst/apetag/apetag.c: (plugin_init):
28146         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28147         (plugin_init):
28148           APE v1/2 tag reader plus typefind function.
28149
28150 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28151
28152         * configure.ac:
28153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28154         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28155           Remove hacks for older core. Require newer core version
28156           accordingly.
28157
28158 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * gst/cdxaparse/Makefile.am:
28161         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28162         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28163         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28164         * gst/cdxaparse/gstcdxaparse.h:
28165         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28166         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28167         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28168         (gst_cdxastrip_get_src_query_types),
28169         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28170         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28171         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28172         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28173         * gst/cdxaparse/gstcdxastrip.h:
28174           SVCD/VCD header stripping separated from CDXA image parsing.
28175         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28176         (plugin_init):
28177           Add VCD/SVCD header typefinding for VCD/SVCD.
28178         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28179         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28180         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28181         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28182         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28183         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28184         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28185         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28186         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28187         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28188         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28189         * sys/vcd/vcdsrc.h:
28190           Fix up, add seeking, querying, URI interface. Works in totem now.
28191
28192 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28193
28194         * configure.ac:
28195           back to CVS
28196
28197 === release 0.8.6 ===
28198
28199 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28200
28201         * NEWS:
28202         * RELEASE:
28203         * configure.ac:
28204         * po/af.po:
28205         * po/az.po:
28206         * po/cs.po:
28207         * po/en_GB.po:
28208         * po/hu.po:
28209         * po/it.po:
28210         * po/nb.po:
28211         * po/nl.po:
28212         * po/or.po:
28213         * po/sq.po:
28214         * po/sr.po:
28215         * po/sv.po:
28216         * po/uk.po:
28217           releasing 0.8.6, "IOU Love"
28218
28219 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28220
28221         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28222
28223         * gst/playback/gstplaybasebin.c:
28224           Fix unplayable files error handling.  Fixes #158365
28225
28226 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28227
28228         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28229
28230         * gst/typefind/gsttypefindfunctions.c:
28231           Fix broken mp3 typefinding.  Fixes #158375
28232
28233 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28234
28235         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28236
28237         * ext/ogg/gstoggdemux.c:
28238           Fix sync on broken files.  Fixes #158976
28239
28240 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28241
28242         patch by: Edward Hervey <bilboed@bilboed.com>
28243
28244         * ext/libpng/gstpngenc.c:
28245           Copy over buffer properties.  Fixes #158832
28246
28247 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28248
28249         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28250
28251         * ext/dvdread/dvdreadsrc.c:
28252           Fixes invalid reads (#158462)
28253
28254 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28255
28256         * sys/v4l/gstv4lsrc.c:
28257         * sys/v4l/gstv4lsrc.h:
28258         * sys/v4l/v4lsrc_calls.c:
28259           Probe less and cache it.  Fixes #159187.
28260
28261 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28262
28263         * gst/videorate/gstvideorate.c:
28264           Handle all video formats. Fixes #159186.
28265
28266 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28267         * gst/synaesthesia/gstsynaesthesia.c:
28268         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28269         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28270         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28271         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28272         (gst_synaesthesia_change_state), (plugin_init):
28273         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28274         Force 320x200 output, as that's the only thing the underlying
28275         synaesthesia implementation supports. Still needs to be made
28276         re-entrant.
28277
28278 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28279
28280         * configure.ac:
28281           Fix mpeg2enc configure check (similar to mplex check below).
28282
28283 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28284
28285         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28288           Fix for gcc-2.95 (fixes #158221).
28289
28290 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28293           Re-add clock distribution hack (until new core is released).
28294           Fixes #158125.
28295
28296 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28297         * configure.ac:
28298           fix mplex configure check segfaulting on some systems (bug #140994)
28299
28300 2004-11-13  Benjamin Otte  <otte@gnome.org>
28301
28302         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28303           add debugging
28304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28305           do a wait when we enter the loop func with no data available to
28306           write instead of getting into an 100% CPU loop by just returning and
28307           being called again by the scheduler
28308
28309 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28310
28311         * configure.ac:
28312         * ext/libvisual/visual.c: (gst_visual_get_type),
28313         (libvisual_log_handler), (gst_visual_getcaps),
28314         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28315         (plugin_init):
28316           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28317         * ext/smoothwave/Makefile.am:
28318         * ext/smoothwave/demo-osssrc.c: (main):
28319         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28320         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28321         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28322         (plugin_init):
28323         * ext/smoothwave/gstsmoothwave.h:
28324           Make gstsmoothwave a working element in the 20th century.
28325
28326         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28327           Fix incorrect link function
28328
28329 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * gst/volume/gstvolume.c:
28332           Allow buffer-frames=0.
28333
28334 2004-11-12 Iain <iaingnome@gmail.com>
28335
28336         * configure.ac: Check for polypaudio
28337
28338         * ext/Makefile.am: Build the polyp dir
28339
28340         * ext/polyp: The polypsink sources.
28341
28342 2004-10-30 Iain <iaingnome@gmail.com>
28343
28344         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28345         caps to reflect the new number of channels.
28346
28347 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28348
28349         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28350           Fix for negotiation order problem. This would show when the
28351           ALSA loopfuction was called before any other function. ALSA
28352           wouldn't do anything because we're not negotiated yet, leading
28353           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28354
28355 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28356
28357         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28360           No warnings (#157986).
28361
28362 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28363
28364         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28365           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28366
28367 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28370           Signal no-more-pads (so it works in playbin).
28371
28372 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28373
28374         * ext/musepack/gstmusepackreader.cpp:
28375           Workaround for older core.
28376
28377 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28380           Actually test for odd width/height rather than testing whether
28381           a temporary variable that was 0 before we subtracted 1 is now
28382           not equal to zero (which it always is).
28383
28384 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28385
28386         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28387         Fix compilation if HAVE_XVIDEO is not defined
28388
28389 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28390
28391         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28392         Fix compilation if HAVE_XVIDEO is not defined
28393
28394 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28395
28396         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28397         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28398         (gst_goom_change_state), (plugin_init):
28399         Use the bytestream adapter so goom doesn't depend on the input
28400         buffer size.
28401         Add a debug category
28402
28403 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28404
28405         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28406           Only set hardware parameters *after* negotiation. Before
28407           negotiation, it will set ANY and that seems to cause crashes
28408           (see e.g. #151288, #153227).
28409
28410 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28411
28412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28413           This seems to be antique leftover. It needs to pass error
28414           checking.
28415         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28416         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28417         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28418         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28419           Fix GstXOverlay implementation (#151059).
28420
28421 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28422
28423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28424           Don't assert (#157853).
28425
28426 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28427
28428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28429           Fix bytes/samples confustion.
28430         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28431           Fix for underrun (#144389).
28432
28433 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28434
28435         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28436           Disable halfway-seek for pending release (since it needs a new
28437           core release).
28438
28439 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28440
28441         * sys/v4l/gstv4lsrc.c:
28442         * sys/v4l/gstv4lsrc.h:
28443         * sys/v4l/v4lsrc_calls.c:
28444           add autoprobe-fps property so we can separate autoprobing parts
28445
28446 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28447
28448         * sys/v4l/gstv4lsrc.c:
28449         * sys/v4l/v4lsrc_calls.c:
28450         initialise fourcc to catch unset fourcc's, and debug
28451
28452 2004-11-09  Wim Taymans  <wim@fluendo.com>
28453
28454         * gst/playback/README:
28455         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28456         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28457         (gst_play_bin_dispose), (gst_play_bin_set_property),
28458         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28459         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28460         (gst_play_bin_get_formats), (gst_play_bin_convert),
28461         (gst_play_bin_get_query_types), (gst_play_bin_query):
28462         Cleanups and some more documentation.
28463
28464 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28465
28466         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28467         (gst_cacasink_init), (gst_cacasink_chain):
28468         * ext/libcaca/gstcacasink.h:
28469         Cacasink inherits from VideoSink, so let that store the clock.
28470
28471 2004-11-09  Wim Taymans  <wim@fluendo.com>
28472
28473         * gst/playback/README:
28474         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28475         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28476         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28477         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28478         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28479         (setup_sinks):
28480         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28481         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28482         * gst/playback/gststreaminfo.h:
28483         Updated README.
28484         Only switch groups if all streams have muted (EOSed).
28485         Send Tags in sync with the stream playback instead of in
28486         the playback/preroll phase.
28487         Some cleanups, free the fakesrc elements.
28488
28489 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28490
28491         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28492           buffer-frames property was missing
28493         * ext/arts/gst_arts.c:
28494           rate missing from sinkcaps
28495         * ext/audiofile/gstafparse.c:
28496         * ext/audiofile/gstafsink.c:
28497         * ext/audiofile/gstafsrc.c:
28498         * ext/swfdec/gstswfdec.c:
28499           int audio doesn't know buffer-frames
28500         * ext/cdparanoia/gstcdparanoia.c:
28501           int audio doesn't know chunksize either
28502         * ext/nas/nassink.c:
28503           it's endianness, not endianess
28504         * gst-libs/gst/audio/audio.h:
28505           make float standard pad template caps really describe float
28506         * gst/law/mulaw.c: (linear_factory):
28507           signed only, please
28508         * gst/mpegstream/gstdvddemux.c:
28509           widths of 20 are not valid
28510
28511 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28512
28513         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28514
28515         * po/LINGUAS:
28516         * po/it.po:
28517           Add Italian
28518
28519 2004-11-08  Wim Taymans  <wim@fluendo.com>
28520
28521         * gst/playback/README:
28522         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28523         * gst/playback/gstplaybasebin.c: (probe_triggered),
28524         (gst_play_base_bin_change_state):
28525         Updated README, added more comments for fixmes etc..
28526
28527 2004-11-08  Wim Taymans  <wim@fluendo.com>
28528
28529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28530         We can remove this hack now.
28531
28532 2004-11-08  Wim Taymans  <wim@fluendo.com>
28533
28534         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28535         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28536         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28537         Only mix AYUV for maximum quality.
28538
28539 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28540
28541         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28542         (gst_ogg_demux_push), (gst_ogg_pad_push):
28543           Let's act as if we're synchronized now! :).
28544         * ext/theora/theoradec.c: (theora_dec_chain):
28545           Add some debug.
28546
28547 2004-11-08  Wim Taymans  <wim@fluendo.com>
28548
28549         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28550         (gst_alpha_set_property), (gst_alpha_sink_link),
28551         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28552         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28553         (gst_alpha_init_params), (gst_alpha_chain):
28554         Implement alpha functions for AYUV too, this increases
28555         accuracy quite a bit.
28556
28557 2004-11-08  Wim Taymans  <wim@fluendo.com>
28558
28559         * gst/ffmpegcolorspace/avcodec.h:
28560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28561         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28562         (gst_ffmpegcsp_avpicture_fill):
28563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28564         (gst_ffmpegcsp_caps_remove_format_info):
28565         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28566         (shrink12), (img_get_alpha_info), (deinterlace_line),
28567         (deinterlace_line_inplace):
28568         * gst/ffmpegcolorspace/imgconvert_template.h:
28569         Added AYUV colorspace and handle RGBA a bit more respectful.
28570
28571 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28572
28573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28574           Actually always send a discont (cornercase when resending the
28575           same serial-tagged chain twice).
28576
28577 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28578
28579         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28580         (gst_ximagesink_finalize):
28581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28582         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28583
28584 2004-11-08  Wim Taymans  <wim@fluendo.com>
28585
28586         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28587         Don't segfault on NULL data.
28588
28589 2004-11-08  Wim Taymans  <wim@fluendo.com>
28590
28591         * gst/playback/gstdecodebin.c: (unlinked):
28592         * gst/playback/gstplay-marshal.list:
28593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28594         (gst_play_base_bin_init), (group_create), (get_active_group),
28595         (get_building_group), (group_destroy), (group_commit),
28596         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28597         (add_element_stream), (no_more_pads), (probe_triggered),
28598         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28599         (state_change), (setup_source), (gst_play_base_bin_get_property),
28600         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28601         (gst_play_base_bin_link_stream),
28602         (gst_play_base_bin_get_streaminfo):
28603         * gst/playback/gstplaybasebin.h:
28604         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28605         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28606         Add support for chained ogg files. Prepare for playlist
28607         support. This patch introduces the concept of pad groups, which
28608         together compose one playable media file.
28609
28610 2004-11-07  David Schleef  <ds@schleef.org>
28611
28612         * testsuite/gst-lint: Check for pad templates that aren't statically
28613         scoped.
28614
28615 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * configure.ac:
28618         * ext/Makefile.am:
28619         * ext/musepack/Makefile.am:
28620         * ext/musepack/gstmusepackdec.cpp:
28621         * ext/musepack/gstmusepackdec.h:
28622         * ext/musepack/gstmusepackreader.cpp:
28623         * ext/musepack/gstmusepackreader.h:
28624           Add musepack decoder.
28625         * ext/faad/gstfaad.c: (gst_faad_base_init):
28626           Make pad templates static.
28627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28628         (plugin_init):
28629           Add musepack typefinder, make mp3 typefinding work halfway stream,
28630           which doesn't actually work yet because id3demux doesn't implement
28631           _get_length().
28632
28633 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28634
28635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28636         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28637           Fix interrupt event handling (#144436).
28638
28639 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28640
28641         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28642           Hide unused glory.
28643
28644 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28645
28646         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28647
28648         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28649           Fix weird caps (#157548).
28650
28651 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28652
28653         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28656           Add missing NULL terminator (#157543).
28657
28658 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28659
28660         * gst/tcp/gsttcp.h:
28661         * gst/tcp/gsttcpclientsink.c:
28662         * gst/tcp/gsttcpclientsrc.c:
28663         * gst/tcp/gsttcpserversink.c:
28664         * gst/tcp/gsttcpserversrc.c:
28665           ports can go up to 65535.  Move common defines to gsttcp.h
28666
28667 2004-11-05  Wim Taymans  <wim@fluendo.com>
28668
28669         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28670         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28671         Added two more colorspaces.
28672
28673 2004-11-05  Wim Taymans  <wim@fluendo.com>
28674
28675         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28676         (gst_ffmpegcsp_avpicture_fill):
28677         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28678         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28679         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28680         More stride fixes.
28681
28682 2004-11-05  Wim Taymans  <wim@fluendo.com>
28683
28684         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28685         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28686         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28687         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28688         (gst_videomixer_loop):
28689         More stride fixes.
28690
28691 2004-11-05  Benjamin Otte  <otte@gnome.org>
28692
28693         * ext/mad/gstmad.c: (gst_mad_chain):
28694           don't overflow data buffer. Flush not needed sync data when syncing
28695           failed.
28696
28697 2004-11-04  Wim Taymans  <wim@fluendo.com>
28698
28699         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28700         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28701         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28702         (gst_alpha_init_params), (gst_alpha_chain),
28703         (gst_alpha_change_state):
28704         Updated the chroma keying algorithm with something more
28705         sophisticated.
28706
28707 2004-11-03  Wim Taymans  <wim@fluendo.com>
28708
28709         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28710         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28711         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28712         Fix stride issues. Does not completely work for odd
28713         heights.
28714
28715 2004-11-03  Wim Taymans  <wim@fluendo.com>
28716
28717         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28718         (gst_alpha_chroma_key), (gst_alpha_chain):
28719         Fix stride issues. Does not completely work for odd
28720         heights.
28721
28722 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28723
28724         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28725         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28726         leak fixes
28727
28728 2004-11-03  Wim Taymans  <wim@fluendo.com>
28729
28730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28731         (gst_ffmpegcsp_avpicture_fill):
28732         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28733         (avpicture_alloc):
28734         * gst/ffmpegcolorspace/imgconvert_template.h:
28735         Use correct _fill function to get correct strides.
28736
28737 2004-11-02  David Schleef  <ds@schleef.org>
28738
28739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28740         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28741         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28742         Change all g_print()s to debugging.  Add a bunch of consistency
28743         checks.
28744
28745 2004-11-02  Wim Taymans  <wim@fluendo.com>
28746
28747         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28748         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28749         (unlinked), (no_more_pads), (close_link):
28750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28751         (unknown_type), (add_element_stream), (new_decoded_pad),
28752         (removed_decoded_pad), (setup_source):
28753         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28754         (gst_stream_info_class_init), (gst_stream_info_init),
28755         (gst_stream_info_new), (gst_stream_info_dispose),
28756         (stream_info_mute_pad), (gst_stream_info_set_property),
28757         (gst_stream_info_get_property):
28758         * gst/playback/gststreaminfo.h:
28759         Fix playback of multiple files.
28760         a slightly different approach to handling dynamic pad removals.
28761         This one only looks at pads that we have linked.
28762
28763 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28764
28765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28766         free" warning from libc.
28767
28768 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28769
28770         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28771         (get_unconnected_element), (remove_starting_from), (pad_removed),
28772         (close_link):
28773           Implement support for dynamic pad changing. We listen to "live"
28774           pad removals (i.e. while playing) and re-setup autoplugging
28775           after that. Playbasebin/playbin need some more work for this
28776           to finally work, but decodebin supports (and replugs) chained
28777           ogg now.
28778
28779 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28780
28781         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28782         (gst_alsa_finalize):
28783         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28784         (gst_cdaudio_finalize):
28785         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28786         (cdparanoia_finalize):
28787         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28788         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28789         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28790         (dvdreadsrc_finalize):
28791         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28792         (gst_flacdec_finalize):
28793         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28794         (gst_flacenc_finalize):
28795         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28796         (gst_gnomevfssink_finalize):
28797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28798         (gst_gnomevfssrc_finalize):
28799         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28800         (gst_fameenc_finalize):
28801         * ext/nas/nassink.c: (gst_nassink_class_init),
28802         (gst_nassink_finalize):
28803         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28804         (gst_sdlvideosink_class_init):
28805         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28806         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28807         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28808         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28809         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28810         (gst_x_window_listener_dispose):
28811         * gst/audioscale/gstaudioscale.c:
28812         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28813         (play_on_demand_finalize):
28814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28815         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28816         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28817         (cdplayer_finalize):
28818         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28819         (gst_glimagesink_class_init):
28820         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28821         (gst_osselement_finalize):
28822         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28823         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28824         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28825           Fixes a bunch of problems with finalize and dispose functions,
28826           either assumptions that dispose is only called once, or not calling
28827           the parent class dispose/finalize function
28828
28829 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28830
28831         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28832           added two api precondition guards
28833           use g_strdup with getenv to fix crash when using ENVVAR
28834
28835 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28836         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28837         (gst_esdsink_finalize):
28838         Use a finalize function, not dispose, and more importantly,
28839         call the parent class finalize function too
28840
28841 2004-11-01  Johan Dahlin  <johan@gnome.org>
28842
28843         * ext/ogg/gstoggdemux.c:
28844         * gst/tags/gstvorbistag.c:
28845         Plug leaks.
28846
28847 2004-10-31  Benjamin Otte  <otte@gnome.org>
28848
28849         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28850           lotsa memleaks today. But they're all small...
28851
28852 2004-10-31  Benjamin Otte  <otte@gnome.org>
28853
28854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28855           another memleak crushed
28856
28857 2004-10-31  Benjamin Otte  <otte@gnome.org>
28858
28859         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28860           fix memleak
28861
28862 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28865           Hack to prevent crash when going to READY inside signal handler
28866           while this function is active.
28867
28868 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * gst/ffmpegcolorspace/Makefile.am:
28871         * gst/ffmpegcolorspace/avcodec.h:
28872         * gst/ffmpegcolorspace/common.h:
28873         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28874         * gst/ffmpegcolorspace/dsputil.h:
28875         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28876         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28877         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28878         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28879         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28880         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28881         (gst_ffmpegcsp_avpicture_fill):
28882         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28884         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28885         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28886         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28887         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28888         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28889         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28890         * gst/ffmpegcolorspace/imgconvert.c:
28891         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28892         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28893         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28894         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28895         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28896         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28897         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28898         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28899         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28900         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28901         (grow21), (grow22), (grow41), (grow44), (conv411),
28902         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28903         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28904         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28905         (avpicture_free), (is_yuv_planar), (img_convert),
28906         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28907         (deinterlace_line_inplace), (deinterlace_bottom_field),
28908         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28909         * gst/ffmpegcolorspace/imgconvert_template.h:
28910         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28911         * gst/ffmpegcolorspace/mmx.h:
28912         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28913         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28914         (av_freep), (avcodec_get_context_defaults),
28915         (avcodec_alloc_context), (avcodec_init):
28916           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28917           handling plus update from ffmpeg CVS. Large clean-up.
28918
28919 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28920
28921         * gst/playback/Makefile.am:
28922           We need the marshallers for decodebin, too.
28923
28924 2004-10-30  David Schleef  <ds@schleef.org>
28925
28926         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28927           quicktime typefinding work with 64-bit offsets.
28928
28929 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28930
28931         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28932           Set EOS on the element when processing an EOS event.
28933         * ext/speex/gstspeexdec.h:
28934         * ext/speex/gstspeexenc.h:
28935           Only keep a const ptr to the mode
28936         * gst-libs/gst/riff/riff-media.c:
28937         (gst_riff_create_audio_caps_with_data),
28938         (gst_riff_create_audio_template_caps):
28939           Allow WMAV3, with up to 6 channels.
28940         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28941           Don't call gst_pad_set_event_function on a sink pad.
28942         * gst/mpegstream/gstdvddemux.c:
28943         (gst_dvd_demux_get_subpicture_stream),
28944         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28945           Copy the explicit caps that were set across to the cur_* pads,
28946           instead of trying to use a possibly non-existent negotiated caps.
28947           Reset the type of subpicture pads to UNKNOWN after calling
28948           init_stream, so that the caps get set.
28949
28950 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28951
28952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28953
28954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28955           Don't touch buffer if it is of size 0 (fixes #151064).
28956
28957 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28958
28959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28960           Synchronized discont handling.
28961
28962 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28963
28964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28965         (gst_ogg_demux_push):
28966           Make seeking sort-of exact again (fixes #156387).
28967
28968 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28969
28970         * gst/playback/gstplaybasebin.c: (unknown_type),
28971         (add_element_stream), (new_decoded_pad),
28972         (gst_play_base_bin_change_state):
28973         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28974         (gst_stream_info_init), (gst_stream_info_new),
28975         (gst_stream_info_dispose), (gst_stream_info_get_property):
28976         * gst/playback/gststreaminfo.h:
28977           Make caps explicitely available. Makes testing for unsupported
28978           types possible. Improves error reporting.
28979
28980 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * gst/audioconvert/gstaudioconvert.c:
28983         (gst_audio_convert_buffer_to_default_format):
28984           Really don't touch read-only buffers (#156563).
28985
28986 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28987
28988         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28989
28990         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28991           Fix memleak (#155223).
28992
28993 2004-10-29  Wim Taymans  <wim@fluendo.com>
28994
28995         * gst/tcp/.cvsignore:
28996         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28997         (gst_multifdsink_class_init), (gst_multifdsink_init),
28998         (gst_multifdsink_add), (gst_multifdsink_remove),
28999         (gst_multifdsink_remove_client_link), (is_sync_frame),
29000         (gst_multifdsink_new_client),
29001         (gst_multifdsink_handle_client_write),
29002         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29003         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29004         (gst_multifdsink_get_property):
29005         * gst/tcp/gstmultifdsink.h:
29006         Added burst on connect sync_method, deprecated sync_clients,
29007         streamlined the sync code some more.
29008
29009 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29010
29011         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29012         (gst_play_base_bin_change_state):
29013           Improve error reporting.
29014
29015 2004-10-28  Wim Taymans  <wim@fluendo.com>
29016
29017         * gst/tcp/Makefile.am:
29018         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29019         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29020         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29021         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29022         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29023         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29024         (gst_fdset_wait):
29025         Added more locks around fdset structures. Fixed/reworked
29026         the poll array resizing code.
29027         Added stress test for fdset.
29028
29029 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29030
29031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29032         fix build
29033
29034 2004-10-28  Benjamin Otte  <otte@gnome.org>
29035
29036         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29037           fix link function to always query channels and query width for
29038           floats
29039         * configure.ac:
29040           add equalizer dir
29041         * gst/equalizer/Makefile.am:
29042         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29043         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29044         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29045         (arg_to_scale), (setup_filter),
29046         (gst_iir_equalizer_compute_frequencies),
29047         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29048         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29049         (plugin_init):
29050           add an equalizer
29051
29052 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29053
29054         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29055
29056         * po/LINGUAS:
29057         * po/nb.po:
29058           Added Norwegian Bokmaal translation
29059
29060 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29063           Don't break on options (fixes #156488).
29064
29065 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29066
29067         * configure.ac:
29068         * ext/cdaudio/Makefile.am:
29069         * sys/Makefile.am:
29070           fix build on older automake
29071
29072 2004-10-26  Wim Taymans  <wim@fluendo.com>
29073
29074         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29075         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29076         Allow a little margin when negotiating the framerate.
29077
29078 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29079
29080         * gst/level/gstlevel.c:
29081           synchonised naming of pads and pad-templates
29082
29083 2004-10-26  Wim Taymans  <wim@fluendo.com>
29084
29085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29086         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29087         (_find_streams_check), (gst_ogg_demux_push):
29088         Fix EOS again. Needs to be done in a better way. We should not
29089         remove the pad if there is no new chained stream.
29090
29091 2004-10-26 Iain <iaingnome@gmail.com>
29092
29093         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29094         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29095         of the caps.
29096         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29097         pad.
29098         (interleave_release_pad): Remove the pad.
29099         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29100         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29101         the set device.
29102         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29103         attrs
29104         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29105         (gst_xvimagesink_finalize): Free the par.
29106
29107 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29108
29109         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29110         (gst_avimux_stop_file):
29111           First calculate the rate, and only then use it. Hdr.rate is a
29112           multiple and not a derivative of hdr.scale. Scale is not the
29113           same as blockalign but is solely related to rate.
29114
29115 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29118         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29119           Implement seeking.
29120
29121 2004-10-25  James Henstridge  <james@jamesh.id.au>
29122
29123         Reviewed by:  David Schleef  <ds@schleef.org>
29124
29125         * examples/gstplay/player.c: (got_stream_length), (main):
29126         * examples/seeking/cdplayer.c: (update_scale):
29127         * examples/seeking/seek.c: (format_value), (update_scale):
29128         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29129         (stop_seek):
29130         Build fixes on AMD64.
29131
29132 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29133
29134         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29135
29136         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29137         Fix for some v4l cards which hang in v4lsrc
29138
29139 2004-10-25  Wim Taymans  <wim@fluendo.com>
29140
29141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29142         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29143         Make sure to remove the pad when a new chain is
29144         encountered. Set some vars to NULL so we don't try
29145         to reference freed memory.
29146
29147 2004-10-25  Wim Taymans  <wim@fluendo.com>
29148
29149         * examples/seeking/Makefile.am:
29150         * examples/seeking/cdplayer.c: (update_scale):
29151         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29152         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29153         (format_value), (update_scale), (iterate), (start_seek),
29154         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29155         (print_usage), (main):
29156         Added some more examples, update others.
29157
29158 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29159
29160         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29161         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29162         * ext/theora/theoradec.c: (theora_dec_chain):
29163         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29164           Add codec-name metadata.
29165
29166 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29167
29168         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29171         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29172         * ext/alsa/gstalsamixertrack.h:
29173         * po/POTFILES.in:
29174           ALSA mixer track label internationalization (#154054).
29175
29176 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * ext/theora/theoradec.c: (theora_dec_chain):
29179           Export bitrate as metadata.
29180
29181 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29184         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29185         * ext/alsa/gstalsamixertrack.h:
29186           Fix names, fix loop.
29187
29188 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29189
29190         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29191         (speex_dec_convert):
29192           sinkconvert function so oggdemux can get the file length (totem).
29193
29194 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29195
29196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29199           Don't push incomplete packets.
29200         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29201           Fix MPEG-4 audio typefinding.
29202
29203 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * sys/v4l/Makefile.am:
29206         * sys/v4l/gstv4l.c: (plugin_init):
29207         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29208         (gst_v4lelement_init), (gst_v4lelement_dispose),
29209         (gst_v4lelement_change_state):
29210         * sys/v4l/gstv4lelement.h:
29211         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29212         (gst_v4l_xoverlay_close), (idle_refresh),
29213         (gst_v4l_xoverlay_set_xwindow_id):
29214         * sys/v4l/gstv4lxoverlay.h:
29215         * sys/v4l/v4l-overlay_calls.c:
29216         * sys/v4l/v4l_calls.h:
29217         * sys/v4l2/Makefile.am:
29218         * sys/v4l2/gstv4l2.c: (plugin_init):
29219         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29220         (gst_v4l2element_init), (gst_v4l2element_dispose),
29221         (gst_v4l2element_change_state):
29222         * sys/v4l2/gstv4l2element.h:
29223         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29224         (gst_v4l2_xoverlay_close), (idle_refresh),
29225         (gst_v4l2_xoverlay_set_xwindow_id):
29226         * sys/v4l2/gstv4l2xoverlay.h:
29227         * sys/v4l2/v4l2-overlay_calls.c:
29228         * sys/v4l2/v4l2_calls.h:
29229           Remove client-side overlay handling, use the X-server v4l plugin
29230           for that. Nicer overlay, less code. Also make the plugin
29231           compileable without X (but then without overlay, obviously).
29232           Makes xwindowlistener obsolete, should we remove that?
29233
29234 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29237         (gst_osssrc_src_query):
29238         * sys/oss/gstosssrc.h:
29239           OK, so people want offset in DEFAULT. This time, actually fix all
29240           cases.
29241         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29242           Add FPS properly.
29243
29244 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29245
29246         * gst/asfdemux/gstasfmux.c:
29247         * gst/avi/gstavimux.c:
29248           Framerate.
29249
29250 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29251
29252         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29253           Fix properties (channel, norm, frequency).
29254
29255 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29256
29257         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29258           Flag typo.
29259         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29260           No warnings.
29261
29262 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29263
29264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29265           Fix hang.
29266
29267 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * sys/v4l2/gstv4l2element.h:
29270           Yet Another Hack (tm) for kernel header borkedness.
29271         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29272         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29273         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29274         (gst_v4l2src_change_state):
29275         * sys/v4l2/gstv4l2src.h:
29276         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29277         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29278           Fix caps, keep track of state, work.
29279
29280 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29283           Quiet.
29284
29285 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29288           Don't mix bytes and samples.
29289
29290 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29291
29292         * ext/ogg/gstoggmux.c:
29293           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29294           and theora. Any is incorrect.
29295         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29296           Fix caps.
29297         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29299         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29300         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29301         * sys/v4l/gstv4lmjpegsrc.h:
29302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29303         (gst_v4lsrc_change_state):
29304         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29305         (gst_v4lmjpegsrc_capture_stop):
29306           Fix caps. Keep track of internal state. Work.
29307
29308 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * ext/Makefile.am:
29311           Fix the build fixes.
29312
29313 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29316         (gst_ogg_demux_src_event), (_find_chain_seek),
29317         (gst_ogg_pad_push):
29318           Check for pad availability before using it.
29319         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29320           Fix parsing of chained ogg. Needs more work on the decoder side.
29321
29322 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29323
29324         * gst/spectrum/Makefile.am:
29325         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29326         (idle_func):
29327           Fix demo and reenable it. Yes, I'm currently playing with audio
29328           analysis tools
29329
29330 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29331
29332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29333           We love it if files that start at zero work too...
29334
29335 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29338           Handle files with missing EOS headers.
29339
29340 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29341
29342         * gst/tcp/gsttcpserversink.c:
29343         (gst_tcpserversink_handle_server_read),
29344         (gst_tcpserversink_init_send):
29345         Zero some variables first (need for accept not to return EINVAL)
29346
29347 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29348
29349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29350         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29351         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29352         (theora_dec_chain):
29353         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29354         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29355           Seeking and querying finetune.
29356
29357 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * configure.ac:
29360         * ext/Makefile.am:
29361         * ext/raw1394/Makefile.am:
29362           fix the build
29363
29364 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29365
29366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29367           Wrong return.
29368         * gst/playback/Makefile.am:
29369         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29370         * gst/playback/gstplay-marshal.list:
29371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29372           Fix marshallers.
29373
29374 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29377           Silence.
29378
29379 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29380
29381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29382         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29383         (gst_ogg_pad_push):
29384           Yay for non-lineair granulepos in theora.
29385
29386 2004-10-18  Wim Taymans  <wim@fluendo.com>
29387
29388         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29389         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29390         * ext/dv/gstdvdec.h:
29391         Make sure we renegotiate aspect ratio when the camera switches.
29392
29393 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29394
29395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29396         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29397           Start at zero.
29398         * ext/theora/theoradec.c: (theora_dec_chain):
29399           Skip headers. Bad idea for chained ogg, but fixes seeking.
29400
29401 2004-10-18  Wim Taymans  <wim@fluendo.com>
29402
29403         * configure.ac:
29404         I swear, this is the last time I touch this.
29405
29406 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29409         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29410         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29411           Faster seeking.
29412         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29413           Time-to-default conversion.
29414         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29415           Don't error on unknown packets, just skip. We should probably
29416           read them if we want to support chained ogg.
29417
29418 2004-10-18  Wim Taymans  <wim@fluendo.com>
29419
29420         * configure.ac:
29421         Added cdaudio to wrong list.
29422
29423 2004-10-18  Wim Taymans  <wim@fluendo.com>
29424
29425         * configure.ac:
29426         Revive cdaudio.
29427
29428 2004-10-18  Wim Taymans  <wim@fluendo.com>
29429
29430         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29431         (gst_dvdec_video_link), (gst_dvdec_push):
29432         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29433         (gst_smokeenc_resync), (gst_smokeenc_chain):
29434         Fix mimetype on smoke encoder.
29435         Add aspect ratio to dvdec. Not sure if these
29436         values are correct though....
29437
29438 2004-10-18  Wim Taymans  <wim@fluendo.com>
29439
29440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29441         Fix vorbis property descriptions and ranges.
29442
29443 2004-10-18  Wim Taymans  <wim@fluendo.com>
29444
29445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29446         Really do nothing when no data is available.
29447         Go to the playing state when the stream is not seekable
29448         instead of failing.
29449
29450 2004-10-18  Wim Taymans  <wim@fluendo.com>
29451
29452         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29453         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29454         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29455         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29456         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29457         Added uri handler for cd://
29458         Port to new API.
29459
29460 2004-10-18  Wim Taymans  <wim@fluendo.com>
29461
29462         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29463         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29464         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29465         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29466         (remove_prerolls), (unknown_type), (add_element_stream),
29467         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29468         (gst_play_base_bin_remove_element),
29469         (gst_play_base_bin_link_stream):
29470         * gst/playback/gstplaybin.c: (gen_video_element),
29471         (gen_vis_element), (remove_sinks), (setup_sinks):
29472         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29473         (gst_stream_info_get_type), (gst_stream_info_class_init),
29474         (gst_stream_info_init), (gst_stream_info_new),
29475         (gst_stream_info_dispose), (stream_info_mute_pad),
29476         (gst_stream_info_set_property), (gst_stream_info_get_property):
29477         * gst/playback/gststreaminfo.h:
29478         Add sink padtemplate to decodebin.
29479         Added some more comments.
29480         Make queue size configurable in playbasebin.
29481         Added possibility to use elements as sinks (ex cdaudio).
29482
29483 2004-10-15  Wim Taymans  <wim@fluendo.com>
29484
29485         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29486         (gst_speexenc_chain):
29487         Fix speex timestamps so that it gets muxed properly.
29488
29489 2004-10-15  Wim Taymans  <wim@fluendo.com>
29490
29491         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29492         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29493         (gst_dv1394src_init), (gst_dv1394src_dispose),
29494         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29495         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29496         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29497         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29498         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29499         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29500         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29501         * ext/raw1394/gstdv1394src.h:
29502         Added conversion/query functions.
29503         Update buffer timestamps,
29504         Added signals.
29505         Added uri dv:// so it might play from the firewire in playbin.
29506         Fix a possible leak.
29507         Added debugging.
29508
29509 2004-10-15  Wim Taymans  <wim@fluendo.com>
29510
29511         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29512         (gst_dv1394src_init), (gst_dv1394src_set_property),
29513         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29514         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29515         * ext/raw1394/gstdv1394src.h:
29516         Added AV/C VTR control support needed for some cameras.
29517         Added automatic port detection.
29518         Added properties for selecting the channel.
29519         The configure.ac script is not yet updated to reflect the
29520         new libavc1394 and librom1394 dependencies.
29521
29522 2004-10-15  Wim Taymans  <wim@fluendo.com>
29523
29524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29525         (qtdemux_parse), (gst_qtdemux_handle_esds):
29526         An esds box is not a container.
29527         Fix parsing of mp4v boxes.
29528         Do not try to renegotiate fps for each frame. Need to
29529         find a better method. This should fix mp4 playback.
29530
29531 2004-10-14  David Schleef  <ds@schleef.org>
29532
29533         * configure.ac: update for swfdec-0.3 and liboil-0.2
29534         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29535         * ext/swfdec/gstswfdec.h: same
29536         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29537         * gst/videotestsrc/videotestsrc.c: same
29538
29539 2004-10-14  Wim Taymans  <wim@fluendo.com>
29540
29541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29542         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29543         (is_sync_frame), (gst_multifdsink_new_client),
29544         (gst_multifdsink_handle_client_write),
29545         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29546         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29547         Turn warnings into info.
29548         Don't allow a state change in the streaming thread.
29549
29550 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * ext/vorbis/oggvorbisenc.c:
29553         * ext/vorbis/vorbisdec.c:
29554           fix template sample rate
29555
29556 2004-10-13  Wim Taymans  <wim@fluendo.com>
29557
29558         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29559         Decoding the header first fixes some problems in resyncing
29560         in more mp3s.
29561
29562 2004-10-12  Wim Taymans  <wim@fluendo.com>
29563
29564         * gst/playback/gstplaybin.c: (gen_video_element),
29565         (gen_vis_element), (remove_sinks), (setup_sinks):
29566         Added vis plugin support, need to configure the vis
29567         element to activate it.
29568
29569 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29570
29571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29572         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29573           Some debug.
29574         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29575         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29576         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29577         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29578         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29579         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29580         * gst/avi/gstavidemux.h:
29581           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29582           recovery (where, if part of the index is broken, we will still read
29583           the rest of the index and recover the broken part by stream
29584           scanning). More broken media support. EOS workarounds. General AVI
29585           braindamage headache recovery. Aspirin included.
29586
29587 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29588
29589         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29590         (cdparanoia_event), (cdparanoia_query):
29591           Get rid of hideous lead-in.
29592
29593 2004-10-11  Wim Taymans  <wim@fluendo.com>
29594
29595         * gst/playback/gstplaybasebin.c: (setup_source):
29596         Wrong var used to get g_list_next.
29597
29598 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29601         (cdparanoia_get), (cdparanoia_open):
29602           Report discid as metadata, add duration.
29603
29604 2004-10-11  Wim Taymans  <wim@fluendo.com>
29605
29606         * gst/playback/gstplaybasebin.c: (setup_source):
29607         Cleanup the previous pipeline a little earlier for the
29608         case that a source element provides raw data.
29609
29610 2004-10-11  Benjamin Otte  <otte@gnome.org>
29611
29612         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29613           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29614           consuming the last 128 bytes, even though it was valid mp3 data.
29615
29616 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29617
29618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29619         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29620         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29621         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29622
29623 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29624
29625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29626         Fix for webcams that support only specific width or height
29627
29628 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29629
29630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29631
29632         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29633           Fix wrong discont event setup (fixes #154967).
29634
29635 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29636
29637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29640           Error out on invalid data (fixes #154807).
29641
29642 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29643
29644         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/dvdread/dvdreadsrc.c: (_read):
29647           Make titles > 0 work again (fixes #154834).
29648
29649 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * gst-libs/gst/riff/riff-media.c:
29652         (gst_riff_create_video_template_caps):
29653           WMV3 missing in template caps.
29654
29655 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29656
29657         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29658           OK, so the original code was too strict. It makes random AVI files
29659           hang for seconds upon opening, which is unacceptable and is far
29660           beyond the original goal of getting multiple chunks for one-chunk
29661           sounc stream files. So now do just that.
29662
29663 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * gst/playback/gstplaybasebin.c: (setup_source),
29666         (gst_play_base_bin_change_state):
29667           Actually clean up streaminfo if output fails. This would trigger
29668           if, for example, there was no CD in the drive. No preroll, so
29669           a streaminfo structure is created, but the subsequent state change
29670           of the thread fails.
29671         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29672           Don't change state if parent failed.
29673
29674 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29677         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29678         (gen_video_element), (remove_sinks):
29679           Add small bits of code for screenshot handling.
29680
29681 2004-10-08  Wim Taymans  <wim@fluendo.com>
29682
29683         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29684         (gen_video_element), (gen_audio_element), (setup_sinks):
29685         Don't assume the user provided sinks are named "sink"...
29686
29687 2004-10-08  Wim Taymans  <wim@fluendo.com>
29688
29689         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29690         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29691         (gst_play_base_bin_link_stream):
29692         Do not try to autoplug sources that generate raw streams like
29693         cdparanoia.
29694         disconnect the preroll overrun signal when we don't need it anymore.
29695
29696 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29697
29698         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29699         Added reworked patch from #154903 from milosz derezynski (deadchip).
29700
29701 2004-10-08  Wim Taymans  <wim@fluendo.com>
29702
29703         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29704         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29705         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29706         (cdparanoia_convert), (cdparanoia_uri_get_type),
29707         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29708         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29709         * ext/cdparanoia/gstcdparanoia.h:
29710         This adds the cdda://<tracknum> uri.
29711
29712 2004-10-08  Wim Taymans  <wim@fluendo.com>
29713
29714         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29715         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29716         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29718         (unknown_type), (gst_play_base_bin_remove_element),
29719         (gst_play_base_bin_link_stream):
29720         * gst/playback/gstplaybasebin.h:
29721         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29722         (gst_play_bin_set_property), (gen_video_element),
29723         (gen_audio_element), (setup_sinks):
29724         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29725         (gst_stream_info_get_type), (gst_stream_info_class_init),
29726         (gst_stream_info_init), (gst_stream_info_new),
29727         (gst_stream_info_dispose), (stream_info_mute_pad),
29728         (gst_stream_info_set_property), (gst_stream_info_get_property):
29729         * gst/playback/gststreaminfo.h:
29730         Reuse the audio and video bins.
29731         Some internal cleanups in the stream selection code.
29732
29733 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29734
29735         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29736         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29737         * sys/ximage/ximagesink.h:
29738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29739         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29740         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29741         not coming from those elements. Moreover these elements should not keep
29742         the xid they have been given when in NULL state.
29743
29744 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29747         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29748         * sys/ximage/ximagesink.h:
29749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29750         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29751         * sys/xvimage/xvimagesink.h:
29752           Actually only create a new toplevel window if we're not gonna
29753           embed it right after.
29754
29755 2004-10-07  Wim Taymans  <wim@fluendo.com>
29756
29757         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29758         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29759         * gst/playback/gstplaybin.c: (setup_sinks):
29760         Implement muting/unmuting of streams, mute streams that are not
29761         used.
29762
29763 2004-10-07  Wim Taymans  <wim@fluendo.com>
29764
29765         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29766         (plugin_init):
29767         Added lame audio/x-ac3 typefind function.
29768
29769 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29770
29771         * configure.ac:
29772           bump nano to cvs
29773
29774 === release 0.8.5 ===
29775
29776 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29777
29778         * NEWS:
29779         * RELEASE:
29780         * configure.ac:
29781           releasing 0.8.5, "Take You On"
29782
29783 2004-10-06  Wim Taymans  <wim@fluendo.com>
29784
29785         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29786         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29787         (no_more_pads), (close_link), (type_found):
29788         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29789         * gst/playback/gstplaybin.c: (gen_video_element):
29790         Do not signal the no_more_pads after the first pad when
29791         we are plugging a non dynamic element with multiple
29792         output pads (like swfdec, dvdec, ...).
29793
29794 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29795
29796         * configure.ac:
29797           bump for prerelease
29798
29799 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29800
29801         * gst/wavparse/gstwavparse.c:
29802           add ATRAC3 to STATIC CAPS to fix a warning
29803
29804         * gst/matroska/ebml-read.c:
29805         * gst-libs/gst/riff/riff-read.c:
29806           fix typos
29807
29808 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29809
29810         * gst-libs/gst/riff/riff-media.c:
29811           generate caps for ATRAC3 audio streams
29812
29813         * gst/realmedia/rmdemux.c:
29814           generate caps for ATRAC3 audio streams
29815
29816 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29817
29818         * gst/wavparse/Makefile.am
29819         * gst/wavparse/riff.h
29820         * gst/wavparse/wavparse.vcproj
29821           riff.h removal (unused and duplication with riff-ids.h)
29822
29823 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29824
29825         * gst/wavparse/gstwavparse.h
29826           remove duplicated defines for audio codec codes
29827
29828         * gst-libs/gst/riff/riff-ids.h
29829         * gst/wavenc/riff.h:
29830           add "4CC" code for ATRAC3 audio streams
29831           add "4CC" code for ITU_G721_ADPCM (unused for now)
29832
29833 2004-10-06  Wim Taymans  <wim@fluendo.com>
29834
29835         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29836         Actually _do_ negotiation. Pass gdouble as arg instead
29837         of guint64 for the framerate.
29838
29839 2004-10-06  Wim Taymans  <wim@fluendo.com>
29840
29841         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29842         (find_compatibles), (close_pad_link), (try_to_link_1),
29843         (no_more_pads), (close_link), (type_found):
29844         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29845         * gst/playback/gstplaybin.c: (gen_video_element),
29846         (gen_audio_element):
29847         Set state on newly added element to READY so that negotiation
29848         can happen ASAP.
29849         Addes some more debug info.
29850         Do not try to plug pads with multiple caps structures or ANY
29851         because it is too dangerous since we do not do dynamic
29852         replugging.
29853
29854 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29855
29856         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29857
29858         * po/LINGUAS:
29859         * po/or.po:
29860           add Oriya translation
29861
29862 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29865           Prevent overwrite of size member. Makes audio sound crappy.
29866
29867 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29868
29869         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29870         Add rmvb to the list of known RealMedia extensions
29871
29872 2004-10-05  Wim Taymans  <wim@fluendo.com>
29873
29874         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29875         (mngdec_openstream), (mngdec_closestream),
29876         (mngdec_handle_sink_event), (mngdec_readdata),
29877         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29878         (mngdec_getcanvasline), (mngdec_refresh),
29879         (gst_mngdec_change_state):
29880         Set the framerate correctly.
29881
29882 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29883
29884         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29885           There was something wrong with the index massaging.
29886
29887 2004-10-04  Wim Taymans  <wim@fluendo.com>
29888
29889         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29890         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29891         (gst_smokedec_chain):
29892         * ext/jpeg/gstsmokedec.h:
29893         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29894         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29895         * ext/jpeg/gstsmokeenc.h:
29896         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29897         (smokecodec_decode_new), (smokecodec_info_free),
29898         (smokecodec_set_quality), (smokecodec_get_quality),
29899         (smokecodec_set_threshold), (smokecodec_get_threshold),
29900         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29901         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29902         (smokecodec_encode), (smokecodec_parse_id),
29903         (smokecodec_parse_header), (smokecodec_decode):
29904         * ext/jpeg/smokecodec.h:
29905         * ext/jpeg/smokeformat.h:
29906         Updated smoke, new bitstream, allows embedding in ogg.
29907
29908 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29909
29910         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29911           Fix seeking in some files. All this code is no longer needed (and
29912           actually breaks stuff) because we now synchronize the full index
29913           right when reading the header.
29914
29915 2004-10-04  Wim Taymans  <wim@fluendo.com>
29916
29917         * configure.ac:
29918         configure update for libmng.
29919
29920 2004-10-04  Wim Taymans  <wim@fluendo.com>
29921
29922         * ext/libmng/Makefile.am:
29923         * ext/libmng/gstmng.c: (plugin_init):
29924         * ext/libmng/gstmng.h:
29925         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29926         (gst_mngdec_base_init), (gst_mngdec_class_init),
29927         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29928         (gst_mngdec_loop), (gst_mngdec_get_property),
29929         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29930         (mngdec_closestream), (mngdec_handle_sink_event),
29931         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29932         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29933         (gst_mngdec_change_state):
29934         * ext/libmng/gstmngdec.h:
29935         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29936         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29937         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29938         (gst_mngenc_chain), (gst_mngenc_get_property),
29939         (gst_mngenc_set_property):
29940         * ext/libmng/gstmngenc.h:
29941         Added basic MNG decoder. Needs more work. The encoder does
29942         not work yet.
29943
29944 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29945
29946         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29947         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29948         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29949           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29950           no-more-pads.
29951
29952 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29953
29954         * configure.ac:
29955           you need at least 1.0.4 of speex
29956
29957 2004-10-04 Iain <iaingnome@gmail.com>
29958
29959         * ext/speex/gstspeexdec.h: Revert the includes changes.
29960
29961         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29962
29963 2004-09-30 Iain <iaingnome@gmail.com>
29964
29965         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29966         found during init or set as a property instead of hardcoding /dev/audio
29967
29968 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29971         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29972         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29973         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29974         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29975         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29976         (gst_rmdemux_dump_data):
29977           Use debug category, fix EOS handling. filesrc ! rmdemux now
29978           works.
29979
29980 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29983         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29984         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29985           Improve allocation, cutting and sorting of the index. How takes a
29986           few seconds instead of minutes.
29987
29988 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29989
29990         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29991           fixed compilation
29992
29993 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29994
29995         * gst-libs/gst/riff/riff-media.c:
29996         (gst_riff_create_video_caps_with_data),
29997         (gst_riff_create_video_template_caps):
29998           Add wing commander format mimetype/fourccs.
29999         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30000           Don't crash if some value is 0.
30001
30002 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30003
30004         * gst-libs/gst/riff/riff-media.c:
30005         (gst_riff_create_video_caps_with_data),
30006         (gst_riff_create_video_template_caps):
30007           Add DIB fourcc (raw, palettized 8-bit RGB).
30008         * gst-libs/gst/riff/riff-read.c:
30009         (gst_riff_read_strf_vids_with_data):
30010           Oops, fix strf_data reading bug.
30011         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30012           Use a non-NULL tag.
30013         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30014           Time for hacks. Sorry Dave. At least one quicktime movie (a
30015           trailer) that I've encountered contains multiple video tracks.
30016           One of those is the actual video track, the other are one-frame
30017           tracks (images). Unfortunately, the number of frames according
30018           to the trak header is 1 for each, so that doesn't help. So
30019           instead, I look at the duration and discard tracks with a
30020           duration shorter than 20% of the length of the stream. Better
30021           than nothing.
30022
30023 2004-10-01  Christian Schaller <christian@fluendo.com>
30024
30025         * ext/ivorbis/vorbis.c:
30026           Patch from Phil Blundell (Bug 152341)
30027
30028 2004-10-01  Wim Taymans  <wim@fluendo.com>
30029
30030         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30031         (speex_dec_get_formats), (speex_dec_convert),
30032         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30033         (speex_dec_chain), (gst_speexdec_get_property),
30034         (gst_speexdec_set_property):
30035         Small cleanups.
30036
30037 2004-10-01  Wim Taymans  <wim@fluendo.com>
30038
30039         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30040         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30041         (gst_wavparse_other), (gst_wavparse_loop),
30042         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30043         (gst_wavparse_srcpad_event):
30044         * gst/wavparse/gstwavparse.h:
30045         Added some more debugging info.
30046         Fix the case where the length of the file is 0.
30047         Make sure we seek to sample borders.
30048
30049 2004-10-01  Wim Taymans  <wim@fluendo.com>
30050
30051         * gst/playback/README:
30052         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30053         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30054         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30055         Add some debug info to decodebin, update README
30056
30057 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30060           Don't use g_print(); use GST_DEBUG().
30061
30062 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30065         (gst_ogg_mux_queue_pads):
30066           Handle EOS properly.
30067
30068 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30069
30070         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30073         (gst_faad_chain), (gst_faad_change_state):
30074         * ext/faad/gstfaad.h:
30075           Allow playback of raw (unframed) MPEG AAC files (#148993).
30076
30077 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30078
30079         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30080
30081         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30082           Throw error if we didn't recognize the stream. Fixes #152289.
30083
30084 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30087           Fix negotiation.
30088
30089 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30090
30091         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30092
30093         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30094           Fix memleak.
30095
30096 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30097
30098         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30099
30100         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30101           Solve #152805.
30102         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30103           Solve 152806.
30104
30105 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30106
30107         * gst-libs/gst/riff/riff-media.c:
30108         (gst_riff_create_video_caps_with_data),
30109         (gst_riff_create_audio_caps_with_data):
30110           Add codec_data handling (like asfdemux used to do).
30111         * gst/asfdemux/gstasf.c: (plugin_init):
30112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30113         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30114           Use riff-media for caps creation instead of our own (mostly
30115           broken) copy of its functions.
30116
30117 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30118
30119         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30120           Don't actually error out if we get another return value than
30121           -EINVAL. Opposite to what I first thought, drivers have random
30122           return values for this, although -EINVAL is the expected return
30123           value. Since this is not fatal, we shouldn't use
30124           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30125
30126 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30129         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30130         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30131         (dvdreadsrc_get), (dvdreadsrc_open_file),
30132         (dvdreadsrc_change_state):
30133           Fix. Don't do one big huge loop around the whole DVD, that will
30134           cache all data and thus eat sizeof(dvd) (several GB) before we
30135           see something.
30136         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30137           Actually NULL'ify event after using it.
30138         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30139         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30140         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30141         (gst_ebml_read_seek), (gst_ebml_read_skip):
30142           Handle events.
30143         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30144         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30145         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30146           Fix timing (this will probably break if I seek using menus, but
30147           I didn't get there yet). VOBs and normal DVDs should now work.
30148           Add a mpeg2-only pad with high rank so this get autoplugged for
30149           MPEG-2 movies.
30150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30151         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30152         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30153         (gst_mpeg_demux_get_audio_stream),
30154         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30155         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30156           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30157           MPEG-1 but use dvddemux for MPEG-2.
30158         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30159         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30160         (gst_mpeg_parse_parse_packhead):
30161           Timing. Only add pad template if it exists. Add sink template from
30162           class and not from ourselves. This means we will always use the
30163           correct sink template even if it is not the one defined in this
30164           file.
30165
30166 2004-09-29  Wim Taymans  <wim@fluendo.com>
30167
30168         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30169         (gst_mpeg_demux_parse_pes):
30170         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30171         Fix playback of mpeg again, timestamps where screwed up by
30172         patch 1.61.
30173
30174 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30175
30176         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30177           Only return true if we actually filled something in. Prevents
30178           player applications from showing a random length for flac files.
30179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30180         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30181         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30182         (gst_riff_read_strf_vids_with_data),
30183         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30184           OK, ok, so I implemented event handling. Apparently it's normal
30185           that we receive random events at random points without asking
30186           for it.
30187         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30188         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30189         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30190         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30191         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30192         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30193         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30194         * gst/avi/gstavidemux.h:
30195           Implement non-lineair chunk handling and subchunk processing.
30196           The first solves playback of AVI files where the audio and video
30197           data of individual buffers that we read are not synchronized.
30198           This should not happen according to the wonderful AVI specs, but
30199           of course it does happen in reality. It is also a prerequisite for
30200           the second. Subchunk processing allows us to cut chunks in small
30201           pieces and process each of these pieces separately. This is
30202           required because I've seen several AVI files with incredibly large
30203           audio chunks, even some files with only one audio chunk for the
30204           whole file. This allows for proper playback including seeking.
30205           This patch is supposed to fix all AVI A/V sync issues.
30206         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30207         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30208           Work.
30209         * gst/modplug/gstmodplug.cc:
30210           Proper return value setting for the query() function.
30211         * gst/playback/gstplaybasebin.c: (setup_source):
30212           Being in non-playing state (after, e.g., EOS) is not necessarily
30213           a bad thing. Allow for that. This fixes playback of short files.
30214           They don't actually playback fully now, because the clock already
30215           runs. This means that small files (<500kB) with a small length
30216           (<2sec) will still not or barely play. Other files, such as mod
30217           or flx, will work correctly, however.
30218
30219 2004-09-28  Wim Taymans  <wim@fluendo.com>
30220
30221         * ext/speex/gstspeex.c: (plugin_init):
30222         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30223         (gst_speex_dec_class_init), (speex_dec_get_formats),
30224         (speex_get_event_masks), (speex_get_query_types),
30225         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30226         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30227         (gst_speexdec_get_property), (gst_speexdec_set_property),
30228         (speex_dec_change_state):
30229         * ext/speex/gstspeexdec.h:
30230         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30231         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30232         (gst_speexenc_base_init), (gst_speexenc_class_init),
30233         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30234         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30235         (gst_speexenc_src_query), (gst_speexenc_init),
30236         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30237         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30238         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30239         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30240         (gst_speexenc_chain), (gst_speexenc_get_property),
30241         (gst_speexenc_set_property), (gst_speexenc_change_state):
30242         * ext/speex/gstspeexenc.h:
30243         Rewrote speex encoder, make sure it can be embedded in ogg.
30244         Implemented speex decoder.
30245
30246 2004-09-28  Christian Schaller <christian@fluendo.com>
30247
30248         * configure.ac:
30249         Remove kioslave plugin. Markey is brewing a new working one
30250         * ext/Makefile.am: Remove kioslave plugin
30251         * ext/kio: remove
30252         * gst-plugins.spec.in: remove kio plugin from spec
30253
30254 2004-09-27  Wim Taymans  <wim@fluendo.com>
30255
30256         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30257         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30258         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30259         (gst_multifdsink_new_client),
30260         (gst_multifdsink_handle_client_write),
30261         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30262         (gst_multifdsink_handle_clients):
30263         * gst/tcp/gstmultifdsink.h:
30264         Make syncing to keyframes actually work for new clients and lagging
30265         clients.
30266
30267 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30268
30269         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30270         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30271         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30272         * gst/debug/gstnavigationtest.h:
30273           make navigationtest display button-press and button-release events
30274
30275 2004-09-26 Iain <iaingnome@gmail.com>
30276
30277         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30278         the channels have received a new media event.
30279         (interleave_buffered_loop): Compresses a new media event on all
30280         channels into one.
30281
30282 2004-09-26 Iain <iaingnome@gmail.com>
30283
30284         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30285         call the sinkpad's default event handler and not the srcpads. He also
30286         says this is confusing :)
30287         (gst_wavenc_stop_file): Company says that seek events only go upstream
30288         we should send a discontinuous downstream instead.
30289
30290 2004-09-25  Christian Schaller <christian@fluendo.com>
30291
30292         * Update SPEC file to be usable in conjunction with Fedora Core,
30293           Fedora.us and freshrpms packages
30294         * Fix typo in multifilesrc test Makefile
30295
30296 2004-09-24  Wim Taymans  <wim@fluendo.com>
30297
30298         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30299         Only signal the no_more_pads signal when we have
30300         added the stream to our list.
30301
30302 2004-09-24  Wim Taymans  <wim@fluendo.com>
30303
30304         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30305         (new_decoded_pad):
30306         * gst/playback/gstplaybasebin.h:
30307         * gst/playback/gstplaybin.c: (setup_sinks):
30308         Don't try to preroll or decode more than one audio/video
30309         track.
30310
30311 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30312
30313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30314           Throw error if we failed to find a suitable output. This should
30315           throw an error if we successfully set up a pipeline (e.g. because
30316           we recognized a media file) but found no decodable streams in it
30317           (e.g. because it contains only media stream types for which we
30318           have no decoders, or because it's not a media type).
30319
30320 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30321
30322         * ext/dirac/Makefile.am:
30323         * ext/dirac/gstdirac.cc:
30324         * ext/dirac/gstdiracdec.cc:
30325         * ext/dirac/gstdiracdec.h:
30326           Do something. Don't actually know if this works because I don't
30327           have a demuxer yet.
30328         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30329           Add channels=1 to caps returned from _getcaps().
30330         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30331         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30332         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30333         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30334         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30335         (gst_ogm_parse_change_state):
30336           Separate between audio/video so ogmaudioparse actually uses the
30337           audio pad templates. Both audio and video work now, including
30338           autoplugging. Also use sometimes-srcpad hack.
30339         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30340           Handle events better. Don't hang on infinite loops.
30341         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30342         (gst_avi_demux_init), (gst_avi_demux_reset),
30343         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30344         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30345         (gst_avi_demux_change_state):
30346         * gst/avi/gstavidemux.h:
30347           Improve A/V sync. Still not perfect.
30348         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30349         (gst_ebml_read_skip):
30350           Handle events better.
30351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30352         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30353         (qtdemux_audio_caps):
30354           Add IMA4. Improve event handling. Save offset after a seek when
30355           the headers are at the end of the file so that we don't end up in
30356           an infinite loop.
30357         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30358           Add low-priority typefind support for files with no length.
30359
30360 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30361
30362         * testsuite/multifilesink/Makefile.am:
30363         fix typo
30364
30365 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30366
30367         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30369         mistakes from thaytan's patches.
30370
30371 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30372
30373         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30374           For completeness, XSync in the destroy function as xvimage does.
30375
30376 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30377
30378         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30379            Correct caps negotiation
30380         * gst/volume/gstvolume.c: (volume_chain_float),
30381         (volume_chain_int16):
30382            Modify debug output to be little more informative
30383         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30385         (gst_xvimagesink_xvimage_destroy):
30386           Add XSync calls after detaching from the shared memory segment to
30387           avoid a crash.
30388
30389 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30390
30391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30392         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30393         * ext/vorbis/vorbis.c: (plugin_init):
30394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30395         (gst_vorbisenc_chain):
30396         * ext/vorbis/vorbisenc.h:
30397         remove explicit newmedia support from oggmux and vorbisenc
30398         add debug category to vorbisenc
30399         * gst/multifilesink/gstmultifilesink.c:
30400         (gst_multifilesink_class_init), (gst_multifilesink_init),
30401         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30402         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30403         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30404         (plugin_init):
30405         * gst/multifilesink/gstmultifilesink.h:
30406         add support for streamheader in multifilesink
30407
30408 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30409
30410         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30411         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30412         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30413           Prevent infinite loops. More correct error reporting.
30414         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30415           Error out if negotiation fails.
30416         * gst/playback/gstplaybasebin.c: (setup_source),
30417         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30418         (gst_play_base_bin_found_tag):
30419           Error/tag forwarding. Pre-roll fixes for source errors on state
30420           changes (e.g. "file does not exist") to prevent hangs.
30421
30422 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30423
30424         * testsuite/multifilesink/Makefile.am:
30425         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30426         (gst_newmedia_class_init), (gst_newmedia_init),
30427         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30428         (newfile_signal), (test_signal), (main):
30429         * testsuite/multifilesink/multifilesrc_test.c: (main):
30430         * testsuite/multifilesink/oggtheora_test.c:
30431         (gst_newmedia_base_init), (gst_newmedia_class_init),
30432         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30433         (test_format), (newfile_signal), (test_signal), (main):
30434         * testsuite/multifilesink/oggvorbis_test.c:
30435         (gst_newmedia_base_init), (gst_newmedia_class_init),
30436         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30437         (test_format), (newfile_signal), (test_signal), (main):
30438         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30439         (gst_newmedia_class_init), (gst_newmedia_init),
30440         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30441         (newfile_signal), (test_signal), (main):
30442         New media tests
30443
30444 2004-09-20  Christian Schaller <christian@fluendo.com>
30445
30446         * Fix mikmod license to LGPL as they have relicensed
30447         * Move Dirac and Effectv into LGPL section of README_license
30448
30449 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30450
30451         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30452         (gst_mad_change_state):
30453           Allow for mp3 rate/channels changes. However, only very
30454           conservatively. Reason that we *have* to enable this is smiply
30455           because the mad find_sync() function is not good enough, it will
30456           regularly sync on random data as valid frames and therefore make
30457           us provide random caps as *final* caps of the stream. The best fix
30458           I could think of is to simply require several of the same stream
30459           changes in a row before we change caps.
30460           The actual testcase that works now is #
30461         * ext/ogg/Makefile.am:
30462         * ext/ogg/gstogg.c: (plugin_init):
30463         * ext/ogg/gstogmparse.c:
30464           OGM support (video only for now; I need an audio sample file).
30465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30466         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30467         (gst_asf_demux_add_video_stream):
30468           WMV extradata.
30469         * gst/playback/gstplaybasebin.c: (unknown_type):
30470           Don't error out on single unknown-types after all. It's wrong.
30471           If we found type of video and audio but not of a subtitle stream,
30472           it will still error out (which is unwanted). Will find a better fix
30473           later on.
30474         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30475         (ogmaudio_type_find), (plugin_init):
30476           OGM support.
30477
30478 2004-09-20  Johan Dahlin  <johan@gnome.org>
30479
30480         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30481         after setting caps.
30482
30483 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30484
30485         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30486         * gst/wavenc/gstwavenc.h:
30487         Added newmedia support to wavenc
30488
30489 2004-09-17  Wim Taymans  <wim@fluendo.com>
30490
30491         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30492         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30493         (gst_fdset_fd_can_write), (gst_fdset_wait):
30494         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30495         (gst_multifdsink_init), (gst_multifdsink_add),
30496         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30497         (gst_multifdsink_remove_client_link),
30498         (gst_multifdsink_client_queue_buffer),
30499         (gst_multifdsink_handle_client_write),
30500         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30501         (gst_multifdsink_close), (gst_multifdsink_change_state):
30502         * gst/tcp/gstmultifdsink.h:
30503         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30504         (gst_tcpserversink_removed):
30505         Small cleanups in fdset.c
30506         Use a hastable to map fd to the client structure for faster
30507         lookup in _remove and get_stats.
30508         Added virtual function to close the fds.
30509         Handle clients even when the select/poll call was unblocked because
30510         of a command.
30511         Implement syncing to keyframe in the recovery procedure.
30512
30513 2004-09-16 Iain <iaingnome@gmail.com>
30514
30515         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30516         try caps.
30517
30518 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30521           Caps are only set if the type of the stream is unknown, but this
30522           is initialized in ->init_stream(), so set to UNKNOWN after calling
30523           ->init_stream() so that capsnego starts.
30524
30525 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30528         (gst_avi_demux_stream_data):
30529           Just hardcode for raw audio then. AVI audio sucks.
30530
30531 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30532
30533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30534         * gst/matroska/matroska-mux.c: (audiosink_templ),
30535         (gst_matroska_mux_audio_pad_link):
30536         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30537         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30538
30539 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30542         (gst_avi_demux_stream_data):
30543           Try to fix a/v sync issues.
30544
30545 2004-09-15  David Schleef  <ds@schleef.org>
30546
30547         * configure.ac: remove NASM check, since we don't use it.  Update
30548         dirac check to 0.4
30549         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30551         Initialized variables.
30552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30553         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30554         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30555         SVQ3 format
30556
30557 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30560         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30561         * gst/avi/gstavidemux.h:
30562           Fix for compressed audio (mp3) timestamp generation. How did this
30563           ever work?
30564
30565 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30568           Volume is a double not a float.
30569
30570 2004-09-15  Wim Taymans  <wim@fluendo.com>
30571
30572         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30573         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30574         Don't close the fd in multifdsink as we didn't open it in the
30575         first place. Some cleanups.
30576
30577 2004-09-15  Wim Taymans  <wim@fluendo.com>
30578
30579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30581         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30582         Fix the case where the muxer would mark pages as delta
30583         frames when they are not (vorbis only ogg).
30584
30585 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30588         (gst_play_base_bin_change_state):
30589           Handle the case where we failed to setup a clear pipeline. This
30590           will throw an error (or EOS, another nice case) and if you don't
30591           catch that, the app will wait for the signal forever (and thus
30592           hang).
30593
30594 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30595
30596         * ext/gnomevfs/gstgnomevfssink.c:
30597         (gst_gnomevfssink_uri_get_protocols):
30598         * ext/gnomevfs/gstgnomevfssrc.c:
30599         (gst_gnomevfssrc_uri_get_protocols):
30600         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30601         * ext/gnomevfs/gstgnomevfsuri.h:
30602           Use _uri_new() instead of _open(), so it doesn't take as long and
30603           Christophe's computer won't hang.
30604         * gst/playback/gstplaybasebin.c: (unknown_type):
30605           Throw error on unknown media type, so apps actually display it.
30606
30607 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30608
30609         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30610           this script to work on Solaris since bash shell handles echo
30611           differenly than bash.
30612
30613 2004-09-17  Wim Taymans  <wim@fluendo.com>
30614
30615         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30616         (setup_source), (gst_play_base_bin_set_property),
30617         (gst_play_base_bin_add_element):
30618         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30619         Some more work on making sure seeking pauses the pipeline and
30620         that changing the uri actually does something.
30621
30622 2004-09-17  Wim Taymans  <wim@fluendo.com>
30623
30624         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30627         (gst_tcpserversink_close):
30628         Be a bit more paranoid when freeing memory.
30629
30630 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30631
30632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30633         (qtdemux_parse_trak):
30634           Don't crash by dividing by zero (see sample movie in #126922).
30635
30636 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30637
30638         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30639           Don't touch non-existing data (fixes crash on file in #140147).
30640
30641 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30642
30643         * gst/playback/gstplaybasebin.c:
30644         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30645           Handle double disposals, and proper change of URIs.
30646
30647 2004-09-13  Martin Eikermann <meiker@upb.de>
30648
30649         * gst/mpegstream/gstmpegparse.c:
30650           fix synchronistation for streams recorded from digital PCR
30651           fixes bug #119376
30652
30653 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30654
30655         * ext/gnomevfs/Makefile.am:
30656         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30657         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30658         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30659         (gst_gnomevfssink_uri_get_type),
30660         (gst_gnomevfssink_uri_get_protocols),
30661         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30662         (gst_gnomevfssink_uri_handler_init),
30663         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30664         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30665         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30666         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30667         (gst_gnomevfssrc_uri_get_type),
30668         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30669         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30670         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30671         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30672         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30673         * ext/gnomevfs/gstgnomevfsuri.h:
30674           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30675           of fake URIs to see which this version of Gnome-VFS likes, and
30676           uses that for the Gst-URI interface. Makes playbin support http://
30677           streams. Also fix up some stupid behaviour in gnomevfssrc.
30678
30679 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30680
30681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30682         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30683         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30684         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30685           Update mixer (to sync with other sessions) if we try to obtain
30686           a new value. This makes alsamixer work accross applications.
30687         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30688           Only call sync functions if we're running, else alsalib asserts.
30689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30690           Sometimes fails to compile. Possibly a gcc bug.
30691         * gst/playback/gstplaybin.c: (gen_video_element),
30692         (gen_audio_element):
30693           Add a reference to an application-provided object, because we lose
30694           this same reference if we add it to the bin. If we don't do this,
30695           we can only use this object once and thus crash if we go from
30696           ready to playing, back to ready and back to playing again.
30697           Also add an audioscale element because several cheap soundcards -
30698           like mine - don't support all samplerates.
30699         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30700         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30701           Fix wrong order or PAR calls. Makes automatically obtained PAR
30702           from the X server atually being used.
30703
30704 2004-09-12  David Schleef  <ds@schleef.org>
30705
30706         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30707         #151887, #152102, #152247.
30708         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30709         * examples/seeking/cdparanoia.c: same
30710         * examples/seeking/cdplayer.c: same
30711         * examples/seeking/seek.c: same
30712         * examples/seeking/spider_seek.c: same
30713         * examples/seeking/vorbisfile.c: same
30714         * examples/stats/mp2ogg.c: same
30715         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30716         (gst_esdsink_dispose): Dispose of element properly.
30717         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30718         fixes.
30719         * ext/nas/nassink.c: (gst_nassink_class_init),
30720         (gst_nassink_dispose): Dispose of element correctly.
30721         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30722         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30723         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30724         Fix 64-bit warning.
30725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30726         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30727         Fix 64-bit warning.
30728
30729 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30730
30731         * configure.ac : change speex detection as 1.1.6 now uses
30732           .pc/pkg-config and they changed their headers location.
30733
30734 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30735
30736         * gst/matroska/matroska-mux.h:
30737         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30738         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30739         (gst_matroska_mux_write_data):
30740           Write multiple blocks/frames per cluster.
30741                 Write meta-seek information (seek heads).
30742
30743 2004-09-09  Scott Wheeler <wheeler@kde.org>
30744
30745         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30746         (gst_play_bin_set_property), (gst_play_bin_get_property),
30747         (gen_audio_element), (gen_audio_element):
30748           Add a volume element / property to the pipeline.
30749
30750 2004-09-07  Wim Taymans  <wim@fluendo.com>
30751
30752         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30753         Copy timestamps from the master pad to the output buffers.
30754
30755 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30756
30757         * ext/raw1394/gstdv1394src.c:
30758           throw errors when applicable
30759
30760 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30761
30762         * gst/matroska/ebml-ids.h:
30763         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30764         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30766           automatically convert unix time <-> ebml time when reading/writing
30767           a date, use gst_ebml_write_uint to write CUETIME,
30768           not gst_ebml_write_date.
30769         * gst/matroska/matroska-ids.h:
30770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30771         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30772         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30773         (gst_matroska_mux_write_data):
30774           Write track and segment UIDs, write muxing date, write
30775           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30776           Create cues for audio only files.
30777
30778 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30779
30780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30781         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30782           Re-commit ALSA switches.
30783         * gst/adder/gstadder.c: (gst_adder_loop):
30784           64-bit fix (#151416).
30785         * gst/debug/progressreport.c: (gst_progressreport_report):
30786           64-bit fix (#151419).
30787         * gst/matroska/matroska-demux.c:
30788         (gst_matroska_demux_parse_contents):
30789           64-bit fix (#151420).
30790         * gst/playback/test3.c: (update_scale):
30791           64-bit fix (#151421).
30792
30793 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30794
30795         * configure.ac:
30796           bump nano to cvs
30797
30798 === release 0.8.4 ===
30799
30800 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30801
30802         * configure.ac: releasing 0.8.4, "Alias"
30803
30804 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30805
30806         * ext/theora/Makefile.am:
30807           fix makefile.  Fixes #151462.
30808
30809 2004-08-30  Wim Taymans  <wim@fluendo.com>
30810
30811         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30812         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30813         (gst_multifdsink_remove_client_link),
30814         (gst_multifdsink_client_queue_buffer),
30815         (gst_multifdsink_handle_client_write):
30816         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30817         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30818         Fix some memory leaks.
30819
30820 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30821
30822         Patch by: David Schleef
30823
30824         * configure.ac:
30825         * sys/Makefile.am:
30826           rename our detection macro for V4L2.  Fixes #151236.
30827
30828 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30829
30830         Patch by: David Schleef
30831
30832         * configure.ac:
30833           check to define LAMEPRESET.  Fixes #151232.
30834
30835 2004-08-27  David Schleef  <ds@schleef.org>
30836
30837         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30838         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30839         (gst_glimagesink_fixate):  Move local variable declarations to
30840         make gcc-2.95 happy.
30841
30842 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30843
30844         * configure.ac:
30845           bump nano for prerelease
30846
30847 2004-08-27  David Schleef  <ds@schleef.org>
30848
30849         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30850         * sys/sunaudio/gstsunaudiosrc.c:
30851         * sys/sunaudio/gstsunaudiosrc.h:
30852
30853 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30854
30855         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30856         handle EOS correctly
30857         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30858         * gst/matroska/matroska-mux.h:
30859         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30860         VFW compatibility mode
30861
30862 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30863
30864         patch by: Zaheer Abbas Merali
30865
30866         * ext/ogg/gstoggmux.c:
30867         * ext/vorbis/vorbisenc.c:
30868         * ext/vorbis/vorbisenc.h:
30869           handle NEWMEDIA
30870
30871 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30872
30873         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30874         fix byte order reversion on little endian machines.
30875         * gst/matroska/matroska-mux.c: (audiosink_templ),
30876         (gst_matroska_mux_audio_pad_link):
30877         add TTA codec to the list of supported codecs.
30878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30879         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30880         (gst_matroska_mux_write_data):
30881         * gst/matroska/matroska-mux.h:
30882         write segment duration correctly, write muxing app string, fixes bugs
30883         #140897 and #140898.
30884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30885         wait for all pads to be negotiated before starting to mux.
30886
30887 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30888
30889         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30890         * ext/lame/gstlame.h:
30891         Added new media support to lame
30892
30893 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30894
30895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30896         send vorbis headers at the beginning of a stream, fixes bug #141554.
30897         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30898         bug #148950.
30899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30900         (gst_matroska_demux_plugin_init):
30901         * gst/matroska/matroska-ids.h:
30902         enable demuxing of TTA audio streams, fixes bug #148951.
30903         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30904         enable typefinding for TTA audio files, fixes bug #148711.
30905         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30906         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30907         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30908
30909 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30910
30911         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30912         (gst_riff_read_element_data), (gst_riff_read_seek),
30913         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30914         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30915         <teuf@gnome.org>
30916
30917 2004-08-23 Iain <iaingnome@gmail.com>
30918
30919         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30920         tags. They appear to be handled differently to normal.
30921         (tag_list_to_id3_tag_foreach): Ditto.
30922
30923 2004-08-22  Wim Taymans  <wim@fluendo.com>
30924
30925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30926         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30927         Make sure we never send -1 granulepos.
30928
30929 2004-08-20  Wim Taymans  <wim@fluendo.com>
30930
30931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30932         (gst_ogg_mux_loop):
30933         I will accept bitchslappings with non sharp objects.
30934
30935 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30936
30937         * configure.ac:
30938         Clean up the test for lame presets
30939
30940 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30941
30942         * configure.ac:
30943         * ext/lame/Makefile.am:
30944         * ext/lame/gstlame.c: (gst_lame_class_init),
30945         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30946         Only enable lame presets if version of lame has presets in API
30947
30948 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30949         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30950         * gst/udp/gstudpsrc.h:
30951           Don't call gst_pad_push in a get function. Fixes #150449
30952
30953 2004-08-18  Wim Taymans  <wim@fluendo.com>
30954
30955         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30956         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30957         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30958         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30959         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30960         (gst_fdset_wait):
30961         * gst/tcp/gstfdset.h:
30962         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30963         (gst_multifdsink_client_queue_buffer),
30964         (gst_multifdsink_handle_client_write):
30965         * gst/tcp/gstmultifdsink.h:
30966         Some extra checks in gstfdset.
30967         Only use send() when the fd is a socket. Don't try to
30968         read from write only fds.
30969
30970 2004-08-18  Wim Taymans  <wim@fluendo.com>
30971
30972         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30973         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30974         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30975         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30976         (gst_fdset_wait):
30977         Add more locking and bounds checking.
30978
30979 2004-08-18  Wim Taymans  <wim@fluendo.com>
30980
30981         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30982         Realloc test fdset in the lock and right before starting
30983         the poll call. Bump the limit to 4096.
30984
30985 2004-08-17  David Schleef  <ds@schleef.org>
30986
30987         * sys/sunaudio/Makefile.am:
30988         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30989         of rates and channels.  Make debugging less obnoxious.
30990
30991         Patch from Balamurali Viswanathan implementing a mixer for
30992         Sun audio.  (bug #144091):
30993         * sys/sunaudio/gstsunelement.c:
30994         * sys/sunaudio/gstsunelement.h:
30995         * sys/sunaudio/gstsunmixer.c:
30996         * sys/sunaudio/gstsunmixer.h:
30997
30998 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30999
31000         * gst/audioscale/gstaudioscale.c:
31001         * gst/audioscale/gstaudioscale.h:
31002         made audioscale resample from any sample rate to any sample rate
31003
31004 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31005
31006         * ext/libpng/gstpngdec.c:
31007           error out on unsupported types
31008
31009 2004-08-17  Iain <iaingnome@gmail.com>
31010
31011         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31012         mid_side and loose_mid_side properties if its a stereo stream.
31013
31014 2004-08-17  Wim Taymans  <wim@fluendo.com>
31015
31016         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31017         (theora_get_formats), (theora_dec_src_convert),
31018         (theora_dec_sink_convert), (theora_dec_src_query),
31019         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31020         Add a debug line.
31021
31022 2004-08-17  Wim Taymans  <wim@fluendo.com>
31023
31024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31025         (gst_ogg_pad_push):
31026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31027         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31028         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31029         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31030         Mark delta units in the muxer.
31031         Try to decode the packet after an out-of-sync error from
31032         libogg.
31033
31034 2004-08-17  Wim Taymans  <wim@fluendo.com>
31035
31036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31037         (gst_multifdsink_init), (gst_multifdsink_add),
31038         (gst_multifdsink_client_queue_buffer),
31039         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31040         * gst/tcp/gstmultifdsink.h:
31041         Added option to send a keyframe to clients as the first buffer.
31042         Make timeout property writable.
31043
31044 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31045
31046         patch by: Wim Taymans
31047
31048         * gst/tcp/gstfdset.c:
31049         * gst/tcp/gstmultifdsink.c:
31050           fix index comparison, should include 0
31051
31052 2004-08-16  Wim Taymans  <wim@fluendo.com>
31053
31054         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31055         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31056         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31057         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31058         (gst_fdset_wait):
31059           copy when reallocing for poll so the select arguments don't get
31060           changed during the call
31061
31062 2004-08-16  Wim Taymans  <wim@fluendo.com>
31063
31064         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31065         (gst_theora_enc_class_init), (theora_enc_sink_link),
31066         (theora_buffer_from_packet), (theora_enc_chain):
31067         Fix bug where buffers were not marked as keyframes
31068         correctly.
31069
31070 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31071
31072         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31073         (gst_lame_preset_get_type), (gst_lame_class_init):
31074         describe the enum values for vbr mode and presets more verbosely
31075
31076 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31077
31078         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31079         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31080         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31081         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31082         * ext/lame/gstlame.h:
31083         add preset property to lame so it can use lame presets
31084
31085 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31086
31087         * ext/lame/gstlame.c: (gst_lame_get_property):
31088         whoops forgot break, thanks teuf
31089
31090 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31091
31092         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31093         (gst_lame_class_init), (gst_lame_src_getcaps),
31094         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31095         (gst_lame_get_property), (gst_lame_setup):
31096         * ext/lame/gstlame.h:
31097         fix lame's broken vbr stuff, allow it to resample if need be, and also
31098         make xing header optional
31099
31100 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31101
31102         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31103         added getcaps function so samplerate doesnt get fixated to silly values
31104
31105 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31106
31107         * ext/lame/gstlame.c: (gst_lame_src_link):
31108         revert previous fix
31109
31110 2004-08-12  Johan Dahlin  <johan@gnome.org>
31111
31112         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31113         checks. Doesn't matter what state we are in. Interfaces are a
31114         compile time thing, not runtime. It also broke the python bindings.
31115
31116 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31117
31118         * ext/lame/gstlame.c: (gst_lame_src_link):
31119         made source pad link function check if sinkpad is ok..fixes the problem
31120         where core fixates the output rate of lame stupidly
31121
31122 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31123
31124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31125         * sys/v4l/v4l_calls.c:
31126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31127           fix fixate function to handle nonsimple caps.
31128           remove bogus check in _link
31129           cleanups
31130
31131 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31132
31133         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31134         set default compression ratio parameter to 0.0 so bitrate parameter
31135         works :)
31136
31137 2004-08-11  David Schleef  <ds@schleef.org>
31138
31139         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31140
31141 2004-08-11  David Schleef  <ds@schleef.org>
31142
31143         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31144         before.
31145
31146 2004-08-11  David Schleef  <ds@schleef.org>
31147
31148         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31149
31150 2004-08-11  David Schleef  <ds@schleef.org>
31151
31152         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31153           license field
31154         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31155         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31156           LGPL.
31157         * gst/auparse/gstauparse.c: Fix plugin license field.
31158         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31159         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31160         * gst/rtp/gstrtp.c: Fix plugin license field.
31161
31162 2004-08-11  Wim Taymans  <wim@fluendo.com>
31163
31164         * gst/tcp/Makefile.am:
31165         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31166         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31167         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31168         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31169         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31170         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31171         (gst_fdset_fd_can_write), (gst_fdset_wait):
31172         * gst/tcp/gstfdset.h:
31173         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31174         (gst_multifdsink_class_init), (gst_multifdsink_init),
31175         (gst_multifdsink_add), (gst_multifdsink_remove),
31176         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31177         (gst_multifdsink_remove_client_link),
31178         (gst_multifdsink_handle_client_read),
31179         (gst_multifdsink_client_queue_data),
31180         (gst_multifdsink_client_queue_caps),
31181         (gst_multifdsink_client_queue_buffer),
31182         (gst_multifdsink_handle_client_write),
31183         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31184         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31185         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31186         (gst_multifdsink_close):
31187         * gst/tcp/gstmultifdsink.h:
31188         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31189         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31190         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31191         (gst_tcpserversink_close):
31192         * gst/tcp/gsttcpserversink.h:
31193         Abstracted away the select call, implemented poll (yes we ran into
31194         the 1024 limit in production).
31195
31196 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31197
31198         * gst/tcp/gsttcp.c:
31199         * gst/tcp/gsttcpplugin.c:
31200           improve debuggging, remove assert
31201
31202 2004-08-10  Wim Taymans  <wim@fluendo.com>
31203
31204         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31205         (gst_client_status_get_type), (gst_multifdsink_class_init),
31206         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31207         (gst_multifdsink_handle_client_read),
31208         (gst_multifdsink_handle_client_write),
31209         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31210         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31211         (gst_multifdsink_get_property):
31212         * gst/tcp/gstmultifdsink.h:
31213         * gst/tcp/gsttcp-marshal.list:
31214         Starting to prepare for specifying buffer time in other units
31215         than buffers. Expose remove reason in signal.
31216
31217 2004-08-10  Wim Taymans  <wim@fluendo.com>
31218
31219         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31220         (gst_multifdsink_remove), (gst_multifdsink_clear),
31221         (gst_multifdsink_remove_client_link),
31222         (gst_multifdsink_handle_client_read),
31223         (gst_multifdsink_client_queue_data),
31224         (gst_multifdsink_client_queue_buffer),
31225         (gst_multifdsink_handle_client_write),
31226         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31227         (gst_multifdsink_chain), (gst_multifdsink_close):
31228         * gst/tcp/gstmultifdsink.h:
31229         Added more debugging info. Changed the way clients are
31230         removed from the lists. Fixed a bug where a bad file descriptor
31231         could cause many clients to be removed.
31232
31233 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31234
31235         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31236           allow all pixel-aspect-ratios, not just 1:1
31237
31238 2004-08-09  David Schleef  <ds@schleef.org>
31239
31240         * sys/glsink/ARB_multitexture.h:  Remove old files.
31241         * sys/glsink/EXT_paletted_texture.h:
31242         * sys/glsink/NV_register_combiners.h:
31243         * sys/glsink/gstgl_nvimage.c:
31244         * sys/glsink/gstgl_pdrimage.c:
31245         * sys/glsink/gstgl_rgbimage.c:
31246         * sys/glsink/gstglsink.c:
31247         * sys/glsink/gstglsink.h:
31248         * sys/glsink/gstglxwindow.c:
31249         * sys/glsink/regcomb_yuvrgb.c:
31250
31251 2004-08-09  David Schleef  <ds@schleef.org>
31252
31253         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31254         GL sink plugin.  (Bug #147302)
31255
31256         * configure.ac: Test for OpenGL
31257         * sys/Makefile.am: Use test for OpenGL
31258         * sys/glsink/Makefile.am:
31259         * sys/glsink/glimagesink.c: rewrite
31260         * sys/glsink/glimagesink.h: rewrite
31261
31262 2004-08-09  David Schleef  <ds@schleef.org>
31263
31264         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31265         sane framerates.
31266         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31268         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31269
31270 2004-08-09  Wim Taymans  <wim@fluendo.com>
31271
31272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31273         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31274         (gst_multifdsink_client_remove),
31275         (gst_multifdsink_handle_client_read),
31276         (gst_multifdsink_handle_client_write),
31277         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31278         Do a bit more logging, make the client_read code more robust.
31279
31280 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31281
31282         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31283         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31284         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31285         (gst_jpegdec_init), (gst_jpegdec_chain):
31286         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31287         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31288           cleanups, debugging fixes and memleak plugging
31289
31290 2004-08-09  Wim Taymans  <wim@fluendo.com>
31291
31292         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31293         (theora_get_formats), (theora_dec_src_convert),
31294         (theora_dec_sink_convert), (theora_dec_src_query),
31295         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31296         (theora_dec_change_state):
31297         Don't crash on missing header packets.
31298
31299 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31300
31301         * po/LINGUAS:
31302         * po/sq.po:
31303           Added Albanian translation (Laurent Dhima)
31304         * po/cs.po:
31305           updated
31306
31307 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31308
31309         * ext/lame/gstlame.c:
31310           fix/add debugging
31311
31312 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31313
31314         * sys/ximage/ximagesink.c:
31315         * sys/xvimage/xvimagesink.c:
31316           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31317
31318 2004-08-06  Wim Taymans  <wim@fluendo.com>
31319
31320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31321         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31322         (gst_multifdsink_client_remove),
31323         (gst_multifdsink_handle_client_read),
31324         (gst_multifdsink_handle_client_write),
31325         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31326         Make sure we don't try to read more from a client that what
31327         ioctl says us or we deadlock.
31328
31329 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31330
31331         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31332         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31333         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31334           decouple running_time and n_frames so it can handle changing
31335           framerate while running
31336
31337 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31338
31339         * po/nl.po:
31340         * po/sv.po:
31341           updated translations
31342
31343 2004-08-04  Benjamin Otte  <otte@gnome.org>
31344
31345         * gst/videotestsrc/gstvideotestsrc.c:
31346         (gst_videotestsrc_get_capslist), (generate_capslist),
31347         (plugin_init):
31348           generate the list of supported caps at startup and reuse it instead
31349           of always generating it
31350
31351 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31352
31353         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31354           whoops, last checkin broke normal build
31355
31356 2004-08-03  Benjamin Otte  <otte@gnome.org>
31357
31358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31359         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31360         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31361         (gst_alsa_mixer_get_option):
31362         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31363         (dvdnavsrc_print_event):
31364         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31366         (gst_ogg_mux_pad_unlink):
31367         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31368         (gst_multipart_mux_pad_unlink):
31369         * gst/videofilter/gstvideobalance.c:
31370         (gst_videobalance_colorbalance_set_value):
31371         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31372         (gst_videomixer_pad_unlink):
31373         * po/uk.po:
31374         * sys/oss/gstossmixer.c:
31375         * sys/v4l/gstv4lcolorbalance.c:
31376         * sys/v4l/gstv4ltuner.c:
31377         * sys/v4l/v4lsrc_calls.c:
31378         * sys/v4l2/gstv4l2colorbalance.c:
31379         * sys/v4l2/gstv4l2tuner.c:
31380           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31381
31382 2004-08-03  Benjamin Otte  <otte@gnome.org>
31383
31384         * examples/dynparams/filter.c: (ui_control_create):
31385         * examples/gstplay/player.c: (print_tag):
31386         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31387         * ext/gdk_pixbuf/gstgdkanimation.c:
31388         (gst_gdk_animation_iter_may_advance):
31389         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31390         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31391         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31392         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31394         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31395         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31396         * gst/sine/demo-dparams.c: (main):
31397         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31398         * testsuite/alsa/formats.c: (create_pipeline):
31399         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31400           fixes for G_DISABLE_ASSERT and friends
31401         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31402         (mp3_type_frame_length_from_header), (mp3_type_find),
31403         (plugin_init):
31404           require mp3 typefinding to have at least MIN_HEADERS valid headers
31405           add typefinding for AAC adts files
31406
31407 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31408
31409         * sys/ximage/ximagesink.c:
31410         (gst_ximagesink_calculate_pixel_aspect_ratio):
31411         * sys/xvimage/xvimagesink.c:
31412         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31413         Make sure we calculate pixel-aspect-ratio using floating point maths
31414
31415 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31416
31417         * po/uk.po:
31418           updated translation
31419
31420 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31421
31422         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31424           add debugging for display PAR calculation
31425
31426 2004-08-02  David Schleef  <ds@schleef.org>
31427
31428         * configure.ac: Fix mikmod CFLAGS.
31429
31430 2004-07-27  Benjamin Otte  <otte@gnome.org>
31431
31432         * gst/audioscale/gstaudioscale.c:
31433         - fix templates to only support S16, it's the only format that works
31434         - make caps nego code use try_set_caps_nonfixed and fixation instead
31435         of try_set_caps twice, which is not nice for autopluggers
31436         - change rank to secondary, so autopluggers can pick it up after
31437         audioconvert
31438
31439 2004-08-02  Iain <iain@prettypeople.org>
31440
31441         * gst/interleave/interleave.c (interleave_init),
31442         (interleave_request_new_pad),
31443         (interleave_pad_removed),
31444         (interleave_buffered_loop): Use the real pad count, not the artificial
31445         one.
31446
31447 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31448
31449         * configure.ac: bump nano back to development
31450
31451 === release 0.8.3 ===
31452
31453 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31454
31455         * configure.ac: releasing 0.8.3, "Water"
31456
31457 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31458
31459         * sys/xvimage/xvimagesink.c:
31460         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31461         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31462         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31463         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31464         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31465         * sys/xvimage/xvimagesink.h:
31466           apply similar PAR fixes as to ximagesink
31467
31468 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31469
31470         patch from: Benjamin Otte
31471
31472         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31473           add link function to lame.  Fixes #148986.
31474
31475 2004-08-02  Johan Dahlin  <johan@gnome.org>
31476
31477         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31478         fix debugging log
31479
31480 2004-07-30  David Schleef  <ds@schleef.org>
31481
31482         * gst/videomixer/Makefile.am: Fix things that should have been
31483         fixed in the last checkin.
31484
31485 2004-07-30  David Schleef  <ds@schleef.org>
31486
31487         * gst/multipart/Makefile.am: Fix things that should have been
31488         fixed in the last checkin.
31489
31490 2004-07-30  David Schleef  <ds@schleef.org>
31491
31492         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31493
31494 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31495
31496         * configure.ac:
31497           bump nano for prerelease
31498         * po/af.po:
31499         * po/az.po:
31500         * po/cs.po:
31501         * po/en_GB.po:
31502         * po/hu.po:
31503         * po/nl.po:
31504         * po/sr.po:
31505         * po/sv.po:
31506         * po/uk.po:
31507           updates
31508
31509 2004-07-30  Wim Taymans  <wim@fluendo.com>
31510
31511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31512         (gst_multifdsink_add), (gst_multifdsink_remove),
31513         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31514         (gst_multifdsink_client_remove),
31515         (gst_multifdsink_handle_client_write),
31516         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31517         * gst/tcp/gstmultifdsink.h:
31518         Recover from a select with a bad file descriptor by removing
31519         the client.
31520
31521 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31522
31523         * configure.ac:
31524           fix requirement of core
31525         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31526         (gst_play_pipeline_setup):
31527           don't use colorspace element.  do use hermescolorspace element.
31528           make macro to get a colorspace element.
31529           mark strings for translation.
31530         * po/POTFILES.in:
31531           add play.c
31532         * po/af.po:
31533         * po/az.po:
31534         * po/cs.po:
31535         * po/en_GB.po:
31536         * po/hu.po:
31537         * po/nl.po:
31538         * po/sr.po:
31539         * po/sv.po:
31540         * po/uk.po:
31541           update translations
31542
31543 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31544
31545         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31546         fix default for newmedia flag
31547
31548 2004-07-30  Wim Taymans  <wim@fluendo.com>
31549
31550         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31551         (gst_theora_dec_init), (theora_get_formats),
31552         (theora_dec_src_convert), (theora_dec_sink_convert),
31553         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31554         (theora_dec_chain), (theora_dec_set_property),
31555         (theora_dec_get_property):
31556         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31557         (gst_theora_enc_class_init), (gst_theora_enc_init),
31558         (theora_enc_sink_link), (theora_enc_chain),
31559         (theora_enc_set_property), (theora_enc_get_property):
31560         Added cropping option to theora decoder.
31561         Added border option to theora encoder.
31562
31563 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31564
31565         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31566         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31567         (gst_pngenc_set_property):
31568         * ext/libpng/gstpngenc.h:
31569         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
31570
31571 2004-07-30  Wim Taymans  <wim@fluendo.com>
31572
31573         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31574         (theora_enc_sink_link), (theora_enc_chain),
31575         (theora_enc_set_property), (theora_enc_get_property):
31576         Fix encoding of non-multiple-of-16 video.
31577
31578 2004-07-29  David Schleef  <ds@schleef.org>
31579
31580         * configure.ac: make test for audiofile more strict
31581
31582 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31583
31584         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31585           give different names to typefind functions
31586
31587 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31588
31589         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31590         (gst_ximagesink_calculate_pixel_aspect_ratio),
31591         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31592         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31593         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31594         (gst_ximagesink_get_property), (gst_ximagesink_init):
31595         * sys/ximage/ximagesink.h:
31596           allocate PAR's dynamically.
31597           use autodetected PAR if no object-set PAR is given.
31598           add workaround for directfb's X not setting physical size.
31599           fix to xvimagesink will follow tomorrow.
31600
31601 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31602
31603         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31604         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31605         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31606         (gst_shout2send_class_init), (gst_shout2send_init),
31607         (set_shout_metadata), (gst_shout2send_set_metadata),
31608         (gst_shout2send_chain), (gst_shout2send_set_property),
31609         (gst_shout2send_get_property), (gst_shout2send_connect),
31610         (gst_shout2send_change_state):
31611         * ext/shout2/gstshout2.h:
31612         - fix for sending mp3 audio to icecast2 server, if pad link function not
31613         called before PAUSED state
31614         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31615         - added tagging support for mp3 audio broadcasted
31616         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31617         debug info
31618
31619 2004-07-28  Wim Taymans  <wim@fluendo.com>
31620
31621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31622         (gst_ogg_demux_push):
31623         Return query failure when we don't know the length of
31624         an ogg stream insteda of returning TRUE with a bogus value.
31625
31626 2004-07-28  Wim Taymans  <wim@fluendo.com>
31627
31628         * ext/theora/theoradec.c: (theora_get_formats),
31629         (theora_dec_src_convert), (theora_dec_sink_convert),
31630         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31631         (theora_dec_chain):
31632         Don't screw up the 1 Chroma for 1 luma sample situation when we
31633         have an odd offset/width by adding a black border in those cases.
31634
31635 2004-07-28  Wim Taymans  <wim@fluendo.com>
31636
31637         * ext/theora/theoradec.c: (theora_get_formats),
31638         (theora_dec_src_convert), (theora_dec_sink_convert),
31639         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31640         (theora_dec_chain):
31641         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31642         Added first attempt at cropping of the image as required by the
31643         theora spec. We need more properties in the caps (offset_x,
31644         offset_y,stride) to implement this correctly.
31645
31646 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31647
31648         * ext/dvdnav/README:
31649           Update the README to use dvddemux
31650         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31651           Ensure getcaps returns a subset of the template caps
31652         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31653         (gst_mpeg2subt_init):
31654           Ensure getcaps returns a subset of the template caps
31655         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31656         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31657         (gst_dvd_demux_get_subpicture_stream),
31658         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31659         * gst/mpegstream/gstdvddemux.h:
31660           Set the explicit caps on the current_video pad before pushing
31661           anything
31662         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31663         (gst_mpeg_demux_get_audio_stream):
31664           Free caps used to gst_pad_set_explicit_caps, which takes a const
31665           GstCaps *
31666
31667 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31668
31669         * configure.ac: update GStreamer requirement to 0.8.4 because of
31670           GstFraction.
31671
31672 2004-07-28  Wim Taymans  <wim@fluendo.com>
31673
31674         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31675         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31676         Add the pad to the element after setting up the caps. This
31677         makes it a lot easier to autoplug.
31678
31679 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31680
31681         * gst/median/gstmedian.c:
31682         * gst/mpeg2subt/gstmpeg2subt.c:
31683         * gst/mpegaudioparse/gstmpegaudioparse.c:
31684         * gst/mpegstream/gstdvddemux.c:
31685         * gst/mpegstream/gstmpegdemux.c:
31686         * gst/mpegstream/gstmpegpacketize.c:
31687         * gst/rtjpeg/gstrtjpeg.c:
31688         * gst/rtjpeg/gstrtjpegdec.c:
31689         * gst/rtjpeg/gstrtjpegenc.c:
31690         * gst/sine/gstsinesrc.c:
31691         * gst/smooth/gstsmooth.c:
31692         * gst/smpte/gstsmpte.c:
31693         * gst/smpte/gstsmpte.h:
31694         * gst/stereo/gststereo.c:
31695         * gst/videofilter/gstgamma.c:
31696         * gst/videofilter/gstvideobalance.c:
31697         * gst/videofilter/gstvideofilter.c:
31698         * gst/videofilter/gstvideoflip.c:
31699         * gst/videoscale/gstvideoscale.c:
31700         * gst/videoscale/videoscale.c:
31701         * gst/videotestsrc/gstvideotestsrc.c:
31702         * gst/videotestsrc/videotestsrc.c:
31703         * gst/wavenc/gstwavenc.c:
31704         * gst/wavparse/gstwavparse.c:
31705           fix local includes and 64 bits constants
31706
31707 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31708
31709         * win32/gst.sln:
31710         * gst-libs/gst/*/*.vcproj:
31711         * gst/*/*.vcproj:
31712           more working plugins
31713
31714 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31715
31716         * testsuite/alsa/Makefile.am:
31717         * testsuite/alsa/srcstate.c:
31718         add test for alsasrc changing state
31719
31720 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31721
31722         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31723         (gst_silence_get):
31724         * gst/silence/gstsilence.h:
31725         fix silence generation for 16bit raw audio
31726
31727 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31728
31729         * gst/matroska/matroska-demux.c:
31730         (gst_matroska_demux_parse_metadata),
31731         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31732         * gst/mpegaudio/common.c:
31733         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31734         (gst_videoscale_getcaps), (gst_videoscale_link),
31735         (gst_videoscale_src_fixate), (gst_videoscale_init),
31736         (gst_videoscale_finalize):
31737         * gst/videoscale/gstvideoscale.h:
31738         * gst/videotestsrc/gstvideotestsrc.c:
31739         (gst_videotestsrc_get_capslist):
31740         * gst/wavenc/gstwavenc.c:
31741         * sys/oss/gstossmixer.c: (fill_labels):
31742         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31743         (gst_ximagesink_handle_xevents),
31744         (gst_ximagesink_calculate_pixel_aspect_ratio),
31745         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31746         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31747         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31748         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31749         (gst_ximagesink_init), (gst_ximagesink_class_init):
31750         * sys/ximage/ximagesink.h:
31751         * sys/xvimage/xvimagesink.c:
31752         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31753         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31754         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31755         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31756         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31757         * sys/xvimage/xvimagesink.h:
31758           first batch of pixel aspect ratio commits.
31759
31760 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31761
31762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31763         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31764         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31765           handle stride, needs work if we want to move stride handling
31766           upstream, but works correctly for our purposes.
31767
31768 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31769
31770         * gst/videoscale/README:
31771           add testing examples
31772         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31773         (gst_videoscale_chain):
31774         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31775         (gst_videoscale_get_size):
31776           add get_size function that handles stride like videotestsrc.
31777           fixes conversion for YUV formats for as much as I can test them.
31778
31779 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31780
31781         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31782         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31784         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31785         (gst_xvimagesink_xvimage_put):
31786           further cleanups, logging, error handling and synchronizing
31787
31788 2004-07-27  Wim Taymans  <wim@fluendo.com>
31789
31790         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31791         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31792         (gst_videomixer_pad_set_property),
31793         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31794         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31795         (gst_videomixer_class_init), (gst_videomixer_init),
31796         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31797         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31798         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31799         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31800         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31801         (gst_videomixer_loop), (plugin_init):
31802         Be a nicer negotiation citizen and provide a getcaps function on
31803         the srcpad. This also fixes a crash when resizing.
31804
31805 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31806
31807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31808         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31809
31810 2004-07-27  Wim Taymans  <wim@fluendo.com>
31811
31812         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31813         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31814         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31815         (gst_pngenc_set_property):
31816         * ext/libpng/gstpngenc.h:
31817         Added snapshot property to pngenc.
31818         removed g_print from pngdec
31819
31820 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31821
31822         * gst/ac3parse/ac3parse.vcproj
31823         * gst/adder/adder.vcproj
31824         * gst/alpha/alpha.vcproj
31825         * gst/alpha/alphacolor.vcproj
31826         * gst/asfdemux/asf.vcproj
31827         * gst/audioconvert/audioconvert.vcproj
31828         * gst/audiorate/audiorate.vcproj
31829         * gst/audioscale/audioscale.vcproj
31830         * gst/auparse/auparse.vcproj
31831         * gst/avi/avi.vcproj
31832         * gst/cdxaparse/cdxaparse.vcproj
31833         * gst/chart/chart.vcproj
31834         * gst/colorspace/colorspace.vcproj
31835         * gst/cutter/cutter.vcproj
31836         * gst/debug/debug.vcproj
31837         * gst/debug/efence.vcproj
31838         * gst/debug/navigationtest.vcproj
31839         * gst/deinterlace/deinterlace.vcproj
31840         * gst/effectv/effectv.vcproj
31841         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31842         * gst/filter/filter.vcproj
31843         * gst/flx/flxdec.vcproj
31844         * gst/goom/goom.vcproj
31845         * gst/interleave/interleave.vcproj
31846         * gst/law/alaw.vcproj
31847         * gst/law/mulaw.vcproj
31848         * gst/matroska/matroska.vcproj
31849         * gst/median/median.vcproj
31850         * gst/mixmatrix/mixmatrix.vcproj
31851         * gst/mpeg1sys/mpeg1systemencode.vcproj
31852         * gst/mpeg1videoparse/mp1videoparse.vcproj
31853         * gst/mpeg2sub/mpeg2subt.vcproj
31854         * gst/mpegaudio/mpegaudio.vcproj
31855         * gst/mpegaudioparse/mpegaudioparse.vcproj
31856         * gst/mpegstream/mpegstream.vcproj
31857         * gst/multifilesink/multifilesink.vcproj
31858         * gst/multipart/multipart.vcproj
31859         * gst/oneton/oneton.vcproj
31860         * gst/overlay/overlay.vcproj
31861         * gst/passthrough/passthrough.vcproj
31862         * gst/qtdemux/qtdemux.vcproj
31863         * gst/realmedia/rmdemux.vcproj
31864         * gst/rtjpeg/rtjpeg.vcproj
31865         * gst/rtp/rtp.vcproj
31866         * gst/silence/silence.vcproj
31867         * gst/sine/sinesrc.vcproj
31868         * gst/smooth/smooth.vcproj
31869         * gst/smpte/smpte.vcproj
31870         * gst/spectrum/spectrum.vcproj
31871         * gst/speed/speed.vcproj
31872         * gst/stereo/stereo.vcproj
31873         * gst/switch/switch.vcproj
31874         * gst/tags/tagedit.vcproj
31875         * gst/tcp/tcp.vcproj
31876         * gst/typefind/typefindfunctions.vcproj
31877         * gst/udp/udp.vcproj
31878         * gst/videobox/videobox.vcproj
31879         * gst/videocrop/videocrop.vcproj
31880         * gst/videodrop/videodrop.vcproj
31881         * gst/videofilter/gamma.vcproj
31882         * gst/videofilter/videobalance.vcproj
31883         * gst/videofilter/videofilter.vcproj
31884         * gst/videofilter/videoflip.vcproj
31885         * gst/videoflip/videoflip.vcproj
31886         * gst/videomixer/videomixer.vcproj
31887         * gst/videorate/videorate.vcproj
31888         * gst/videoscale/videoscale.vcproj
31889         * gst/videotestsrc/videotestsrc.vcproj
31890         * gst/virtualdub/virtualdub.vcproj
31891         * gst/volenv/volenv.vcproj
31892         * gst/volume/volume.vcproj
31893         * gst/wavenc/wavenc.vcproj
31894         * gst/wavparse/wavparse.vcproj
31895         * gst/y4m/y4menc.vcproj
31896         * gst-libs/gst/audio/audio.vcproj
31897         * gst-libs/gst/audio/audiofilter.vcproj
31898         * gst-libs/gst/colorbalance/colorbalance.vcproj
31899         * gst-libs/gst/idct/idtc.vcproj
31900         * gst-libs/gst/media-info/media-info.vcproj
31901         * gst-libs/gst/mixer/mixer.vcproj
31902         * gst-libs/gst/navigation/navigation.vcproj
31903         * gst-libs/gst/play/play.vcproj
31904         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31905         * gst-libs/gst/resample/resample.vcproj
31906         * gst-libs/gst/riff/riff.vcproj
31907         * gst-libs/gst/tuner/tuner.vcproj
31908         * gst-libs/gst/video/video.vcproj
31909         * gst-libs/gst/xoverlay/xoverlay.vcproj
31910           avoid problems with math.h, fix release dependancy
31911           rename GStreamer-0.8.lib to libgstreamer.lib
31912
31913 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31914
31915         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31917         the atom is not available we have to unlock the mutex. Fixes #148023
31918
31919 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31920
31921         * gst-libs/gst/media-info/media-info.h:
31922           issue for a vararg macro with MSVC
31923
31924 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31925
31926         * gst/effectv/effectv.vcproj
31927         * gst-libs/gst/idct/idct.vcproj:
31928         * gst-libs/gst/media-info/media-info.vcproj:
31929         * gst-libs/gst/navigation/navigation.vcproj:
31930         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31931         * gst-libs/gst/video/video.vcproj:
31932         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31933           fixes for build problems
31934
31935 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31936
31937         * gst-libs/gst/audio/audio.def:
31938         * gst-libs/gst/audio/riff.def:
31939           add some definitions needed by plugins
31940
31941 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31942
31943         * gst/asfdemux/gstasfmux.c
31944           Fix some 64 bits constants to be glib friendly
31945
31946 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31947
31948         * gst/ac3parse/gstac3parse.c
31949         * gst/audioscale/gstaudioscale.c
31950         * gst/auparse/gstauparse.c
31951         * gst/colorspace/gstcolorspace.c
31952         * gst/colorspace/yuv2rgb.h
31953           local include fixes
31954
31955 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31956
31957         * win32/gst.sln
31958           add more plugins to the build
31959
31960 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31961
31962         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31963         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31964
31965 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31966
31967         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31968         (gst_level_set_property), (gst_level_get_property),
31969         (gst_level_base_init), (gst_level_class_init):
31970           add debugging categories.  cleanups.
31971
31972 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31973
31974         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31975         (gst_videoscale_planar411), (gst_videoscale_planar400),
31976         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31977         (gst_videoscale_scale_nearest_str1),
31978         (gst_videoscale_scale_nearest_str2),
31979         (gst_videoscale_scale_nearest_str4),
31980         (gst_videoscale_scale_nearest_16bit),
31981         (gst_videoscale_scale_nearest_24bit):
31982           fixed stride issues
31983           tested with 320x240 -> 321, 322, 324 x240
31984           tested with YV12, I420, YUY2, UYVY
31985           fixed packed422rev (don't think it could have worked before)
31986           by testing with UYVY
31987
31988 2004-07-26  Benjamin Otte  <otte@gnome.org>
31989
31990         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31991         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31992         (plugin_init):
31993           add debugging category, add error checks like checking return values
31994           of setup calls, make sure it still works after
31995           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31996
31997 2004-07-26  Wim Taymans  <wim@fluendo.com>
31998
31999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32000         (gst_mpeg_demux_get_audio_stream),
32001         (gst_mpeg_demux_process_private):
32002         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32003         Check for error codes from the negotiation functions. Make sure
32004         we really set the pad caps when a new pad is created.
32005
32006 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32007
32008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32009         (gst_ffmpeg_caps_to_pix_fmt):
32010         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32012         (gst_ffmpegcolorspace_pad_link):
32013           don't make function do two things at the same time without reason.
32014
32015 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32016
32017         * gst/ac3parse/ac3parse.vcproj
32018         * gst/adder/adder.vcproj
32019         * gst/alpha/alpha.vcproj
32020         * gst/alpha/alphacolor.vcproj
32021         * gst/asfdemux/asf.vcproj
32022         * gst/audioconvert/audioconvert.vcproj
32023         * gst/audiorate/audiorate.vcproj
32024         * gst/audioscale/audioscale.vcproj
32025         * gst/auparse/auparse.vcproj
32026         * gst/avi/avi.vcproj
32027         * gst/cdxaparse/cdxaparse.vcproj
32028         * gst/chart/chart.vcproj
32029         * gst/colorspace/colorspace.vcproj
32030         * gst/cutter/cutter.vcproj
32031         * gst/debug/debug.vcproj
32032         * gst/debug/efence.vcproj
32033         * gst/debug/navigationtest.vcproj
32034         * gst/deinterlace/deinterlace.vcproj
32035         * gst/effectv/effectv.vcproj
32036         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32037         * gst/filter/filter.vcproj
32038         * gst/flx/flxdec.vcproj
32039         * gst/goom/goom.vcproj
32040         * gst/interleave/interleave.vcproj
32041         * gst/law/alaw.vcproj
32042         * gst/law/mulaw.vcproj
32043         * gst/matroska/matroska.vcproj
32044         * gst/median/median.vcproj
32045         * gst/mixmatrix/mixmatrix.vcproj
32046         * gst/mpeg1sys/mpeg1systemencode.vcproj
32047         * gst/mpeg1videoparse/mp1videoparse.vcproj
32048         * gst/mpeg2sub/mpeg2subt.vcproj
32049         * gst/mpegaudio/mpegaudio.vcproj
32050         * gst/mpegaudioparse/mpegaudioparse.vcproj
32051         * gst/mpegstream/mpegstream.vcproj
32052         * gst/multifilesink/multifilesink.vcproj
32053         * gst/multipart/multipart.vcproj
32054         * gst/oneton/oneton.vcproj
32055         * gst/overlay/overlay.vcproj
32056         * gst/passthrough/passthrough.vcproj
32057         * gst/qtdemux/qtdemux.vcproj
32058         * gst/realmedia/rmdemux.vcproj
32059         * gst/rtjpeg/rtjpeg.vcproj
32060         * gst/rtp/rtp.vcproj
32061         * gst/silence/silence.vcproj
32062         * gst/sine/sinesrc.vcproj
32063         * gst/smooth/smooth.vcproj
32064         * gst/smpte/smpte.vcproj
32065         * gst/spectrum/spectrum.vcproj
32066         * gst/speed/speed.vcproj
32067         * gst/stereo/stereo.vcproj
32068         * gst/switch/switch.vcproj
32069         * gst/tags/tagedit.vcproj
32070         * gst/tcp/tcp.vcproj
32071         * gst/typefind/typefindfunctions.vcproj
32072         * gst/udp/udp.vcproj
32073         * gst/videobox/videobox.vcproj
32074         * gst/videocrop/videocrop.vcproj
32075         * gst/videodrop/videodrop.vcproj
32076         * gst/videofilter/gamma.vcproj
32077         * gst/videofilter/videobalance.vcproj
32078         * gst/videofilter/videofilter.vcproj
32079         * gst/videofilter/videoflip.vcproj
32080         * gst/videoflip/videoflip.vcproj
32081         * gst/videomixer/videomixer.vcproj
32082         * gst/videorate/videorate.vcproj
32083         * gst/videoscale/videoscale.vcproj
32084         * gst/videotestsrc/videotestsrc.vcproj
32085         * gst/virtualdub/virtualdub.vcproj
32086         * gst/volenv/volenv.vcproj
32087         * gst/volume/volume.vcproj
32088         * gst/wavenc/wavenc.vcproj
32089         * gst/wavparse/wavparse.vcproj
32090         * gst/y4m/y4menc.vcproj
32091           more plugins supported under windows
32092
32093 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32094
32095         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32096         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32097         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32099         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32100           Add debugging statements.  Use the sizes as returned by the
32101           *CreateImage calls.
32102
32103 2004-07-26  Johan Dahlin  <johan@gnome.org>
32104
32105         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32106         the pad is negotiated.
32107
32108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32109
32110 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32111
32112         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32113         * gst-libs/gst/idct/idct.vcproj:
32114         * gst-libs/gst/media-info/media-info.vcproj:
32115         * gst-libs/gst/mixer/mixer.vcproj:
32116         * gst-libs/gst/navigation/navigation.vcproj:
32117         * gst-libs/gst/play/play.vcproj:
32118         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32119         * gst-libs/gst/resample/resample.vcproj:
32120         * gst-libs/gst/tuner/tuner.vcproj:
32121         * gst-libs/gst/video/video.vcproj:
32122         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32123           more plugins supported under windows
32124
32125 2004-07-25 Iain <iain@prettypeople.org>
32126
32127         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32128         pad now rather than when the pad is created because state changes wipe
32129         explicit caps (fixes #148043).
32130
32131 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32132
32133         reviewed by Benjamin Otte  <otte@gnome.org>
32134
32135         * ext/mad/gstmad.c:
32136           fix mad plugin crashing on Sun (fixes #148289)
32137
32138 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32139
32140         * gst/avi/avi.def:
32141         * gst/avi/avi.vcproj:
32142         * gst/matroska/matroska.def:
32143         * gst/matroska/matroska.vcproj:
32144           remove unused .def files
32145
32146 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32147
32148         * gst-libs/gst/audio/gstaudiofilter.c:
32149           Clean the local include
32150
32151 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32152
32153         * win32/gst.sln:
32154         * gst-libs/gst/audio/audio.def:
32155         * gst-libs/gst/audio/audio.vcproj:
32156         * gst-libs/gst/audio/audiofilter.vcproj:
32157         * gst-libs/gst/audio/riff.def:
32158         * gst-libs/gst/audio/riff.vcproj:
32159         * gst-libs/gst/gst-libs.def:
32160         * gst-libs/gst/gst-libs.vcproj:
32161         * gst/avi/avi.vcproj:
32162         * gst/avi/avi.vcproj:
32163           Copy the files where needed after building, cleaner projects
32164
32165 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32166
32167         * gst/matroska/ebml-write.c:
32168           Fix some 64 bits constants to be glib friendly
32169
32170 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32171
32172         * win32/gst.sln:
32173         * gst-libs/gst/gst-libs.def:
32174         * gst-libs/gst/gst-libs.vcproj:
32175         * gst/matroska/matroska.def:
32176         * gst/matroska/matroska.vcproj:
32177           Add the preliminary canvas to build plugins on Win32
32178
32179 2004-07-23  Benjamin Otte  <otte@gnome.org>
32180
32181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32182           don't enfore negotiation from source side, it breaks
32183           sinesrc ! audioconvert ! osssink
32184
32185 2004-07-22  David Schleef  <ds@schleef.org>
32186
32187         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32188         for ELF files, since they can easily be recognized as audio/mpeg.
32189         (bug #147441)
32190
32191 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32192
32193         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32194         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32195         (gst_videoscale_scale_nearest_24bit),
32196         (gst_videoscale_scale_nearest_16bit):
32197           fix 16bit and 24bit for stride (24bit might need testing)
32198           don't pretend we do more than one algorithm
32199
32200 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32201
32202         * configure.ac:
32203         * gst/Makefile.am:
32204         * gst/multifilesink/Makefile.am:
32205         * gst/multifilesink/gstmultifilesink.c:
32206         (gst_multifilesink_get_formats),
32207         (gst_multifilesink_get_query_types), (_do_init),
32208         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32209         (gst_multifilesink_init), (gst_multifilesink_dispose),
32210         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32211         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32212         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32213         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32214         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32215         (gst_multifilesink_uri_get_type),
32216         (gst_multifilesink_uri_get_protocols),
32217         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32218         (gst_multifilesink_uri_handler_init), (plugin_init):
32219         * gst/multifilesink/gstmultifilesink.h:
32220         * testsuite/Makefile.am:
32221         * testsuite/multifilesink/Makefile.am:
32222         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32223         (gst_newmedia_class_init), (gst_newmedia_init),
32224         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32225         (newfile_signal), (test_signal), (main):
32226         multifilesink plugin for creating new files every time a new media
32227         discontinuity event occurs
32228
32229 2004-07-22  Wim Taymans  <wim@fluendo.com>
32230
32231         * gst/alpha/Makefile.am:
32232         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32233         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32234         (gst_alpha_color_init), (gst_alpha_color_set_property),
32235         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32236         (transform), (gst_alpha_color_chain),
32237         (gst_alpha_color_change_state), (plugin_init):
32238         Stupid plugin to to RGBA to AYUV conversion because none of
32239         the colorspace plugins can handle that yet.
32240
32241 2004-07-22  Wim Taymans  <wim@fluendo.com>
32242
32243         * examples/seeking/seek.c: (update_scale), (main):
32244         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32245         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32246         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32247         (gst_decode_bin_init), (gst_decode_bin_dispose),
32248         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32249         (no_more_pads), (close_link), (type_found),
32250         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32251         (plugin_init):
32252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32253         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32254         (gst_play_base_bin_dispose), (queue_overrun),
32255         (gen_preroll_element), (remove_prerolls), (unknown_type),
32256         (no_more_pads), (new_stream), (setup_source),
32257         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32258         (play_base_eos), (gst_play_base_bin_change_state),
32259         (gst_play_base_bin_add_element),
32260         (gst_play_base_bin_remove_element),
32261         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32262         (gst_play_base_bin_unlink_stream),
32263         (gst_play_base_bin_get_streaminfo):
32264         * gst/playback/gstplaybin.c: (gen_video_element),
32265         (gen_audio_element):
32266         * gst/playback/gststreaminfo.h:
32267         More playback updates, attempt to fix things after the state change
32268         breakage.
32269
32270 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32273         (gst_videoscale_scale_nearest_16bit):
32274           comment algorithm
32275
32276 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32277
32278         * gst/videotestsrc/gstvideotestsrc.c:
32279         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32280         (gst_videotestsrc_init), (gst_videotestsrc_get),
32281         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32282         (gst_videotestsrc_get_property):
32283         * gst/videotestsrc/gstvideotestsrc.h:
32284         * gst/videotestsrc/videotestsrc.c:
32285         * gst/videotestsrc/videotestsrc.h:
32286           cleanup and commenting
32287
32288 2004-07-21  Wim Taymans  <wim@fluendo.com>
32289
32290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32291         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32292         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32293         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32294         (_find_chain_get_unknown_part), (_find_streams_check),
32295         (gst_ogg_demux_push), (gst_ogg_pad_push):
32296         * ext/theora/theoradec.c: (theora_get_formats),
32297         (theora_dec_src_convert), (theora_dec_sink_convert),
32298         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32299         (theora_dec_chain):
32300         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32301         (vorbis_dec_convert), (vorbis_dec_src_query),
32302         (vorbis_dec_src_event), (vorbis_dec_event):
32303         More seeking fixes, oggdemux now supports seeking to time and
32304         uses the downstream element to convert granulepos to time.
32305         Seeking in theora-only ogg files now works.
32306
32307 2004-07-21  Wim Taymans  <wim@fluendo.com>
32308
32309         * ext/theora/theoradec.c: (gst_theora_dec_init),
32310         (theora_get_formats), (theora_get_event_masks),
32311         (theora_get_query_types), (theora_dec_src_convert),
32312         (theora_dec_sink_convert), (theora_dec_src_query),
32313         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32314         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32315         (vorbis_get_event_masks), (vorbis_get_query_types),
32316         (gst_vorbis_dec_init), (vorbis_dec_convert),
32317         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32318         Added query/convert/formats functions to vorbis and theora decoders
32319         so that the outside world can use them too. Fixed seeking on an
32320         ogg/theora/vorbis file by disabling the seeking seeking on the
32321         theora srcpad.
32322
32323 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32324
32325         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32326         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32327         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32328         images creation for both elements. We don't create the image on caps
32329         nego or renego, we just destroy the internal one if present if it does
32330         not match the needs. The chain function takes care of creating a new
32331         image when needed.
32332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32333         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32334         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32335         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32336         the image format information. The buffer pool checks for the context
32337         image format and discard images with different formats.
32338         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32339
32340 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32341
32342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32343         (gst_ffmpegcolorspace_chain):
32344           no point in doing any chaining if the pad we want to push from
32345           isn't usable.
32346
32347 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32348
32349         * gst-libs/gst/riff/riff-media.c:
32350         (gst_riff_create_audio_caps_with_data):
32351           Fix double end-to-native symbol conversion (#148021).
32352
32353 2004-07-20  David Schleef  <ds@schleef.org>
32354
32355         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32356         Don't use an Atom that doesn't exist.
32357
32358 2004-07-20  Wim Taymans  <wim@fluendo.com>
32359
32360         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32361         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32362         (gst_multifdsink_client_remove),
32363         (gst_multifdsink_handle_client_write),
32364         (gst_multifdsink_queue_buffer):
32365         * gst/tcp/gstmultifdsink.h:
32366         More multifdsink stats. Avoid deadlock by releasing locks
32367         before sending out a signal.
32368
32369 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32370
32371         * po/LINGUAS:
32372         * po/hu.po:
32373           added Hungarian translation (Laszlo Dvornik)
32374
32375 2004-07-20  Wim Taymans  <wim@fluendo.com>
32376
32377         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32378         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32379         (gst_multifdsink_handle_client_write),
32380         (gst_multifdsink_queue_buffer):
32381         * gst/tcp/gsttcp-marshal.list:
32382         Fixed the stupid marshal definition.
32383
32384 2004-07-20  Wim Taymans  <wim@fluendo.com>
32385
32386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32387         (gst_multifdsink_init), (gst_multifdsink_add),
32388         (gst_multifdsink_client_remove),
32389         (gst_multifdsink_handle_client_write),
32390         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32391         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32392         (gst_multifdsink_init_send):
32393         * gst/tcp/gstmultifdsink.h:
32394         Added more stats, added timeout for a client, fixed some typos
32395         and added some comments.
32396
32397 2004-07-20  Wim Taymans  <wim@fluendo.com>
32398
32399         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32400         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32401         (gst_multifdsink_client_remove),
32402         (gst_multifdsink_handle_client_write):
32403         * gst/tcp/gstmultifdsink.h:
32404         * gst/tcp/gsttcp-marshal.list:
32405         Added get_stats method that returns a GValueArray of
32406         stats values.
32407
32408 2004-07-19  Benjamin Otte  <otte@gnome.org>
32409
32410         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32411           make sure longname, description and author are valid UTF-8
32412
32413 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32414
32415         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32416         (gst_ximagesink_set_property):
32417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32418         (gst_xvimagesink_set_property):
32419           make sure SYNCHRONOUS is respected after getting the X context
32420
32421 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32422
32423         * gst/matroska/matroska-demux.c:
32424         (gst_matroska_demux_handle_src_event),
32425         (gst_matroska_demux_parse_blockgroup):
32426         * gst/matroska/matroska-ids.h:
32427           add BlockReference tag and ignore it to clear out log.
32428           ignore NAVIGATION events to clear out log.
32429
32430 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32431
32432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32433         (gst_matroska_demux_add_stream):
32434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32435           add debug categories
32436
32437 2004-07-16  Wim Taymans  <wim@fluendo.com>
32438
32439         * ext/libpng/Makefile.am:
32440         * ext/libpng/gstpng.c: (plugin_init):
32441         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32442         (gst_pngdec_get_type), (gst_pngdec_base_init),
32443         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32444         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32445         * ext/libpng/gstpngdec.h:
32446         Added png decoder.
32447
32448 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32449
32450         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32451         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32452         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32453         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32454         (gst_ximagesink_buffer_alloc):
32455         * sys/ximage/ximagesink.h:
32456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32458         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32459         (gst_xvimagesink_buffer_alloc):
32460         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32461         again. Using internal data pointer of the x(v)image to store image's
32462         data to be coherent with the buffer alloc mechanism. Investigated the
32463         image destruction code to be sure that everything gets freed correctly.
32464
32465 2004-07-16  Wim Taymans  <wim@fluendo.com>
32466
32467         * gst-libs/gst/riff/riff-read.c:
32468         (gst_riff_read_strf_vids_with_data),
32469         (gst_riff_read_strf_auds_with_data):
32470         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32471         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32472         Make sure we don't create 0 sized subbuffers in riff-read.
32473         Signal the no more pads signal after reading the avi header.
32474
32475 2004-07-16  Wim Taymans  <wim@fluendo.com>
32476
32477         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32478         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32479         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32480         (gst_decode_bin_init), (gst_decode_bin_dispose),
32481         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32482         (no_more_pads), (close_link), (type_found),
32483         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32484         (gst_decode_bin_change_state), (plugin_init):
32485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32486         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32487         (gst_play_base_bin_dispose), (queue_overrun),
32488         (gen_preroll_element), (remove_prerolls), (unknown_type),
32489         (no_more_pads), (new_stream), (setup_source),
32490         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32491         (play_base_eos), (gst_play_base_bin_change_state),
32492         (gst_play_base_bin_add_element),
32493         (gst_play_base_bin_remove_element),
32494         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32495         (gst_play_base_bin_unlink_stream),
32496         (gst_play_base_bin_get_streaminfo):
32497         * gst/playback/gstplaybasebin.h:
32498         Better error recovery. Added configurable preroll queue size. Faster
32499         detection of no-more-pads.
32500
32501 2004-07-16  Wim Taymans  <wim@fluendo.com>
32502
32503         * gst-libs/gst/video/video.h:
32504         Added 32 bits RGBA. Not sure if we should use another mime-type
32505         for alpha rgb. Currently the presence of the alpha_mask property
32506         signals an alpha channel.
32507
32508 2004-07-16  Wim Taymans  <wim@fluendo.com>
32509
32510         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32512         FPS seems to be 0.0 to MAX everywhere else.
32513
32514 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32515
32516         * gst-libs/gst/riff/riff-media.c:
32517         (gst_riff_create_video_caps_with_data):
32518           mp42/mp43 (no caps) exist too.
32519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32520           Set pixel_width/height; we've got them in-caps.
32521         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32522         * gst/wavparse/gstwavparse.c: (plugin_init):
32523           Both are valid primary.
32524         * sys/oss/gstossmixer.c:
32525           Remove i18n hack and enable translations.
32526
32527 2004-07-15  Benjamin Otte  <otte@gnome.org>
32528
32529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32530         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32531           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32532
32533 2004-07-15  Benjamin Otte  <otte@gnome.org>
32534
32535         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32536         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32537         (gst_alsa_close_audio):
32538           disable some of the debugging code for now. Writing debugging to a
32539           buffer is broken in current alsalib releases.
32540
32541 2004-07-12  Benjamin Otte  <otte@gnome.org>
32542
32543         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32544           use bufferpools
32545
32546 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32547
32548         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32549         (theora_dec_src_query), (theora_dec_event):
32550         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32551           add debugging categories.  Remove \n's.
32552
32553 2004-07-13  Johan Dahlin  <johan@gnome.org>
32554
32555         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32556         (gst_play_bin_get_property): Impl.
32557
32558 2004-07-13  Wim Taymans  <wim@fluendo.com>
32559
32560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32561         When trying to find the stream length, seek back N pages
32562         instead of just one, where N is the number of streams in
32563         the current chain.
32564
32565 2004-07-13  Wim Taymans  <wim@fluendo.com>
32566
32567         * gst-libs/gst/riff/riff-media.c:
32568         (gst_riff_create_audio_caps_with_data),
32569         (gst_riff_create_audio_caps),
32570         (gst_riff_create_audio_template_caps):
32571         * gst-libs/gst/riff/riff-media.h:
32572         * gst-libs/gst/riff/riff-read.c:
32573         (gst_riff_read_strf_vids_with_data),
32574         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32575         * gst-libs/gst/riff/riff-read.h:
32576         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32577         (gst_avi_demux_add_stream):
32578         Set codec_data on caps for avidemuxer.
32579
32580 2004-07-12  David Schleef  <ds@schleef.org>
32581
32582         * configure.ac: Fix test for Objective C
32583
32584 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32585         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32586         (gst_gdk_pixbuf_chain):
32587           Add svg and pcx to template caps, and ensure that getcaps returns a
32588           subset of the template caps.
32589           Copy each row manually for output, as gdkpixbuf may pad the
32590           rowstride to a 32-bit word boundary.
32591
32592 2004-07-12  Wim Taymans  <wim@fluendo.com>
32593
32594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32595         (gst_riff_create_video_template_caps):
32596         Fix the template caps to include some more media types.
32597
32598 2004-07-12  Wim Taymans  <wim@fluendo.com>
32599
32600         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32601         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32602         (compare_ranks), (print_feature), (gst_decode_bin_init),
32603         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32604         (try_to_link_1), (new_pad), (close_link), (type_found),
32605         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32606         (gst_decode_bin_change_state), (plugin_init):
32607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32608         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32609         (gst_play_base_bin_dispose), (queue_overrun),
32610         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32611         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32612         (gst_play_base_bin_get_property), (play_base_eos),
32613         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32614         (gst_play_base_bin_remove_element),
32615         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32616         (gst_play_base_bin_unlink_stream),
32617         (gst_play_base_bin_get_streaminfo):
32618         * gst/playback/gstplaybasebin.h:
32619         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32620         (gst_play_bin_class_init), (gst_play_bin_init),
32621         (gst_play_bin_dispose), (gst_play_bin_set_property),
32622         (gst_play_bin_get_property), (gen_video_element),
32623         (gen_audio_element), (remove_sinks), (setup_sinks),
32624         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32625         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32626         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32627         (gst_play_bin_query), (plugin_init):
32628         * gst/playback/test4.c: (main):
32629         More fixes on reusing of the element.
32630
32631 2004-07-11  Benjamin Otte  <otte@gnome.org>
32632
32633         * ext/mad/gstmad.c: (normal_seek):
32634           allow seeking for other methods than just SET
32635
32636 2004-07-11  Andy Wingo  <wingo@pobox.com>
32637
32638         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32639         float, "any" caps -> buffer_frames=[0,MAX].
32640
32641         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32642         doesn't intersect our caps with the template any more. Do it
32643         ourselves.
32644         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32645
32646 2004-07-09  Wim Taymans  <wim@fluendo.com>
32647
32648         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32649         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32650         (compare_ranks), (print_feature), (gst_decode_bin_init),
32651         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32652         (try_to_link_1), (new_pad), (close_link), (type_found),
32653         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32654         (gst_decode_bin_change_state), (plugin_init):
32655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32656         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32657         (gst_play_base_bin_dispose), (queue_overrun),
32658         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32659         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32660         (gst_play_base_bin_get_property), (play_base_eos),
32661         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32662         (gst_play_base_bin_remove_element),
32663         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32664         (gst_play_base_bin_unlink_stream),
32665         (gst_play_base_bin_get_streaminfo):
32666         * gst/playback/gstplaybasebin.h:
32667         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32668         (gst_play_bin_class_init), (gst_play_bin_init),
32669         (gst_play_bin_dispose), (gst_play_bin_set_property),
32670         (gst_play_bin_get_property), (gen_video_element),
32671         (gen_audio_element), (remove_sinks), (setup_sinks),
32672         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32673         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32674         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32675         (gst_play_bin_query), (plugin_init):
32676         * gst/playback/test4.c: (main):
32677         Work on object reuse and seeking.
32678
32679 2004-07-09  Wim Taymans  <wim@fluendo.com>
32680
32681         * examples/seeking/seek.c: (iterate):
32682         Don't consume all CPU in the idle loop.
32683
32684 2004-07-09  Wim Taymans  <wim@fluendo.com>
32685
32686         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32687         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32688         Add pad to element *after* setting the pad functions so that
32689         the scheduler can use the correct ones.
32690
32691 2004-07-09  Wim Taymans  <wim@fluendo.com>
32692
32693         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32694         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32695         Sync to keyframe after seek
32696
32697 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32698
32699         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32701         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32702         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32703         * ext/libvisual/visual.c: (gst_visual_change_state):
32704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32705         * ext/theora/theoradec.c: (theora_dec_change_state):
32706         * ext/theora/theoraenc.c: (theora_enc_change_state):
32707         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32708         * gst-libs/gst/navigation/navigation.c:
32709         * gst/adder/gstadder.c: (gst_adder_change_state):
32710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32711         (gst_audio_convert_get_buffer):
32712         * gst/multipart/multipartdemux.c:
32713         (gst_multipart_demux_change_state):
32714         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32715         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32716         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32717         * gst/videoscale/gstvideoscale.c:
32718         (gst_videoscale_handle_src_event):
32719         * gst/volume/gstvolume.c: (volume_chain_int16):
32720           don't assert in state change, this should be done by the base
32721           GstElement class.
32722           various debugging fixes.
32723
32724 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32725
32726         * configure.ac:
32727         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32728         (gst_play_dispose), (gst_play_set_location),
32729         (gst_play_set_data_src), (gst_play_set_video_sink),
32730         (gst_play_set_audio_sink), (gst_play_set_visualization),
32731         (gst_play_connect_visualization), (gst_play_get_sink_element),
32732         (gst_play_get_all_by_interface):
32733         * gst-libs/gst/play/play.h:
32734           add new method to get elements implementing an interface.
32735           add various error logging
32736
32737 2004-07-08  Wim Taymans  <wim@fluendo.com>
32738
32739         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32740         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32741         (make_playerbin_pipeline), (query_durations_elems),
32742         (query_durations_pads), (query_positions_elems),
32743         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32744         (main):
32745         Added playbin seeking example.
32746
32747 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32748
32749         * gst-libs/gst/play/play.c: (gst_play_set_location),
32750         (gst_play_set_data_src), (gst_play_set_video_sink),
32751         (gst_play_set_audio_sink), (gst_play_set_visualization),
32752         (gst_play_connect_visualization), (gst_play_get_framerate):
32753           use a macro to look up elements from hash table
32754
32755 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32756
32757         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32758         (gst_play_get_length_callback), (gst_play_set_location),
32759         (gst_play_seek_to_time), (gst_play_set_data_src),
32760         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32761         (gst_play_set_visualization), (gst_play_connect_visualization),
32762         (gst_play_get_sink_element):
32763         - add debugging info
32764         - fix looking up sink elements by iterating over complete caps
32765         - put everything except for source and autoplugger in a complete bin
32766
32767 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32768
32769         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32771         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32772         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32773         * ext/alsa/gstalsasink.h:
32774         - add debugging info
32775         - clean up schizophrenia of data/buffer/event
32776         - fix double event unref error
32777
32778 2004-07-08  Wim Taymans  <wim@fluendo.com>
32779
32780         * gst/playback/Makefile.am:
32781         Add headers to noinst
32782
32783 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32784
32785         * tools/gst-launch-ext-m.m:
32786         * tools/gst-launch-ext.1.in:
32787           convert to the third millenium
32788
32789 2004-07-07  David Schleef  <ds@schleef.org>
32790
32791         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32792
32793 2004-07-07  Wim Taymans  <wim@fluendo.com>
32794
32795         * gst/playback/Makefile.am:
32796         * gst/playback/README:
32797         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32798         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32799         (compare_ranks), (print_feature), (gst_decode_bin_init),
32800         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32801         (try_to_link_1), (new_pad), (close_link), (type_found),
32802         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32803         (plugin_init):
32804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32805         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32806         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32807         (gen_preroll_element), (no_more_pads), (new_stream),
32808         (setup_source), (gst_play_base_bin_set_property),
32809         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32810         (gst_play_base_bin_add_element),
32811         (gst_play_base_bin_remove_element),
32812         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32813         (gst_play_base_bin_unlink_stream),
32814         (gst_play_base_bin_get_streaminfo):
32815         * gst/playback/gstplaybasebin.h:
32816         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32817         (gst_play_bin_class_init), (gst_play_bin_init),
32818         (gst_play_bin_dispose), (gst_play_bin_set_property),
32819         (gst_play_bin_get_property), (gen_video_element),
32820         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32821         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32822         (gst_play_bin_get_formats), (gst_play_bin_convert),
32823         (gst_play_bin_get_query_types), (gst_play_bin_query),
32824         (plugin_init):
32825         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32826         (gst_stream_info_get_type), (gst_stream_info_class_init),
32827         (gst_stream_info_init), (gst_stream_info_new),
32828         (gst_stream_info_dispose), (gst_stream_info_set_property),
32829         (gst_stream_info_get_property):
32830         * gst/playback/gststreaminfo.h:
32831         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32832         (main):
32833         * gst/playback/test2.c: (main):
32834         * gst/playback/test3.c: (update_scale), (main):
32835         More playbin fixes. Added README. Do better element filtering.
32836         Added base class to preroll media. Added test apps.
32837
32838 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32839
32840         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32841         * ext/mpeg2dec/gstmpeg2dec.h:
32842           various debugging improvements.  Reset stream to next picture
32843           instead of sequence header, otherwise seeks cannot work.
32844
32845 2004-07-07  Wim Taymans  <wim@fluendo.com>
32846
32847         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32848         (gst_video_box_class_init), (gst_video_box_set_property),
32849         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32850         Use pad_alloc where possible.
32851
32852 2004-07-07  Wim Taymans  <wim@fluendo.com>
32853
32854         * sys/oss/gstosselement.c: (gst_osselement_reset),
32855         (gst_osselement_parse_caps):
32856         * sys/oss/gstosselement.h:
32857         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32858         Fix offset on osssrc.
32859
32860 2004-07-07  Wim Taymans  <wim@fluendo.com>
32861
32862         * ext/theora/theora.c: (plugin_init):
32863         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32864         (theora_dec_src_query), (theora_dec_chain):
32865         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32866         (theora_enc_sink_link), (theora_buffer_from_packet),
32867         (theora_push_packet), (theora_enc_chain):
32868         Fix theora granulepos calculation.
32869         Fix overflow in duration/position calculation.
32870         Bump rank to PRIMARY for theoradec.
32871         Use granulepos of last packet to calculate position.
32872         Set keyframe flag on buffers when needed.
32873
32874 2004-07-06  David Schleef  <ds@schleef.org>
32875
32876         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32877         serious?  (Fixed, obviously.)
32878
32879 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32880
32881         * po/LINGUAS:
32882         * po/cs.po:
32883           added Czech translation (Miloslav Trmac)
32884
32885 2004-07-05  Wim Taymans  <wim@fluendo.com>
32886
32887         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32888         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32889         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32890         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32891         (close_link), (type_found), (gst_decode_bin_set_property),
32892         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32893         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32894         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32895         (gst_decode_bin_query), (plugin_init):
32896         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32897         (gst_play_bin_class_init), (gst_play_bin_init),
32898         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32899         (get_video_element), (new_pad), (setup_source),
32900         (gst_play_bin_set_property), (gst_play_bin_get_property),
32901         (gst_play_bin_change_state), (gst_play_bin_add_element),
32902         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32903         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32904         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32905         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32906         * gst/playback/test.c: (main):
32907         More fixes, cleaned up playbin, make it use decodebin. Added
32908         threaded property to playbin.
32909
32910 2004-07-05  Wim Taymans  <wim@fluendo.com>
32911
32912         * configure.ac:
32913         * gst/playback/Makefile.am:
32914         * gst/playback/decodetest.c: (main):
32915         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32916         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32917         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32918         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32919         (close_link), (type_found), (gst_decode_bin_set_property),
32920         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32921         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32922         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32923         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32924         (plugin_init):
32925         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32926         (gst_play_bin_class_init), (gst_play_bin_init),
32927         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32928         (collect_sink_pads), (find_compatibles), (close_pad_link),
32929         (try_to_link_1), (new_pad), (close_link), (type_found),
32930         (setup_source), (gst_play_bin_set_property),
32931         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32932         (compare_ranks), (gst_play_bin_collect_factories),
32933         (gst_play_bin_change_state), (gst_play_bin_add_element),
32934         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32935         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32936         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32937         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32938         * gst/playback/test.c: (main):
32939         Added some playback helper elements and some test apps, very alpha
32940         still.
32941
32942 2004-07-04  Benjamin Otte  <otte@gnome.org>
32943
32944         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32945           only restart audio when we indeed have an xrun to fix repeated
32946           xruns. Fix suggested by Giuliano Pochini.
32947
32948 2004-07-03  David Schleef  <ds@schleef.org>
32949
32950         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32951         call to gst_debug_log() if debugging is disabled (bug #145118)
32952
32953 2004-07-03  Benjamin Otte  <otte@gnome.org>
32954
32955         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32956           use our own functions for restarting the alsa device.
32957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32958           I should apply patches myself - use MIN for the third argument, not
32959           the second, this fixes seeking
32960
32961 2004-07-02  David Schleef  <ds@schleef.org>
32962
32963         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32964         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32965         do with the logic.
32966
32967 2004-07-02  David Schleef  <ds@schleef.org>
32968
32969         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32970         output buffers.  Fix logic mistake.  (bug #144866)
32971
32972 2004-07-02  David Schleef  <ds@schleef.org>
32973
32974         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32975         on X.  (bug #144753)
32976
32977 2004-07-02  David Schleef  <ds@schleef.org>
32978
32979         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32980         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32981         (bug #144624)
32982         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32983         (gst_osselement_rate_probe_check): Add another workaround for
32984         buggy drivers (bug #145336)
32985
32986 2004-07-02  David Schleef  <ds@schleef.org>
32987
32988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32989         Most systems don't have MSG_NOSIGNAL.
32990
32991 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32992
32993         * Makefile.am:
32994         * gst-libs/gst/colorbalance/Makefile.am:
32995         * gst-libs/gst/mixer/Makefile.am:
32996         * gst-libs/gst/play/Makefile.am:
32997         * gst-libs/gst/tuner/Makefile.am:
32998           (hopefully) fix both install and dist and make error message useful.
32999           needs testing across automakes.
33000
33001 2004-07-02  Benjamin Otte  <otte@gnome.org>
33002
33003         * ext/ogg/gstogg.c: (plugin_init):
33004           we require bytestream now
33005         * ext/ogg/gstoggdemux.c:
33006           huge diff to implement chain setup in a fast and generic way. This
33007           improves tag reading and startup of huge files (read: Theora videos)
33008           quite a bit. It probably contains bugs, too, so please test.
33009           Seeking is not improved to the fast method.
33010
33011 2004-06-29  Wim Taymans  <wim@fluendo.com>
33012
33013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33014         * ext/ogg/gstoggmux.c:
33015         Fix memleak in oggdemux when running unconnected pads.
33016         doc update in mux, start working on keyframe mode.
33017
33018 2004-06-29  Benjamin Otte  <otte@gnome.org>
33019
33020         * sys/oss/gstosssink.c:
33021         * sys/oss/gstosssrc.c:
33022           advertise correct template caps - we indeed do non-native endianness
33023           and 8bit audio has no endianness
33024         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33026           avoid (wrong) duplications in getcaps function and return
33027           template caps
33028
33029 2004-06-29  Wim Taymans  <wim@fluendo.com>
33030
33031         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33032         (gst_multifdsink_class_init), (gst_multifdsink_add),
33033         (gst_multifdsink_remove), (gst_multifdsink_clear),
33034         (gst_multifdsink_client_remove),
33035         (gst_multifdsink_handle_client_read),
33036         (gst_multifdsink_client_queue_data),
33037         (gst_multifdsink_client_queue_caps),
33038         (gst_multifdsink_client_queue_buffer),
33039         (gst_multifdsink_handle_client_write),
33040         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33041         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33042         (gst_multifdsink_init_send), (gst_multifdsink_close):
33043         Fix wrong GList iteration that could crash the server when
33044         more then 2 clients disconnect at the same time. Read all the
33045         pending commands in one batch to recover from command storms under
33046         very heavy load.
33047
33048 2004-06-28  Wim Taymans  <wim@fluendo.com>
33049
33050         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33051         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33052         (gst_videomixer_pad_set_property),
33053         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33054         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33055         (gst_videomixer_class_init), (gst_videomixer_init),
33056         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33057         (pad_zorder_compare), (gst_videomixer_sort_pads),
33058         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33059         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33060         (gst_videomixer_update_queues), (gst_videomixer_loop),
33061         (plugin_init):
33062         Avoid divide by zero, choose masterpad as the pad with the highest
33063         framerate.
33064
33065 2004-06-27  Julien Moutte  <julien@moutte.net>
33066
33067         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33068         (gst_ximagesink_xwindow_new):
33069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33070         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33071         function directly. We might want to call it from somewhere else one day.
33072
33073 2004-06-27  Julien Moutte  <julien@moutte.net>
33074
33075         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33076         (gst_ximagesink_xwindow_new):
33077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33078         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33079         window decorations.
33080
33081 2004-06-27  Wim Taymans  <wim@fluendo.com>
33082
33083         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33084         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33085         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33086         (gst_dvdec_set_property), (gst_dvdec_get_property):
33087         * ext/dv/gstdvdec.h:
33088         Implement drop_factor property to lower the framerate with
33089         a factor.
33090
33091 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33092
33093         * gst-libs/gst/colorbalance/Makefile.am:
33094         * gst-libs/gst/mixer/Makefile.am:
33095         * gst-libs/gst/play/Makefile.am:
33096         * gst-libs/gst/tuner/Makefile.am:
33097           unbreak Company's fix that didn't install the -enum.h files
33098
33099 2004-06-27  Wim Taymans  <wim@fluendo.com>
33100
33101         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33102         (gst_dvdec_change_state):
33103         * ext/dv/gstdvdec.h:
33104         Fix timestamp, duration and offset of the buffers.
33105
33106 2004-06-27  Wim Taymans  <wim@fluendo.com>
33107
33108         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33109         (gst_multifdsink_class_init), (gst_multifdsink_add),
33110         (gst_multifdsink_remove), (gst_multifdsink_clear),
33111         (gst_multifdsink_client_remove),
33112         (gst_multifdsink_handle_client_read),
33113         (gst_multifdsink_client_queue_data),
33114         (gst_multifdsink_client_queue_caps),
33115         (gst_multifdsink_client_queue_buffer),
33116         (gst_multifdsink_handle_client_write),
33117         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33118         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33119         (gst_multifdsink_init_send), (gst_multifdsink_close):
33120         * gst/tcp/gstmultifdsink.h:
33121         * gst/tcp/gsttcpserversink.c:
33122         (gst_tcpserversink_handle_server_read),
33123         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33124         More multifdsink fixes, more recovery policy fixes.
33125         Removed stupid g_print
33126
33127 2004-06-26  Wim Taymans  <wim@fluendo.com>
33128
33129         * gst/tcp/Makefile.am:
33130         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33131         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33132         (gst_multifdsink_class_init), (gst_multifdsink_init),
33133         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33134         (gst_multifdsink_handle_client_read),
33135         (gst_multifdsink_client_queue_data),
33136         (gst_multifdsink_client_queue_caps),
33137         (gst_multifdsink_client_queue_buffer),
33138         (gst_multifdsink_handle_client_write),
33139         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33140         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33141         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33142         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33143         (gst_multifdsink_close), (gst_multifdsink_change_state):
33144         * gst/tcp/gstmultifdsink.h:
33145         * gst/tcp/gsttcpplugin.c: (plugin_init):
33146         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33147         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33148         (gst_tcpserversink_handle_server_read),
33149         (gst_tcpserversink_handle_select),
33150         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33151         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33152         * gst/tcp/gsttcpserversink.h:
33153         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33154         one of the locks, added recovery policy to multifdsink.
33155
33156 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33157
33158         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33159           fix decision for when getting frames with same timestamp
33160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33161         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33162         (gst_v4lsrc_get_property):
33163         * sys/v4l/gstv4lsrc.h:
33164           add latency offset property
33165
33166 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33167
33168         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33169         (plugin_init):
33170           fix debugging. add category.
33171
33172 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33173
33174         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33175           fix wrong offsets
33176
33177 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33178
33179         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33180         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33181         (gst_alsa_src_change_state):
33182           return a time that is in sync with the element's processing
33183
33184 2004-06-25  Wim Taymans  <wim@fluendo.com>
33185
33186         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33187         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33188         (gst_tcpserversink_client_remove),
33189         (gst_tcpserversink_handle_client_read),
33190         (gst_tcpserversink_client_queue_data),
33191         (gst_tcpserversink_client_queue_caps),
33192         (gst_tcpserversink_client_queue_buffer),
33193         (gst_tcpserversink_handle_client_write),
33194         (gst_tcpserversink_queue_buffer),
33195         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33196         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33197         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33198         (gst_tcpserversink_close):
33199         * gst/tcp/gsttcpserversink.h:
33200         Serversink rewrite. Really do non blocking writes to clients and
33201         maintain an internal queue to handle slower clients while not
33202         disturbing fast clients.
33203
33204 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33205
33206         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33207           better debug, don't override OFFSET and OFFSET_END
33208
33209 2004-06-25  Iain <iain@prettypeople.org>
33210
33211         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33212         name=source for the wavparse pipeline.
33213
33214 2004-06-24  Johan Dahlin  <johan@gnome.org>
33215
33216         * ext/theora/theoraenc.c (theora_enc_chain): Call
33217         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33218         streamheader caps are set correctly.
33219
33220 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33221
33222         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33223         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33224           respect minimum bitrate; same could be done for max bitrate
33225
33226 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33227
33228         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33229         (gst_vorbisenc_setup):
33230           fix sample rate range
33231
33232 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33233
33234         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33235         (gst_oggvorbisenc_setup):
33236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33237         (gst_vorbisenc_setup):
33238           resolve ambiguities in code and description
33239
33240 2004-06-24  Wim Taymans  <wim@fluendo.com>
33241
33242         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33243         * ext/alsa/gstalsa.h:
33244         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33245         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33246         Use alsa trigger_tstamp to get the timestamp of the first
33247         sample in the buffer for more precise sync. Some cleanups.
33248
33249 2004-06-24  Wim Taymans  <wim@fluendo.com>
33250
33251         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33252         (gst_audiorate_init), (gst_audiorate_chain),
33253         (gst_audiorate_set_property), (gst_audiorate_get_property):
33254         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33255         (gst_videorate_chain):
33256         Added some logging, fixed an overflow bug in videorate.
33257
33258 2004-06-24  Benjamin Otte  <otte@gnome.org>
33259
33260         * ext/kio/Makefile.am:
33261           fix for builddir != srcdir and distcheck
33262
33263 2004-06-24  Benjamin Otte  <otte@gnome.org>
33264
33265         * gst-libs/gst/colorbalance/Makefile.am:
33266         * gst-libs/gst/mixer/Makefile.am:
33267         * gst-libs/gst/play/Makefile.am:
33268         * gst-libs/gst/tuner/Makefile.am:
33269         * gst/tcp/Makefile.am:
33270         * sys/dxr3/Makefile.am:
33271           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33272           tarball.
33273           Also add all *.list files that were missing.
33274         * Makefile.am:
33275           add a distcheck hook to ensure the above doesn't happen again.
33276
33277 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33278
33279         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33280
33281 2004-06-23  Colin Walters  <walters@redhat.com>
33282
33283         * m4/Makefile.am: Distribute gst-fionread.m4.
33284
33285 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33286
33287         * configure.ac: back to dev
33288
33289 2004-06-23  Wim Taymans  <wim@fluendo.com>
33290
33291         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33292         (gst_alsa_xrun_recovery):
33293         * ext/alsa/gstalsa.h:
33294         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33295         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33296         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33297         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33298         (gst_alsa_src_loop):
33299         Add clock to alsasrc. Take new capture timestamp when
33300         restarting after an overrun. Split up some functions between
33301         alsasrc and alsasink.
33302
33303 === release 0.8.2 ===
33304
33305 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33306
33307         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33308         (gst_alsa_change_state), (gst_alsa_update_avail),
33309         (gst_alsa_xrun_recovery):
33310         * ext/alsa/gstalsa.h:
33311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33312           merge back changes from release
33313
33314 2004-06-23  Wim Taymans  <wim@fluendo.com>
33315
33316         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33317         (gst_audiorate_init), (gst_audiorate_chain),
33318         (gst_audiorate_set_property), (gst_audiorate_get_property):
33319         Implement sample dropping and notify
33320
33321 2004-06-22  Wim Taymans  <wim@fluendo.com>
33322
33323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33324         (theora_enc_sink_link), (theora_buffer_from_packet),
33325         (theora_push_packet), (theora_enc_chain):
33326         Some cleanups, make sure the timestamps are correct.
33327
33328 2004-06-22  Wim Taymans  <wim@fluendo.com>
33329
33330         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33331         (gst_alsa_change_state), (gst_alsa_update_avail),
33332         (gst_alsa_xrun_recovery):
33333         * ext/alsa/gstalsa.h:
33334         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33335         Cleanups, take queued samples into account when reporting
33336         the time.
33337
33338 2004-06-22  Wim Taymans  <wim@fluendo.com>
33339
33340         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33341         (gst_videorate_init):
33342         Initialize the property as well.
33343
33344 2004-06-22  Wim Taymans  <wim@fluendo.com>
33345
33346         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33347         (gst_videorate_init), (gst_videorate_chain),
33348         (gst_videorate_set_property), (gst_videorate_get_property):
33349         Add property to make videorate silent.
33350         Add property to prefer new frames over old ones.
33351
33352 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33353
33354         * sys/osxvideo/Makefile.am:
33355         Workaround so that the osxvideo .so file gets linked with the
33356         Cocoa, OpenGL and QuickTime frameworks
33357
33358 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33359
33360         * sys/osxaudio/Makefile.am:
33361         Workaround so that the osxaudio .so file gets linked with the
33362         CoreAudio framework
33363
33364 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33365
33366         * configure.ac:
33367         Whoops, my fault...fixed build issues
33368
33369 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33370
33371         * configure.ac:
33372         Add objective-c support if running in Darwin/Mac OS X
33373         * sys/Makefile.am:
33374         * sys/osxvideo:
33375         * sys/osxvideo/Makefile.am:
33376         * sys/osxvideo/osxvideosink.h:
33377         * sys/osxvideo/osxvideosink.m:
33378         * sys/osxvideo/cocoawindow.h:
33379         * sys/osxvideo/cocoawindow.m:
33380         Add osxvideosink, a cocoa-based osx video sink
33381
33382
33383 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33384         * ext/dvdnav/gst-dvd:
33385         Grab the gconf key from the right spot
33386         * gst/debug/gstnavseek.c: (gst_navseek_init),
33387         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33388         (gst_navseek_chain):
33389         * gst/debug/gstnavseek.h:
33390           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33391           and loop parameters of a segment seek.
33392         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33393         (gst_videotestsrc_get_event_masks),
33394         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33395         * gst/videotestsrc/gstvideotestsrc.h:
33396           Add seeking support to videotestsrc
33397           Initialise the timestamp_offset variable.
33398
33399 2004-06-18  Wim Taymans  <wim@fluendo.com>
33400
33401         * ext/sidplay/gstsiddec.cc:
33402         Fix negotiation and set correct end offset.
33403
33404 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33405
33406         * configure.ac: branch and prerelease
33407
33408 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33409
33410         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33411         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33412         (gst_tcpclientsrc_init_receive):
33413         * gst/tcp/gsttcpclientsrc.h:
33414           read caps when connecting to server for GDP so we set them correctly
33415
33416 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33417
33418         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33419           notify drops and duplicates
33420         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33421           no good reason to limit ourselves to 100x100
33422
33423 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33424
33425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33426         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33427         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33428         (gst_v4lsrc_get_property):
33429         * sys/v4l/gstv4lsrc.h:
33430         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33431         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33432         (gst_v4l_set_audio):
33433         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33434         (gst_v4lsrc_try_capture):
33435         * sys/v4l/v4lsrc_calls.h:
33436           change try_palette to more general try_capture
33437           add autoprobe option so we can turn off autoprobing
33438           various fixes
33439
33440 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33441
33442         * configure.ac:
33443           add videorate
33444         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33445         (gst_ximagesink_class_init):
33446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33447         (gst_xvimagesink_class_init):
33448           run them as finalize, not dispose, since dispose can be invoked
33449           multiple times
33450
33451 2004-06-17  Wim Taymans  <wim@fluendo.com>
33452
33453         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33454         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33455         * ext/alsa/gstalsa.h:
33456         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33458         (gst_alsa_src_change_state):
33459         * ext/alsa/gstalsasrc.h:
33460         Make the xrun code timestamp and offset the buffers correctly.
33461         moved the clock to the base class, use alsa methods to get time.
33462         Do correct timestamping on outgoing buffers.
33463
33464 2004-06-17  Wim Taymans  <wim@fluendo.com>
33465
33466         * gst/audiorate/Makefile.am:
33467         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33468         (gst_audiorate_base_init), (gst_audiorate_class_init),
33469         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33470         (gst_audiorate_set_property), (gst_audiorate_get_property),
33471         (gst_audiorate_change_state), (plugin_init):
33472         Added an audiorate converter that fills in gaps.
33473
33474 2004-06-17  Johan Dahlin  <johan@gnome.org>
33475
33476         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33477
33478 2004-06-16  Wim Taymans  <wim@fluendo.com>
33479
33480         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33482         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33483         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33484         (gst_v4lsrc_get_property):
33485         * sys/v4l/gstv4lsrc.h:
33486         Added a copy mode to v4lsrc where it will output a copied version
33487         of its internal hardware buffer.
33488         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33489         can't | them.
33490
33491 2004-06-16  Wim Taymans  <wim@fluendo.com>
33492
33493         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33494         Timestamp fixes.
33495
33496 2004-06-16  Wim Taymans  <wim@fluendo.com>
33497
33498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33499         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33500         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33501         (gst_v4lsrc_get_property):
33502         * sys/v4l/gstv4lsrc.h:
33503         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33504         Added a sync mode enum property to control v4lsrc timestamp method
33505         Removed the use-fixed-fps property and moved functionality in
33506         the enum.
33507         Don't error on an error value from v4l-conf, it might not always
33508         be a real error.
33509
33510 2004-06-16  Wim Taymans  <wim@fluendo.com>
33511
33512         * gst/videorate/Makefile.am:
33513         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33514         (gst_videorate_base_init), (gst_videorate_class_init),
33515         (gst_videorate_getcaps), (gst_videorate_link),
33516         (gst_videorate_init), (gst_videorate_chain),
33517         (gst_videorate_set_property), (gst_videorate_get_property),
33518         (gst_videorate_change_state), (plugin_init):
33519         Added a video timestamp corrector.
33520
33521 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33522
33523         fixed a potential leak with previous commit
33524
33525         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33526
33527 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33528
33529         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33530         Added missing refcount, fixes bug #144425
33531         Cheers Tim for finding the bug
33532
33533 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33534
33535         * sys/v4l/gstv4l.c: (plugin_init):
33536         * sys/v4l/gstv4lcolorbalance.c:
33537         * sys/v4l/gstv4lcolorbalance.h:
33538         * sys/v4l/gstv4lelement.c:
33539         * sys/v4l/gstv4lelement.h:
33540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33541         * sys/v4l/gstv4lmjpegsink.h:
33542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33543         * sys/v4l/gstv4lmjpegsrc.h:
33544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33545         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33546         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33547         * sys/v4l/gstv4lsrc.h:
33548         * sys/v4l/gstv4ltuner.c:
33549         * sys/v4l/gstv4ltuner.h:
33550         * sys/v4l/gstv4lxoverlay.c:
33551         * sys/v4l/gstv4lxoverlay.h:
33552         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33553         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33554         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33555         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33556         (gst_v4l_set_audio):
33557         * sys/v4l/v4l_calls.h:
33558         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33559         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33560         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33561         (gst_v4lmjpegsink_playback_init),
33562         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33563         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33564         (gst_v4lmjpegsink_playback_stop),
33565         (gst_v4lmjpegsink_playback_deinit):
33566         * sys/v4l/v4lmjpegsink_calls.h:
33567         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33568         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33569         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33570         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33571         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33572         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33573         * sys/v4l/v4lmjpegsrc_calls.h:
33574         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33575         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33576         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33577         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33578         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33579         (gst_v4lsrc_try_palette):
33580         * sys/v4l/v4lsrc_calls.h:
33581           bunch of paranoia cleanups
33582
33583 2004-06-14  David Schleef  <ds@schleef.org>
33584
33585         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33586         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33587         Send discont events and change timestamps appropriately when
33588         we get a seek event.  (bug #144240)
33589         * ext/cdparanoia/gstcdparanoia.h:
33590
33591 2004-06-14  Benjamin Otte  <otte@gnome.org>
33592
33593         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33594           snd_pcm_hw_params_set_rate  since the latter fails for no good
33595           reason on some setups.
33596
33597 2004-06-14  David Schleef  <ds@schleef.org>
33598
33599         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33600         standard.  Thank you for playing.
33601
33602 2004-06-14  Wim Taymans  <wim@fluendo.com>
33603
33604         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33605         Patch 1.3 broke the ordering of the colorspace info and
33606         made the plugin basically work by coincidence, reordered
33607         the info.
33608
33609 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33610
33611         * ext/lame/gstlame.c:
33612         * ext/mad/gstmad.c:
33613           sync caps.  Make sure mad can only output a list of rates, not
33614           a full range.  In the future, have three caps lists for each of the
33615           mpeg versions.  Change mpegversion to a double as well.
33616
33617 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33618
33619         * gst/volume/.cvsignore:
33620         * gst/volume/Makefile.am:
33621         * gst/volume/demo.c: (value_changed_callback), (idler),
33622         (setup_gui), (main):
33623           added small demo app
33624
33625 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33626         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33627         * ext/esd/esdsink.h:
33628         Close the esd connection on pause, because esd will just wait -
33629         blocking all other esd clients indefinitely.
33630
33631 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33632
33633         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33634           previous commit with GST_DEBUG
33635
33636 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33637
33638         * configure.ac:
33639           add a header check for a dvdread header in dvdnav.  Fixes #133002
33640
33641 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33642
33643         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33644         * gst/tcp/gsttcpclientsink.h:
33645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33646         * gst/tcp/gsttcpclientsrc.h:
33647         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33648         (gst_tcpserversink_handle_server_read),
33649         (gst_tcpserversink_init_send):
33650         * gst/tcp/gsttcpserversink.h:
33651         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33652         * gst/tcp/gsttcpserversrc.h:
33653         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33654         version of IP)
33655
33656 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33657
33658         * configure.ac:
33659         Added ogg library so that OSX detects libtheora properly
33660
33661 2004-06-11  Wim Taymans  <wim@fluendo.com>
33662
33663         * ext/theora/theoradec.c: (theora_dec_chain),
33664         (theora_dec_change_state):
33665         Don't try to decode frames before we received a keyframe.
33666
33667 2004-06-11  Wim Taymans  <wim@fluendo.com>
33668
33669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33670         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33671         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33672         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33673         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33674         Added property to set the maximum delay of a page.
33675
33676 2004-06-10  Wim Taymans  <wim@fluendo.com>
33677
33678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33679         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33680         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33681         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33682         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33683         Added max-delay property to control the maximum amount
33684         of data to put in one page.
33685
33686 2004-06-10  Wim Taymans  <wim@fluendo.com>
33687
33688         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33689         (gst_theora_enc_init), (theora_enc_sink_link),
33690         (theora_buffer_from_packet), (theora_enc_set_property),
33691         (theora_enc_get_property):
33692         Set duration on encoded buffer, added some more properties
33693
33694 2004-06-10  Wim Taymans  <wim@fluendo.com>
33695
33696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33697         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33698         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33699         * ext/theora/theoraenc.c: (theora_enc_chain):
33700         Fix refcounting bugs
33701
33702 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33703
33704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33705         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33706         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33707         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33708         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33709         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33710         (gst_asf_demux_change_state):
33711         * gst/asfdemux/gstasfdemux.h:
33712           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33713           feels like. I think we should set a new requirement for demuxers
33714           from now on to implement sane loop functions, data loops, query
33715           and seek functions before first commit into CVS. And this commit
33716           fixes all of the above.
33717
33718 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33719
33720         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33721           vorbis comments are properly encoded in UTF-8 before adding them
33722           to a GstTagList
33723
33724 2004-06-09  Benjamin Otte  <otte@gnome.org>
33725
33726         * ext/alsa/gstalsa.c: (add_channels):
33727           handle min <= max correctly
33728         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33729         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33730           add fixation functions so we fixate correctly. No preferring of alaw
33731           anymore because it's the first structure.
33732         * ext/alsa/gstalsa.h:
33733         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33734         (gst_alsa_hw_params_dump):
33735           add functions to ease debugging in alsalib
33736         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33737         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33738         (gst_alsa_start_audio):
33739           only specify hw params if we really setup a format (fixes #134007 -
33740           or at least works around it)
33741
33742 2004-06-09  Wim Taymans  <wim@fluendo.com>
33743
33744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33745         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33746         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33747         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33748         (gst_ogg_mux_loop):
33749         Use stream caps to setup the initial pages in the ogg stream.
33750         Correctly set the streamheader caps on the srcpad.
33751
33752 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33753
33754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33755         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33756         (gst_v4lsrc_getcaps):
33757         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33758         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33759           add querying of fps lists for webcams.  Negotiating to a framerate
33760           now works.
33761
33762 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33763
33764         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33765         (theora_push_buffer), (theora_push_packet),
33766         (theora_set_header_on_caps), (theora_enc_chain):
33767           mark buffers and put on streamheader, raw theora streaming
33768           now works too, whee
33769
33770 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33771
33772         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33773         (gst_tcp_gdp_read_caps):
33774           do a looping read for caps and GDP headers too
33775
33776 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33777
33778         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33779         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33780           return EOS instead of NULL in _get
33781
33782 2004-06-08  Wim Taymans  <wim@fluendo.com>
33783
33784         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33785         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33786         (gst_tcp_gdp_write_caps):
33787         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33788         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33789         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33790         Memory leak fixes
33791
33792 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33793
33794         * ext/vorbis/Makefile.am:
33795         * ext/vorbis/vorbis.c: (plugin_init):
33796         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33797         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33798         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33799         (vorbis_parse_change_state):
33800         * ext/vorbis/vorbisparse.h:
33801           adding a vorbisparse element that marks the buffers, streaming
33802           raw vorbis using GDP now works, whee
33803
33804 2004-06-08  Wim Taymans  <wim@fluendo.com>
33805
33806         * ext/jpeg/Makefile.am:
33807         * ext/jpeg/README:
33808         * ext/jpeg/gstjpeg.c: (plugin_init):
33809         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33810         (gst_smokedec_base_init), (gst_smokedec_class_init),
33811         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33812         * ext/jpeg/gstsmokedec.h:
33813         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33814         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33815         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33816         (gst_smokeenc_resync), (gst_smokeenc_chain),
33817         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33818         * ext/jpeg/gstsmokeenc.h:
33819         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33820         (smokecodec_flush_destination), (smokecodec_term_destination),
33821         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33822         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33823         (smokecodec_term_source), (smokecodec_encode_new),
33824         (smokecodec_decode_new), (smokecodec_info_free),
33825         (smokecodec_set_quality), (smokecodec_get_quality),
33826         (smokecodec_set_threshold), (smokecodec_get_threshold),
33827         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33828         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33829         (smokecodec_parse_header), (smokecodec_decode):
33830         * ext/jpeg/smokecodec.h:
33831         Added a new simple jpeg based codec
33832
33833 2004-06-08  Wim Taymans  <wim@fluendo.com>
33834
33835         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33836         (gst_multipart_mux_loop):
33837         Fix memory leak
33838
33839 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33840
33841         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33842         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33843         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33844         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33845         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33846         * gst/tcp/gsttcpserversink.h:
33847           take streamheader into account
33848
33849 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33850
33851         * gst/level/Makefile.am:
33852         * gst/level/gstlevel.c: (gst_level_class_init):
33853           clean up marshal generation
33854
33855 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33856
33857         * gst/tcp/Makefile.am:
33858         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33859         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33860         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33861         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33862         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33863         (gst_tcpclientsrc_get_property):
33864         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33865         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33866         (gst_tcpserversink_handle_client_read),
33867         (gst_tcpserversink_handle_client_write),
33868         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33869         * gst/tcp/gsttcpserversink.h:
33870           add signals client-added and client-removed
33871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33872         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33873         (gst_tcpserversrc_get_property):
33874         uniformized, change default protocol to NONE
33875         * gst/tcp/gsttcp-marshal.list: added
33876 2004-06-07  Benjamin Otte  <otte@gnome.org>
33877
33878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33879           handle discont events if they happen before caps nego
33880
33881 2004-06-07  Wim Taymans  <wim@fluendo.com>
33882
33883         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33884         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33885         (gst_multipart_demux_plugin_init):
33886         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33887         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33888         (gst_multipart_mux_change_state):
33889         Small updates, fix a memleak
33890
33891 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33892
33893         * configure.ac: OSS portability
33894         * ext/arts/gst_arts.c: idem
33895         * sys/oss/gstosselement.c: idem
33896         * sys/oss/gstossmixer.c: idem
33897         * sys/oss/gstosssink.c: idem
33898         * sys/oss/gstosssrc.c: idem
33899         * sys/oss/oss_probe.c: idem
33900           - check for soundcard.h in different places for some BSD
33901
33902 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33903
33904         * AUTHORS:
33905         Add me to the authors file
33906         * configure.ac:
33907         Increase the libdv requirement to >= version 0.100
33908         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33909         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33910         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33911         * ext/dv/gstdvdec.h:
33912         Add support for the new_media flag when sending DISCONT events
33913         Make the querying work when video pad is not linked
33914
33915 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33916
33917         reviewed by Benjamin Otte  <otte@gnome.org>
33918
33919         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33920           create a NULL-initialized array of pads, so we don't think they
33921           exist already. (fixes #143130)
33922
33923 2004-06-07  Benjamin Otte  <otte@gnome.org>
33924
33925         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33926         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33927         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33928           don't use // coments
33929
33930 2004-06-07  Benjamin Otte  <otte@gnome.org>
33931
33932         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33933           cast to GstClockTime to get higher granularity
33934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33935           use gst_element_set_time_delay to get the exact time
33936         * ext/mad/gstmad.c: (gst_mad_chain):
33937           use the negotiated rate instead of the current frame's rate which
33938           might be wrong because of bit errors. This avoids emitting totally
33939           bogus timestamps and screwing sync.
33940         (fixes #143454)
33941
33942 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33943
33944         reviewed by Benjamin Otte  <otte@gnome.org>
33945
33946         * gst/adder/gstadder.c: (gst_adder_loop):
33947           properly error out when no negotiation has happened yet. (fixes
33948           #143032)
33949
33950 2004-06-06  Benjamin Otte  <otte@gnome.org>
33951
33952         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33953           forward correctly transformed offset in discont events. Based on
33954           patch by Arwed v. Merkatz. (fixes #142851)
33955
33956 2004-06-06  David Schleef  <ds@schleef.org>
33957
33958         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33959         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33960         problems on several systems.
33961
33962 2004-06-06  Benjamin Otte  <otte@gnome.org>
33963
33964         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33965           use explicit caps on the srcpad
33966         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33967           properly error out if caps couldn't be set (fixes #142764)
33968
33969 2004-06-06  Benjamin Otte  <otte@gnome.org>
33970
33971         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33972         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33973         (gst_alsa_start_audio):
33974           - don't call set_periods_integer anymore, it breaks the
33975           configuration randomly
33976           - call snd_pcm_hw_params_set_access directly instead of using masks
33977           - don't fail if the sw_params can't be set, just use the default
33978           params and hope it works. Alsalib has weird issues when you touch
33979           sw_params and does no proper error reporting about what failed.
33980         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33981         (gst_alsa_close_audio):
33982           make our alsa debugging go via gst debugging and not conditionally
33983           defined
33984         * ext/alsa/gstalsa.h:
33985           add ALSA_DEBUG_FLUSH macro
33986         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33987         (plugin_init):
33988           wrap alsa errors to be printed via the gst debugging system and not
33989           spammed to stderr
33990
33991 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33992
33993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33994         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33995         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33996         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33997         (qtdemux_parse_trak):
33998         * gst/qtdemux/qtdemux.h:
33999           Bitch. Also known as seeking, querying & co.
34000         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34001         (gst_osssink_change_state):
34002         * sys/oss/gstosssink.h:
34003           Resyncing is for weenies, this hack is no longer needed and was
34004           broken anyway (since it - unintendedly - always leaves resync to
34005           TRUE).
34006
34007 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34008
34009         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34010         * gst/tcp/gsttcpclientsrc.h: idem
34011           - define MSG_NOSIGNAL if not done
34012           - include unistd.h for off_t
34013           (fixes #143749)
34014
34015 2004-06-05  Benjamin Otte  <otte@gnome.org>
34016
34017         * configure.ac:
34018         * ext/kio/Makefile.am:
34019           check for qt's moc preprocessor explicitly and use it
34020
34021 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34022
34023         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34024           don't get a signal for EPIPE on socket writes
34025           (somebody check if this works on other platforms)
34026
34027 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34028
34029         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34030         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34031           check error condition on available samples correctly
34032
34033 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34034
34035         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34036           avoid a segfault
34037         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34038         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34039         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34040         (gst_tcpserversrc_gdp_read_header):
34041          use ssize_t over size_t since the former is signed and thus the
34042          check for error codes can work
34043
34044 2004-06-02  Wim Taymans  <wim@fluendo.com>
34045
34046         reviewed by: Johan
34047
34048         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34049         (gst_multipart_mux_loop):
34050         Oops
34051
34052 2004-06-02  Wim Taymans  <wim@fluendo.com>
34053
34054         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34055         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34056         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34057         (gst_multipart_mux_change_state):
34058         Added configurable boundary specifier, added the value as a
34059         caps field as well.
34060
34061 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34062
34063         * gst/tcp/gsttcp.c:
34064         * gst/tcp/gsttcpclientsrc.c:
34065         * gst/tcp/gsttcpclientsrc.h:
34066         * gst/tcp/gsttcpserversrc.c:
34067           - portability fix, to compile on OSX
34068             (fixes #143146)
34069
34070         * sys/osxaudio/gstosxaudioelement.c:
34071         * sys/osxaudio/gstosxaudiosink.c:
34072         * sys/osxaudio/gstosxaudiosrc.c:
34073           - compilation warnings on OSX
34074             (fixes #143153)
34075
34076 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34077
34078         * ext/vorbis/vorbisdec.c : sign warning fixes
34079
34080         * gst-libs/gst/mixer/mixertrack.c :
34081           do no use defines which are glib 2.4 specific
34082
34083 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34084
34085         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34086           buffer since libflac doesn't expect it (reports a sync error when
34087           it encounters that)
34088
34089
34090 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34091
34092         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34093         * gst-libs/gst/mixer/mixertrack.c:
34094         (gst_mixer_track_get_property), (get_mixer_track_init),
34095         (get_mixer_track_get_property): Added property accessors
34096         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34097         * gst-libs/gst/mixer/mixeroptions.c:
34098         (gst_mixer_options_get_values): Added
34099         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34100         * gst-libs/gst/mixer/mixer.c: Fixed comment
34101
34102
34103 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34104
34105         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34106           improve error messages on open
34107
34108
34109 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34110
34111         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34112           check if v4l-conf is in path
34113
34114 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34115
34116         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34117           change assert to a more readable error message
34118
34119 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34120
34121         * gst-libs/gst/tuner/tunerchannel.h:
34122           - add a freq_multiplicator field to make the conversion
34123             between internal frequency unit and Hz
34124         * sys/v4l/gstv4lelement.c:
34125         * sys/v4l2/gstv4l2element.c:
34126           - change default video device to /dev/video0
34127         * sys/v4l/v4l_calls.c:
34128         * sys/v4l2/v4l2_calls.c:
34129           - we only expose frequency to the user in Hz instead of
34130             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34131
34132 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34133         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34134           Initialise b_o_s and e_o_s variables
34135         * gst-libs/gst/riff/riff-media.c:
34136         (gst_riff_create_video_caps_with_data):
34137           Add some unusual fourcc's from mplayer avi's
34138         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34139           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34140           autoplugging.
34141
34142 2004-05-28  Wim Taymans  <wim@fluendo.com>
34143
34144         * configure.ac:
34145         * gst/alpha/Makefile.am:
34146         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34147         (gst_alpha_get_type), (gst_alpha_base_init),
34148         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34149         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34150         (gst_alpha_chroma_key), (gst_alpha_chain),
34151         (gst_alpha_change_state), (plugin_init):
34152         A plugin to add an alpha channel to I420 video. Can optionally do
34153         chroma keying.
34154         * gst/multipart/Makefile.am:
34155         * gst/multipart/multipart.c: (plugin_init):
34156         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34157         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34158         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34159         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34160         (gst_multipart_demux_change_state),
34161         (gst_multipart_demux_plugin_init):
34162         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34163         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34164         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34165         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34166         (gst_multipart_mux_pad_unlink),
34167         (gst_multipart_mux_request_new_pad),
34168         (gst_multipart_mux_handle_src_event),
34169         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34170         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34171         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34172         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34173         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34174         send multipart jpeg images to a browser.
34175         * gst/videobox/Makefile.am:
34176         * gst/videobox/README:
34177         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34178         (gst_video_box_get_type), (gst_video_box_base_init),
34179         (gst_video_box_class_init), (gst_video_box_init),
34180         (gst_video_box_set_property), (gst_video_box_get_property),
34181         (gst_video_box_sink_link), (gst_video_box_i420),
34182         (gst_video_box_ayuv), (gst_video_box_chain),
34183         (gst_video_box_change_state), (plugin_init):
34184         Crops or adds borders around an image. can do alpha channel
34185         borders as well.
34186         * gst/videomixer/Makefile.am:
34187         * gst/videomixer/README:
34188         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34189         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34190         (gst_videomixer_pad_get_sink_event_masks),
34191         (gst_videomixer_pad_get_property),
34192         (gst_videomixer_pad_set_property),
34193         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34194         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34195         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34196         (gst_videomixer_base_init), (gst_videomixer_class_init),
34197         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34198         (gst_videomixer_handle_src_event),
34199         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34200         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34201         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34202         (gst_videomixer_loop), (gst_videomixer_get_property),
34203         (gst_videomixer_set_property), (gst_videomixer_change_state),
34204         (plugin_init):
34205         Generic video mixer plugin, can handle multiple inputs all with
34206         different framerates and video sizes. Is fully alpha channel
34207         aware.
34208
34209 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34210
34211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34212           Select first track as master track. Not sure how else to handle
34213           that...
34214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34215           Discard discont events. Should fix #142962.
34216
34217 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34218
34219         * ext/alsa/Makefile.am:
34220         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34221         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34222         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34223         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34224         (gst_alsa_mixer_get_option):
34225         * ext/alsa/gstalsamixer.h:
34226         * ext/alsa/gstalsamixeroptions.c:
34227         (gst_alsa_mixer_options_get_type),
34228         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34229         (gst_alsa_mixer_options_new):
34230         * ext/alsa/gstalsamixeroptions.h:
34231         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34232         * ext/alsa/gstalsamixertrack.h:
34233           Add enumerations (as GstMixerOptions). Make correct distinction
34234           between input/output tracks. Add capture/playback private flag.
34235           Use flag to decide on whether to set capture or playback volumes
34236           or switches. Use playback and record switches.
34237         * gst-libs/gst/mixer/Makefile.am:
34238         * gst-libs/gst/mixer/mixer-marshal.list:
34239         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34240         (gst_mixer_set_option), (gst_mixer_get_option),
34241         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34242         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34243         * gst-libs/gst/mixer/mixer.h:
34244         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34245         (gst_mixer_options_class_init), (gst_mixer_options_init),
34246         (gst_mixer_options_dispose):
34247         * gst-libs/gst/mixer/mixeroptions.h:
34248           Add GstMixerOptions.
34249         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34250           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34251           broken device detection on computers with multiple OSS sound
34252           cards.
34253
34254 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34255
34256         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34257           fixate nicely even when the peer is not negotiating
34258
34259 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34260
34261         * gst/audioconvert/gstaudioconvert.c:
34262         (gst_audio_convert_parse_caps):
34263           make sure we don't allow depth > width
34264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34265           fixate endianness to G_BYTE_ORDER as default
34266         * gst/audioscale/gstaudioscale.c:
34267           we don't handle another endianness as host-endianness
34268
34269 2004-05-25  David Schleef  <ds@schleef.org>
34270
34271         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34272
34273 2004-05-24  Benjamin Otte  <otte@gnome.org>
34274
34275         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34276         (gst_oggvorbisenc_setup):
34277           properly fail when we can't setup the vorbis encoder due to
34278           unsupported settings
34279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34280         (gst_vorbisenc_setup):
34281           same
34282         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34283           fix case where warnings occured when one pad was unlinked while the
34284           other's link function was called
34285
34286 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34287
34288         * gst/tcp/Makefile.am:
34289           use GST_ENABLE_NEW
34290
34291 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34292
34293         * gst-libs/gst/resample/private.h:
34294           don't use optimizations that are #if 0'ed
34295
34296 2004-05-24  Wim Taymans  <wim@fluendo.com>
34297
34298         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34299         Fix potential division by zero error and hopefully get
34300         the position query right to get correct timestamps on avi
34301         audio.
34302
34303 2004-05-24  Wim Taymans  <wim@fluendo.com>
34304
34305         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34306         (gst_videoscale_scale_nearest_str2),
34307         (gst_videoscale_scale_nearest_str4),
34308         (gst_videoscale_scale_nearest_32bit),
34309         (gst_videoscale_scale_nearest_24bit),
34310         (gst_videoscale_scale_nearest_16bit):
34311         Fix the scaling algorithm and avoid a buffer overflow.
34312         removed the while loop in the scaling function as it
34313         was used for point sampling only.
34314
34315 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34316
34317         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34318         (gst_id3_tag_class_init), (gst_id3_tag_init),
34319         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34320         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34321         (gst_id3_tag_send_tag_event):
34322           lots of fixes to make id3mux work and id3demux work correctly
34323
34324 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34325
34326         * ext/Makefile.am:
34327           add rules to build shout2send (was removed by accident
34328           when this module was no more marked experimental/broken)
34329
34330 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34331
34332         * ext/shout2/gstshout2.c:
34333         * ext/shout2/gstshout2.h:
34334           adding a "connection problem" signal to shout2send
34335           (fixes #142954)
34336
34337 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34338
34339         * ext/kio/kioreceiver.cpp:
34340         * ext/kio/kioreceiver.h:
34341           fix sign comparison issues
34342
34343 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34344
34345         * gst/cdxaparse/gstcdxaparse.c:
34346         * gst/cdxaparse/gstcdxaparse.h:
34347           some renaming
34348           add some checks/sanity
34349           prepare for seek addition
34350
34351         * sys/sunaudio/gstsunaudio.c:
34352           remove exported dupe init function
34353
34354 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34355
34356         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34357         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34358           Fix format conversion and position querying.
34359         * gst/debug/progressreport.c: (gst_progressreport_report):
34360           Don't output a bogus total value that we didn't query.
34361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34362           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34363           only a blank window after xine has been used.
34364
34365 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34366
34367         * m4/as-arts.m4:
34368           sync with upstream version to fix test on FC2
34369           readd with -ko to preserve Id header
34370
34371 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34372
34373         * configure.ac:
34374           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34375         * gst/tcp/gsttcpclientsrc.c: idem
34376         * gst/tcp/gsttcpserversink.c: idem
34377         * gst/tcp/gsttcpserversrc.c: idem
34378         * m4/gst-fionread.m4: idem
34379
34380         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34381
34382         * configure.ac: enable speex plugin for speex 1.1.5+
34383         * ext/speex/gstspeexenc.c: fix cast warning
34384
34385         * ext/esd/README: fix typo
34386
34387 2004-05-20  David Schleef  <ds@schleef.org>
34388
34389         * configure.ac: Minor cosmetic change to convince the buildbot to
34390         reautogen.
34391         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34392         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34393         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34394         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34395         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34396         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34397         More hacking.  Plays audio now.
34398
34399 2004-05-20  David Schleef  <ds@schleef.org>
34400
34401         * configure.ac:
34402         * sys/Makefile.am:
34403
34404 2004-05-20  David Schleef  <ds@schleef.org>
34405
34406         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34407         * sys/osxaudio/gstosxaudio.c:
34408         * sys/osxaudio/gstosxaudioelement.c:
34409         * sys/osxaudio/gstosxaudioelement.h:
34410         * sys/osxaudio/gstosxaudiosink.c:
34411         * sys/osxaudio/gstosxaudiosink.h:
34412         * sys/osxaudio/gstosxaudiosrc.c:
34413         * sys/osxaudio/gstosxaudiosrc.h:
34414
34415 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34416
34417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34418         (gst_vorbisenc_chain):
34419           put the codec headers on the caps as streamheader as well as
34420           pushing them out
34421
34422 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34423
34424         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34425         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34426         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34427         split up push_packet into two functions
34428
34429 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34430
34431         * gst/tcp/.cvsignore:
34432           ignore enums
34433         * gst/tcp/Makefile.am:
34434         * gst/tcp/README:
34435         * gst/tcp/gsttcp.c:
34436         * gst/tcp/gsttcp.h:
34437         * gst/tcp/gsttcpclientsink.c:
34438         * gst/tcp/gsttcpclientsink.h:
34439         * gst/tcp/gsttcpclientsrc.c:
34440         * gst/tcp/gsttcpclientsrc.h:
34441         * gst/tcp/gsttcpplugin.c:
34442         * gst/tcp/gsttcpserversink.c:
34443         * gst/tcp/gsttcpserversink.h:
34444         * gst/tcp/gsttcpserversrc.c:
34445         * gst/tcp/gsttcpserversrc.h:
34446           add new tcp elements
34447
34448 2004-05-19  Wim Taymans  <wim@fluendo.com>
34449
34450         * gst/law/mulaw-conversion.c: (mulaw_encode):
34451         Fix overflow bug in ulaw encoding.
34452
34453 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34454
34455         * ext/mad/gstmad.c: (gst_mad_handle_event):
34456           don't unref the event twice
34457
34458 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34459
34460         * configure.ac:
34461           remove -Wno-sign-compare
34462
34463 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34464
34465         * configure.ac:
34466           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34467           if you want to work against glib 2.2 and 2.4
34468
34469 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34470
34471         * gst/tcp/Makefile.am:
34472         * gst/tcp/gsttcp.c:
34473         * gst/tcp/gsttcp.h:
34474         * gst/tcp/gsttcpsink.h:
34475         * gst/tcp/gsttcpsrc.h:
34476           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34477
34478 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34479
34480         * gst/debug/tests.c: (md5_get_value):
34481           fix segfault on gst-inspect
34482
34483 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34484
34485         * gst/debug/testplugin.c:
34486         * gst/debug/tests.c:
34487         * gst/debug/tests.h:
34488           add new extensible and configurable testing element. Current tests
34489           include buffer count, stream length, timestamp/duration matching and
34490           md5.
34491         * gst/debug/Makefile.am:
34492         * gst/debug/gstdebug.c: (plugin_init):
34493           add infrastructure for new element
34494
34495 2004-05-19  Johan Dahlin  <johan@gnome.org>
34496
34497         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34498         ending of the array. Fixes gst-inspect segfault on ppc.
34499
34500 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34501
34502         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34503
34504         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34505
34506 2004-05-18  David Schleef  <ds@schleef.org>
34507
34508         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34509         warnings (bugs, actually) noticed by gcc but not forte.
34510
34511 2004-05-18  David Schleef  <ds@schleef.org>
34512
34513         * sys/sunaudio/Makefile.am:
34514         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34515
34516 2004-05-18  David Schleef  <ds@schleef.org>
34517
34518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34519         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34520         to allow qtdemux to use non-seekable streams. (bug #142272)
34521
34522 2004-05-18  David Schleef  <ds@schleef.org>
34523
34524         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34525         (gst_resample_sinc_ft_float): Remove use of static temporary
34526         buffer.  This code was obviously not supposed to last long, but
34527         it's stuck in our ABI, so it required a little hack to make it
34528         ABI-compatible.  Fixes #142585.
34529         * gst-libs/gst/resample/resample.h: same.
34530
34531 2004-05-18  David Schleef  <ds@schleef.org>
34532
34533         * configure.ac: Add sunaudio
34534         * examples/Makefile.am: make gstplay depend on gconf
34535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34536         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34537         (convert_table_lookup), (img_convert): remove c99-isms
34538         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34539           unsigned, to fix a warning on Solaris
34540         * gst/mpeg1sys/systems.c: bcopy->memcpy
34541         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34542         * sys/Makefile.am: Add sunaudio
34543
34544 2004-05-18  Wim Taymans  <wim@fluendo.com>
34545
34546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34547         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34548         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34549         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34550         (gst_ogg_mux_loop):
34551         Fix an ugly memleak where the muxer didn't flush enough ogg
34552         pages. This also resulted in badly muxed ogg files.
34553
34554 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34555
34556         * gst/asfdemux/asfheaders.c :
34557         * gst/asfdemux/asfheaders.h :
34558         * gst/asfdemux/gstasfdemux.c :
34559           - fix ASF_OBJ_PADDING guid
34560           - add 3 new object guids (language list, metadata,
34561             extended stream properties)
34562           - add a function to parse extended header objects
34563
34564 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34565
34566         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34567           remove leftover debugging g_print
34568
34569 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34570
34571         * ext/mad/gstmad.c: (gst_mad_handle_event):
34572           Fix for when the first format in a discont event is not a
34573           byte-based one. Should fix #137710.
34574
34575 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34576
34577         * m4/a52.m4 : fix compilation with -Wall -Werror
34578         * m4/libfame.m4 : idem
34579         * m4/libmikmod.m4 : idem
34580
34581 2004-05-17  Benjamin Otte  <otte@gnome.org>
34582
34583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34584           signal the new tags before giving up the reference
34585
34586 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34587
34588         * ext/shout2/gstshout2.c:
34589           use application/ogg instead of application/x-ogg (patch by Patrick
34590           Guimond, fixes #142432)
34591         * sys/oss/gstosselement.c: (gst_osselement_reset),
34592         (gst_osselement_sync_parms):
34593           don't set fragment size unless specified (fixes #142493)
34594
34595 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34596
34597         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34598           fixes #142664
34599
34600 2004-05-17  Benjamin Otte  <otte@gnome.org>
34601
34602         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34603           compute offsets correctly for internal buffers so timestamps are set
34604           correctly when we can't seek. Also handle cases where there are no
34605           offsets. (based on a patch by David Moore, fixes #142507)
34606
34607 2004-05-17  Benjamin Otte  <otte@gnome.org>
34608
34609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34610           use correct variable when determining amount of data to skip so we
34611           don't skip into the void and segfault
34612
34613 2004-05-16  Benjamin Otte  <otte@gnome.org>
34614
34615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34616           Hi, I'm a memleak
34617
34618 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34619
34620         * gst/asfdemux/gstasfdemux.c:
34621           - fix a mem leak and always propagate tags
34622           - add WMV3 to known video codecs (but no decoder yet)
34623           - replace "surplus data" at end of audio header for what
34624             it is : codec specific data
34625           - fix a typo
34626
34627 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34628
34629         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34630
34631         * gst-libs/gst/audio/audioclock.c:
34632           Fix wrong return type (#142205).
34633
34634 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34635
34636         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34637           Ignore CRCs by default (fixes #142566).
34638
34639 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34640
34641         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34642         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34643         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34644         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34645         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34646         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34647           Fix for cases where we fail to attach to a mixer.
34648
34649 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34650
34651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34652           Don't touch events after not owning them anymore.
34653         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34654         (gst_wavparse_fmt), (gst_wavparse_other),
34655         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34656         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34657         (gst_wavparse_srcpad_event):
34658         * gst/wavparse/gstwavparse.h:
34659           Add seeking, fix querying.
34660
34661 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34662
34663         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34664           - process comments even if they don't end with \0\0
34665             g_convert would ignore them if present and works well without them
34666
34667 2004-05-16  Benjamin Otte  <otte@gnome.org>
34668
34669         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34670           simplify caps
34671
34672 2004-05-16  Benjamin Otte  <otte@gnome.org>
34673
34674         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34675           don't write to memory we might not write to - g_convert does that
34676           for us anyway (fixes #142613)
34677         (gst_asf_demux_audio_caps):
34678           comment out gst_util_dump_mem
34679
34680 2004-05-16  Benjamin Otte  <otte@gnome.org>
34681
34682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34683           compute correct expected timestamps after seek (broken since
34684           last commit)
34685         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34686           rename element and debugging category to gdkpixbufscale
34687
34688 2004-05-16  Benjamin Otte  <otte@gnome.org>
34689
34690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34691           add error checking to snd_pcm_delay and remove duplicate call to
34692           snd_pcm_delay that caused issues (see inline code comments)
34693         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34694           make more readable and fix return value when snd_pcm_delay fails
34695         (fixes #142586)
34696
34697 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34698         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34699         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34700         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34701         (gst_pixbufscale_link), (gst_pixbufscale_init),
34702         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34703         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34704         (gst_pixbufscale_get_property), (pixbufscale_init):
34705         * ext/gdk_pixbuf/pixbufscale.h:
34706         Add these files I forgot earlier
34707
34708 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34709         * ext/gdk_pixbuf/Makefile.am:
34710         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34711         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34712         Add new pixbufscale element to scale RGB video
34713         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34714         and HYPER interpolation correctly.
34715         * ext/theora/theoraenc.c: (theora_enc_chain),
34716         Discard buffer and return if explicit caps could not be set
34717         (theora_enc_get_property):
34718         Make _get return kbps for the bitrate consistent with
34719         the _set function.
34720
34721
34722 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34723
34724         * ext/libvisual/visual.c: (gst_visual_chain):
34725           add missing visual_audio_analyze
34726
34727 2004-05-14  David Schleef  <ds@schleef.org>
34728
34729         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34730         is killed while we're playing.
34731         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34732         gst_element_no_more_pads().
34733
34734 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34735
34736         * gst-libs/gst/riff/riff-read.c :
34737           - fix INFO tag extraction in RIFF/AVI files
34738             because gst_event_unref (event) also freed taglist
34739           - avoid a mem leak
34740
34741 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34742
34743         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34744         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34745
34746         * gst/auparse/gstauparse.c :
34747           - add code (commented for now) to support audio/x-adpcm on src pad
34748             (we have no decoder for those layout yet)
34749
34750         * gst/cdxaparse/gstcdxaparse.c :
34751         * gst/cdxaparse/gstcdxaparse.h :
34752           - partial rewrite using RiffRead (ripped iain's wavparse code)
34753
34754         * gst/rtp/gstrtpL16enc.c : typo
34755         * gst/rtp/gstrtpgsmenc.c : typo
34756
34757 2004-05-13  Benjamin Otte  <otte@gnome.org>
34758
34759         * configure.ac:
34760           check for exact version of libvisual, it's not supposed to be
34761           API/ABI stable yet
34762
34763 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34764
34765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34766           signal no-more-pads
34767
34768 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34769
34770         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34771         Report which format was used for GST_FORMAT_DEFAULT
34772         * gst/debug/Makefile.am:
34773         * gst/debug/gstdebug.c: (plugin_init):
34774         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34775         (gst_progressreport_class_init), (gst_progressreport_init),
34776         (gst_progressreport_report), (gst_progressreport_set_property),
34777         (gst_progressreport_get_property), (gst_progressreport_chain),
34778         (gst_progressreport_plugin_init):
34779         Add progressreport element for testing.
34780
34781 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34782
34783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34784         * sys/v4l/gstv4lsrc.h:
34785         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34786         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34787         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34788         (gst_v4lsrc_grab_frame):
34789           add more debugging
34790           send a discont at start
34791
34792 2004-05-12  Colin Walters  <walters@redhat.com>
34793
34794         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34795         inflooping if we can't find a chunk.  Or in other words, don't blow
34796         chunks if we don't have a chunk to blow.
34797
34798 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34799         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34800         Remove old debug output
34801         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34802         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34803         (gst_dvdec_set_property), (gst_dvdec_get_property):
34804         Change the quality setting to an enum, so it works from gst-launch
34805         Don't renegotiate a non-linked pad. Allows audio only decoding.
34806         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34807         (gst_deinterlace_link), (gst_deinterlace_init):
34808         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34809         (gst_videodrop_link):
34810         Some caps negotiation fixes
34811
34812 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34813
34814         * ext/tarkin/gsttarkin.c :
34815           - Change RANK from NONE to PRIMARY
34816         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34817           - Change RANK from NONE to MARGINAL
34818         * ext/divx/gstdivxenc.c :
34819           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34820
34821 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34822
34823         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34824         (gst_vorbisenc_push_packet):
34825           copy a function that was added between 1.0 and 1.0.1 until we
34826           depend on worthwhile features of post-1.0
34827
34828 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34829
34830         * configure.ac:
34831           enable shout2 by default
34832         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34833         (gst_shout2send_base_init), (gst_shout2send_init),
34834         (gst_shout2send_connect), (gst_shout2send_change_state):
34835         * ext/shout2/gstshout2.h:
34836           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34837           #142262)
34838         * ext/theora/theora.c: (plugin_init):
34839           don't set rank on encoders
34840
34841 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34842
34843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34844           Use codec_data property instead of flag1 and flag2 for wma
34845
34846 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34847
34848         * gst/cdxaparse/gstcdxaparse.c :
34849           - Add mpegversion to CAPS to make it link
34850           - Rank is as GST_RANK_SECONDARY instead of NONE
34851         * gst/auparse/gstauparse.c :
34852           - Document all audio encoding we can encounter from Solaris 9
34853             headers and libsndfile information.
34854           - Increase max. rate from 48000 to 192000 (to match other elements)
34855           - Don't try to play junk data between header and samples
34856
34857 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34858
34859         * ext/libvisual/visual.c: (gst_visual_getcaps):
34860           use the right caps depending on endianness (I hope)
34861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34862           use GST_RANK_NONE for all non-decoding elements or spider gets
34863           mighty confused
34864
34865 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34866
34867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34868           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34869
34870 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34871
34872         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34873         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34874         (gst_switch_loop), (gst_switch_get_type):
34875           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34876           HEADERS. Had to be said.
34877
34878 2004-05-10  David Schleef  <ds@schleef.org>
34879
34880         * configure.ac: Add prototype Dirac support.
34881         * ext/Makefile.am:
34882         * ext/dirac/Makefile.am:
34883         * ext/dirac/gstdirac.cc:
34884         * ext/dirac/gstdiracdec.cc:
34885
34886 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34887
34888         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34889         (gst_auparse_init), (gst_auparse_chain),
34890         (gst_auparse_change_state):
34891           Hack around spider. Remove me some day please.
34892
34893 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34894
34895         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34896           Fix for some uninitialized variables in previous patch, also
34897           makes it work. Fixes #142286 while we're at it.
34898
34899 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34900
34901         * gst/auparse/gstauparse.c:
34902                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34903                 only unsupported formats are ADPCM/CCITT G.72x
34904                 reviewed by Ronald
34905         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34906
34907 2004-05-10  Wim Taymans  <wim@fluendo.com>
34908
34909         * ext/vorbis/Makefile.am:
34910         * ext/vorbis/README:
34911         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34912         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34913         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34914         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34915         (gst_oggvorbisenc_convert_sink),
34916         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34917         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34918         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34919         (get_constraints_string), (update_start_message),
34920         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34921         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34922         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34923         * ext/vorbis/oggvorbisenc.h:
34924         * ext/vorbis/vorbis.c: (plugin_init):
34925         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34926         (raw_caps_factory), (gst_vorbisenc_class_init),
34927         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34928         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34929         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34930         * ext/vorbis/vorbisenc.h:
34931         Added a raw vorbis encoder to be used with the oggmuxer.
34932         We still need the old encoder for some gnome applications,
34933         read the README to find out how that works.
34934         The raw encoder is called "rawvorbisenc" until 0.9.
34935
34936 2004-05-10  Wim Taymans  <wim@fluendo.com>
34937
34938         * ext/ogg/gstogg.c: (plugin_init):
34939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34940         (gst_ogg_print):
34941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34942         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34943         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34944         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34945         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34946         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34947         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34948         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34949         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34950         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34951         Added an ogg muxer.
34952         Small typo fixes in the demuxer.
34953
34954 2004-05-10  Wim Taymans  <wim@fluendo.com>
34955
34956         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34957         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34958         (theora_enc_change_state), (theora_enc_set_property),
34959         (theora_enc_get_property):
34960         Mark the last packet with an EOS flag which is not really needed
34961         in gstreamer.
34962         Do some better video framerate initialisation.
34963         Update the buffer timestamp.
34964
34965 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34966
34967         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34968         Return the result of the parent state change call
34969
34970 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34971
34972         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34973         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34974         * gst/law/alaw-encode.c : (idem)
34975         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34976         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34977         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34978
34979 2004-05-09  Benjamin Otte  <otte@gnome.org>
34980
34981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34982           don't use a fixed buffer size when writing variable length data to
34983           it. Fixes memory corruption and makes alsasrc work
34984
34985 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34986
34987         * ext/gnomevfs/gstgnomevfssink.c:
34988         (_gst_boolean_allow_overwrite_accumulator),
34989         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34990           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34991           RUN_LAST, and don't use that to set the accumulator value because
34992           then it's always FALSE.
34993
34994 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34995
34996         * gst-libs/gst/riff/riff-media.c:
34997         (gst_riff_create_video_caps_with_data),
34998         (gst_riff_create_audio_caps),
34999         (gst_riff_create_audio_template_caps):
35000         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35001           Fix for unaligned RIFF files (i.e. where all the chunks together
35002           in a LIST chunk are not of the same size as the size given in
35003           the LIST chunk header). Fixes several odd WAVE files. Also fix
35004           ADPCM (block_align property) in audio, so that wavparse based
35005           on this works now as it used to stand-alone.
35006
35007 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35008
35009         reviewed by Benjamin Otte  <otte@gnome.org>
35010
35011         * ext/a52dec/gsta52dec.c:
35012         * ext/divx/gstdivxdec.c:
35013         * ext/divx/gstdivxenc.c:
35014         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35015         * ext/faac/gstfaac.c: (gst_faac_base_init):
35016         * ext/faad/gstfaad.c: (gst_faad_base_init):
35017         * ext/ivorbis/vorbisfile.c:
35018         * ext/lame/gstlame.c:
35019         * ext/libfame/gstlibfame.c:
35020         * ext/mpeg2enc/gstmpeg2enc.cc:
35021         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35022         * ext/sidplay/gstsiddec.cc:
35023         * ext/speex/gstspeexdec.c:
35024         * ext/speex/gstspeexenc.c:
35025         * ext/xvid/gstxviddec.c:
35026         * ext/xvid/gstxvidenc.c:
35027           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35028           (fixes #142193)
35029
35030 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35031
35032         * ext/alsa/gstalsa.c: (device_list),
35033         (gst_alsa_class_probe_devices):
35034         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35035           Fix alsa oddness in mixer after the combination of using mixer
35036           in source/sink elements and using hw:x,y instead of just hw:x.
35037
35038 2004-05-09  Benjamin Otte  <otte@gnome.org>
35039
35040         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35041         (gst_wavparse_create_sourcepad):
35042           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35043           sourcepads
35044
35045 2004-05-09  Benjamin Otte  <otte@gnome.org>
35046
35047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35048           allow discont events before caps nego
35049
35050 2004-05-08  Benjamin Otte  <otte@gnome.org>
35051
35052         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35053           don't leak events
35054
35055 2004-05-08  Benjamin Otte  <otte@gnome.org>
35056
35057         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35058         (gst_level_change_state), (gst_level_init):
35059         * gst/level/gstlevel.h:
35060           figure out if we're initialized directly instead of keeping a
35061           variable that's wrong in 90% of cases
35062           don't initialize pads and then leak them and use a new unitialized
35063           pad. (fixes #142084)
35064           these were bugs so n00bish I didn't find them for an hour :/
35065
35066 2004-05-08 Iain <iain@prettypeople.org>
35067
35068         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35069         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35070         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35071         return the length that was read.
35072         (gst_riff_read_strf_auds): Allow fmt tags as well.
35073
35074 2004-05-07  David Schleef  <ds@schleef.org>
35075
35076         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35077         signed char assumption in faad.h.
35078
35079 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35080
35081         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35082           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35083
35084 2004-05-07  Colin Walters  <walters@redhat.com>
35085
35086         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35087         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35088         function.
35089         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35090         Add dispose function.
35091
35092 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35093         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35094           Fix caps nego and pad templates. RGB mode caps should
35095           work now.
35096         * ext/dvdnav/gst-dvd:
35097           Move mpeg2dec inside the thread because otherwise the
35098           queue rejects cap changes mid-stream
35099         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35100         (gst_mpeg2dec_flush_decoder):
35101           For mpeg2dec > 0.4.0, call the flush function instead of
35102           manually extracting all in-flight frames.
35103         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35104         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35105           Change mime type video/dv go video/x-dv to match the
35106           rest of gst-plugins
35107
35108 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35109
35110         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35112         (gst_alsa_sink_class_init):
35113         * ext/alsa/gstalsasink.h:
35114         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35115         (gst_alsa_src_class_init):
35116         * ext/alsa/gstalsasrc.h:
35117           Make alsasink/src a subclass of alsamixer so that mixer stuff
35118           shows up in gst-rec. Needs some finetuning.
35119
35120 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35121
35122         * ext/lame/gstlame.c: (gst_lame_chain):
35123           simplify
35124         * ext/mad/gstmad.c: (gst_mad_handle_event):
35125           fix event leak
35126         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35127           be able to detect mp3 files < 4096 bytes
35128
35129 2004-05-06  Wim Taymans  <wim@fluendo.com>
35130
35131         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35132         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35133         (theora_enc_set_property), (theora_enc_get_property):
35134         Also encode the first frame, cleanup some code.
35135
35136 2004-05-06  Wim Taymans  <wim@fluendo.com>
35137
35138         * ext/mpeg2enc/gstmpeg2enc.cc:
35139         Forward events first before deciding that negotiation was
35140         not performed.
35141
35142 2004-05-06  Wim Taymans  <wim@fluendo.com>
35143
35144         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35145         First process the events before deciding that negotiation
35146         was not performed.
35147
35148 2004-05-06  Wim Taymans  <wim@fluendo.com>
35149
35150         * ext/theora/Makefile.am:
35151         * ext/theora/theora.c: (plugin_init):
35152         * ext/theora/theoradec.c: (theora_dec_change_state):
35153         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35154         (gst_theora_enc_class_init), (gst_theora_enc_init),
35155         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35156         (theora_enc_chain), (theora_enc_change_state),
35157         (theora_enc_set_property), (theora_enc_get_property):
35158         Added a theora encoder, grouped the encoder and decoder into the
35159         same plugin.
35160
35161 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35162
35163         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35164         (gst_jpegenc_chain):
35165         fix DURATION on outgoing buffers
35166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35167         debug using time formats
35168         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35170         (gst_xvimagesink_sink_link):
35171         windows with width/height 0 generate X errors, so don't allow them
35172
35173 2004-05-05  Wim Taymans  <wim@fluendo.com>
35174
35175         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35176         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35177         (gst_mpeg2dec_negotiate_format):
35178         * ext/mpeg2dec/gstmpeg2dec.h:
35179           removed the static pad template so that we can add the
35180           more accurate framerate value to the caps.
35181
35182
35183 2004-05-04  Benjamin Otte  <otte@gnome.org>
35184
35185         * configure.ac:
35186           check for kdemacros.h, too (should fix #141821)
35187         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35188           don't crash if no header was sent, but nicely error out (fixes part
35189           of #141554)
35190
35191 2004-05-04  Wim Taymans  <wim@fluendo.com>
35192
35193         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35194         parent dispose function to avoid segfault on destroy.
35195
35196 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35197
35198         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35199         (plugin_init):
35200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35201         (gst_xvimagesink_sink_link):
35202         clean up debugging caps
35203         also recreate xvimage when format has changed
35204
35205 2004-05-04  Benjamin Otte  <otte@gnome.org>
35206
35207         * ext/libvisual/Makefile.am:
35208         * ext/libvisual/visual.c: (gst_visual_class_init),
35209         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35210         (gst_visual_srclink), (gst_visual_chain),
35211         (gst_visual_change_state), (plugin_init):
35212           use a GstAdapter to correctly adapt buffer sizes - allows using a
35213           framerate
35214
35215 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35216
35217         * sys/v4l/gstv4lelement.h:
35218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35220         (gst_v4lsrc_buffer_free):
35221         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35222         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35223         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35224         (gst_v4lsrc_requeue_frame):
35225         move some debugging categories around
35226         query for fps index and set accordingly if found
35227
35228 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35229
35230         * ext/lame/gstlame.c:
35231         correct defaults that lame_init puts out of range
35232
35233 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35234
35235         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35236         (gst_divxenc_class_init):
35237         fix range since -1 is the default
35238         * gst/mpeg1sys/gstmpeg1systemencode.c:
35239         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35240         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35241         (gst_rtjpegdec_chain):
35242         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35243         (gst_rtjpegenc_chain):
35244         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35245         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35246         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35247         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35248         * sys/v4l/gstv4lsrc.c:
35249         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35250         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35251         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35253         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35254           remove gst_info calls
35255
35256 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35257
35258         * Makefile.am:
35259         * po/af.po:
35260         * po/az.po:
35261         * po/en_GB.po:
35262         * po/nl.po:
35263         * po/sr.po:
35264         * po/sv.po:
35265           Updated translations
35266
35267 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35268
35269         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35270           refactor/comment code
35271
35272 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35273
35274         * gst/asfdemux/Makefile.am:
35275         * gst/asfdemux/asfheaders.c:
35276         * gst/asfdemux/asfheaders.h:
35277         * gst/asfdemux/gstasf.c: (plugin_init):
35278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35279         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35280         (gst_asf_demux_setup_pad):
35281         * gst/asfdemux/gstasfdemux.h:
35282         * gst/asfdemux/gstasfmux.c:
35283         * gst/asfdemux/gstasfmux.h:
35284           Add tagging support to demuxer, split out registration in its own
35285           file instead of in demux (hacky), and prevent having some tables
35286           in our memory multiple times (in asfheaders.h).
35287
35288 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35289
35290         * gst/matroska/matroska-demux.c:
35291         (gst_matroska_demux_parse_metadata):
35292         * gst/matroska/matroska-ids.h:
35293           Basic tag reading support.
35294
35295 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35296
35297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35298           Really detect ac-3 audio.
35299         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35300           really detect matroska files (off-by-1).
35301
35302 2004-04-30  David Schleef  <ds@schleef.org>
35303
35304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35305         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35306         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35307         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35308         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35309         hackage -- parse a lot more atoms, extract a few tags.  One might even
35310         mistake this for tag support.  Maybe it is.
35311         * gst/qtdemux/qtdemux.h:
35312
35313 2004-04-30  Colin Walters  <walters@verbum.org>
35314
35315         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35316
35317 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35318
35319         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35320         (gst_ffmpegcolorspace_getcaps):
35321           remove broken nego fix
35322
35323 2004-04-30  Benjamin Otte  <otte@gnome.org>
35324
35325         * configure.ac:
35326         * ext/Makefile.am:
35327         * ext/libvisual/Makefile.am:
35328         * ext/libvisual/visual.c:
35329           add initial support for libvisual (http://libvisual.sourceforge.net)
35330           libvisual is still quite alpha, so expect crashes in there :)
35331
35332 2004-04-29  David Schleef  <ds@schleef.org>
35333
35334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35335         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35336         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35337         code; you will no longer respect me.
35338
35339 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35340
35341         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35342         * ext/alsa/gstalsa.h :
35343         change alsa pcm device discovery to find more than 1 device
35344         per card. code review by Ronald.
35345
35346 2004-04-29  David Schleef  <ds@schleef.org>
35347
35348         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35349         Add a check for a driver bug on FreeBSD.  (bug #140565)
35350
35351 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35352
35353         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35354         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35355         (gst_jpegenc_getcaps):
35356           move format setting to inner loop
35357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35358         (gst_ffmpegcolorspace_getcaps):
35359           use GST_PAD_CAPS if available so that we use already negotiated
35360           caps
35361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35362         (qtdemux_parse_moov), (qtdemux_parse):
35363           extra debugging
35364         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35365         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35366           move hardcoded path to DEFINE
35367
35368 2004-04-28  David Schleef  <ds@schleef.org>
35369
35370         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35371         (bug #140064)
35372
35373 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35374
35375         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35376           Don't probe for playback device if we're a source element. Fixes
35377           #139658.
35378
35379 2004-04-29  Benjamin Otte  <otte@gnome.org>
35380
35381         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35382         (gst_id3_tag_chain):
35383           rewrite buffer offset
35384
35385 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35386
35387         * configure.ac:
35388         * ext/Makefile.am:
35389         * ext/dts/Makefile.am:
35390         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35391         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35392         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35393         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35394         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35395         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35396         (plugin_init):
35397         * ext/dts/gstdtsdec.h:
35398           New DTS decoder.
35399         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35400         (gst_faad_srcconnect):
35401           Add ESDS atom handling (.m4a).
35402
35403 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35404
35405         * ext/divx/gstdivxdec.c: (plugin_init):
35406           Remove comment that makes no sense.
35407         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35408           Fix for obvious typo that resulted in warnings during gst-register.
35409         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35410         (gst_xviddec_sink_link):
35411           Fix caps negotiation a bit better.
35412         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35413           We call this 'codec_data', not 'esds'.
35414
35415 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35416
35417         * gst/monoscope/gstmonoscope.c:
35418           make sure we only provide 256x128
35419         * gst/monoscope/monoscope.c: (monoscope_init):
35420           assert size of 256x128
35421
35422 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35423
35424         * Makefile.am:
35425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35426         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35427           fixate to max width and height of device
35428
35429 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35430
35431         * Makefile.am:
35432         * sys/v4l/gstv4l.c:
35433         * sys/v4l/gstv4lsrc.c:
35434         * sys/v4l/v4l_calls.c:
35435         * sys/v4l/v4lsrc_calls.c:
35436           fix for qc-usb driver which fakes having more than one buffer
35437           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35438           buffer_free override
35439           add debugging
35440
35441 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35442
35443         * Makefile.am:
35444         * gst/videotestsrc/gstvideotestsrc.c:
35445         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35446         (gst_videotestsrc_init), (gst_videotestsrc_get),
35447         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35448         * gst/videotestsrc/gstvideotestsrc.h:
35449           add num-buffers property
35450
35451         2004-04-26  Benjamin Otte  <otte@gnome.org>
35452
35453         * ext/mad/gstid3tag.c: (plugin_init):
35454           set id3mux rank to NONE so it doesn't confuse spider
35455           require audio/mpeg,mpegversion=1 in id3mux
35456
35457 2004-04-26  Benjamin Otte  <otte@gnome.org>
35458
35459         * configure.ac:
35460           detect faad correctly as non-working if it's indeed non-working
35461
35462 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35463
35464         * Makefile.am:
35465         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35466         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35467         fix _getcaps so it only negotiates to its supported format
35468
35469 2004-04-25  Benjamin Otte  <otte@gnome.org>
35470
35471         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35472           fix memleak
35473
35474 2004-04-23  Benjamin Otte  <otte@gnome.org>
35475
35476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35477           audio/x-raw-int with height rules! not. Now it's depth.
35478
35479 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35480
35481         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35482         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35483         (gst_wavparse_loop):
35484           Missing variable initialization. Add handling of DVI ADPCM. Fix
35485           mis-parsing of LIST chunks. This works around a bug where we mis-
35486           parse non-aligning LIST chunks (so LIST chunks where the contents
35487           don't align with the actual LIST size). The correct fix is to use
35488           rifflib, I'm not going to fix wavparse - too much work. All this
35489           fixes #104878.
35490
35491 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35492
35493         reviewed by Benjamin Otte  <otte@gnome.org>
35494
35495         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35496           fix shoutcast not working (fixes #140844)
35497
35498 2004-04-22  Benjamin Otte  <otte@gnome.org>
35499
35500         * ext/hermes/gsthermescolorspace.c:
35501         (gst_hermes_colorspace_caps_remove_format_info):
35502         * gst/colorspace/gstcolorspace.c:
35503         (gst_colorspace_caps_remove_format_info):
35504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35505         (gst_ffmpegcolorspace_caps_remove_format_info):
35506           s/gst_caps_simplify/gst_caps_do_simplify/
35507
35508 2004-04-22  Benjamin Otte  <otte@gnome.org>
35509
35510         * gst-libs/gst/riff/riff-media.c:
35511         (gst_riff_create_video_caps_with_data):
35512           mpegversion is an int
35513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35514           don't try to create pad templates with NULL caps, use any caps
35515           instead.
35516
35517 2004-04-20  David Schleef  <ds@schleef.org>
35518
35519         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35520         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35521         (bug #140384)
35522
35523 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35524
35525         reviewed by David Schleef
35526
35527         * ext/mad/gstid3tag.c: Add stdlib.h
35528         * gst/rtp/gstrtpgsmenc.c: same
35529         * gst/tags/gstid3tag.c: same
35530         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35531         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35532         GST_DISABLE_LOADSAVE use.
35533         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35534         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35535         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35536         atol(3)).
35537         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35538         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35539         strtoul(3)).
35540         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35541         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35542         $(ID3_CFLAGS).
35543         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35544         $(LIBFAME_CFLAGS).
35545
35546 2004-04-20  David Schleef  <ds@schleef.org>
35547
35548         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35549         last checkin.  Same idea.
35550
35551 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35552
35553         reviewed by David Schleef
35554
35555         * configure.ac: bump required gstreamer version to 0.8.1.1
35556         because of following changes [--ds]
35557
35558         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35559         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35560         (gst_riff_read_header):  Use GST_READ_UINT*
35561         macros to access possibly unaligned memory.
35562
35563         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35564         (mp3_type_find):  Use GST_READ_UINT*
35565         macros to access possibly unaligned memory.
35566         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35567         (speex_type_find): Likewise
35568
35569         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35570
35571         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35572         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35573         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35574         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35575         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35576         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35577         macros to access possibly unaligned memory.
35578
35579         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35580         Likewise.
35581
35582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35583         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35584
35585         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35586         Likewise.
35587
35588         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35589         (gst_mpeg2subt_chain_subtitle): Likewise.
35590
35591         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35592         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35593         Likewise.
35594
35595         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35596         Likewise.
35597
35598         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35599         Likewise.
35600
35601         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35602         Likewise.
35603
35604 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35605
35606         * configure.ac:
35607           update required version of GStreamer because of GST_TIME_FORMAT
35608
35609 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35610
35611         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35612           remove leftover g_print
35613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35614           don't try setting only a subset of the caps. We don't want to kill
35615           autoplugging on purpose
35616
35617 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35618
35619         * sys/ximage/ximagesink.c: (plugin_init):
35620         * sys/xvimage/xvimagesink.c: (plugin_init):
35621           add debugging categories
35622
35623 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35624
35625         * po/en_GB.po:
35626         * po/LINGUAS:
35627           Adding en_GB translation (Gareth Owen)
35628
35629 2004-04-20  David Schleef  <ds@schleef.org>
35630
35631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35632         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35633         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35634         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35635         A number of new features and hacks to extract the esds atom and
35636         put it into the caps.  (bug #137724)
35637
35638 2004-04-19  David Schleef  <ds@schleef.org>
35639
35640         * gconf/Makefile.am: Fix for non-GNU make
35641         * gst-libs/gst/Makefile.am: Change directory order to handle
35642         GstPlay linking with gstinterfaces
35643         * gst-libs/gst/audio/make_filter: make use of tr portable
35644         * gst-libs/gst/play/Makefile.am: Add intended \
35645         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35646         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35647         function prototype instead of void *.
35648         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35649         macro.
35650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35651         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35652         * gst/videofilter/make_filter: make use of tr portable
35653         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35654
35655 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35656
35657         * po/LINGUAS:
35658         * po/uk.po:
35659           Added Ukrainian translation (Maxim V. Dziumanenko)
35660
35661 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35662
35663         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35664         (gst_gsmdec_link), (gst_gsmdec_chain):
35665           Fix capsnego, simplify chain function slightly.
35666         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35667           Add GSM.
35668
35669 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35670
35671         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35672         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35673         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35674           Hack to make wavparse work with spider (always -> sometimes pad).
35675           Fixes #135862 && #140411.
35676
35677 2004-04-18  Benjamin Otte  <otte@gnome.org>
35678
35679         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35680         (gst_osselement_rate_probe_check),
35681         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35682           get rid of \n in debug output
35683
35684 2004-04-17  Iain <iain@prettypeople.org>
35685
35686         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35687         not just EOS.
35688
35689 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35690
35691         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35692         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35693         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35694         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35695         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35696         (gst_id3_tag_change_state), (plugin_init):
35697           deprecate id3tag element and replace with id3demux/id3mux.
35698           great side effect: this ugly file is now even uglier, yay!
35699         * ext/mad/gstmad.h:
35700           remove non-available function
35701           update for new get_type
35702
35703 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35704
35705         * configure.ac:
35706           require mpeg2dec >= 0.4.0
35707
35708 2004-04-17  Benjamin Otte  <otte@gnome.org>
35709
35710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35711         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35712         (gst_xvimagesink_set_xwindow_id):
35713           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35714           assorted cleanup fixes.
35715
35716 2004-04-16  David Schleef  <ds@schleef.org>
35717
35718         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35719         * sys/xvimage/xvimagesink.h: same
35720
35721 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35722
35723         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35724           Fix GST_ELEMENT_ERROR with (NULL)
35725
35726 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35727
35728         * gst-libs/gst/riff/riff-media.c:
35729         (gst_riff_create_video_caps_with_data):
35730           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35731
35732 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35733
35734         * gst-libs/gst/riff/riff-media.c:
35735         (gst_riff_create_video_caps_with_data),
35736         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35737         (gst_riff_create_video_template_caps),
35738         (gst_riff_create_audio_template_caps):
35739         * gst-libs/gst/riff/riff-media.h:
35740         * gst-libs/gst/riff/riff-read.c:
35741         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35742         * gst-libs/gst/riff/riff-read.h:
35743         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35744           Add MS RLE support. I added some functions to read out strf chunks
35745           into strf chunks and the data behind it. This is usually color
35746           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35747           caps creation. Lastly, add ADPCM (similar to wavparse - which
35748           should eventually be rifflib based).
35749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35750         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35751         * gst/matroska/matroska-demux.h:
35752           Remove placeholders for some prehistoric tagging system. Didn't add
35753           support for any tag system really anyway.
35754         * gst/qtdemux/qtdemux.c:
35755           Add support for audio/x-m4a (MPEG-4) through spider.
35756         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35757         (gst_wavparse_loop):
35758           ADPCM support (#135862). Increase max. buffer size because we
35759           cannot split buffers for ADPCM (screws references) and I've seen
35760           files with 2048 byte chunks. 4096 seems safe for now.
35761
35762 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * configure.ac: bump nano to 1
35765
35766 === release 0.8.1 ===
35767
35768 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35769
35770         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35771
35772 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35773
35774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35775           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35776           Fixes #140058
35777
35778 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35779
35780         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35781           lower rank of dvddemux so that it's not used for mpeg playback.
35782
35783 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35784
35785         * configure.ac:
35786           save libs correctly when checking mad
35787
35788 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35789
35790         * ext/mad/gstid3tag.c: (plugin_init):
35791           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35792
35793 2004-04-13  David Schleef  <ds@schleef.org>
35794
35795         * common/m4/gst-feature.m4: Call -config scripts with
35796         --plugin-libs if it is supported.
35797         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35798         JPEG images are image/jpeg.
35799         * gst/debug/Makefile.am:
35800         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35801         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35802         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35803         (gst_negotiation_plugin_init): Add a property that acts like
35804         filter caps.
35805         * testsuite/gst-lint:  Move license checking to be a standard
35806         test.
35807
35808 2004-04-13  David Schleef  <ds@schleef.org>
35809
35810         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35811         patch from Sebastien Cote (bug #139958)
35812
35813 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35814
35815         * examples/gstplay/Makefile.am:
35816         * examples/gstplay/player.c: (main):
35817           make the commandline player example use gconf settings
35818
35819 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35820
35821         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35822         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35823         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35824           init/end library during state transition, not object
35825           creation/disposal.  get rid of custom dispose handler.
35826
35827
35828 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35829
35830         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35831         be a symlink
35832
35833 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35834
35835         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35836           Handle JUNK chunks inside data section. Prevents warnings.
35837
35838 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35839
35840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35841         (gst_riff_create_video_template_caps):
35842           Add MS video v1.
35843         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35844         (gst_avi_demux_stream_data):
35845           Add support for "rec-list" chunks.
35846
35847 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35848
35849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35850           Fix another codecname mismatch.
35851
35852 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35853
35854         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35855           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35856           so that MJPEG plays back.
35857
35858 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35859
35860         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35861         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35862         * gst/mpeg1videoparse/gstmp1videoparse.h:
35863           Fix for some slight mis-cuts in buffer parsing, and for some
35864           potential overflows or faults-causers. Adds disconts. Also fixes
35865           #139105 while we're at it.
35866
35867 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35868
35869         * configure.ac:
35870         * sys/v4l2/gstv4l2element.h:
35871           Workaround for missing struct v4l2_buffer declaration in Suse 9
35872           and Mandrake 10 linux/videodev2.h header file (#135919).
35873
35874 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35875
35876         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35877           Bail out if no filename was given.
35878
35879 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35880
35881         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35882         (gst_v4l2_fourcc_from_structure):
35883           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35884           Y41B somewhere).
35885
35886 2004-04-09  Benjamin Otte  <otte@gnome.org>
35887
35888         * ext/gnomevfs/gstgnomevfssink.c:
35889         (_gst_boolean_allow_overwrite_accumulator),
35890         (gst_gnomevfssink_class_init):
35891           fix erase signal - if any handler returns false the file will not be
35892           overwritten. If no handler is connected, the file will not be
35893           overwritten either.
35894           renamed signal to "allow-overwrite"
35895         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35896           free string when adding it to ID3 failed
35897         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35898           unref event when done
35899         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35900           free caps
35901         * gst/typefind/gsttypefindfunctions.c:
35902         (mpeg_video_stream_type_find):
35903           fix invalid read
35904
35905 2004-04-08  David Schleef  <ds@schleef.org>
35906
35907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35908         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35909
35910 2004-04-08  David Schleef  <ds@schleef.org>
35911
35912         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35913         we don't support (bug #139532)
35914
35915 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35916
35917         * ext/mad/gstmad.c: (gst_mad_handle_event),
35918         (gst_mad_check_caps_reset), (gst_mad_chain),
35919         (gst_mad_change_state):
35920           only set explicit caps if they haven't been set before for
35921           this stream.  MPEG-audio sample rate/channels aren't allowed
35922           to change in-stream.
35923           Fixes #139382
35924
35925 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35926
35927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35928         (_gst_boolean_did_something_accumulator),
35929         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35930         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35931         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35932         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35933         (gst_gnomevfssink_change_state):
35934           Fix erase signal. Don't erase by default. Remove handoff signal.
35935           Remove erase property. Don't segfault. General cleanup.
35936
35937 2004-04-07  Benjamin Otte  <otte@gnome.org>
35938
35939         * gst-libs/gst/gconf/test-gconf.c: (main):
35940           add missing gst_init
35941
35942 2004-04-07  Benjamin Otte  <otte@gnome.org>
35943
35944         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35945           free the mutexes, too
35946
35947 2004-04-07  Benjamin Otte  <otte@gnome.org>
35948
35949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35950           actually free the URI string
35951         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35952           compute offset correctly when passing discont events
35953         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35954           don't leak discont events
35955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35956           add some missing breaks so caps aren't copied randomly
35957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35958           if we realloc memory, we better use it
35959
35960 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35961
35962         * ext/mad/gstmad.c: (normal_seek):
35963           fix GST_FORMAT_TIME usage
35964
35965 2004-04-05  David Schleef  <ds@schleef.org>
35966
35967         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35968         a deprecated function (hack!)
35969
35970 2004-04-05  Benjamin Otte  <otte@gnome.org>
35971
35972         * ext/esd/esdmon.c: (gst_esdmon_get):
35973           fix nonterminated vararg and memleak
35974
35975 2004-04-05  Benjamin Otte  <otte@gnome.org>
35976
35977         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35978         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35979         (gst_ladspa_set_property), (gst_ladspa_get_property),
35980         (gst_ladspa_instantiate), (gst_ladspa_activate),
35981         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35982           clean up debugging
35983
35984 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35985
35986         reviewed by Benjamin Otte  <otte@gnome.org>
35987
35988         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35989           check for broken LADSPA parameters (fixes #138635)
35990
35991 2004-04-05  Benjamin Otte  <otte@gnome.org>
35992
35993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35994           advertise buffer-frames correctly on sinkpads
35995
35996 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35997
35998         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35999         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36000         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36001         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36002         (gst_mad_check_caps_reset), (gst_mad_chain):
36003         add more debugging, only reset caps when we're not in error state
36004
36005 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36006
36007         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36008
36009 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36010
36011         reviewed by Benjamin Otte  <otte@gnome.org>
36012
36013         * configure.ac:
36014           fix == in test(1) operator
36015
36016 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36017
36018         reviewed by Benjamin Otte  <otte@gnome.org>
36019
36020         * configure.ac:
36021           fix --export-symblos-regex to a working regex.
36022
36023 2004-04-04  Benjamin Otte  <otte@gnome.org>
36024
36025         * sys/oss/.cvsignore:
36026           add for oss_probe
36027
36028 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36029
36030         reviewed by Benjamin Otte  <otte@gnome.org>
36031
36032         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36033           add missing 'new_media' argument (fixes #138168)
36034         * gst/matroska/matroska-demux.c:
36035         (gst_matroska_demux_handle_seek_event):
36036           add vararg terminator (fixes #138169)
36037
36038 2004-04-02  David Schleef  <ds@schleef.org>
36039
36040         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36041         disted (bug #138914)
36042
36043 2004-04-01  Benjamin Otte  <otte@gnome.org>
36044
36045         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36046         (gst_alsa_close_audio):
36047           handle case better where a soundcard can't pause
36048         * ext/ogg/gstoggdemux.c:
36049           don't crash when we get events but don't have pads yet
36050
36051 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36052
36053         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36054           throw an error if we couldn't probe any caps.
36055
36056 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36057
36058         * ext/dvdnav/gst-dvd:
36059         Add a really simple sample DVD player
36060
36061 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36062
36063         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36064         (gst_a52dec_push), (gst_a52dec_handle_event),
36065         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36066         (gst_a52dec_change_state):
36067         * ext/a52dec/gsta52dec.h:
36068           Use a debug category, Output timestamps correctly
36069           Emit tag info, Handle events, tell liba52dec about cpu
36070           capabilities so it can use MMX etc.
36071         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36072           Fix a crasher accessing invalid memory
36073         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36074         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36075         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36076         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36077         (dvdnavsrc_query):
36078           Some support for byte-format seeking.
36079           Small fixes for still frames and menu button overlays
36080         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36081         (gst_mpeg2dec_alloc_buffer):
36082           Use a debug category. Adjust the report level of several items to
36083           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36084           so it doesn't lose the GstBuffer pointer
36085         * gst/debug/Makefile.am:
36086         * gst/debug/gstdebug.c: (plugin_init):
36087         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36088         (gst_navseek_base_init), (gst_navseek_class_init),
36089         (gst_navseek_init), (gst_navseek_seek),
36090         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36091         (gst_navseek_get_property), (gst_navseek_chain),
36092         (gst_navseek_plugin_init):
36093         * gst/debug/gstnavseek.h:
36094           Add the navseek debug element for seeking back and forth in a
36095           video stream using arrow keys.
36096         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36097         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36098         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36099         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36100         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36101         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36102         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36103         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36104         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36105         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36106         * gst/mpeg2sub/gstmpeg2subt.h:
36107           Pretty much a complete rewrite. Now a loopbased element. May still
36108           require work to properly synchronise subtitle buffers.
36109         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36110         (gst_dvd_demux_send_subbuffer):
36111         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36112           Don't attempt to create subbuffers of size 0
36113           Reduce a couple of error outputs to warnings.
36114         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36115         (gst_y4mencode_chain):
36116         Output the y4m frame header correctly.
36117
36118 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36121           throw errors instead of allowing SIGFPE
36122
36123 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36124
36125         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36126         (gst_gconf_render_bin_from_key):
36127           leak plugging and style fixing
36128
36129 2004-03-31  David Schleef  <ds@schleef.org>
36130
36131         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36132         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36133         (bug #138225)
36134         * gst/debug/Makefile.am:
36135         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36136         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36137         plugin.
36138         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36139         (gst_negotiation_base_init), (gst_negotiation_class_init),
36140         (gst_negotiation_init), (gst_negotiation_getcaps),
36141         (gst_negotiation_pad_link), (gst_negotiation_chain),
36142         (gst_negotiation_set_property), (gst_negotiation_get_property),
36143         (gst_negotiation_plugin_init):  New element to talk about random
36144         negotiation things happening in a pipeline.
36145
36146 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36147
36148         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36149           fix integer addition with help of Stefan Kost
36150
36151 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36152
36153         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36154
36155 2004-03-30  David Schleef  <ds@schleef.org>
36156
36157         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36158         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36159         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36160         (bug #137504)
36161         * ext/mpeg2dec/gstmpeg2dec.h:
36162
36163 2004-03-30  David Schleef  <ds@schleef.org>
36164
36165         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36166
36167 2004-03-30  David Schleef  <ds@schleef.org>
36168
36169         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36170         Michael Petullo) to handle .mov
36171
36172 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36173
36174         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36175         (gst_osselement_rate_check_rate):
36176           probe caps correctly for sound cards that only support one format
36177
36178 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36179
36180         * ext/kio/kiosrc.cpp: (process_events):
36181           update handling event processing if inside KDE - untested
36182
36183 2004-03-29  David Schleef  <ds@schleef.org>
36184
36185         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36186         by 2 to not interfere with other colorspaces.
36187         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36188         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36189         one to not interfere with ffmpeg_colorspace.
36190
36191 2004-03-29  David Schleef  <ds@schleef.org>
36192
36193         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36194         aren't in the caps.
36195         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36196         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36197
36198 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36199
36200         * gst-libs/gst/riff/riff-media.c:
36201           fail on error, don't try to set stuff on NULL caps
36202
36203 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36204
36205         * configure.ac:
36206         * ext/Makefile.am:
36207         * ext/kio/Makefile.am:
36208         * ext/kio/kioreceiver.cpp:
36209         * ext/kio/kioreceiver.h:
36210         * ext/kio/kiosrc.cpp:
36211         * ext/kio/kiosrc.h:
36212           add experimental kiosrc plugin
36213         * ext/alsa/gstalsaplugin.c: (plugin_init):
36214           initialize debugging category only when we're sure registering the
36215           plugins worked.
36216
36217 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36218
36219         * examples/gstplay/player.c: (main):
36220         * gst-libs/gst/play/play.c: (gst_play_class_init),
36221         (gst_play_set_location), (gst_play_set_data_src),
36222         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36223         (gst_play_set_visualization), (gst_play_connect_visualization):
36224           check return values of element_set_state and return FALSE where
36225           failed
36226
36227 2004-03-29  Benjamin Otte  <otte@gnome.org>
36228
36229         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36230           try harder to check if an event is really a discont
36231
36232 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36235         * po/az.po:
36236
36237 2004-03-28  Benjamin Otte  <otte@gnome.org>
36238
36239         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36240         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36241         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36242           get rid of non-standard "..." ranges in case statements.
36243
36244 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36245
36246         * gst/mpegstream/gstmpegdemux.c:
36247         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36248         specific functionality split to the new dvddemux element.
36249         * gst/mpegstream/gstdvddemux.c:
36250         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36251         streams, derived from mpegdemux.
36252         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36253         up. SCR based timestamp rewriting can be turned off (will probably
36254         completely disappear soon).
36255         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36256         hacking. General cleanup. All printf statements replaced by
36257         debugging messages. Almost complete libdvdnav support.
36258         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36259         by events. New properties for audio and subpicture languages.
36260         (dvdnavsrc_update_highlight): Now uses events.
36261         (dvdnavsrc_user_op): Cleaned up.
36262         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36263         based). Lots of cleanup, and propper support for most libdvdnav
36264         events.
36265         (dvdnavsrc_make_dvd_event): New function.
36266         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36267         (dvdnavsrc_make_clut_change_event): New function.
36268
36269 2004-03-26  Benjamin Otte  <otte@gnome.org>
36270
36271         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36272           fix bug where typefinding would claim it's theora whenever less then
36273           7 bytes of data were available
36274
36275 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36276
36277         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36278         (gst_alawdec_base_init), (gst_alawdec_class_init),
36279         (gst_alawdec_init), (gst_alawdec_chain):
36280         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36281         (gst_alawenc_base_init), (gst_alawenc_class_init),
36282         (gst_alawenc_init), (gst_alawenc_chain):
36283         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36284         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36285         (gst_mulawdec_init), (gst_mulawdec_chain):
36286         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36287         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36288         (gst_mulawenc_init), (gst_mulawenc_chain):
36289           Fix capsnego in all four, remove the unused property functions and
36290           simplify the chain functions slightly. I guess we could use macros
36291           or something similar for those, since the code is so similar, but
36292           I'm currently too lazy...
36293
36294 2004-03-24  David Schleef  <ds@schleef.org>
36295
36296         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36297         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36298         (gst_osselement_get_format_structure),
36299         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36300         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36301         (gst_osselement_rate_int_compare): Add code to handle rate probing
36302         (bug #120883)
36303         * sys/oss/gstosselement.h: same
36304         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36305         Use rate probing provided by osselement.
36306         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36307
36308 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36309
36310         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36311         (gst_xvidenc_get_property):
36312           ulong/int mess-up.
36313
36314 2004-03-24  David Schleef  <ds@schleef.org>
36315
36316         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36317         (gst_speexdec_init):
36318         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36319         (gst_speexenc_init):  Create the pad template correctly (from
36320         the static pad template, not a NULL pointer.)
36321
36322 2004-03-25  Benjamin Otte  <otte@gnome.org>
36323
36324         * gst/debug/Makefile.am:
36325         * gst/debug/breakmydata.c:
36326           add element that quasi-randomly changes bytes in the stream.
36327           Intended use is robustness checking of demuxers and decoders in
36328           media tests.
36329
36330 2004-03-24  Benjamin Otte  <otte@gnome.org>
36331
36332         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36333         (gst_alsa_probe_hw_params):
36334         * ext/alsa/gstalsa.h:
36335           debugging output fixes
36336
36337 2004-03-24  Benjamin Otte  <otte@gnome.org>
36338
36339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36340           don't g_return_if_fail if element is PLAYING, fail silently as every
36341           other element.
36342         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36343           only fix needed for cast lvalue issues in gst-plugins
36344         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36345           add proxy_getcaps
36346
36347 2004-03-24  Benjamin Otte  <otte@gnome.org>
36348
36349         * gst/level/gstlevel.c: (gst_level_init):
36350           add proxying getcaps function, so level doesn't advertise impossible
36351           caps
36352
36353 2004-03-24  David Schleef  <ds@schleef.org>
36354
36355         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36356         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36357         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36358         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36359         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36360         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36361         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36362         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36363         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36364         messages.  Divide the chunk size by the compression ratio
36365         (needed for MACE audio)
36366
36367 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36368
36369         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36370           Fix buffer overflow read error.
36371
36372 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36373
36374         * ext/alsa/gstalsa.h:
36375           Remove unused entry.
36376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36377           Add cinepak.
36378         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36379         (gst_videodrop_link), (gst_videodrop_chain):
36380           Fix, sort of. Was horribly broken with new capsnego. Bah...
36381
36382 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36383
36384         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36385         (plugin_init):
36386         Add a monkeysaudio typefind function
36387
36388 2004-03-23  Johan Dahlin  <johan@gnome.org>
36389
36390         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36391         (gst_play_video_fixate): Check so the structure has the field
36392         before trying to fixate them, this makes it possible to have
36393         fakesinks for video and audio output without printing errors on
36394         the output console.
36395
36396 2004-03-22  David Schleef  <ds@schleef.org>
36397
36398         * sys/oss/Makefile.am:
36399         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36400         (check_rate), (add_rate):  Rate probing test app.
36401
36402 2004-03-21  Benjamin Otte  <otte@gnome.org>
36403
36404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36405         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36406           add a fixation function that pretty much does the right thing (fixes
36407           #137556)
36408
36409 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36410
36411         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36412
36413 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36414
36415         reviewed by: Benjamin Otte  <otte@gnome.org>
36416
36417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36418           terminate gst_event_new_discontinuous correctly (fixes parts of
36419           #137711)
36420
36421 2004-03-19  David Schleef  <ds@schleef.org>
36422
36423         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36424         since it doesn't depend on X, and it's part of our ABI.
36425
36426 2004-03-19  Iain <iain@prettypeople.org>
36427
36428         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36429         is_int in the structure, not the local variable.
36430
36431 2004-03-19  David Schleef  <ds@schleef.org>
36432
36433         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36434         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36435         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36436         Improvements in caps negotiation.
36437
36438 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36439
36440         * po/LINGUAS:
36441         * po/af.po:
36442           adding Afrikaans (Petri Jooste)
36443
36444 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36445
36446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36447         (gst_ffmpegcolorspace_chain):
36448         throw error instead of g_critical (#137588)
36449
36450 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36451
36452         * Makefile.am:
36453         * configure.ac:
36454           dist common and m4 correctly
36455         * po/sv.po:
36456
36457 2004-03-17  David Schleef  <ds@schleef.org>
36458
36459         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36460         (bug #137348)
36461
36462 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36463
36464         * po/LINGUAS:
36465         * po/sv.po:
36466           adding Swedish translation (Christian Rose)
36467
36468 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36469
36470         * Makefile.am: use release.mak
36471
36472 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36473
36474         * common/ChangeLog:
36475         * common/gst-autogen.sh:
36476           add some explanation about the version detection
36477         * configure.ac:
36478           fix X check
36479
36480 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36481
36482         * configure.ac: bump nano to 1
36483
36484 === release 0.8.0 ===
36485
36486 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36487
36488         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36489
36490 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36491
36492         * configure.ac:
36493           update libtool version
36494         * gst-libs/gst/media-info/Makefile.am:
36495           actually use libtool version
36496
36497 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36498
36499         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36500
36501 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36502
36503         * configure.ac:
36504         * gst-plugins.spec.in:
36505         * pkgconfig/Makefile.am:
36506         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36507         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36508         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36509         * pkgconfig/gstreamer-libs.pc.in:
36510         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36511         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36512         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36513         * pkgconfig/gstreamer-plugins.pc.in:
36514           remove @VERSION@ from some of the pc files since core and plugins
36515           are decoupled.
36516           created gstreamer-plugins.pc as it's a better name, but keeping
36517           -libs around for now to get fixes upstream done first.
36518
36519 2004-03-15  Julien MOUTTE <julien@moutte.net>
36520
36521         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36522         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36523         * gst-libs/gst/play/play.h:
36524
36525 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36526
36527         * *.c, *.cc: don't mix tabs and spaces
36528
36529 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36530
36531         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36532           use the new ffmpegcolorspace
36533         * gst-plugins.spec.in:
36534           package new colorspace and media-info
36535         * configure.ac:
36536         * pkgconfig/Makefile.am:
36537           fix some more disting issues
36538         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36539         * pkgconfig/gstreamer-media-info.pc.in:
36540           generate media-info pc files
36541
36542 2004-03-15  Johan Dahlin  <johan@gnome.org>
36543
36544         * *.h: Revert indenting
36545
36546 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36547
36548         * configure.ac:
36549           adding ffmpegcolorspace element
36550         * gst/ffmpegcolorspace/Makefile.am:
36551         * gst/ffmpegcolorspace/avcodec.h:
36552         * gst/ffmpegcolorspace/common.h:
36553         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36554         * gst/ffmpegcolorspace/dsputil.h:
36555         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36557         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36558         (gst_ffmpeg_caps_to_pix_fmt):
36559         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36561         (gst_ffmpegcolorspace_caps_remove_format_info),
36562         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36563         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36564         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36565         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36566         (gst_ffmpegcolorspace_set_property),
36567         (gst_ffmpegcolorspace_get_property),
36568         (gst_ffmpegcolorspace_register):
36569         * gst/ffmpegcolorspace/imgconvert.c:
36570         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36571         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36572         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36573         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36574         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36575         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36576         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36577         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36578         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36579         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36580         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36581         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36582         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36583         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36584         (img_get_alpha_info), (deinterlace_line),
36585         (deinterlace_line_inplace), (deinterlace_bottom_field),
36586         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36587         * gst/ffmpegcolorspace/imgconvert_template.h:
36588         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36589         * gst/ffmpegcolorspace/mmx.h:
36590         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36591           adding ffmpegcolorspace element supplied by Ronald after cleaning
36592           up and pulling in the right bits of upstream source.
36593           I'm sure a better C/compiler wizard could do some cleaning up (for
36594           example use GLIB's malloc stuff), but as a first pass this
36595           works very well
36596
36597 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36598
36599         * ext/alsa/gstalsa.h:
36600           I assume Ronald forgot to commit the change to have cardname
36601           as a struct member.  Expect some public spanking at the next
36602           opportunity.
36603
36604 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36605
36606         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36607         (gst_alsa_open_audio), (gst_alsa_close_audio):
36608         * ext/alsa/gstalsa.c:
36609           Don't open the device if we're a mixer (= padless).
36610         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36611         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36612         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36613           Open mixer during state change rather than during object
36614           initialization. Also, get a device name. Currently in a somewhat
36615           hackish fashion, but I didn't really find something better.
36616
36617 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36618
36619         * *.c, *.h: run gst-indent
36620
36621 2004-03-14  Benjamin Otte  <otte@gnome.org>
36622
36623         * gst/modplug/gstmodplug.cc:
36624         * gst/modplug/gstmodplug.h:
36625           set correct timestamps on outgoing buffers
36626
36627 2004-03-14  Benjamin Otte  <otte@gnome.org>
36628
36629         * gst/modplug/gstmodplug.cc:
36630           handle events - don't do crap when a discont arrives that's not
36631           necessary
36632           This allows correct loading and playback of mods in Rhythmbox
36633
36634 2004-03-14  Benjamin Otte  <otte@gnome.org>
36635
36636         * configure.ac:
36637         * gst-libs/gst/gconf/Makefile.am:
36638         * pkgconfig/Makefile.am:
36639           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36640           they get rebuilt properly
36641         * configure.ac:
36642           when checking for vorbis, try pkgconfig first.
36643         * gst/modplug/gstmodplug.cc:
36644           add fixate function
36645
36646 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36647
36648         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36649           Fix for obvious mistake, where we first shift the offset and then
36650           read a samplesize element assuming the old offset. Note that this
36651           part still has something weird, i.e. my movies containing those
36652           don't actually play well, but at least there's something that looks
36653           like sound now.
36654
36655 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36656         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36657         (plugin_init):
36658         Add a typefind function for speex format
36659
36660 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36661
36662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36663         (gst_asf_demux_setup_pad):
36664           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36665           instead of 0. Reason is simple: some elements have a fps range
36666           of 1-max instead of 0-max. So now ASF video actually works.
36667
36668 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36669
36670         * po/LINGUAS:
36671         * po/sr.po:
36672           adding serbian as a language
36673
36674 2004-03-13  Benjamin Otte  <otte@gnome.org>
36675
36676         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36677           return taglist correctly from _get function, don't gst_pad_push it.
36678           (fixes #137042)
36679
36680 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36681         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36682
36683 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36684
36685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36686         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36687         (gst_alsa_mixer_track_new):
36688         * ext/alsa/gstalsamixertrack.h:
36689           Fix ancient leftovers... MixerTrack is a GObject.
36690
36691 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36692
36693         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36694         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36695           Don't block during probing...
36696
36697 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36698
36699         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36700         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36701         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36702         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36703         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36704         (gst_alsa_open_audio), (gst_alsa_close_audio):
36705         * ext/alsa/gstalsa.h:
36706           Add propertyprobe interface implementation, add some device-name
36707           property, all this so that it looks good in gnome-volume-control.
36708
36709 2004-03-12  David Schleef  <ds@schleef.org>
36710
36711         * configure.ac: the Hermes library controls hermescolorspace, not
36712         colorspace.
36713         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36714         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36715         not /* */
36716         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36717         * ext/sdl/sdlvideosink.h: ditto.
36718         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36719
36720 2004-03-12  Benjamin Otte  <otte@gnome.org>
36721
36722         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36723         (gst_x_overlay_got_xwindow_id):
36724         * gst-libs/gst/xoverlay/xoverlay.h:
36725           replace XID with unsigned long to get rid of the xlibs dependency in
36726           XOverlay (fixes #137004)
36727
36728 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36729         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36730         (gst_agingtv_setup):
36731         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36732         (gst_dicetv_base_init), (gst_dicetv_class_init),
36733         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36734         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36735         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36736         (gst_edgetv_setup), (gst_edgetv_rgb32):
36737         * gst/effectv/gsteffectv.c:
36738         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36739         (gst_quarktv_set_property):
36740         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36741         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36742         (gst_revtv_setup), (gst_revtv_rgb32):
36743         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36744         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36745         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36746         (gst_shagadelictv_rgb32):
36747         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36748         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36749         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36750         * gst/effectv/gstwarp.c:
36751         Port everything that can be ported to videofilter and fix up the caps.
36752         Can someone with a big-endian machine please check these?
36753
36754 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36755
36756         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36757         (gst_osssink_chain), (gst_osssink_change_state):
36758           Latest fixes for A/V sync, audio playback and such. This is about
36759           all... MPEG playback issues are mostly related to the async build-
36760           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36761
36762 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36763
36764         patch from: Stephane Loeuillet
36765
36766         * configure.ac:
36767           use pkg-config for some libraries, falling back to the old .m4 way
36768           (fixes #131270)
36769         * m4/libdv.m4:
36770           removed
36771
36772 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36773
36774         * configure.ac:
36775         * tools/Makefile.am:
36776         * tools/Makefile.in:
36777         * tools/gst-launch-ext-m.m:
36778         * tools/gst-launch-ext.1.in:
36779         * tools/gst-visualise-m.m:
36780         * tools/gst-visualise.1:
36781         * tools/gst-visualise.1.in:
36782           reorganizing generation of script tools
36783
36784 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36785
36786         * ext/divx/gstdivxdec.c:
36787           Downgrade priority. We prefer ffdec_mpeg4.
36788         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36789         (gst_faad_chain), (gst_faad_change_state):
36790           Fix capsnego. Doesn't work for some sounds because we don't have
36791           a 5:1 to stereo element.
36792         * ext/xvid/gstxvid.c: (plugin_init):
36793           Add priority.
36794         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36795         (gst_osssink_change_state):
36796           Add discont handling.
36797
36798 2004-03-09  Colin Walters  <walters@verbum.org>
36799
36800         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36801         conversion.
36802
36803 2004-03-09  Benjamin Otte  <otte@gnome.org>
36804
36805         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36806           the signals take 2 arguments
36807
36808 2004-03-09  David Schleef  <ds@schleef.org>
36809
36810         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36811         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36812         * ext/alsa/gstalsa.h:
36813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36814
36815 2004-03-09  Benjamin Otte  <otte@gnome.org>
36816
36817         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36818         (gst_mikmod_change_state):
36819         * ext/mikmod/gstmikmod.h:
36820           make mikmod's loop function not loop infinitely and call
36821           gst_element_yield anymore
36822         * gst/modplug/gstmodplug.cc:
36823           fix pad negotiation (fixes #136590)
36824
36825 2004-03-09  David Schleef  <ds@schleef.org>
36826
36827         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36828         doesn't conflict with the internal colorspace plugin.
36829         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36830         satisfy the crappy-ass shell shipped by a certain vendor.
36831         * gst/videofilter/make_filter: same (bug #135299)
36832
36833 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36834
36835         * configure.ac: bump nano to 1
36836
36837 === release 0.7.6 ===
36838
36839 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36840
36841         * configure.in: releasing 0.7.6, "There"
36842
36843 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36844
36845         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36846         * pkgconfig/gstreamer-play.pc.in:
36847           synchronize the two
36848
36849 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36850
36851         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36852         (cdparanoia_open), (cdparanoia_event):
36853           fix/add error handling
36854         * po/POTFILES.in:
36855           add cdparanoia source
36856         * tools/Makefile.am:
36857           make scripts executable
36858
36859 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36860
36861         * configure.ac:
36862         * ext/vorbis/Makefile.am:
36863         * sys/Makefile.am:
36864           remove id3types, vorbisfile and xvideosink from the build (#133783)
36865
36866 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36867
36868         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36869           Fix metadata read crash (#136537).
36870
36871 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36872
36873         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36874         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36875           adding mime types, fixing the one-stop function
36876
36877 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36878
36879         * ext/nas/nassink.c and /ext/nas/nassink.h:
36880         More NAS love from Arwed von Merkatz
36881         So lets all sing 'Can you feel the NAS tonight'
36882
36883 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36884
36885         * tools/gst-launch-ext.in:
36886         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36887
36888 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36889
36890         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36891         (gst_mpeg2dec_init):
36892         remove the user_data pad for now, because it is being used in
36893         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36894         If someone knows how to fix this properly, please do.
36895
36896 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36897
36898         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36899         (gst_osssink_get_time):
36900         add a warning, IMO this won't get triggered anymore, remove later
36901
36902 2004-03-07  David Schleef  <ds@schleef.org>
36903
36904         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36905         format (bug #136470)
36906
36907 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36908
36909         * gst-libs/Makefile.am:
36910         * gst-libs/gst/media-info/Makefile.am:
36911         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36912         (error_callback), (gst_media_info_error_create),
36913         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36914         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36915         * gst-libs/gst/media-info/media-info-priv.h:
36916         * gst-libs/gst/media-info/media-info-test.c: (main):
36917         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36918         (gst_media_info_class_init), (gst_media_info_instance_init),
36919         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36920         (gst_media_info_read_idler), (gst_media_info_read):
36921         * gst-libs/gst/media-info/media-info.h:
36922         fixed, should work now
36923
36924 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36925
36926         * ext/nas/nassink.c:
36927         A bunch of NAS fixes from Arwed von Merkatz
36928
36929 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36930
36931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36932         (qtdemux_parse_trak):
36933           Fix crash (j might be greater than n_samples, in which case we're
36934           writing outside the allocated space for the array) and memleak.
36935
36936 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36937
36938         * sys/oss/gstosssink.c: (gst_osssink_chain):
36939           And another caller that couldn't handle delay < 0 (unsigned
36940           integer overflow). Video now continues playing on an audio
36941           buffer underrun, and the clock continues working. Audio still
36942           stalls.
36943
36944 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36945
36946         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36947         (gst_osssink_get_time):
36948           get_delay() may return values lower than 0. In those cases, we
36949           should not actually cast to *unsigned* int64, that will break
36950           stuff horribly. In my case, it screwed up A/V sync in movies
36951           in totem rather badly.
36952
36953 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36954
36955         * ext/faac/gstfaac.c: (gst_faac_chain):
36956         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36957         * ext/libpng/gstpngenc.c: (user_write_data):
36958         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36959         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36960         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36961         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36962         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36963         of any buffer), should fix some leaks. I hope I didn't unref buffers
36964         that shouldn't be...
36965
36966 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36967
36968         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36969         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36970         (error_callback), (gmi_reset), (gmi_seek_to_track),
36971         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36972         (gmip_find_type_post), (gmip_find_stream_post),
36973         (gmip_find_track_streaminfo_post):
36974         * gst-libs/gst/media-info/media-info-priv.h:
36975         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36976         (info_print), (main):
36977         * gst-libs/gst/media-info/media-info.c:
36978         (gst_media_info_error_create), (gst_media_info_error_element),
36979         (gst_media_info_instance_init), (gst_media_info_get_property),
36980         (gst_media_info_new), (gst_media_info_set_source),
36981         (gst_media_info_read_idler), (gst_media_info_read):
36982         * gst-libs/gst/media-info/media-info.h:
36983           first pass at making this work again.  This seems to work on
36984           tagged ogg/vorbis and mp3 files.
36985
36986 2004-03-06  Benjamin Otte  <otte@gnome.org>
36987
36988         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36989           fix huge leak: gst_buffer_merge doesn't unref the first argument
36990           itself.
36991
36992 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36993
36994         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36995           report layer/mode/emphasis
36996
36997 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36998
36999         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37000
37001 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37002
37003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37004           signal serial
37005
37006 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37007
37008         * ext/vorbis/vorbis.c: (plugin_init):
37009         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37010         (gst_vorbis_dec_init), (vorbis_dec_event):
37011         add debug category
37012         make vorbisdec handle _BYTE and _TIME queries
37013
37014 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37015
37016         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37017           from the xing header
37018
37019 2004-03-06  Benjamin Otte  <otte@gnome.org>
37020
37021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37022         (gst_audio_convert_link), (gst_audio_convert_change_state),
37023         (gst_audio_convert_buffer_from_default_format):
37024           do conversions from/to float correctly, fix some caps nego errors,
37025           export correct supported caps in template and getcaps, use correct
37026           caps in try_set_caps functions
37027
37028 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37029
37030         For some reason, I only committed a ChangeLog entry yesterday and
37031         not the corresponding code...
37032         * ext/mad/gstmad.c: Fix detection of Xing headers
37033         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37034
37035 2004-03-06  Benjamin Otte  <otte@gnome.org>
37036
37037         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37038         (gst_ogg_demux_src_query):
37039           make sure to handle the case where there's no current chain
37040           gracefully.
37041
37042 2004-03-05  David Schleef  <ds@schleef.org>
37043
37044         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37045         Add fixate function. (bug #131128)
37046         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37047         (gst_sdlvideosink_fixate):  Add fixate function.
37048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37049         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37050         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37051         Fix missing break that was causing ulaw to be interpreted as
37052         raw int.
37053
37054 2004-03-05  David Schleef  <ds@schleef.org>
37055
37056         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37057         Fix code that ignores return value of gst_buffer_merge().
37058         (bug #114560)
37059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37060         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37061         * testsuite/gst-lint:  Check for above.
37062
37063 2004-03-05  David Schleef  <ds@schleef.org>
37064
37065         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37066         caps and throw an element error.  (bug #136334)
37067
37068 2004-03-05  David Schleef  <ds@schleef.org>
37069
37070         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37071         (gst_faad_chain): Fix negotiation.
37072         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37073         key and button events.
37074         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37075         dung heap of code.
37076         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37077         depends on gconf
37078         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37079         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37080         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37081         function to encourage better negotiation, particularly between
37082         audioconvert and osssink.
37083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37084         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37085         more important.
37086         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37087         typefinding.
37088         * gst/vbidec/vbiscreen.c:  Add glib header
37089         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37090
37091 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37092
37093         * ext/mad/gstmad.c: Fix detection of Xing headers
37094         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37095
37096 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37097
37098         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37099         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37100           debug updates
37101
37102 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37103
37104         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37105         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37106         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37107         files, and report the parsed length as a GST_TAG_DURATION tag.
37108         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37109
37110 2004-03-05  Benjamin Otte  <otte@gnome.org>
37111
37112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37113           convert channels correctly. convert correctly to unsigned.
37114
37115 2004-03-05  Julien MOUTTE <julien@moutte.net>
37116
37117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37118         we have a window before clearing it.
37119
37120 2004-03-05  Julien MOUTTE <julien@moutte.net>
37121
37122         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37123         have a window before clearing it.
37124
37125 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37126
37127         * gconf/gstreamer.schemas.in:
37128         * gst-libs/gst/gconf/Makefile.am:
37129           version installation path the same way as for 0.6
37130         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37131         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37132         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37133           remove comment that was fixed
37134
37135 2004-03-05  David Schleef  <ds@schleef.org>
37136
37137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37138         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37139         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37140         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37141         Add prototype code for handling seeking and querying.
37142
37143 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37144
37145         * examples/gstplay/player.c: (main):
37146           Initialize variables to NULL. Prevents a segfault because the
37147           (uninitialized) variable is not NULL, resulting in a crash on
37148           trying to reach error->message.
37149
37150 2004-03-05  Benjamin Otte  <otte@gnome.org>
37151
37152         * gst/audioconvert/gstaudioconvert.c:
37153         (gst_audio_convert_buffer_to_default_format):
37154         make float=>int conversion work correctly even in cornercases.
37155
37156 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37157
37158         * debian/README.Debian:
37159         * debian/build-deps:
37160         * debian/changelog:
37161         * debian/control:
37162         * debian/control.in:
37163         * debian/copyright:
37164         * debian/gstreamer-a52dec.files:
37165         * debian/gstreamer-aa.files:
37166         * debian/gstreamer-alsa.files:
37167         * debian/gstreamer-alsa.manpages:
37168         * debian/gstreamer-arts.files:
37169         * debian/gstreamer-artsd.files:
37170         * debian/gstreamer-audiofile.files:
37171         * debian/gstreamer-avifile.files:
37172         * debian/gstreamer-cdparanoia.files:
37173         * debian/gstreamer-colorspace.files:
37174         * debian/gstreamer-doc.files:
37175         * debian/gstreamer-dv.files:
37176         * debian/gstreamer-dvd.files:
37177         * debian/gstreamer-esd.files:
37178         * debian/gstreamer-festival.files:
37179         * debian/gstreamer-flac.files:
37180         * debian/gstreamer-gconf.conffiles:
37181         * debian/gstreamer-gconf.files:
37182         * debian/gstreamer-gconf.postinst:
37183         * debian/gstreamer-gnomevfs.files:
37184         * debian/gstreamer-gsm.files:
37185         * debian/gstreamer-http.files:
37186         * debian/gstreamer-jack.files:
37187         * debian/gstreamer-jpeg.files:
37188         * debian/gstreamer-mad.files:
37189         * debian/gstreamer-mikmod.files:
37190         * debian/gstreamer-misc.files:
37191         * debian/gstreamer-mpeg2dec.files:
37192         * debian/gstreamer-oss.files:
37193         * debian/gstreamer-plugin-apps.files:
37194         * debian/gstreamer-plugin-apps.manpages:
37195         * debian/gstreamer-plugin-libs-dev.files:
37196         * debian/gstreamer-plugin-libs.files:
37197         * debian/gstreamer-plugin-template.postinst:
37198         * debian/gstreamer-plugin-template.postrm:
37199         * debian/gstreamer-sdl.files:
37200         * debian/gstreamer-sid.files:
37201         * debian/gstreamer-vorbis.files:
37202         * debian/gstreamer-x.files:
37203         * debian/mk.control:
37204         * debian/rules:
37205         Debian package info not maintained here.
37206
37207 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37208
37209         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37210         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37211         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37212         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37213         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37214         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37216         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37217         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37218         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37219         * gst-libs/gst/colorbalance/colorbalance.c:
37220         (gst_color_balance_class_init):
37221         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37222         (gst_color_balance_channel_class_init):
37223         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37224         * gst-libs/gst/play/play.c: (gst_play_class_init):
37225         * gst-libs/gst/propertyprobe/propertyprobe.c:
37226         (gst_property_probe_iface_init):
37227         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37228         * gst-libs/gst/tuner/tunerchannel.c:
37229         (gst_tuner_channel_class_init):
37230         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37231         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37232         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37233         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37234         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37235         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37236         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37238         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37239           fix signals to use - instead of _
37240         * ext/libcaca/gstcacasink.h:
37241         * ext/sdl/sdlvideosink.h:
37242           fix header rename
37243
37244 2004-03-04  David Schleef  <ds@schleef.org>
37245
37246         * testsuite/gst-lint:  Add a check for bad signal names.
37247
37248 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37249
37250         reviewed by David Schleef
37251
37252         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37253         modified the alpha channel and caused a warning. (bug #136192)
37254
37255 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37256
37257         * gst-plugins.spec.in:
37258         Change names of plugins to actually be correct. Try to keep things
37259         alphabetical to avoid getting beat up by Thomas
37260
37261 2004-03-03  Julien MOUTTE <julien@moutte.net>
37262
37263         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37264         Using ximagesink as a default if no gconf key found. We should
37265         probably consider using alsasink instead of osssink for the audio
37266         part.
37267
37268 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37269
37270         * configure.ac:
37271           fix --with-plugins, don't think it ever worked before
37272         * gst-plugins.spec.in:
37273           even more updates
37274
37275 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37276
37277         * ext/sdl/sdlvideosink.h:
37278         * sys/ximage/ximagesink.h:
37279         * sys/xvideo/xvideosink.h:
37280         * sys/xvimage/xvimagesink.h:
37281           Fix for move of gstvideosink.h -> videosink.h.
37282
37283 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37284
37285         * gst-libs/gst/xwindowlistener/Makefile.am:
37286           this is a plugin library, not a library
37287
37288 2004-03-01  David Schleef  <ds@schleef.org>
37289
37290         * AUTHORS:  Added some names.  Add yourself if you're still
37291         missing.
37292
37293 2004-03-01  David Schleef  <ds@schleef.org>
37294
37295         * MAINTAINERS: Add
37296
37297 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37298
37299         * gst-plugins.spec.in: clean up spec file
37300
37301 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37302
37303         * gst-libs/gst/video/Makefile.am:
37304         * gst-libs/gst/video/gstvideosink.c:
37305         * gst-libs/gst/video/gstvideosink.h:
37306           rename gstvideosink.h to videosink.h to match other headers
37307         * gst/mixmatrix/Makefile.am:
37308           fix plugin filename
37309         * gst/tags/Makefile.am: fix plugin filename
37310
37311 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37312
37313         * gst/tags/Makefile.am: fix plugin filename
37314
37315 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37316
37317         * examples/gstplay/player.c: (got_time_tick), (main):
37318           add error handler
37319           display time_tick more readably
37320         * gst/mixmatrix/Makefile.am:
37321           fix plugin file name
37322
37323 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37324
37325         * sys/oss/gstosselement.c: (gst_osselement_probe),
37326         (device_combination_append), (gst_osselement_class_probe_devices):
37327         * sys/oss/gstosselement.h:
37328           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37329           on my system using alsa oss emulation, fixes bug #135597
37330
37331 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37332
37333         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37334         (gst_videodrop_chain), (gst_videodrop_change_state):
37335         * gst/videodrop/gstvideodrop.h:
37336           Work based on timestamp of input data, not based on the expected
37337           framerate from the input. The consequence is that this element now
37338           not only scales framerates, but also functions as a framerate
37339           corrector or framerate stabilizer/constantizer.
37340
37341 2004-02-27  David Schleef  <ds@schleef.org>
37342
37343         patches from jmmv@menta.net (Julio M. Merino Vidal)
37344
37345         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37346         GST_ELEMENT_ERROR call (bug #135634)
37347         * gst/interleave/interleave.c: (interleave_buffered_loop),
37348         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37349         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37350         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37351         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37352         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37353         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37354         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37355         Fix GST_ELEMENT_ERROR call.
37356         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37357         GST_ELEMENT_ERROR call.
37358
37359 2004-02-27  Benjamin Otte  <otte@gnome.org>
37360
37361         * gst-libs/gst/audio/audio.h:
37362           add macro to make sure header isn't included twice
37363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37364           don't use gst_buffer_free
37365         * gst/playondemand/filter.func:
37366           don't use gst_data_free. Free data only once.
37367
37368 2004-02-26  David Schleef  <ds@schleef.org>
37369
37370         * gst-libs/gst/colorbalance/Makefile.am:
37371         * gst-libs/gst/mixer/Makefile.am:
37372         * gst-libs/gst/tuner/Makefile.am:
37373         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37374         should not be disted, -marshal.h files should not be installed,
37375         and -enum.h files _should_ be installed.  Fix to make this the
37376         case.
37377
37378 === release 0.7.5 ===
37379
37380 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37381
37382         * configure.ac: release 0.7.5, "Under The Sea"
37383
37384 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37385
37386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37387         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37388         * gst/videoscale/gstvideoscale.c:
37389         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37390           assorted debug/warning fixes
37391
37392 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37395         (gst_videoscale_init), (gst_videoscale_chain),
37396         (gst_videoscale_set_property), (plugin_init):
37397         * gst/videoscale/gstvideoscale.h:
37398         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37399         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37400         (gst_videoscale_planar400), (gst_videoscale_packed422),
37401         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37402         (gst_videoscale_24bit), (gst_videoscale_16bit),
37403         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37404         (gst_videoscale_scale_plane_slow),
37405         (gst_videoscale_scale_point_sample),
37406         (gst_videoscale_scale_nearest),
37407         (gst_videoscale_scale_nearest_str2),
37408         (gst_videoscale_scale_nearest_str4),
37409         (gst_videoscale_scale_nearest_32bit),
37410         (gst_videoscale_scale_nearest_24bit),
37411         (gst_videoscale_scale_nearest_16bit):
37412         add debugging category and use it properly
37413         fix use of GST_PTR_FORMAT
37414
37415 2004-02-25  Andy Wingo  <wingo@pobox.com>
37416
37417         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37418         push only when channel->buffer is NULL. Prevents segfaults doing
37419         the state change after a nonlocal exit, like a scheme exception.
37420
37421         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37422         Handle the case where the intersected caps is empty.
37423
37424 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37425
37426         * gst/law/mulaw-decode.c: (mulawdec_link):
37427         * gst/law/mulaw.c: (plugin_init):
37428           fix mulawdec so it actually works again
37429
37430 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37431
37432         reviewed by: David Schleef  <ds@schleef.org>
37433
37434         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37435         (gst_gamma_init), (gst_gamma_set_property),
37436         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37437         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37438         for RGB, with separate r g and b correction factors. (#131167)
37439
37440 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37441
37442         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37443           only signal tags for bitrate if they're > 0 (#134894)
37444
37445 2004-02-24  David Schleef  <ds@schleef.org>
37446
37447         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37448         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37449         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37450         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37451         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37452         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37453         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37454         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37455         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37456         category.  Attempt to fix timestamp calculation.
37457
37458 2004-02-24  Johan Dahlin  <johan@gnome.org>
37459
37460         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37461
37462 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37463
37464         * configure.ac:
37465         * gconf/Makefile.am:
37466         * gconf/gstreamer.schemas:
37467         * gst-libs/gst/gconf/Makefile.am:
37468         * gst-libs/gst/gconf/gconf.c:
37469           version gconf schemas and install locations
37470
37471 2004-02-23  Benjamin Otte  <otte@gnome.org>
37472
37473         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37474         (gst_xine_input_subclass_init):
37475           call parent dispose.
37476           change pad template for CD reader correctly
37477         * ext/xine/Makefile.am:
37478         * ext/xine/gstxine.h:
37479         * ext/xine/xine.c: (plugin_init):
37480         * ext/xine/xineaudiosink.c:
37481           wrap audio sinks, too
37482         * gst-libs/gst/resample/private.h:
37483         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37484         (gst_resample_reinit), (gst_resample_scale),
37485         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37486         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37487         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37488         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37489         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37490         * gst-libs/gst/resample/resample.h:
37491         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37492         (gst_audioscale_class_init), (gst_audioscale_link),
37493         (gst_audioscale_get_buffer), (gst_audioscale_init),
37494         (gst_audioscale_chain), (gst_audioscale_set_property),
37495         (gst_audioscale_get_property):
37496         * gst/audioscale/gstaudioscale.h:
37497           s/resample_*/gst_resample_*/i to not clobber namespaces
37498
37499 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37500
37501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37502         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37503         (gst_riff_create_video_template_caps),
37504         (gst_riff_create_audio_template_caps),
37505         (gst_riff_create_iavs_template_caps):
37506         * gst-libs/gst/riff/riff-media.h:
37507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37508         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37509         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37510         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37512         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37513         (gst_matroska_demux_plugin_init): First batch implementing audio and
37514         video codec tags in demuxers.
37515
37516 2004-02-22  Benjamin Otte  <otte@gnome.org>
37517
37518         * ext/xine/Makefile.am:
37519         * ext/xine/gstxine.h:
37520         * ext/xine/xine.c: (plugin_init):
37521         * ext/xine/xineinput.c:
37522           add input plugin wrapper. Playback from files, http, mms and cdda
37523           works.
37524         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37525           remove leftover G_GNUC_UNUSED
37526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37527         (gst_asf_demux_identify_guid):
37528           improve debugging output
37529
37530 2004-02-22  Benjamin Otte  <otte@gnome.org>
37531
37532         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37533
37534         * autogen.sh:
37535           replace test -e with test -x for mkinstalldirs to be more portable.
37536           (fixes #134816)
37537
37538 2004-02-22  Benjamin Otte  <otte@gnome.org>
37539
37540         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37541
37542         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37543           set rank to PRIMARY
37544         * gst/volume/gstvolume.c: (plugin_init):
37545           set rank to NONE
37546         fixes #134960
37547
37548 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37549
37550         reviewed by Benjamin Otte  <otte@gnome.org>
37551
37552         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37553           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37554
37555 2004-02-22  Benjamin Otte  <otte@gnome.org>
37556
37557         * configure.ac:
37558           export [_]*{gst,Gst,GST}.* symbols from plugins
37559
37560 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37561
37562         reviewed by: Benjamin Otte  <otte@gnome.org>
37563
37564         * ext/lame/gstlame.c: (add_one_tag):
37565         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37567         (gst_vorbisenc_metadata_set1):
37568         * gst/tags/gstid3tag.c:
37569         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37570           apply fixes from bugs #135042 (lame can't write tags) and #133817
37571           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37572
37573 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37574
37575         * configure.ac: Export only gst_plugin_desc from plugins.
37576          Note that this change only makes any effect with Linux using libtool
37577          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37578          fine. And don't try to have several versions of libtool in different
37579          directories.
37580
37581 2004-02-20  Andy Wingo  <wingo@pobox.com>
37582
37583         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37584         interleave respectively.
37585
37586         * gst/interleave/deinterleave.c: New plugin: deinterleave
37587         (replaces on oneton).
37588         * gst/interleave/interleave.c: New plugin: interleave.
37589         * gst/interleave/plugin.h: Support file.
37590         * gst/interleave/plugin.c: Support file.
37591
37592         * configure.ac: Remove intfloat and oneton, add interleave.
37593
37594         * ext/sndfile/gstsf.c: Handle events better.
37595
37596         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37597         and float2int operation. int2float has scheduling problems as
37598         noted in in2float_chain.
37599
37600 2004-02-20  Benjamin Otte  <otte@gnome.org>
37601
37602         * ext/xine/Makefile.am:
37603         * ext/xine/gstxine.h:
37604         * ext/xine/xine.c:
37605         * ext/xine/xineaudiodec.c:
37606         * ext/xine/xinecaps.c:
37607           add first version of xine plugin wrapper. Currently only wraps the
37608           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37609         * configure.ac:
37610         * ext/Makefile.am:
37611           add xine plugin wrapper, disabled by default. Use --enable-xine to
37612           build. Note that it'll segfault on gst-register if you don't remove
37613           the goom and tvtime post plugins from xine.
37614         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37615         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37616           add extradata parsing for QDM2.
37617           change around debugging prints.
37618
37619 2004-02-19  Benjamin Otte  <otte@gnome.org>
37620
37621         * ext/lame/gstlame.c: (gst_lame_chain):
37622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37623           use gst_tag_list_insert when you want to insert tags
37624
37625 2004-02-18  David Schleef  <ds@schleef.org>
37626
37627         * configure.ac:  Move massink to gst-rotten
37628         * ext/Makefile.am:
37629         * ext/mas/Makefile.am:
37630         * ext/mas/massink.c:
37631         * ext/mas/massink.h:
37632
37633 2004-02-18  David Schleef  <ds@schleef.org>
37634
37635         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37636         typefinding, since it seems to be worse than nothing.
37637         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37638         atom to recognize .mp4 and .m4a files as video/quicktime.
37639
37640 2004-02-18  David Schleef  <ds@schleef.org>
37641
37642         * gst/sine/demo-dparams.c: (quit_live),
37643         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37644         Use double dparams, not float.
37645         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37646         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37647         sync'd elements don't really work correctly.
37648         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37649         (volume_update_volume), (volume_get_property):  Change dparam
37650         to double.
37651
37652 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37653
37654         * sys/ximage/ximagesink.c:
37655         (gst_ximagesink_xwindow_update_geometry),
37656         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37657         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37658         (gst_ximagesink_init): Rework the way software video scaling works. So
37659         now we check on each chain call if the video frames are feeling the
37660         window. If not we try to renegotiate caps. On failure we memorize that
37661         and we won't try again for that PLAYING sessions.
37662         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37663         failure.
37664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37665         synchronous flag.
37666
37667 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37668
37669         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37670           break up _link so we can give a better debug message for errors
37671
37672 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37673
37674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37675           set up debug category
37676
37677 2004-02-18  Julien MOUTTE <julien@moutte.net>
37678
37679         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37680         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37681         the way renegotiation work. The event handling function is not taking
37682         care of external windows and renegotiate method check for pad flags
37683         NEGOTIATING. Should fix : #133209
37684
37685 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37686
37687         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37688         pad is negotiating before trying renegotiation.
37689
37690 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37691
37692         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37693           pass on all possible mime types as typefind hints
37694
37695 2004-02-17  Julien MOUTTE <julien@moutte.net>
37696
37697         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37699         possible SHM leak if we crash. All other apps using XShm are doing
37700         that.
37701
37702 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37703
37704         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37705         (gst_ximagesink_expose): Renegotiate size on expose.
37706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37707         size on expose.
37708
37709 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37710
37711         * testsuite/alsa/sinesrc.c:
37712           cosmetic fix to fix compile issue with gcc 2.95.4
37713
37714 2004-02-16  Julien MOUTTE <julien@moutte.net>
37715
37716         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37717         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37718         failed opening the audio device.
37719         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37720         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37721         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37722         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37723         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37724         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37725         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37726         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37727         Removing some useless g_return_if_fail like wingo suggested.
37728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37729         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37730         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37731         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37732         (gst_xvimagesink_update_colorbalance),
37733         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37734         (gst_xvimagesink_xcontext_clear),
37735         (gst_xvimagesink_get_fourcc_from_caps),
37736         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37737         (gst_xvimagesink_set_xwindow_id),
37738         (gst_xvimagesink_colorbalance_list_channels),
37739         (gst_xvimagesink_colorbalance_set_value),
37740         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37741         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37742
37743 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37744
37745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37746           throw error when not negotiated instead of asserting
37747
37748 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37749
37750         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37751         correct data refcounting.
37752
37753 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37754
37755         * gst/switch/gstswitch.c: (gst_switch_change_state),
37756         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37757         change, mostly the EOS flag.
37758
37759 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37760
37761         * examples/gstplay/player.c: (got_eos), (main): Adding some
37762         output for debugging.
37763         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37764         timeouts if we go to any state different from PLAYING.
37765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37766         more EOS bugs in riff lib.
37767
37768 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37769
37770         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37771         visualization until i find a way to fix switch correctly.
37772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37773         EOS arrives.
37774         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37775         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37776         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37777         Reworked switch to get a more correct behaviour with events and refing
37778         of data stored in sinkpads.
37779         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37780         we don't pull from a pad in EOS.
37781
37782 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37783
37784         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37785           remove v1 tag even if we can't read it (makes sure we don't detect
37786           it again)
37787
37788 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37789
37790         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37791         (gst_alsa_xrun_recovery):
37792         * ext/alsa/gstalsa.h:
37793           try xrun recovery when wait failed. Make xrun recovery function
37794           return TRUE/FALSE to indicate success. (might fix #134354)
37795
37796 2004-02-13  David Schleef  <ds@schleef.org>
37797
37798         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37799         (dynparm_value_changed), (main): Convert from float to double.
37800         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37801
37802 2004-02-13  David Schleef  <ds@schleef.org>
37803
37804         * gst/silence/gstsilence.c: (gst_silence_class_init),
37805         (gst_silence_set_clock), (gst_silence_get),
37806         (gst_silence_set_property), (gst_silence_get_property):
37807         * gst/silence/gstsilence.h: Add sync property.
37808         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37809         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37810         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37811         * gst/sine/gstsinesrc.h: Add sync property.
37812
37813 2004-02-13  David Schleef  <ds@schleef.org>
37814
37815         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37816         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37817
37818 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37819
37820         * configure.ac:
37821         * ext/Makefile.am:
37822         * gst-libs/ext/Makefile.am:
37823           move ffmpeg plugin to gst-ffmpeg module
37824
37825 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37826
37827         * configure.ac: use GST_ARCH to detect architecture
37828
37829 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37830
37831         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37832
37833 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37834
37835         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37836           classify LADSPA plugins based on number of src/sink pads
37837           (#133663, Stefan Kost)
37838         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37839           fix dparams registration
37840           (#133528, Stefan Kost)
37841         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37842           fix use of isprint and use g_ascii_isprint instead
37843           (#133316, Stefan Kost)
37844
37845 2004-02-11  David Schleef  <ds@schleef.org>
37846
37847         Convert a few inner loops to use liboil.  This is currently
37848         optional, and is only enabled if liboil is present (duh!).
37849         * configure.ac: Check for liboil-0.1
37850         * gst/intfloat/Makefile.am:
37851         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37852         (gst_int2float_chain_gint16):
37853         * gst/videofilter/Makefile.am:
37854         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37855         (tablelookup_u8), (gst_videobalance_planar411):
37856         * gst/videotestsrc/Makefile.am:
37857         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37858         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37859         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37860         (paint_hline_RGB565), (paint_hline_xRGB1555):
37861
37862 2004-02-11  David Schleef  <ds@schleef.org>
37863
37864         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37865         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37866         (gst_colorspace_getcaps), (gst_colorspace_link),
37867         (gst_colorspace_base_init), (gst_colorspace_init),
37868         (gst_colorspace_chain), (gst_colorspace_change_state),
37869         (plugin_init): Merge Ronald's patch (bug #117897) and update
37870         for new caps and negotiation.  Seems to work, although it
37871         shows off bugs in lcs.
37872
37873 2004-02-11  David Schleef  <ds@schleef.org>
37874
37875         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37876         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37877
37878 2004-02-11  David Schleef  <ds@schleef.org>
37879
37880         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37881         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37882         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37883         Add server and port properties
37884
37885 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37886
37887         * m4/a52.m4:
37888         * m4/aalib.m4:
37889         * m4/as-ffmpeg.m4:
37890         * m4/as-liblame.m4:
37891         * m4/as-slurp-ffmpeg.m4:
37892         * m4/check-libheader.m4:
37893         * m4/esd.m4:
37894         * m4/freetype2.m4:
37895         * m4/gconf-2.m4:
37896         * m4/glib.m4:
37897         * m4/gst-alsa.m4:
37898         * m4/gst-artsc.m4:
37899         * m4/gst-ivorbis.m4:
37900         * m4/gst-matroska.m4:
37901         * m4/gst-sdl.m4:
37902         * m4/gst-shout2.m4:
37903         * m4/gst-sid.m4:
37904         * m4/gtk.m4:
37905         * m4/libdv.m4:
37906         * m4/libfame.m4:
37907         * m4/libmikmod.m4:
37908         * m4/ogg.m4:
37909         * m4/vorbis.m4:
37910           fix underquotedness of macros (#133800)
37911         * m4/as-avifile.m4:
37912         * m4/xmms.m4:
37913           removed because no longer used
37914
37915 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37916
37917         * configure.ac:
37918           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37919           by autopoint (fixes #132996)
37920
37921 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37922
37923         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37924         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37925         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37926         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37927           fix memleaks
37928
37929 2004-02-11  David Schleef  <ds@schleef.org>
37930
37931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37932         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37933         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37934         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37935         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37936         (gst_jpegenc_class_init), (gst_jpegenc_init),
37937         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37938         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37939         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37940         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37941
37942 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37943
37944         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37945         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37946         * ext/mikmod/gstmikmod.h:
37947           fix caps negotiation in mikmod
37948         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37949           output debug information
37950
37951 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37952
37953         * gst-libs/gst/colorbalance/Makefile.am:
37954         * gst-libs/gst/navigation/Makefile.am:
37955         * gst-libs/gst/xoverlay/Makefile.am:
37956           remove unused GST_OPT_CFLAGS from Makefiles
37957           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37958
37959 2004-02-07  David Schleef  <ds@schleef.org>
37960
37961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37962         push events to pads that haven't been created (#133508)
37963
37964 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37965
37966         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37967         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37968         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37969         (gst_dvdec_loop), (gst_dvdec_change_state):
37970         Second attempt at committing a working dvdec element.
37971
37972 2004-02-06  David Schleef  <ds@schleef.org>
37973
37974         Build fixes for OS X: (see #129600)
37975         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37976         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37977         (gst_riff_read_strf_iavs):
37978         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37979         (gst_avi_demux_stream_odml):
37980         * gst/playondemand/Makefile.am:
37981         * gst/rtp/rtp-packet.c:
37982
37983 2004-02-05  David Schleef  <ds@schleef.org>
37984
37985         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37986         last change, because it Just Doesn't Compile.
37987
37988 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37989
37990         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37991           skip undecodable id3v2 tag instead of keeping it
37992
37993 2004-02-05  David Schleef  <ds@schleef.org>
37994
37995         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37996         Unref leaked buffer.  (Noticed by Ronald)
37997
37998 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37999
38000         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38001         Sync requires with other checks.  >= vs =.
38002
38003 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38004
38005         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38006         (gst_dvdec_video_link), (gst_dvdec_loop):
38007         * ext/dv/gstdvdec.h:
38008           rework the caps negotiation so that dvdec works again instead
38009           of just segfaulting.
38010
38011 === release 0.7.4 ===
38012
38013 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38014
38015         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38016         * configure.ac: changed for release
38017
38018 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38019
38020         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38021         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38022         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38023         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38024           reworked patch by David Lehn to fix libdir and includedir for
38025           uninstalled libraries
38026           removed play and gconf from gstreamer-libs since they have their
38027           own pkgconfig files
38028
38029 2004-02-04  David Schleef  <ds@schleef.org>
38030
38031         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38032         memleak.
38033
38034 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38035
38036         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38037           use correct GST_TAG_ENCODER tag
38038
38039 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38040
38041         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38042           be sure to stop the clock when going to paused
38043         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38044           reset number of transmitted when going to ready.
38045         fixes #132935
38046
38047 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38048
38049         reviewed by Benjamin Otte
38050
38051         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38052           extract track count (fixes #133410)
38053
38054 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38055
38056         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38057           that should be !=, not == (fixes #132519)
38058
38059 2004-02-04  David Schleef  <ds@schleef.org>
38060
38061         Make sure set_explicit_caps() is called before adding pad.
38062         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38063         * gst/id3/gstid3types.c: (gst_id3types_loop):
38064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38065         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38066
38067 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38068
38069         * configure.ac:
38070           bump nano to 2, first prerelease
38071           put back AM_PROG_LIBTOOL
38072
38073 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38074
38075         * testsuite/alsa/Makefile.am:
38076           these are user test apps, not automatic testsuite tests
38077
38078 2004-02-04  David Schleef  <ds@schleef.org>
38079
38080         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38081         * gst/mpeg1videoparse/gstmp1videoparse.c:
38082         (mp1videoparse_parse_seq):
38083         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38085         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38086         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38087         (gst_xvideosink_getcaps):
38088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38089         * testsuite/gst-lint: more tests
38090
38091 2004-02-04  David Schleef  <ds@schleef.org>
38092
38093         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38094         with the code that they would expand to.
38095         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38096         (gst_flacdec_get_src_query_types),
38097         (gst_flacdec_get_src_event_masks):
38098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38099         (gst_gnomevfssrc_get_query_types),
38100         (gst_gnomevfssrc_get_event_mask):
38101
38102 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38103
38104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38105         (gst_sinesrc_dispose):
38106           fix memleak by properly disposing sinesrc
38107
38108 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38109
38110         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38111         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38112         an overlay to redraw the image because it has been exposed.
38113         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38114         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38115         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38116         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38117         interface
38118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38119         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38120         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38121         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38122         interface
38123
38124 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38125
38126         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38127           more memleak fixage
38128
38129 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38130
38131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38132         * gst/typefind/gsttypefindfunctions.c:
38133           fix memleaks shown by gst-typefind
38134
38135 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38136
38137         * common/glib-gen.mak:
38138           add hack rule to touch .Plo files
38139         * gst-libs/gst/colorbalance/Makefile.am:
38140         * gst-libs/gst/mixer/Makefile.am:
38141         * gst-libs/gst/play/Makefile.am:
38142         * gst-libs/gst/tuner/Makefile.am:
38143           remove glib_root variable
38144
38145 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38146
38147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38148           set explicit caps before adding the element, so the autopluggers can
38149           plug correctly.
38150         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38151         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38152         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38153         (dv_type_find):
38154           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38155           argument.
38156
38157 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38158
38159         * gst-libs/gst/colorbalance/Makefile.am:
38160         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38161         * gst-libs/gst/colorbalance/colorbalance.c:
38162         * gst-libs/gst/colorbalance/colorbalance.h:
38163         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38164         * gst-libs/gst/mixer/Makefile.am:
38165         * gst-libs/gst/mixer/mixer-marshal.list:
38166         * gst-libs/gst/mixer/mixer.c:
38167         * gst-libs/gst/mixer/mixer.h:
38168         * gst-libs/gst/mixer/mixermarshal.list:
38169         * gst-libs/gst/play/Makefile.am:
38170         * gst-libs/gst/play/play.h:
38171         * gst-libs/gst/tuner/Makefile.am:
38172         * gst-libs/gst/tuner/tuner-marshal.list:
38173         * gst-libs/gst/tuner/tuner.c:
38174         * gst-libs/gst/tuner/tuner.h:
38175         * gst-libs/gst/tuner/tunermarshal.list:
38176           use new glib-gen.mak snippet to clean up Makefile.am
38177           fix various bugs in Makefile.am's
38178
38179 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38180
38181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38182           handle chain parsing correctly in the multichain case
38183         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38184         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38185         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38186         (theora_dec_chain):
38187           handle events and queries correctly
38188
38189 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38190
38191         * .cvsignore:
38192         Ignore generated file _stdint.h.
38193
38194 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38195
38196         * gst-libs/gst/colorbalance/Makefile.am:
38197         * gst-libs/gst/colorbalance/colorbalance.h:
38198         * gst-libs/gst/mixer/Makefile.am:
38199         * gst-libs/gst/mixer/mixer.h:
38200         * gst-libs/gst/play/Makefile.am:
38201         * gst-libs/gst/play/play.h:
38202         * gst-libs/gst/tuner/Makefile.am:
38203         * gst-libs/gst/tuner/tuner.h:
38204         Generate enum type code with glib-mkenums.
38205         * gst-libs/gst/colorbalance/.cvsignore:
38206         * gst-libs/gst/mixer/.cvsignore:
38207         * gst-libs/gst/play/.cvsignore:
38208         * gst-libs/gst/tuner/.cvsignore:
38209         Ignore generated files.
38210
38211 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38212
38213         * gst-libs/gst/audio/.cvsignore:
38214         Ignore generated file.
38215         * gst-libs/gst/audio/Makefile.am:
38216         Do not install example filter.
38217
38218 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38219
38220         * examples/switch/.cvsignore:
38221         Ignore generated file.
38222
38223 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38224
38225         * common/m4/ax_create_stdint_h.m4:
38226         * configure.ac:
38227           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38228           _stdint.h.
38229         * Makefile.am:
38230           remove generated _stdint.h in DISTCLEANFILES
38231         * ext/a52dec/gsta52dec.c:
38232           include _stdint.h for a52dec. (should fix #133064)
38233
38234 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38235
38236         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38237         (gst_tag_to_vorbis_comments):
38238         Add replaygain support to vorbistag
38239
38240 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38241         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38242         (gst_ffmpeg_caps_to_extradata):
38243           Fix SVQ3 caps flag properties
38244           Use glib macro for bytes swap
38245
38246 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38247
38248         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38249         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38250         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38251         * ext/sndfile/gstsf.c: (plugin_init):
38252         * gst/avi/gstavi.c: (plugin_init):
38253         * sys/dxr3/dxr3init.c: (plugin_init):
38254         * sys/oss/gstossaudio.c: (plugin_init):
38255         * sys/v4l/gstv4l.c: (plugin_init):
38256         * sys/v4l2/gstv4l2.c: (plugin_init):
38257           remove textdomain calls
38258         * po/nl.po:
38259           update Dutch translation
38260
38261 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38262
38263         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38264         (gst_play_set_audio_sink): Moving volume in the audio thread for
38265         instantaneous volume change. Maybe i will add another volume in front
38266         of visualization later, not sure yet though.
38267
38268 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38269
38270         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38271         (gst_ximagesink_handle_xevents): Better X events handling, only take
38272         the latest events for configure and motion.
38273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38274
38275 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38276
38277         reviewed by: David Schleef  <ds@schleef.org>
38278
38279         Fix memory leaks:
38280         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38281         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38282
38283 2004-02-02  David Schleef  <ds@schleef.org>
38284
38285         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38286         of lines.
38287         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38288         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38289         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38290         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38291         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38292         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38293         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38294         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38295         (gst_float2_2_int_link):
38296         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38297         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38298         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38299         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38300         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38301         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38302         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38303         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38304         * testsuite/gst-lint: Add tests for bzero and ;;
38305
38306 2004-02-02  David Schleef  <ds@schleef.org>
38307
38308         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38309
38310 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38311
38312         * ext/aalib/gstaasink.c: (gst_aasink_open):
38313         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38315         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38316         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38317         (gst_afsink_close_file):
38318         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38319         (gst_afsrc_close_file):
38320         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38321         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38322         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38323         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38324         * ext/esd/esdmon.c: (gst_esdmon_get):
38325         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38326         * ext/faac/gstfaac.c: (gst_faac_chain):
38327         * ext/faad/gstfaad.c: (gst_faad_chain):
38328         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38329         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38330         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38331         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38332         (gst_flacdec_loop):
38333         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38334         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38336         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38337         (gst_gnomevfssink_close_file):
38338         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38339         (gst_gnomevfssrc_open_file):
38340         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38341         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38342         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38343         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38344         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38345         * ext/mad/gstmad.c: (gst_mad_chain):
38346         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38347         * ext/mpeg2dec/gstmpeg2dec.c:
38348         * ext/mpeg2enc/gstmpeg2enc.cc:
38349         * ext/mplex/gstmplex.cc:
38350         * ext/mplex/gstmplexibitstream.cc:
38351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38352         (gst_ogg_demux_push):
38353         * ext/raw1394/gstdv1394src.c:
38354         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38355         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38356         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38357         (gst_sf_loop):
38358         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38359         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38360         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38361         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38363         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38364         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38365         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38366         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38367         (gst_riff_read_element_data), (gst_riff_read_seek),
38368         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38369         * gst/adder/gstadder.c: (gst_adder_loop):
38370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38371         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38372         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38373         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38374         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38375         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38376         * gst/goom/gstgoom.c: (gst_goom_chain):
38377         * gst/id3/gstid3types.c: (gst_id3types_loop):
38378         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38379         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38380         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38381         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38382         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38383         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38384         (gst_ebml_read_float), (gst_ebml_read_header):
38385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38386         (gst_matroska_demux_parse_blockgroup):
38387         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38388         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38389         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38390         * gst/silence/gstsilence.c: (gst_silence_get):
38391         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38392         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38393         * gst/speed/gstspeed.c: (speed_loop):
38394         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38396         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38397         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38398         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38399         (gst_wavparse_loop):
38400         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38401         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38402         (dxr3audiosink_close):
38403         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38404         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38405         (dxr3videosink_close), (dxr3videosink_write_data):
38406         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38407         * sys/oss/gstosssink.c: (gst_osssink_chain):
38408         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38409         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38410         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38412         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38413         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38414         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38415         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38416         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38417         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38418         (gst_v4l_set_audio):
38419         * sys/v4l/v4l_calls.h:
38420         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38421         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38422         (gst_v4lmjpegsink_playback_init),
38423         (gst_v4lmjpegsink_playback_start):
38424         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38425         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38426         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38427         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38428         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38429         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38430         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38431         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38432         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38433         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38434         (gst_v4l2_get_output), (gst_v4l2_set_output),
38435         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38436         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38437         (gst_v4l2_set_attribute):
38438         * sys/v4l2/v4l2_calls.h:
38439         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38440         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38441         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38442         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38443         (gst_v4l2src_capture_stop):
38444         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38446         (gst_ximagesink_chain):
38447         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38448         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38449         (gst_xvideosink_xwindow_new):
38450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38451         (gst_xvimagesink_chain):
38452
38453 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38454
38455         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38456         (gst_volume_get_volume), (volume_class_init), (volume_init),
38457         (volume_chain_int16), (volume_update_volume):
38458         * gst/volume/gstvolume.h:
38459           make code more readable by removing magic numbers
38460           make mixer interface export 0-100 range
38461           make it internally map to 0.0-1.0 range so users don't distort
38462           output by putting the sliders at full volume
38463
38464 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38465
38466         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38467         (gst_play_state_change), (gst_play_seek_to_time):
38468         block the tick callback for 0.5 secs after doing a seek
38469
38470 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38471
38472         * gst-libs/gst/play/play.c: (gst_play_new):
38473           check for GError
38474
38475 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38476
38477         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38478         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38479         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38480         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38482         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38483
38484 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38485
38486         * configure.ac:
38487         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38488           check for a function added in vorbis 1.1
38489
38490 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38491
38492         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38493         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38494           really start/stop clock only on PLAYING <=> PAUSED
38495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38496           remove \n from debugging lines
38497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38498           make it work when seeking does not
38499         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38500           reset on DISCONT
38501
38502 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38503
38504         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38505           start clock on PAUSED=>PLAYING, not later
38506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38507           extract correct time for different discont formats
38508         (gst_alsa_sink_get_time):
38509           don't segfault when no format is negotiated yet, just return 0
38510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38511         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38512         (gst_ogg_pad_push):
38513           handle flush and discont events correctly
38514         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38515           handle discont events correctly
38516
38517 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38518
38519         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38520         (gst_play_error_create), (gst_play_error_plugin),
38521         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38522         * gst-libs/gst/play/play.h:
38523           add error handling during creation
38524         * examples/gstplay/player.c: (main):
38525           use new gst_play_new
38526
38527
38528 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38529
38530         * ext/theora/theoradec.c: (theora_dec_chain):
38531           make comments work
38532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38533         (vorbis_dec_src_event), (vorbis_dec_chain):
38534           add encoder tag, fix tag reading to be more error tolerant, change
38535           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38536           gst_pad_event_default.
38537         * gst/tags/gstvorbistag.c:
38538         (gst_tag_list_from_vorbiscomment_buffer):
38539           undefine function specific define at end of function
38540
38541 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38542
38543         * ext/flac/gstflac.c: (plugin_init):
38544         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38545         * ext/flac/gstflacdec.h:
38546         * ext/flac/gstflacenc.h:
38547           Fix typos
38548
38549 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38550
38551         * examples/gstplay/player.c: s/gstplay.h/play.h/
38552
38553 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38554
38555         * gst-libs/gst/play/Makefile.am:
38556         * gst-libs/gst/play/gstplay.c:
38557         * gst-libs/gst/play/gstplay.h:
38558         * gst-libs/gst/play/play.c:
38559           more surgery, operation complete
38560
38561 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38562
38563         * gst-libs/gst/play/play.old.c:
38564         * gst-libs/gst/play/play.old.h:
38565           after CVS surgery by moving, remove
38566         * gst-libs/gst/play/playpipelines.c:
38567           remove
38568
38569         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38570           add negotiation error
38571
38572 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38573
38574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38575         (gst_ogg_demux_push):
38576           add some seeking debug info
38577           send a flush when seeking
38578
38579 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38580
38581         * configure.ac:
38582           use AC_C_INLINE
38583         * configure.ac:
38584         * ext/Makefile.am:
38585         * ext/theora/Makefile.am:
38586         * ext/theora/theoradec.c:
38587           add theora video decoder. Does just do simple decoding for now and
38588           has been tested against Theora cvs only. It only works when theora
38589           is compiled with --enable-static.
38590         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38591           always reset packetno on DISCONT
38592
38593 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38594
38595         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38596           Fix audio.
38597
38598 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38599
38600         * gst/mpegaudioparse/gstmpegaudioparse.c:
38601         (mp3_type_frame_length_from_header):
38602           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38603
38604 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38605
38606         * ext/esd/esdsink.c: (gst_esdsink_init):
38607           Since we have static pad template caps, we don't need to negotiate;
38608           either the core errors out or we know the format.
38609
38610 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38611
38612         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38613         (gst_riff_read_seek):
38614         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38615         (gst_ebml_read_seek):
38616           Fix event handling.
38617
38618 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38619
38620         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38621           removee video/x-theora from vp3 decoder, it doesn't handle raw
38622           theora streams
38623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38624           fix bug with finalizing element that never went to PAUSED
38625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38626           length and position queries were swapped
38627         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38628         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38629         (vorbis_dec_src_event):
38630           implement querying time and bytes
38631
38632 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38633
38634         * just about every source file:
38635           gst_element_error -> GST_ELEMENT_ERROR
38636
38637 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38638
38639         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38640         emiting FLUSH and even before DISCONT.
38641         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38642         get the best instant seeking as possible yay!
38643
38644 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38645
38646         * gst/mpeg1videoparse/gstmp1videoparse.c:
38647         (gst_mp1videoparse_real_chain):
38648           Committed wrong version last week... Grr... Didn't notice until now.
38649
38650 2004-01-29  Julien MOUTTE <julien@moutte.net>
38651
38652         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38654         have_xwindow_id signal in xwindow_create.
38655
38656 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38657
38658         * ext/ogg/gstoggdemux.c:
38659           lots of changes - mainly support for chained bitstreams, seeking,
38660           querying and bugfixes of course
38661         * ext/vorbis/Makefile.am:
38662         * ext/vorbis/vorbisdec.c:
38663         * ext/vorbis/vorbisdec.h:
38664           add vorbisdec raw vorbis decoder
38665         * ext/vorbis/vorbis.c: (plugin_init):
38666           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38667         * gst/intfloat/Makefile.am:
38668         * gst/intfloat/float22int.c:
38669         * gst/intfloat/float22int.h:
38670         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38671           add float2intnew plugin. It converts multichannel interleaved float to
38672           multichannel interleaved int. The name should probably be changed.
38673         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38674         (plugin_init):
38675           add typefinding for raw theora video so oggdemux can detect it.
38676
38677 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38678
38679         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38680         sink element first.
38681         * gst/videoscale/gstvideoscale.c:
38682         (gst_videoscale_handle_src_event): Fixing src event handler.
38683
38684 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38685
38686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38687         (gst_v4lsrc_open), (gst_v4lsrc_close),
38688         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38689         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38690         * sys/v4l/gstv4lsrc.h:
38691         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38692         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38693           Implement resizing... Hack. But that's why v4l is b0rked...
38694
38695 2004-01-28  Julien MOUTTE <julien@moutte.net>
38696
38697         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38698         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38699         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38700         (gst_ximagesink_xwindow_destroy):
38701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38702         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38703         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38704         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38705         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38706         correctly cleaning the image created to check xshm calls on succes,
38707         added a lot of XSync calls in X11 functions, and fixed a segfault when
38708         no image format was defined before negotiation happened.
38709
38710 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38711
38712         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38713           use gst_element_get_time to get correct time
38714
38715 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38716
38717         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38718         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38719         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38721         (gst_xvimagesink_check_xshm_calls),
38722         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38723         X plugins are now able to detect that XShm calls will fail even if the
38724         server claims that it has XShm support (remote displays most of the
38725         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38726         so that we use non XShm functions. This feature is almost useless for
38727         xvimagesink as Xv is not supported on remote displays anyway, but
38728         it might happen than even on the local display XShm calls fail.
38729
38730 2004-01-27  David Schleef  <ds@schleef.org>
38731
38732         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38733         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38734         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38735         changed esdsink to only use 44100,16,2, since esd sucks at rate
38736         conversion and esdsink has had difficulty negotiating.
38737
38738 2004-01-27  Julien MOUTTE <julien@moutte.net>
38739
38740         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38741         (gst_play_seek_to_time): Fixing the way to get current position.
38742
38743 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38744
38745         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38746           use gst_element_get_time to get correct time
38747
38748 2004-01-27  Julien MOUTTE <julien@moutte.net>
38749
38750         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38751         fix ever... Inverting 2 lines of code make spider autoplug correctly
38752         tagged mp3 !
38753
38754 2004-01-27  David Schleef  <ds@schleef.org>
38755
38756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38757         Use gst_pad_try_set_caps_nonfixed().
38758
38759 2004-01-27  David Schleef  <ds@schleef.org>
38760
38761         * gst/ac3parse/gstac3parse.c: update to checklist 5
38762         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38763         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38764         * gst/audioscale/gstaudioscale.c: same
38765         * gst/auparse/gstauparse.c: same
38766         * gst/avi/gstavidemux.c: same
38767
38768 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38769
38770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38771           stop processing after EOS
38772
38773 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38774
38775         * gst/asfdemux/asfheaders.h:
38776         * gst/asfdemux/gstasfdemux.c:
38777         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38778         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38779         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38780           lot's of fixes to make data extraction simpler and get the code
38781           architecture and compiler independant. Add debugging category
38782         * gst/goom/gstgoom.c: (gst_goom_change_state):
38783           reset channel count on PAUSED=>READY, not READY=>PAUSED
38784
38785 2004-01-26  Colin Walters  <walters@verbum.org>
38786
38787         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38788         code to pull a bigger buffer in iradio mode.  This as a side effect
38789         makes typefinding work.
38790
38791 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38792
38793         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38794         Fix SVQ3 decoding on PPC
38795
38796 2004-01-26  Julien MOUTTE <julien@moutte.net>
38797
38798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38799         that one managed to stay there... Fixed.
38800
38801 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38802
38803         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38804         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38805         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38806         (qtdemux_video_caps):
38807         * gst/qtdemux/qtdemux.h:
38808         Add SVQ3 specific flags to qtdemux and ffmpeg
38809
38810 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38811
38812         * gst-libs/gst/audio/audio.h:
38813           remove buffer-frames from audio caps
38814         * gst/audioconvert/gstaudioconvert.c:
38815           fix plugin to really work.
38816
38817 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38818
38819         * gst-libs/gst/mixer/mixer.c:
38820         * gst-libs/gst/propertyprobe/propertyprobe.c:
38821         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38822         (gst_tuner_find_channel_by_name):
38823         * gst-libs/gst/tuner/tuner.h:
38824           Add gtk-doc style comments. Also fix a function name.
38825
38826 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38827
38828         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38829         (gst_divxdec_negotiate):
38830           Fix for new capsnego - also fixes gst-player with divxdec.
38831
38832 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38833
38834         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38835         (gst_play_identity_handoff), (gst_play_set_location),
38836         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38837         try in visualization implementation. Still have an issue with switch
38838         blocking when pulling from video_queue and only audio comes out of
38839         spider.
38840         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38841         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38842         release method. And check if the pad is usable before pulling.
38843
38844 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38845
38846         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38847         (gst_videobalance_init),
38848         (gst_videobalance_colorbalance_list_channels),
38849         (gst_videobalance_colorbalance_set_value),
38850         (gst_videobalance_colorbalance_get_value),
38851         (gst_videobalance_update_properties),
38852         (gst_videobalance_update_tables_planar411),
38853         (gst_videobalance_planar411):
38854         * gst/videofilter/gstvideobalance.h:
38855           Implement lookup-tables. +/- 10x faster.
38856
38857 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38858
38859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38860         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38861           The index reading was broken. The rest worked fine, but the whole
38862           goal of my rewrite was to make avidemux readable, and this was
38863           not at all readable. Please use typed variables.
38864
38865 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38866
38867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38868           Additional pad usability check.
38869         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38870         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38871         (gst_mp1videoparse_real_chain):
38872           Fix MPEG video stream parsing. The original plugin had several
38873           issues, including not timestamping streams where the source was
38874           not timestamped (this happens with PTS values in mpeg system
38875           streams, but MPEG video is also a valid stream on its own so
38876           that needs timestamps too). We use the display time code for that
38877           for now. Also, if one incoming buffer contains multiple valid
38878           frames, we push them all on correctly now, including proper EOS
38879           handling. Lastly, several potential segfaults were fixed, and we
38880           properly sync on new sequence/gop headers to include them in next,
38881           not previous frames (since they're header for the next frame, not
38882           the previous). Also see #119206.
38883         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38884         (bpf_from_header):
38885           Move caps setting so we only do it after finding several valid
38886           MPEG-1 fraes sequentially, not right after the first one (which
38887           might be coincidental).
38888         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38889         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38890         (plugin_init):
38891           Add unsynced MPEG video stream typefinding, and change some
38892           probability values so we detect streams rightly. The idea is as
38893           follows: I can have an unsynced system stream which contains
38894           video. In the current code, I would randomly get a type for either
38895           system or video stream type found, because the probabilities are
38896           being calculated rather randomly. I now use fixed values, so we
38897           always prefer system stream if that was found (and that is how it
38898           should be). If no system stream was found, we can still identity                the stream as video-only.
38899
38900 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38901
38902         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38903         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38904           don't write to buffer. Extract data without the need of
38905           __attribute__ ((packed))
38906
38907 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38908
38909         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38910         (mpeg1_sys_type_find):
38911           Fix MPEG-1 stream typefinding.
38912
38913 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38914
38915         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38916           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38917
38918 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38919
38920         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38921         * ext/esd/gstesd.c: (plugin_init):
38922           private debugging, better error reporting
38923
38924 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38925
38926         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38927         (gst_riff_read_init), (gst_riff_read_change_state):
38928         * gst-libs/gst/riff/riff-read.h:
38929           Remove stuff fromold metadata system.
38930
38931 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38932
38933         * ext/ogg/gstoggdemux.c:
38934           Fix wrong file comment.
38935         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38936         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38937           Add metadata reading properly.
38938
38939 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38940
38941         * ext/Makefile.am:
38942           Fix nas DIST_SUBDIRS
38943           Uraeus:
38944           Fix bug where make distcheck doesn't get run on adding stuff to
38945           the build.
38946
38947 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38948
38949         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38950         * ext/divx/gstdivxdec.h:
38951           Fix divx3 ("msmpeg4") playback using divxdec.
38952
38953 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38954
38955         * gst/typefind/gsttypefindfunctions.c:
38956         (mp3_type_frame_length_from_header): fix bug in length computation
38957         (mp3_type_find): improve debugging output
38958
38959 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38960
38961         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38962         (gst_play_set_location), (gst_play_seek_to_time),
38963         (gst_play_set_audio_sink), (gst_play_set_visualization),
38964         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38965         the pipeline from scratch. Visualization is back and switch went out as
38966         i realized it was not possible to use the way i wanted.
38967         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38968         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38969         clearing in state change from READY to NULL. So that one can clean the
38970         X ressources keeping the element.
38971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38972         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38973         (gst_xvimagesink_colorbalance_set_value),
38974         (gst_xvimagesink_colorbalance_get_value),
38975         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38976         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38977         change from READY to NULL and fixed some stupid bugs in colorbalance
38978         get/set values. Also added the following feature : when nobody tries to
38979         set some values to the colorbalance levels before the xcontext is
38980         grabbed, then when creating channels list from Xv attributes we set the
38981         internal values to the Xv defaults. This way we handle buggy Xv drivers
38982         that set default hue values far from the middle of the range (Thanks
38983         to Jon Trowbridge for pointing that issue).
38984         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38985         colorbalance levels have been set before xcontext is grabbed.
38986
38987 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38988
38989         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38990           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38991           it might block operations (which is bad for a mixer).
38992
38993 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38994
38995         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38996         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38997         (gmip_find_type_pre):
38998         * gst-libs/gst/media-info/media-info-priv.h:
38999         * gst-libs/gst/media-info/media-info.c:
39000         (gst_media_info_instance_init), (gst_media_info_read_idler):
39001         add fakesink to get caps on decoder src pad again
39002         fix callback prototype to match new have_type signal signature
39003
39004 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39005
39006         * gst/adder/gstadder.c: (gst_adder_link):
39007           fix non-compile and cut-n-paste code
39008
39009 2004-01-21  David Schleef  <ds@schleef.org>
39010
39011         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39012         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39013         (gst_swfdec_init), (gst_swfdec_change_state):
39014         * ext/swfdec/gstswfdec.h:
39015         Fix negotiation.
39016         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39017         (gst_adder_request_new_pad): Fix negotiation.
39018         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39019         Add a fixate function.
39020         * gst/intfloat/gstfloat2int.c:
39021         * gst/intfloat/gstfloat2int.h:
39022         * gst/intfloat/gstint2float.c:
39023         * gst/intfloat/gstint2float.h:
39024         Completely rewrite the negotiation.  Doesn't quite work yet,
39025         due to some buffer-frames problem.
39026
39027 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39028
39029         * ext/gnomevfs/gstgnomevfssrc.c:
39030         * sys/v4l2/v4l2_calls.h:
39031           fix includes for distcheck
39032
39033 2004-01-21  Christian Schaller <uraeus@gnome.org>
39034
39035         * ext/nas/
39036         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39037         based on earlier patch from Laurent Vivier
39038
39039 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39040
39041         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39042         Fix wma caps property
39043         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39044         Fix typo (flags1 and flags2)
39045
39046 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39047
39048         * gst-libs/gst/media-info/media-info-priv.c:
39049         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39050         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39051         (gmip_find_stream), (gmip_find_track_metadata),
39052         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39053         (gmip_find_track_format):
39054         * gst-libs/gst/media-info/media-info-priv.h:
39055         * gst-libs/gst/media-info/media-info-test.c: (main):
39056         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39057         (gst_media_info_read_idler), (gst_media_info_read):
39058         * gst-libs/gst/media-info/media-info.h:
39059           register debugging category and use it for debugging
39060
39061 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39062
39063         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39064         (gst_vorbisfile_new_link):
39065           signal streaminfo through tags
39066
39067 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39068
39069         * ext/mplex/gstmplex.cc:
39070         * ext/mplex/gstmplexibitstream.cc:
39071           g++ doesn't like NULL in our i18n/error macros, should be
39072           either (NULL) or ("").
39073
39074 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39075
39076         * sys/dxr3/dxr3audiosink.c:
39077         * sys/dxr3/dxr3init.c:
39078         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39079         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39080           Fix more error error error errors (missing includes here).
39081
39082 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39083
39084         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39085           fix thomas' error errors.
39086
39087 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39088
39089         * ext/mpeg2enc/gstmpeg2enc.cc:
39090           fix error errors.
39091
39092 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39093
39094         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39095         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39096           Fix for new error system.
39097
39098 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39099
39100         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39101           fix for new error reporting
39102
39103 2004-01-20  David Schleef  <ds@schleef.org>
39104
39105         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39106         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39107         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39108         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39109         and neither is 100+, most likely.
39110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39111         (gst_xvimagesink_getcaps): same
39112
39113 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39114
39115         * configure.ac:
39116           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39117           clashes with ffmpeg.
39118
39119 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39120
39121         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39122         (gst_switch_init): Fixed switch element : proxying link and setting
39123         caps from src to sink on request.
39124
39125 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39126
39127         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39128         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39129         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39130         fix element_error
39131
39132 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39133
39134         * sys/v4l/v4l_calls.h:
39135         * sys/v4l2/v4l2_calls.h:
39136           element_error fixes
39137
39138 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39139
39140         * gst-libs/gst/gst-i18n-plugin.h:
39141           add locale.h
39142           remove config.h inclusion
39143
39144 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39145
39146         * autogen.sh:
39147           adding autopoint invocation
39148         * Makefile.am:
39149         * configure.ac:
39150         * gst-libs/gst/gettext.h:
39151           adding gettext bits
39152         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39153         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39154         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39155         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39156         (gst_gnomevfssink_close_file):
39157         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39158         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39159         * gst-libs/gst/gst-i18n-plugin.h:
39160         * gst/avi/gstavi.c: (plugin_init):
39161         * sys/dxr3/dxr3init.c: (plugin_init):
39162         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39163         * sys/oss/gstossaudio.c: (plugin_init):
39164         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39165         * sys/v4l/gstv4l.c: (plugin_init):
39166         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39167         * sys/v4l2/gstv4l2.c: (plugin_init):
39168         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39169         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39170         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39171         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39172         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39173         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39174           make sure locale and translation domain are set
39175           fix translated strings
39176         * po/.cvsignore:
39177         * po/LINGUAS:
39178         * po/Makevars:
39179         * po/POTFILES.in:
39180         * po/nl.po:
39181           put translation files into place
39182         * sys/xvideo/imagetest.c: (main):
39183         * ext/dv/demo-play.c: (main):
39184           fix unnecessary translations
39185
39186 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39187
39188         * ext/sndfile/gstsf.c:
39189         * gst/avi/gstavimux.c:
39190         * ext/audiofile/gstafsink.c:
39191         * ext/audiofile/gstafsrc.c:
39192         * ext/gnomevfs/gstgnomevfssink.c:
39193         * ext/gnomevfs/gstgnomevfssrc.c:
39194         * sys/oss/gstosselement.c:
39195         * sys/v4l/v4l_calls.h:
39196           fix i18n include
39197
39198 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39199
39200         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39201         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39202         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39203         (gst_v4l2_get_output), (gst_v4l2_set_output),
39204         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39205         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39206         (gst_v4l2_set_attribute):
39207         update to new error handling
39208
39209 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39210
39211         * ext/sidplay/gstsiddec.cc:
39212         * gst/modplug/gstmodplug.cc:
39213           parenthese NULL because C++ seems angry about it
39214
39215 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39216
39217         * gst-libs/gst/gst-i18n-plugin.h:
39218           add skeleton i18n stuff, but needs to be further implemented
39219
39220 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39221
39222         * examples/gstplay/player.c: (main):
39223         * ext/aalib/gstaasink.c: (gst_aasink_open):
39224         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39226         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39227         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39228         (gst_afsink_close_file):
39229         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39230         (gst_afsrc_close_file):
39231         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39232         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39233         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39234         * ext/esd/esdmon.c: (gst_esdmon_get):
39235         * ext/esd/esdsink.c: (gst_esdsink_chain):
39236         * ext/faac/gstfaac.c: (gst_faac_chain):
39237         * ext/faad/gstfaad.c: (gst_faad_chain):
39238         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39239         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39240         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39241         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39242         (gst_flacdec_loop):
39243         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39244         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39247         (gst_gnomevfssink_close_file):
39248         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39249         (gst_gnomevfssrc_open_file):
39250         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39251         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39252         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39253         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39254         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39255         * ext/mad/gstmad.c: (gst_mad_chain):
39256         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39257         * ext/mpeg2dec/gstmpeg2dec.c:
39258         * ext/mpeg2enc/gstmpeg2enc.cc:
39259         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39260         * ext/mplex/gstmplex.cc:
39261         * ext/mplex/gstmplexibitstream.cc:
39262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39263         (gst_ogg_demux_push), (gst_ogg_pad_push):
39264         * ext/raw1394/gstdv1394src.c:
39265         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39266         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39267         * ext/sidplay/gstsiddec.cc:
39268         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39269         (gst_sf_loop):
39270         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39271         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39272         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39273         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39274         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39275         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39276         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39277         * gst-libs/gst/Makefile.am:
39278         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39279         (gst_riff_read_element_data), (gst_riff_read_seek),
39280         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39281         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39283         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39284         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39285         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39286         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39287         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39288         * gst/goom/gstgoom.c: (gst_goom_chain):
39289         * gst/id3/gstid3types.c: (gst_id3types_loop):
39290         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39291         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39292         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39293         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39294         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39295         (gst_ebml_read_float), (gst_ebml_read_header):
39296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39297         (gst_matroska_demux_parse_blockgroup):
39298         * gst/modplug/gstmodplug.cc:
39299         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39300         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39301         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39302         * gst/silence/gstsilence.c: (gst_silence_get):
39303         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39304         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39305         * gst/speed/gstspeed.c: (speed_loop):
39306         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39307         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39308         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39309         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39310         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39311         (gst_wavparse_loop):
39312         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39313         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39314         (dxr3audiosink_close):
39315         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39316         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39317         (dxr3videosink_close), (dxr3videosink_write_data):
39318         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39319         * sys/oss/gstosselement.h:
39320         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39321         (gst_osssink_chain):
39322         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39323         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39324         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39326         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39327         (gst_v4l_enable_overlay):
39328         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39329         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39330         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39331         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39332         (gst_v4l_set_audio):
39333         * sys/v4l/v4l_calls.h:
39334         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39335         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39336         (gst_v4lmjpegsink_playback_init),
39337         (gst_v4lmjpegsink_playback_start):
39338         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39339         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39340         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39341         (gst_v4lmjpegsrc_requeue_frame):
39342         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39343         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39344         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39346         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39347         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39348         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39349         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39350         (gst_v4l2src_capture_stop):
39351         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39352         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39353         (gst_ximagesink_chain):
39354         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39355         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39356         (gst_xvideosink_xwindow_new):
39357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39358         (gst_xvimagesink_chain):
39359         use new error signal, function and categories
39360
39361 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39362
39363         * configure.ac:
39364         * ext/Makefile.am:
39365         * ext/musicbrainz/gsttrm.c:
39366         * ext/musicbrainz/gsttrm.h:
39367         * ext/musicbrainz/Makefile.am:
39368         Add a trm plugin
39369
39370 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39371
39372         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39373         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39374         synchronous property for debugging.
39375         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39377         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39378         smaller block, fixing indent.
39379
39380 2004-01-16  David Schleef  <ds@schleef.org>
39381
39382         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39383         property affects the video stream.
39384         * sys/xvimage/xvimagesink.c:
39385         * sys/xvimage/xvimagesink.h:
39386         Add synchronous property for debugging.  Should probably be
39387         disabled in non-CVS builds.  Make sure that the Xv attribute
39388         exists before we set it (crash!).  Fix a silly float bug that
39389         caused colorbalance to just not work.
39390
39391 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39392
39393         * tools/gst-launch-ext.in - update for new plugins
39394
39395 2004-01-16  David Schleef  <ds@schleef.org>
39396
39397         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39398         already-freed caps.
39399
39400 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39401
39402         * Update spec for new colorspace plugin and libcaca plugin
39403         * Fix compilation of libcaca plugin (clock -> id)
39404
39405 2004-01-16  Julien MOUTTE <julien@moutte.net>
39406
39407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39408         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39409         (gst_xvimagesink_set_xwindow_id),
39410         (gst_xvimagesink_colorbalance_set_value),
39411         (gst_xvimagesink_colorbalance_get_value),
39412         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39413         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39414         correct colorbalance properties. They can now be set when the element
39415         is still in NULL state. The values will be committed to the Xv Port
39416         when xcontext is initialized.
39417         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39418         brightness int values in the GstXvImagesink structure.
39419
39420 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39421
39422         * gst-libs/gst/Makefile.am:
39423           restructure so having local patches works easier.
39424
39425 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39426
39427         * ext/mpeg2enc/Makefile.am:
39428         * ext/mpeg2enc/gstmpeg2enc.cc:
39429         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39430           Bugfix with respect to EOS handling.
39431
39432 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39433
39434         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39435           Link with right caps (else, it segfaults).
39436         * ext/mplex/gstmplexjob.cc:
39437           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39438
39439 2004-01-15  David Schleef  <ds@schleef.org>
39440
39441         * gst-libs/gst/audio/Makefile.am:
39442         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39443         from the template.
39444         * gst-libs/gst/audio/gstaudiofilter.c:
39445         * gst-libs/gst/audio/gstaudiofilter.h:
39446         Add bytes_per_sample and size and n_samples calculation.
39447         * gst-libs/gst/audio/gstaudiofilterexample.c:
39448         Remove, now autogenerated.
39449         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39450         Moved from gstaudiofilterexample, object name changed, code added
39451         so that it actually works.
39452         * gst-libs/gst/audio/make_filter:
39453         Script to build an audiofilter subclass from the template.
39454         * gst/colorspace/Makefile.am:
39455         * gst/colorspace/yuv2yuv.c:
39456         Remove file, since it's GPL, and we don't use it.
39457
39458 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39459
39460         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39462         them use the buffer free function to test how the buffer was allocated.
39463
39464 2004-01-15  David Schleef  <ds@schleef.org>
39465
39466         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39467         that handles osssink fallback.
39468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39469         (gst_audio_convert_getcaps):
39470         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39471         Add audio/x-qdm2 for QDM2 audio.
39472         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39473         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39474         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39475         Decrease minimum size to 16x16.
39476         * gst/wavparse/gstwavparse.c:
39477         Convert disabled pad template caps to new caps.
39478         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39480         (gst_xvimagesink_chain): Throw element error when display cannot
39481         be opened.  Increase minimum framerate to 1.0.  Check the data
39482         free function on a buffer to make sure it is the type we expect
39483         before manipulating it.
39484
39485 2004-01-15  Julien MOUTTE <julien@moutte.net>
39486
39487         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39488         (gst_videobalance_colorbalance_set_value): Implement passthru if
39489         settings are in the middle.
39490         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39491
39492 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39493
39494         * gst/videofilter/Makefile.am:
39495         * gst/volume/Makefile.am:
39496           Since we use videofilter symbols, link to it.
39497
39498 2004-01-15  Julien MOUTTE <julien@moutte.net>
39499
39500         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39501         mixer interface type to HARDWARE.
39502         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39503         type to SOFTWARE.
39504         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39505         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39506         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39507         (gst_volume_interface_init), (gst_volume_list_tracks),
39508         (gst_volume_set_volume), (gst_volume_get_volume),
39509         (gst_volume_set_mute), (gst_volume_mixer_init),
39510         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39511         (volume_init): Implementing mixer interface.
39512         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39513         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39514         (gst_osselement_change_state): Removing some trailing commas in
39515         structures.
39516         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39517         interface type to HARDWARE.
39518         * sys/v4l/gstv4lcolorbalance.c:
39519         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39520         type to HARDWARE.
39521         * sys/v4l2/gstv4l2colorbalance.c:
39522         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39523         interface type to HARDWARE.
39524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39525         same code than ximagesink for event handling.
39526
39527 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39528
39529         * ext/snapshot/Makefile.am:
39530         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39531         (gst_snapshot_chain):
39532         * ext/snapshot/gstsnapshot.h:
39533           This has to be a joke... Snapshot should be connected to a tee,
39534           colorspace element before it and EOS after that, where the other
39535           src of the tee receives normal data.
39536           The current way is *wrong*.
39537
39538 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39539
39540         * ext/hermes/gsthermescolorspace.c:
39541           Fix another compile error. Same as below.
39542
39543 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39544
39545         * gst/colorspace/gstcolorspace.c:
39546         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39547         (gst_colorspace_i420_to_yv12):
39548           Fix compiling... Didn't test if it actually works.
39549
39550 2004-01-15  David Schleef  <ds@schleef.org>
39551
39552         * configure.ac:
39553         * gst/colorspace/Makefile.am:
39554         * gst/colorspace/gstcolorspace.c:
39555         * gst/colorspace/gstcolorspace.h:
39556         * gst/colorspace/yuv2rgb.c:
39557         * gst/colorspace/yuv2rgb.h:
39558         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39559         code and GPL code.  Fix for new caps negotiation.  Rewrite
39560         much of the format handling code, and some of the conversion
39561         code.  Basically, rewrote almost everything.  This element
39562         handles I420, YV12 to RGB conversions.
39563         * ext/hermes/Makefile.am:
39564         * ext/hermes/gsthermescolorspace.c:
39565         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39566         Remove non-Hermes related code.  This element handles lots of
39567         RGB to RGB conversions, but no YUV.
39568         * ext/hermes/gstcolorspace.c:
39569         * ext/hermes/gstcolorspace.h:
39570         * ext/hermes/rgb2yuv.c:
39571         * ext/hermes/yuv2rgb.c:
39572         * ext/hermes/yuv2rgb.h:
39573         * ext/hermes/yuv2rgb_mmx16.s:
39574         * ext/hermes/yuv2yuv.c:
39575         * ext/hermes/yuv2yuv.h:
39576         Remove old code.
39577
39578 2004-01-14  Colin Walters  <walters@verbum.org>
39579
39580         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39581         they've already been.
39582
39583 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39584
39585         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39586           assume tag mode when pad is not connected
39587
39588 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39589
39590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39591           Don't update the time of the clock
39592         (gst_alsa_sink_loop):
39593           sync to the clock given to alsasink, not the own clock
39594         * sys/oss/gstosssink.c: (gst_osssink_chain):
39595           sync to the clock
39596         (gst_osssink_change_state):
39597           activate the clock
39598         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39600           remove bogus code that made DISCONT events unhandled
39601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39602           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39603           #131502)
39604         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39605         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39606         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39607           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39608           2nd warning in bug #131502)
39609
39610 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39611
39612         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39613         (gst_videobalance_colorbalance_set_value),
39614         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39615         for colorbalance interface implementation.
39616         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39617         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39618         (gst_ximagesink_dispose), (gst_ximagesink_init),
39619         (gst_ximagesink_class_init): Adding DISPLAY property.
39620         * sys/ximage/ximagesink.h: Adding display_name to store display.
39621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39622         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39623         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39624         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39625         properties (they still need polishing though for gst-launch use : no
39626         xcontext yet, i ll do that tomorrow).
39627         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39628
39629 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39630
39631         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39632         (gst_play_set_location), (gst_play_set_visualization): Preparing
39633         switch integration, adding videobalance in the pipeline.
39634
39635 2004-01-14  Julien MOUTTE <julien@moutte.net>
39636
39637         * gst-libs/gst/colorbalance/colorbalance.c:
39638         (gst_color_balance_class_init): Adding a default type.
39639         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39640         the type.
39641         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39642         (gst_videobalance_dispose), (gst_videobalance_class_init),
39643         (gst_videobalance_init), (gst_videobalance_interface_supported),
39644         (gst_videobalance_interface_init),
39645         (gst_videobalance_colorbalance_list_channels),
39646         (gst_videobalance_colorbalance_set_value),
39647         (gst_videobalance_colorbalance_get_value),
39648         (gst_videobalance_colorbalance_init): Implementing colorbalance
39649         interface.
39650         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39651         list.
39652         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39653         bug which was triggering a BadAccess X error when setting an overlay
39654         before pad was really negotiated.
39655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39656         Using the colorbalance type macro.
39657
39658 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39659
39660         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39661         (gst_flacenc_chain):
39662           handle tags correctly
39663         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39664           extract ID3v1 tags correctly
39665
39666 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39667
39668         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39669         (plugin_init):
39670           Improve matroska typefinding for odd-typed headers...
39671
39672 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39673
39674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39675           Fix for using incremental number on padnames.
39676
39677 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39678
39679         * ext/divx/gstdivxdec.c:
39680         * ext/divx/gstdivxenc.c:
39681           Set category to divx4linux instead of divx (too generic).
39682         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39683         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39684         (gst_wavparse_loop), (gst_wavparse_change_state):
39685         * gst/wavparse/gstwavparse.h:
39686           fix parsing of WAV files with non-standard fmt-tag size and fix
39687           skipping of unrecognized chunks... Someone please fix this thing
39688           to use rifflib so all this is automated.
39689         * sys/v4l/Makefile.am:
39690         * sys/v4l2/Makefile.am:
39691           Add X_CFLAGS because we depend on X (for overlay).
39692
39693 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39694
39695         * ext/mpeg2dec/gstmpeg2dec.c:
39696           Don't issue a timestamp unless we tagged the frame
39697           with a PTS.
39698
39699 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39700
39701         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39702           Query the audio element to get the time, not the clock. We're
39703           interested in the element's time here.
39704
39705 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39706
39707         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39709         * ext/esd/esdsink.c: (gst_esdsink_chain):
39710         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39711         * ext/mas/massink.c: (gst_massink_chain):
39712         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39714         (gst_matroska_demux_parse_metadata):
39715         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39716         (gst_mpeg_parse_release_locks):
39717         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39718         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39720         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39721         (gst_osssink_change_state):
39722         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39723         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39724         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39725         (gst_xvideosink_release_locks):
39726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39727           use element time.
39728         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39729         (gst_alsa_clock_stop):
39730         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39731         (gst_audio_clock_get_internal_time):
39732           simplify for use with new clocking code.
39733         * testsuite/alsa/Makefile.am:
39734         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39735           fix testsuite for new caps system
39736
39737 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39738
39739         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39740         * ext/flac/gstflacenc.c: (add_one_tag):
39741           length is already host endian, no need to convert. Fixes playback of
39742           tagged files on PPC. (bug #128384)
39743
39744 2004-01-13  Julien MOUTTE <julien@moutte.net>
39745
39746         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39747         colorbalance interface stating if it is hardware based or software
39748         based.
39749         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39750         Removing a trailing comma.
39751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39752         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39753         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39754         the documentation seems to be wrong on the -1000 to 1000 interval.
39755
39756 2004-01-12  David Schleef  <ds@schleef.org>
39757
39758         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39759         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39760         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39761         Fix negotiation.  Add a bufferalloc function for the sink pad,
39762         and generally clean up some of the code.
39763
39764 2004-01-12  Julien MOUTTE <julien@moutte.net>
39765
39766         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39767         (gst_color_balance_channel_dispose): Adding safety check in dispose
39768         method.
39769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39770         (gst_xvimagesink_xcontext_clear),
39771         (gst_xvimagesink_interface_supported),
39772         (gst_xvimagesink_colorbalance_list_channels),
39773         (gst_xvimagesink_colorbalance_set_value),
39774         (gst_xvimagesink_colorbalance_get_value),
39775         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39776         Adding colorbalance interface support to set XV parameters such as
39777         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39778         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39779         interface.
39780
39781 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39782
39783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39784         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39785         (gst_audio_convert_init), (gst_audio_convert_set_property),
39786         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39787         (gst_audio_convert_link),
39788         (gst_audio_convert_buffer_to_default_format),
39789         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39790           - implement _getcaps and use it
39791           - improve linking
39792           - remove float caps since no float conversion is actually done
39793           - remove properties and arguments that were to be used for rate
39794             conversion
39795
39796 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39797
39798         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39799         (gst_audio_structure_set_int):
39800         * gst-libs/gst/audio/audio.h:
39801           add helper functions for _getcaps matching the standard audio
39802           templates
39803
39804 2004-01-12  David Schleef  <ds@schleef.org>
39805
39806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39807         Test that pad is negotiated before getting its caps.
39808
39809 2004-01-12  Julien MOUTTE <julien@moutte.net>
39810
39811         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39812         analyzing the pads of an element the bin is mostly in READY state so
39813         no caps were negotiated. This helper function needs to work with
39814         _get_caps directly then. I was not freeing them though, added that to
39815         fix the mem leak.
39816
39817 2004-01-12  Julien MOUTTE <julien@moutte.net>
39818
39819         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39821         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39822         than the free_func.
39823
39824 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39825
39826         * sys/oss/gstossaudio.c: (plugin_init):
39827         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39828         * sys/oss/gstosselement.h:
39829           make an oss debugging category
39830           make failure more descriptive
39831
39832 2004-01-11  David Schleef  <ds@schleef.org>
39833
39834         * ext/ffmpeg/gstffmpeg.c:
39835         * ext/ffmpeg/gstffmpegcodecmap.c:
39836         * ext/ffmpeg/gstffmpegdec.c:
39837         * ext/ffmpeg/gstffmpegenc.c:
39838         * ext/ffmpeg/gstffmpegprotocol.c:
39839         * ext/gdk_pixbuf/gstgdkanimation.c:
39840         * ext/jpeg/gstjpeg.c:
39841         * ext/libpng/gstpng.c:
39842         * ext/mpeg2dec/perftest.c:
39843         * ext/speex/gstspeex.c:
39844         * gst-libs/gst/resample/dtos.c:
39845         * gst/intfloat/gstintfloatconvert.c:
39846         * gst/oneton/gstoneton.c:
39847         * gst/rtjpeg/RTjpeg.c:
39848         * gst/rtp/gstrtp.c:
39849         * sys/dxr3/dxr3init.c:
39850         * sys/glsink/gstgl_nvimage.c:
39851         * sys/glsink/gstgl_pdrimage.c:
39852         * sys/glsink/gstglsink.c:
39853         * testsuite/gst-lint:
39854         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39855
39856 2004-01-11  David Schleef  <ds@schleef.org>
39857
39858         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39859         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39860         * ext/gdk_pixbuf/gstgdkanimation.c:
39861         (gst_gdk_animation_iter_create_pixbuf):
39862         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39863         (gst_gdk_pixbuf_chain):
39864         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39865         * ext/jack/gstjack.c: (gst_jack_change_state):
39866         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39867         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39868         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39869         * gst/videofilter/gstvideofilter.c:
39870         (gst_videofilter_set_output_size):
39871         Remove all usage of gst_pad_get_caps(), and replace it with
39872         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39873
39874 2004-01-11  David Schleef  <ds@schleef.org>
39875
39876         * configure.ac:
39877         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39878         * ext/divx/gstdivxdec.c:
39879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39880         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39881         handle images that span multiple buffers.  Now work with both
39882         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39883         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39884         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39885         video/video.h changes
39886         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39887         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39888         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39889         of GstData free function.
39890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39891         same.
39892
39893 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39894
39895         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39896         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39897         (gst_v4l2element_get_property):
39898         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39899           add norm, channel and frequency properties.
39900         * sys/v4l2/gstv4l2tuner.c:
39901           fixes for tuner interface changes
39902         * sys/v4l2/gstv4l2element.h:
39903         * sys/v4l2/gstv4l2src.c:
39904         * sys/v4l2/gstv4l2src.h:
39905         * sys/v4l2/v4l2src_calls.c:
39906         * sys/v4l2/v4l2src_calls.h:
39907           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39908
39909 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39910
39911         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39912         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39913         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39914         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39915         * gst-libs/gst/tuner/tuner.h:
39916           GObjects aren't const.
39917           Add find_by_name functions.
39918           Add checks to _changed functions.
39919         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39920         (gst_v4l_tuner_get_norm):
39921           Fixes for above.
39922
39923 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39924
39925         * gst-libs/gst/video/video.h:
39926           Fix caps template names to be understandable.
39927           Prefix everything with GST_VIDEO.
39928         * ext/aalib/gstaasink.c:
39929         * ext/divx/gstdivxdec.c:
39930         * ext/divx/gstdivxenc.c:
39931         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39932         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39933         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39934         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39935         * ext/libcaca/gstcacasink.c:
39936         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39937         * ext/snapshot/gstsnapshot.c:
39938         * ext/swfdec/gstswfdec.c:
39939         * ext/xvid/gstxviddec.c:
39940         * ext/xvid/gstxvidenc.c:
39941         * gst/chart/gstchart.c:
39942         * gst/deinterlace/gstdeinterlace.c:
39943         * gst/effectv/gsteffectv.c:
39944         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39945         * gst/goom/gstgoom.c:
39946         * gst/median/gstmedian.c:
39947         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39948         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39949         * gst/overlay/gstoverlay.c:
39950         * gst/smooth/gstsmooth.c:
39951         * gst/smpte/gstsmpte.c:
39952         * gst/synaesthesia/gstsynaesthesia.c:
39953         * gst/videocrop/gstvideocrop.c:
39954         * gst/videodrop/gstvideodrop.c:
39955         * gst/y4m/gsty4mencode.c:
39956         * sys/qcam/gstqcamsrc.c:
39957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39958           Make them work with new video.h file.
39959         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39960         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39962         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39963           Make it work with new buffer allocation system.
39964
39965 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39966
39967         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39968         pad_alloc_buffer implementation to use ->srcpad
39969         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39970         pad_alloc_buffer implementation to use ->srcpad
39971         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39972         pad_alloc_buffer implementation to use ->srcpad
39973         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39974         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39975         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39976         a reference to everything we need.
39977         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39979         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39980         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39981         a reference to everything we need.
39982         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39983
39984 2004-01-11  David Schleef  <ds@schleef.org>
39985
39986         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39987         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39988         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39989         structure members.
39990         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39991         value during a resize/renegotiation.
39992         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39993         gst_pad_alloc_buffer();
39994         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39995         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39996         structure members.
39997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39998         Fix for rename of buffer private structure members.
39999         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40000         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40001         Fix for rename of buffer private structure members.
40002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40003         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40004         Fix for rename of buffer private structure members.
40005
40006 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40007
40008         reviewed by: David Schleef <ds@schleef.org>
40009
40010         * gst/videofilter/Makefile.am:
40011         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40012         from the patch by ds to fit in with recent make_filter changes.
40013
40014 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40015
40016         * configure.ac: Adding examples/switch/Makefile
40017         * examples/Makefile.am: Adding examples/switch
40018         * examples/switch/Makefile.am: Adding switcher example.
40019         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40020         (switch_timer), (main): Adding an example demonstrating switch usage
40021         with 2 videotestsrc showing different patterns.
40022         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40023         (gst_switch_init): Fixing switch with the new caps system.
40024
40025 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40026
40027         * gst-libs/gst/video/video.h:
40028           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40029           They should probably be like
40030           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40031
40032 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40033
40034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40035         (qtdemux_parse_trak):
40036           fix audio chunk size/timestamp calculation
40037
40038 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40039
40040         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40041           fix SVQ3 caps
40042
40043 2004-01-11  Steve Baker  <steve@stevebaker.org>
40044
40045         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40046         (gst_agingtv_base_init), (gst_agingtv_class_init),
40047         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40048         (gst_agingtv_set_property), (gst_agingtv_get_property):
40049         Port agingTV to videofilter
40050
40051 2004-01-09  Julien MOUTTE <julien@moutte.net>
40052
40053         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40054         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40055
40056 2004-01-09  Julien MOUTTE <julien@moutte.net>
40057
40058         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40059         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40060         * gst-libs/gst/xoverlay/xoverlay.c:
40061         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40063         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40064         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40065         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40066         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40067         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40068         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40069         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40070         interface implementation to handle xid being 0 and fix some bugs
40071         triggered by Benjamin's testcase.
40072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40073         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40074         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40075         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40076         interface implementation to handle xid being 0 and fix some bugs
40077         triggered by Benjamin's testcase.
40078
40079 2004-01-09  David Schleef  <ds@schleef.org>
40080
40081         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40082         mouse pointer events.  It works.
40083
40084 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40085
40086         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40087           Use explicit caps - fix capsnego.
40088         * ext/xvid/gstxviddec.c:
40089         * ext/xvid/gstxvidenc.c:
40090           Remove macro-inside-macro which caused compile errors.
40091         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40092           Error out if it's not a RIFF file. Else we error out without
40093           gst_element_error() which is not good...
40094
40095 2004-01-08  David Schleef  <ds@schleef.org>
40096
40097         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40098         Fix pad_link function to handle formats that ffmpeg returns
40099         as multiple caps structures.
40100         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40101         Only complain if source buffer is _smaller_ than expected.
40102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40103         (gst_videoscale_handle_src_event): Resize navigation events
40104         when passing them upstream.
40105         * gst/videotestsrc/gstvideotestsrc.c:
40106         * gst/videotestsrc/gstvideotestsrc.h:
40107         * gst/videotestsrc/videotestsrc.c:
40108         * gst/videotestsrc/videotestsrc.h:
40109         Rewrite many of the buffer painting functions to handle odd
40110         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40111         been verified to work with my video card.
40112         * testsuite/gst-lint:  Add check for elements calling
40113         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40114
40115 2004-01-08  David Schleef  <ds@schleef.org>
40116
40117         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40118         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40119
40120 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40121
40122         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40123         configure event is not emiting the desired size signal. That fixes
40124         aspect ratio issues with gst-player.
40125
40126 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40127
40128         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40129           Fix capsnego.
40130
40131 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40132
40133         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40134         public method to fire size signal.
40135
40136 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40137
40138         * examples/gstplay/Makefile.am: Adding the interface library.
40139         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40140         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40141         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40142         GST_IS_X_OVERLAY before signal connect.
40143         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40144         Removing the have_video_size signal.
40145         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40146         and associated public method.
40147         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40148         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40149         signal.
40150         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40151         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40152         signal.
40153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40154         Using XOverlay public method to fire size signal.
40155
40156 2004-01-07  David Schleef  <ds@schleef.org>
40157
40158         * gst/videofilter/Makefile.am:
40159         * gst/videofilter/gstvideotemplate.c:
40160         * gst/videofilter/make_filter:
40161         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40162         Convert make_filter to /bin/sh script.
40163
40164 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40165
40166         * gst/modplug/gstmodplug.cc: fix element description
40167
40168 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40169
40170         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40171         (got_video_size): Adding some new lines in g_print calls.
40172         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40173         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40174         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40175         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40176         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40177         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40178         Complete code review, reverting some stuff i disagree with, adding
40179         some fixes : time synchronization on invalid timestamps, renegotiation
40180         of private window.
40181         * sys/ximage/ximagesink.h:
40182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40183         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40184         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40185         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40186         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40187         (gst_xvimagesink_buffer_new),
40188         (gst_xvimagesink_navigation_send_event),
40189         (gst_xvimagesink_set_xwindow_id),
40190         (gst_xvimagesink_get_desired_size),
40191         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40192         stuff i disagree with, adding some fixes : Renegotiation of private
40193         window, implementing get_desired_size.
40194
40195 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40196
40197         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40198         (gst_afsink_handle_event):
40199         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40200         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40201         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40202         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40203         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40204           Fix for instantiate-test (see core). Also remove dead code from
40205           jpegenc (which still needs fixing, but that's lower on my TODO
40206           list...).
40207         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40208           Never return NULL as caps.
40209
40210 2004-01-07  David Schleef  <ds@schleef.org>
40211
40212         * configure.ac:
40213         * ext/Makefile.am:
40214         * ext/librfb/Makefile.am:
40215         * ext/librfb/gstrfbsrc.c:
40216         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40217         is the protocol used by VNC.
40218
40219 2004-01-07  David Schleef  <ds@schleef.org>
40220
40221         * gst/videofilter/gstvideotemplate.c:
40222         * gst/videofilter/gstvideotemplate.h:
40223         * gst/videofilter/make_filter:
40224         Merge videotemplate header into source file.
40225         * gst/effectv/Makefile.am:
40226         * gst/effectv/gsteffectv.c: (plugin_init):
40227         * gst/effectv/gstwarp.c:
40228         Make warpTV a subclass of videofilter.
40229
40230 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40231
40232         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40233           Add guard against invalid utf-8 conversions in mad. Just in case.
40234
40235 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40236
40237         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40238           Fix for bug shown by poisoning
40239
40240 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40241
40242         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40243         (gst_v4lmjpegsrc_buffer_free):
40244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40245         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40246         (gst_v4lsrc_buffer_free):
40247           Fix for removed bufferpools.
40248
40249 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40250
40251         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40252         Fix caps negotiation.
40253
40254         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40255         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40256         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40257         (dvdnavsrc_event):
40258         * ext/mpeg2dec/gstmpeg2dec.c:
40259         * gst-libs/gst/navigation/navigation.c:
40260         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40261         * gst-libs/gst/navigation/navigation.h:
40262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40263         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40265         Super-simple first version of mouse and keyboard events. Clicking
40266         on a DVD menu now works, although it may not take you where you
40267         expected.
40268
40269         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40270         * gst/videotestsrc/gstvideotestsrc.c:
40271         (gst_videotestsrc_src_fixate):
40272         These fixate functions were broken - they never actually
40273         fixated :)
40274
40275 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40276
40277         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40278         (gst_icecastsend_init):
40279           fix for new caps system.
40280         * gst-libs/gst/mixer/mixertrack.h:
40281         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40282           Add 'master track' flag (for tools like ACME that only want to
40283           change the main volume).
40284
40285 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40286
40287         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40288         (gst_xvid_csp_to_caps):
40289         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40290         * ext/xvid/gstxvidenc.c:
40291         ifdef out ARGB type when it isn't available
40292         in xvidcore 1.0.0beta2
40293
40294 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40295
40296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40297           When we have received a new SCR right in the first buffer after
40298           a seek (so in the same cycle that handles the discont), we should
40299           handle the buffer instead of unreffing it, else we lose data.
40300
40301 2004-01-06  Iain <iain@prettypeople.org>
40302
40303         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40304           buffer-frames caps too.
40305
40306         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40307           caps that we need, don't destroy them all and rebuild them. And when
40308           creating src pads, use the src pad template rather than the sink...
40309
40310 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40311
40312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40313           Add pad to element *after* setting functions such as event handler.
40314           Without this, the scheduler (opt) will link pads, set the event
40315           handler from the default event function (dispatcher in gstpad.c)
40316           and *after* that, we will set our own event function, which will
40317           thus never be used (and thus mpegdemux doesn't handle events).
40318
40319 2004-01-04  David Schleef  <ds@schleef.org>
40320
40321         Fix the fixate functions to handle new prototype:
40322         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40323         * gst/videotestsrc/gstvideotestsrc.c:
40324         (gst_videotestsrc_src_fixate):
40325         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40326         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40328
40329 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40330
40331         * sys/ximage/ximagesink.h:
40332         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40333         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40334         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40335         (gst_ximagesink_xoverlay_init):
40336           assorted fixes to make (re)embedding work
40337         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40338         (gst_ximagesink_get_desired_size):
40339           implement desired size additions to XOverlay
40340
40341 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40342
40343         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40344         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40345         (gst_x_overlay_got_desired_size):
40346         * gst-libs/gst/xoverlay/xoverlay.h:
40347           Add optional "desired size" signal and querying.
40348
40349 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40350
40351         * gst/matroska/matroska-demux.c:
40352         (gst_matroska_demux_parse_blockgroup):
40353           Fix EBML-laced block parsing. Diffs are relative to previous
40354           lace, not the first lace. Thanks to Mosu from the Matroska
40355           team for detecting this.
40356         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40357         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40358         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40359         (gst_wavparse_change_state):
40360         * gst/wavparse/gstwavparse.h:
40361           Quickfix for capsnego.
40362
40363 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40364
40365         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40366           Fix indenting, fix pad creation.
40367
40368 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40369
40370         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40371         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40372         (gst_xviddec_sink_link):
40373           Implement src_getcaps() so proper size caps is negotiated.
40374
40375 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40376
40377         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40378           Finish flac decoder on EOS. See #116178.
40379
40380 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40381
40382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40383         (gst_matroska_demux_add_stream):
40384         * gst/matroska/matroska-ids.h:
40385           Add getcaps() function to fix capsnego...
40386
40387 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40388
40389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40390         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40391         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40392           Fix more integer overflows. Again, see #126967.
40393
40394 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40395
40396         * ext/mpeg2dec/gstmpeg2dec.c:
40397           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40398           #130416.
40399
40400 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40401
40402         * configure.ac:
40403         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40404         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40405         * ext/xvid/gstxvid.h:
40406         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40407         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40408         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40409         (gst_xviddec_change_state):
40410         * ext/xvid/gstxviddec.h:
40411         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40412         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40413         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40414         (gst_xvidenc_link), (gst_xvidenc_set_property),
40415         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40416         * ext/xvid/gstxvidenc.h:
40417           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40418
40419 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40420
40421         * gst/rtp/rtp-packet.c:
40422           Add sys/types.h include, since OS X doesn't define in_addr_t
40423           in netinet/in.h, like it does on Linux (see #129600).
40424
40425 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40426
40427         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40428
40429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40430           Correct logic of dispose function (see #129306).
40431
40432 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40433
40434         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40435         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40436         (gst_mpeg_parse_init):
40437         * gst/mpegstream/gstmpegparse.h:
40438           Remove clock (which was never provided, i.e. dead code), and
40439           also fix integer overflows at high PTS values (see #126967).
40440
40441 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40442
40443         * ext/flac/gstflacdec.c:
40444         * ext/libpng/gstpngenc.h:
40445         * ext/mikmod/gstmikmod.h:
40446           OS X fixes (see #126628).
40447
40448 2004-01-02  David Schleef  <ds@schleef.org>
40449
40450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40451         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40452         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40453         (gst_mpeg_parse_class_init): Move pad template registration
40454         to class_init, since the derived class (mpegdemux) doesn't
40455         want them.
40456
40457 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40458
40459         * sys/ximage/Makefile.am:
40460         * sys/xvideo/Makefile.am:
40461         * sys/xvimage/Makefile.am:
40462           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40463           after installation (see #127664).
40464
40465 2004-01-02  David Schleef  <ds@schleef.org>
40466
40467         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40468         (gst_ffmpegenc_connect):  Negotiation fixes.
40469         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40470         Remove inappropriate gst_caps_free().
40471         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40472         Reenable Ronald's internal resize code, since the core handles
40473         it correctly now.
40474
40475 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40476
40477         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40478         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40480           Fix pad template stuff.
40481
40482 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40483
40484         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40485         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40486           fix signed integer reading/writing.
40487
40488 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40489
40490         * ext/alsa/README:
40491           Remove outdated document
40492
40493 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40494
40495         * gst/cutter/gstcutter.c: (gst_cutter_init):
40496           src pad was being created twice - oops.
40497
40498 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40499
40500         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40501           Comment out internal resize. It doesn't handle the resulting
40502           XEvent internally, does another try_set_caps() which leads to
40503           a really nice loop.
40504           Real fix will come when Julien and Dave are awake. ;).
40505
40506 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40507
40508         * ext/mpeg2enc/gstmpeg2enc.cc:
40509           fix const/nonconst compile issue.
40510
40511 2004-01-02  David Schleef  <ds@schleef.org>
40512
40513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40514         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40515         Add fixate function and a check for bad formats.
40516
40517 2004-01-01  David Schleef  <ds@schleef.org>
40518
40519         Negotiation fixes:
40520         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40521         (gst_audiofilter_init):
40522         * gst/debug/efence.c: (gst_efence_init):
40523         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40524         (gst_deinterlace_init):
40525         * gst/volume/gstvolume.c: (volume_connect):
40526
40527 2004-01-01  David Schleef  <ds@schleef.org>
40528
40529         Convert elements to use gst_pad_use_explicit_caps() where
40530         appropriate:
40531         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40532         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40533         (gst_afparse_open_file):
40534         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40535         (gst_afsrc_open_file):
40536         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40537         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40538         (gst_ffmpegdec_chain):
40539         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40540         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40542         (gst_gdk_pixbuf_chain):
40543         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40544         (gst_jpegdec_chain):
40545         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40546         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40547         (gst_mikmod_negotiate):
40548         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40549         (gst_mpeg2dec_negotiate_format):
40550         * ext/mpeg2enc/gstmpeg2enc.cc:
40551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40552         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40553         (gst_speexdec_sinkconnect):
40554         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40555         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40556         (gst_vorbisfile_new_link):
40557         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40558         (gst_ac3parse_chain):
40559         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40560         (gst_asf_demux_setup_pad):
40561         * gst/auparse/gstauparse.c: (gst_auparse_init),
40562         (gst_auparse_chain):
40563         * gst/id3/gstid3types.c: (gst_id3types_loop):
40564         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40565         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40566         (mp1videoparse_parse_seq):
40567         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40568         (bpf_from_header):
40569         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40570         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40572         (gst_mpeg_parse_send_data):
40573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40574         (gst_qtdemux_add_stream):
40575         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40576         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40577         (gst_wavparse_parse_fmt):
40578
40579 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40580
40581         * configure.ac:
40582           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40583           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40584           it therefore uses the wrong include paths. Too bad... Note
40585           that 1.6.1.93 is not release yet. ;).
40586           Also add a check for mplex, which is now using the lib'ified
40587           mplex from mjpegtools, too.
40588         * ext/ffmpeg/gstffmpegcodecmap.c:
40589           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40590           issues. I don't think ffmpeg handles 3ivx correctly, so this
40591           probably won't work. But it won't hurt either.
40592         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40593         (gst_ffmpegdec_chain):
40594         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40595         (gst_ffmpegenc_chain_audio):
40596           Fix memleak in audio encoding. Close codec if open fails, this
40597           calls the cleanup routines so we can re-use the context.
40598         * ext/mpeg2enc/gstmpeg2enc.cc:
40599           Fix pad template names/types, fix memory issue with getcaps().
40600         * ext/mpeg2enc/gstmpeg2encoder.cc:
40601         * ext/mpeg2enc/gstmpeg2encoder.hh:
40602           Fix compile issue with new caps system (const thingy).
40603         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40604         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40605           We read a first frame right on initing, so that we have a caps
40606           when we init the output. This caps is cached in padprivate and
40607           read as first frame.
40608         * ext/mplex/Makefile.am:
40609         * ext/mplex/gstmplex.cc:
40610         * ext/mplex/gstmplex.h:
40611         * ext/mplex/gstmplex.hh:
40612         * ext/mplex/gstmplexibitstream.cc:
40613         * ext/mplex/gstmplexibitstream.hh:
40614         * ext/mplex/gstmplexjob.cc:
40615         * ext/mplex/gstmplexjob.hh:
40616         * ext/mplex/gstmplexoutputstream.cc:
40617         * ext/mplex/gstmplexoutputstream.hh:
40618           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40619           had issues, didn't do capsnego, supported only a subset of the
40620           mplex features and required a mplex fork in our local CVS. Plus
40621           that it worked agaist a very old mplex version. Rewriting was
40622           faster than updating it.
40623         * gst-libs/ext/Makefile.am:
40624         * gst-libs/ext/mplex/INSTRUCT:
40625         * gst-libs/ext/mplex/Makefile.am:
40626         * gst-libs/ext/mplex/README:
40627         * gst-libs/ext/mplex/TODO:
40628         * gst-libs/ext/mplex/ac3strm_in.cc:
40629         * gst-libs/ext/mplex/audiostrm.hh:
40630         * gst-libs/ext/mplex/audiostrm_out.cc:
40631         * gst-libs/ext/mplex/aunit.hh:
40632         * gst-libs/ext/mplex/bits.cc:
40633         * gst-libs/ext/mplex/bits.hh:
40634         * gst-libs/ext/mplex/buffer.cc:
40635         * gst-libs/ext/mplex/buffer.hh:
40636         * gst-libs/ext/mplex/fastintfns.h:
40637         * gst-libs/ext/mplex/format_codes.h:
40638         * gst-libs/ext/mplex/inputstrm.cc:
40639         * gst-libs/ext/mplex/inputstrm.hh:
40640         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40641         * gst-libs/ext/mplex/mjpeg_logging.cc:
40642         * gst-libs/ext/mplex/mjpeg_logging.h:
40643         * gst-libs/ext/mplex/mjpeg_types.h:
40644         * gst-libs/ext/mplex/mpastrm_in.cc:
40645         * gst-libs/ext/mplex/mpegconsts.cc:
40646         * gst-libs/ext/mplex/mpegconsts.h:
40647         * gst-libs/ext/mplex/mplexconsts.hh:
40648         * gst-libs/ext/mplex/multplex.cc:
40649         * gst-libs/ext/mplex/outputstream.hh:
40650         * gst-libs/ext/mplex/padstrm.cc:
40651         * gst-libs/ext/mplex/padstrm.hh:
40652         * gst-libs/ext/mplex/stillsstream.cc:
40653         * gst-libs/ext/mplex/stillsstream.hh:
40654         * gst-libs/ext/mplex/systems.cc:
40655         * gst-libs/ext/mplex/systems.hh:
40656         * gst-libs/ext/mplex/vector.cc:
40657         * gst-libs/ext/mplex/vector.hh:
40658         * gst-libs/ext/mplex/videostrm.hh:
40659         * gst-libs/ext/mplex/videostrm_in.cc:
40660         * gst-libs/ext/mplex/videostrm_out.cc:
40661         * gst-libs/ext/mplex/yuv4mpeg.cc:
40662         * gst-libs/ext/mplex/yuv4mpeg.h:
40663         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40664         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40665           We don't fork mjpegtools' mplex in our CVS anymore.
40666         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40667         (gst_avi_demux_add_stream):
40668         * gst/avi/gstavidemux.h:
40669           Add getcaps() function for proper caps nego. This makes some
40670           parts of AVI playback/reading work.
40671         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40672           Resize window on new capsnego. This is probably wrong, but
40673           I'm still committing it because with current capsnego, the
40674           first successfull capsnego is auto-fixated, therefore rounded
40675           down to the lowest values in the caps. this results in a 16x16
40676           XWindow that is not reized when real capsnego finishes.
40677           Dave, I see more cases of this, do you know a proper solution?
40678         * tools/gst-launch-ext.in:
40679           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40680
40681 2003-12-31  David Schleef  <ds@schleef.org>
40682
40683         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40684         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40685           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40686
40687 2003-12-30  David Schleef  <ds@schleef.org>
40688
40689         * ext/ffmpeg/gstffmpegcolorspace.c:
40690         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40691         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40692         (gst_ffmpegcsp_chain): Negotiation fixes
40693         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40695         (gst_audio_convert_link), (gst_audio_convert_channels):
40696         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40697         (gst_audioscale_link), (gst_audioscale_get_buffer),
40698         (gst_audioscale_chain): Negotiation fixes
40699         * gst/audioscale/gstaudioscale.h:
40700         * gst/videofilter/gstvideofilter.c:
40701         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40702         (gst_videofilter_link), (gst_videofilter_init),
40703         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40704         (gst_videofilter_find_format_by_structure):
40705         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40706         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40707         (gst_videoscale_link):
40708         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40709         (videoscale_find_by_structure), (gst_videoscale_setup):
40710         * gst/videoscale/videoscale.h: Negotiation fixes
40711         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40712         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40713         function, restrict resizing to a multiple of 4 (hack until
40714         everyone supports odd sizes correctly).
40715
40716 2003-12-29  Colin Walters  <walters@verbum.org>
40717
40718         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40719         signed.
40720
40721 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40722
40723         * ext/sndfile/gstsf.c: (gst_sf_loop):
40724           Fix warning about discarding const qualifier
40725
40726 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40727
40728         * gst/cutter/gstcutter.c:
40729         * gst/videoscale/gstvideoscale.c:
40730         * gst/volenv/gstvolenv.c:
40731         * gst-libs/gst/audio/audio.c:
40732         * gst-libs/gst/video/video.c:
40733           Fix warnings
40734
40735 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40736
40737         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40738           Don't send ALSA debugging to stderr.
40739         * ext/alsa/gstalsa.h:
40740           Use GST_WARNING instead of g_warning when ALSA functions fail.
40741
40742 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40743
40744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40745           Free XVAdapterInfo correctly.
40746
40747 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40748
40749         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40750         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40751           Make id3tag use correct caps nego.
40752
40753 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40754
40755         * ext/ivorbis/vorbis.c:
40756         * ext/ivorbis/vorbisenc.h:
40757         * ext/ivorbis/vorbisfile.c:
40758           Modify so that it uses the new caps things
40759
40760 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40761
40762         * testsuite/spider/spider1.c: (main):
40763         * testsuite/spider/spider2.c: (main):
40764         * testsuite/spider/spider3.c: (main):
40765           Make tests compile again. They probably don't work.
40766
40767 2003-12-24  Colin Walters  <walters@verbum.org>
40768
40769         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40770         we can't fixate the caps anymore.
40771
40772 2003-12-23  David Schleef  <ds@schleef.org>
40773
40774         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40775         * sys/oss/gstosssink.c: (gst_osssink_init),
40776         (gst_osssink_sink_fixate): Add fixate function.
40777
40778 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40779
40780         * ext/ffmpeg/gstffmpegcodecmap.c:
40781         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40782         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40783         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40784         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40785         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40786         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40787         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40788           fix typo in RGB masks, and move back to "old" colorspace
40789           capsnego code until whoever wrote this new crap has actually
40790           tested it so that it works.
40791           And yes, this works, keep it that way please.
40792
40793 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40794
40795         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40796         (gst_divxdec_init), (gst_divxdec_negotiate):
40797         * ext/divx/gstdivxdec.h:
40798         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40799         (gst_divxenc_init):
40800         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40801         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40802         * ext/mpeg2enc/gstmpeg2enc.cc:
40803         * ext/mpeg2enc/gstmpeg2encoder.cc:
40804         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40805         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40806         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40807         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40808         (dxr3spusink_init):
40809         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40810         (dxr3videosink_init):
40811           Fix caps breakage after Dave's caps branch merge.
40812
40813 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40816           Fix for 24bpp display.
40817
40818 2003-12-23  Colin Walters  <walters@verbum.org>
40819
40820         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40821         a GnomeVFSHandle directly.
40822
40823 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40824
40825         * gst/volume/Makefile.am:
40826         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40827         (volume_base_init), (volume_init):
40828           Reenable volume element and fix to work with new caps stuff.
40829           Rhythmbox needs this.
40830
40831 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40832
40833         * gst/qtdemux/qtdemux.c: (plugin_init):
40834           qtdemux requires bytestream
40835
40836 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40837
40838         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40839           Fix remaining caps handling errors due to CAPS merge.
40840
40841 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40842
40843         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40844         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40845         (gst_faad_srcconnect):
40846           Port to new caps system.
40847
40848 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40849
40850         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40851         (got_video_size), (main): using g_print instead of g_message.
40852         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40853         signal which was not emitted because of "switch" element added to the
40854         bin but not connected. (Removing from the bin temporarily)
40855
40856 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40857
40858         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40859         find X development files. I don't understand the previous tests and
40860         they fail on my debian/ppc unstable. This one works.
40861         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40862         exiting.
40863         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40864         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40865         (gst_play_set_visualization): Add some safety checks in set_ methods
40866         and state_change. This was throwing some ugly CRITICAL messages when
40867         pipeline was getting disposed and casts were failing.
40868
40869 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40870
40871         * configure.ac:
40872           Improve mpeg2enc detection. This is for distributions that do
40873           ship mjpegtools, but without mpeg2enc. Also does object check
40874           for might there ever be ABI incompatibility.
40875         * ext/mpeg2enc/gstmpeg2enc.cc:
40876           Add Andrew as second maintainer (he's helping me), and also add
40877           an error if no caps was set. This happens if I pull before capsnego
40878           and that's something I should solve sometime else.
40879         * gst/matroska/matroska-demux.c:
40880         (gst_matroska_demux_parse_blockgroup):
40881           Fix time parsing.
40882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40883         (gst_matroska_mux_track_header):
40884           Add caps to templates.
40885         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40886           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40887         * gst/mpegstream/gstmpegdemux.c:
40888           Remove layer since it causes warnings about unfixed caps.
40889         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40890           Fix obvious typo (we error out if caps were set, we should of
40891           course error out if *no* caps were set).
40892         * sys/oss/gstosselement.c: (gst_osselement_convert):
40893           Fix format conversion, we confused bits/bytes.
40894         * sys/oss/gstosselement.h:
40895           Improve documentation for 'bps'.
40896         * sys/v4l/TODO:
40897           Remove stuff about plugins that need removing - this was done
40898           ages ago.
40899         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40900         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40902         (gst_v4lsrc_src_query):
40903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40904         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40905           Add get_query_types(), get_formats() and query() functions.
40906
40907 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40908
40909         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40910           * moved CVS to freedesktop.org