]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
patches from jmmv@menta.net (Julio M. Merino Vidal)
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2004-02-27  David Schleef  <ds@schleef.org>
3         patches from jmmv@menta.net (Julio M. Merino Vidal)
5         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
6         GST_ELEMENT_ERROR call (bug #135634)
7         * gst/interleave/interleave.c: (interleave_buffered_loop),
8         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
9         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
10         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
11         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
12         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
13         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15         Fix GST_ELEMENT_ERROR call.
16         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17         GST_ELEMENT_ERROR call.
19 2004-02-27  Benjamin Otte  <otte@gnome.org>
21         * gst-libs/gst/audio/audio.h:
22           add macro to make sure header isn't included twice
23         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24           don't use gst_buffer_free
25         * gst/playondemand/filter.func:
26           don't usae gst_data_free. Free data only once.
28 2004-02-26  David Schleef  <ds@schleef.org>
30         * gst-libs/gst/colorbalance/Makefile.am:
31         * gst-libs/gst/mixer/Makefile.am:
32         * gst-libs/gst/tuner/Makefile.am:
33         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
34         should not be disted, -marshal.h files should not be installed,
35         and -enum.h files _should_ be installed.  Fix to make this the
36         case.
38 === release 0.7.5 ===
40 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
42         * configure.ac: release 0.7.5, "Under The Sea"
44 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
46         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
47         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
48         * gst/videoscale/gstvideoscale.c:
49         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
50           assorted debug/warning fixes
52 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
54         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
55         (gst_videoscale_init), (gst_videoscale_chain),
56         (gst_videoscale_set_property), (plugin_init):
57         * gst/videoscale/gstvideoscale.h:
58         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
59         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
60         (gst_videoscale_planar400), (gst_videoscale_packed422),
61         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
62         (gst_videoscale_24bit), (gst_videoscale_16bit),
63         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
64         (gst_videoscale_scale_plane_slow),
65         (gst_videoscale_scale_point_sample),
66         (gst_videoscale_scale_nearest),
67         (gst_videoscale_scale_nearest_str2),
68         (gst_videoscale_scale_nearest_str4),
69         (gst_videoscale_scale_nearest_32bit),
70         (gst_videoscale_scale_nearest_24bit),
71         (gst_videoscale_scale_nearest_16bit):
72         add debugging category and use it properly
73         fix use of GST_PTR_FORMAT
75 2004-02-25  Andy Wingo  <wingo@pobox.com>
77         * gst/interleave/interleave.c (interleave_buffered_loop): Always
78         push only when channel->buffer is NULL. Prevents segfaults doing
79         the state change after a nonlocal exit, like a scheme exception.
81         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
82         Handle the case where the intersected caps is empty.
84 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
86         * gst/law/mulaw-decode.c: (mulawdec_link):
87         * gst/law/mulaw.c: (plugin_init):
88           fix mulawdec so it actually works again
90 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
92         reviewed by: David Schleef  <ds@schleef.org>
94         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
95         (gst_gamma_init), (gst_gamma_set_property),
96         (gst_gamma_get_property), (gst_gamma_calculate_tables),
97         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
98         for RGB, with separate r g and b correction factors.
100 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
103           only signal tags for bitrate if they're > 0 (#134894)
105 2004-02-24  David Schleef  <ds@schleef.org>
107         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
108         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
109         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
110         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
111         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
112         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
113         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
114         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
115         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
116         category.  Attempt to fix timestamp calculation.
118 2004-02-24  Johan Dahlin  <johan@gnome.org>
120         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
122 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
124         * configure.ac:
125         * gconf/Makefile.am:
126         * gconf/gstreamer.schemas:
127         * gst-libs/gst/gconf/Makefile.am:
128         * gst-libs/gst/gconf/gconf.c:
129           version gconf schemas and install locations
131 2004-02-23  Benjamin Otte  <otte@gnome.org>
133         * ext/xine/xineinput.c: (gst_xine_input_dispose):
134         (gst_xine_input_subclass_init):
135           call parent dispose.
136           change pad template for CD reader correctly
137         * ext/xine/Makefile.am:
138         * ext/xine/gstxine.h:
139         * ext/xine/xine.c: (plugin_init):
140         * ext/xine/xineaudiosink.c:
141           wrap audio sinks, too
142         * gst-libs/gst/resample/private.h:
143         * gst-libs/gst/resample/resample.c: (gst_resample_init),
144         (gst_resample_reinit), (gst_resample_scale),
145         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
146         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
147         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
148         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
149         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
150         * gst-libs/gst/resample/resample.h:
151         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
152         (gst_audioscale_class_init), (gst_audioscale_link),
153         (gst_audioscale_get_buffer), (gst_audioscale_init),
154         (gst_audioscale_chain), (gst_audioscale_set_property),
155         (gst_audioscale_get_property):
156         * gst/audioscale/gstaudioscale.h:
157           s/resample_*/gst_resample_*/i to not clobber namespaces
159 2004-02-23  Julien MOUTTE  <julien@moutte.net>
161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
162         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
163         (gst_riff_create_video_template_caps),
164         (gst_riff_create_audio_template_caps),
165         (gst_riff_create_iavs_template_caps):
166         * gst-libs/gst/riff/riff-media.h:
167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
168         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
169         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
170         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
172         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
173         (gst_matroska_demux_plugin_init): First batch implementing audio and 
174         video codec tags in demuxers.
176 2004-02-22  Benjamin Otte  <otte@gnome.org>
178         * ext/xine/Makefile.am:
179         * ext/xine/gstxine.h:
180         * ext/xine/xine.c: (plugin_init):
181         * ext/xine/xineinput.c:
182           add input plugin wrapper. Playback from files, http, mms and cdda
183           works.
184         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
185           remove leftover G_GNUC_UNUSED
186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
187         (gst_asf_demux_identify_guid):
188           improve debugging output
190 2004-02-22  Benjamin Otte  <otte@gnome.org>
192         reported by: Padraig O'Briain <padraig.obriain@sun.com>
194         * autogen.sh:
195           replace test -e with test -x for mkinstalldirs to be more portable.
196           (fixes #134816)
198 2004-02-22  Benjamin Otte  <otte@gnome.org>
200         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
202         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
203           set rank to PRIMARY
204         * gst/volume/gstvolume.c: (plugin_init):
205           set rank to NONE
206         fixes #134960
208 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
210         reviewed by Benjamin Otte  <otte@gnome.org>
212         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
213           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
215 2004-02-22  Benjamin Otte  <otte@gnome.org>
217         * configure.ac:
218           export [_]*{gst,Gst,GST}.* symbols from plugins
220 2004-02-22  Christophe Fergeau <teuf@gnome.org>
222         reviewed by: Benjamin Otte  <otte@gnome.org>
224         * ext/lame/gstlame.c: (add_one_tag):
225         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
227         (gst_vorbisenc_metadata_set1):
228         * gst/tags/gstid3tag.c:
229         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
230           apply fixes from bugs #135042 (lame can't write tags) and #133817
231           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
233 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
235         * configure.ac: Export only gst_plugin_desc from plugins.
236          Note that this change only makes any effect with Linux using libtool 
237          1.5.2 or higher. Otherwise it is silently ignored, but it would build
238          fine. And don't try to have several versions of libtool in different
239          directories.
241 2004-02-20  Andy Wingo  <wingo@pobox.com>
243         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
244         interleave respectively.
246         * gst/interleave/deinterleave.c: New plugin: deinterleave
247         (replaces on oneton).
248         * gst/interleave/interleave.c: New plugin: interleave.
249         * gst/interleave/plugin.h: Support file.
250         * gst/interleave/plugin.c: Support file.
252         * configure.ac: Remove intfloat and oneton, add interleave.
254         * ext/sndfile/gstsf.c: Handle events better.
256         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
257         and float2int operation. int2float has scheduling problems as
258         noted in in2float_chain. 
260 2004-02-20  Benjamin Otte  <otte@gnome.org>
262         * ext/xine/Makefile.am:
263         * ext/xine/gstxine.h:
264         * ext/xine/xine.c: 
265         * ext/xine/xineaudiodec.c: 
266         * ext/xine/xinecaps.c: 
267           add first version of xine plugin wrapper. Currently only wraps the
268           QDM2 win32 DLL, and even that only in proof-of-concept quality.
269         * configure.ac:
270         * ext/Makefile.am:
271           add xine plugin wrapper, disabled by default. Use --enable-xine to
272           build. Note that it'll segfault on gst-register if you don't remove
273           the goom and tvtime post plugins from xine.
274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
275         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
276           add extradata parsing for QDM2.
277           change around debugging prints.
279 2004-02-19  Benjamin Otte  <otte@gnome.org>
281         * ext/lame/gstlame.c: (gst_lame_chain):
282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
283           use gst_tag_list_insert when you want to insert tags
285 2004-02-18  David Schleef  <ds@schleef.org>
287         * configure.ac:  Move massink to gst-rotten
288         * ext/Makefile.am:
289         * ext/mas/Makefile.am:
290         * ext/mas/massink.c:
291         * ext/mas/massink.h:
293 2004-02-18  David Schleef  <ds@schleef.org>
295         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
296         typefinding, since it seems to be worse than nothing.
297         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
298         atom to recognize .mp4 and .m4a files as video/quicktime.
300 2004-02-18  David Schleef  <ds@schleef.org>
302         * gst/sine/demo-dparams.c: (quit_live),
303         (dynparm_log_value_changed), (dynparm_value_changed), (main):
304         Use double dparams, not float.
305         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
306         (gst_sinesrc_init): Change sync default to FALSE, since multiple
307         sync'd elements don't really work correctly.
308         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
309         (volume_update_volume), (volume_get_property):  Change dparam
310         to double.
312 2004-02-18  Julien MOUTTE  <julien@moutte.net>
314         * sys/ximage/ximagesink.c:
315         (gst_ximagesink_xwindow_update_geometry),
316         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
317         (gst_ximagesink_change_state), (gst_ximagesink_expose),
318         (gst_ximagesink_init): Rework the way software video scaling works. So
319         now we check on each chain call if the video frames are feeling the 
320         window. If not we try to renegotiate caps. On failure we memorize that
321         and we won't try again for that PLAYING sessions.
322         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
323         failure.
324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
325         synchronous flag.
327 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
329         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
330           break up _link so we can give a better debug message for errors
332 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
335           set up debug category
337 2004-02-18  Julien MOUTTE <julien@moutte.net>
339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
340         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
341         the way renegotiation work. The event handling function is not taking
342         care of external windows and renegotiate method check for pad flags
343         NEGOTIATING. Should fix : #133209
345 2004-02-17  Julien MOUTTE  <julien@moutte.net>
347         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
348         pad is negotiating before trying renegotiation.
350 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
353           pass on all possible mime types as typefind hints
355 2004-02-17  Julien MOUTTE <julien@moutte.net>
357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
359         possible SHM leak if we crash. All other apps using XShm are doing
360         that.
362 2004-02-17  Julien MOUTTE  <julien@moutte.net>
364         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
365         (gst_ximagesink_expose): Renegotiate size on expose.
366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
367         size on expose.
369 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
371         * testsuite/alsa/sinesrc.c:
372           cosmetic fix to fix compile issue with gcc 2.95.4
374 2004-02-16  Julien MOUTTE <julien@moutte.net>
376         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
377         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
378         failed opening the audio device.
379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
380         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
381         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
382         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
383         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
384         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
385         (gst_ximagesink_change_state), (gst_ximagesink_chain),
386         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
387         Removing some useless g_return_if_fail like wingo suggested.
388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
389         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
390         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
391         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
392         (gst_xvimagesink_update_colorbalance),
393         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
394         (gst_xvimagesink_xcontext_clear),
395         (gst_xvimagesink_get_fourcc_from_caps),
396         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
397         (gst_xvimagesink_set_xwindow_id),
398         (gst_xvimagesink_colorbalance_list_channels),
399         (gst_xvimagesink_colorbalance_set_value),
400         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
401         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
403 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
406           throw error when not negotiated instead of asserting
408 2004-02-15  Julien MOUTTE  <julien@moutte.net>
410         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
411         correct data refcounting.
413 2004-02-15  Julien MOUTTE  <julien@moutte.net>
415         * gst/switch/gstswitch.c: (gst_switch_change_state),
416         (gst_switch_class_init): Cleaning the sinkpads correctly on state
417         change, mostly the EOS flag.
419 2004-02-15  Julien MOUTTE  <julien@moutte.net>
421         * examples/gstplay/player.c: (got_eos), (main): Adding some 
422         output for debugging.
423         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
424         timeouts if we go to any state different from PLAYING.
425         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
426         more EOS bugs in riff lib.
428 2004-02-14  Julien MOUTTE  <julien@moutte.net>
430         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
431         visualization until i find a way to fix switch correctly.
432         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
433         EOS arrives.
434         * gst/switch/gstswitch.c: (gst_switch_release_pad),
435         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
436         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
437         Reworked switch to get a more correct behaviour with events and refing
438         of data stored in sinkpads.
439         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
440         we don't pull from a pad in EOS.
442 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
444         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
445           remove v1 tag even if we can't read it (makes sure we don't detect
446           it again)
448 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
450         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
451         (gst_alsa_xrun_recovery):
452         * ext/alsa/gstalsa.h:
453           try xrun recovery when wait failed. Make xrun recovery function
454           return TRUE/FALSE to indicate success. (might fix #134354)
456 2004-02-13  David Schleef  <ds@schleef.org>
458         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
459         (dynparm_value_changed), (main): Convert from float to double.
460         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
462 2004-02-13  David Schleef  <ds@schleef.org>
464         * gst/silence/gstsilence.c: (gst_silence_class_init),
465         (gst_silence_set_clock), (gst_silence_get),
466         (gst_silence_set_property), (gst_silence_get_property):
467         * gst/silence/gstsilence.h: Add sync property.
468         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
469         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
470         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
471         * gst/sine/gstsinesrc.h: Add sync property.
473 2004-02-13  David Schleef  <ds@schleef.org>
475         * gst/intfloat/gstint2float.c: (conv_f32_s16),
476         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
478 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
480         * configure.ac:
481         * ext/Makefile.am:
482         * gst-libs/ext/Makefile.am:
483           move ffmpeg plugin to gst-ffmpeg module
485 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
487         * configure.ac: use GST_ARCH to detect architecture
489 2004-02-12  Julien MOUTTE  <julien@moutte.net>
491         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
493 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
495         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
496           classify LADSPA plugins based on number of src/sink pads
497           (#133663, Stefan Kost)
498         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
499           fix dparams registration
500           (#133528, Stefan Kost)
501         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
502           fix use of isprint and use g_ascii_isprint instead
503           (#133316, Stefan Kost)
505 2004-02-11  David Schleef  <ds@schleef.org>
507         Convert a few inner loops to use liboil.  This is currently
508         optional, and is only enabled if liboil is present (duh!).
509         * configure.ac: Check for liboil-0.1
510         * gst/intfloat/Makefile.am:
511         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
512         (gst_int2float_chain_gint16):
513         * gst/videofilter/Makefile.am:
514         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
515         (tablelookup_u8), (gst_videobalance_planar411):
516         * gst/videotestsrc/Makefile.am:
517         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
518         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
519         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
520         (paint_hline_RGB565), (paint_hline_xRGB1555):
522 2004-02-11  David Schleef  <ds@schleef.org>
524         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
525         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
526         (gst_colorspace_getcaps), (gst_colorspace_link),
527         (gst_colorspace_base_init), (gst_colorspace_init),
528         (gst_colorspace_chain), (gst_colorspace_change_state),
529         (plugin_init): Merge Ronald's patch (bug #117897) and update
530         for new caps and negotiation.  Seems to work, although it
531         shows off bugs in lcs.
533 2004-02-11  David Schleef  <ds@schleef.org>
535         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
536         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
538 2004-02-11  David Schleef  <ds@schleef.org>
540         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
541         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
542         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
543         Add server and port properties
545 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
547         * m4/a52.m4:
548         * m4/aalib.m4:
549         * m4/as-ffmpeg.m4:
550         * m4/as-liblame.m4:
551         * m4/as-slurp-ffmpeg.m4:
552         * m4/check-libheader.m4:
553         * m4/esd.m4:
554         * m4/freetype2.m4:
555         * m4/gconf-2.m4:
556         * m4/glib.m4:
557         * m4/gst-alsa.m4:
558         * m4/gst-artsc.m4:
559         * m4/gst-ivorbis.m4:
560         * m4/gst-matroska.m4:
561         * m4/gst-sdl.m4:
562         * m4/gst-shout2.m4:
563         * m4/gst-sid.m4:
564         * m4/gtk.m4:
565         * m4/libdv.m4:
566         * m4/libfame.m4:
567         * m4/libmikmod.m4:
568         * m4/ogg.m4:
569         * m4/vorbis.m4:
570           fix underquotedness of macros (#133800)
571         * m4/as-avifile.m4:
572         * m4/xmms.m4:
573           removed because no longer used
575 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
577         * configure.ac:
578           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
579           by autopoint (fixes #132996)
581 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
583         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
584         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
585         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
586         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
587           fix memleaks
589 2004-02-11  David Schleef  <ds@schleef.org>
591         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
592         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
593         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
594         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
595         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
596         (gst_jpegenc_class_init), (gst_jpegenc_init),
597         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
598         (gst_jpegenc_chain), (gst_jpegenc_set_property),
599         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
600         * ext/jpeg/gstjpegenc.h: Fix negotiation.
602 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
604         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
605         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
606         * ext/mikmod/gstmikmod.h:
607           fix caps negotiation in mikmod
608         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
609           output debug information
611 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
613         * gst-libs/gst/colorbalance/Makefile.am:
614         * gst-libs/gst/navigation/Makefile.am:
615         * gst-libs/gst/xoverlay/Makefile.am:
616           remove unused GST_OPT_CFLAGS from Makefiles
617           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
619 2004-02-07  David Schleef  <ds@schleef.org>
621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
622         push events to pads that haven't been created (#133508)
624 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
626         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
627         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
628         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
629         (gst_dvdec_loop), (gst_dvdec_change_state):
630         Second attempt at committing a working dvdec element.
632 2004-02-06  David Schleef  <ds@schleef.org>
634         Build fixes for OS X: (see #129600)
635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
636         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
637         (gst_riff_read_strf_iavs):
638         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
639         (gst_avi_demux_stream_odml):
640         * gst/playondemand/Makefile.am:
641         * gst/rtp/rtp-packet.c:
643 2004-02-05  David Schleef  <ds@schleef.org>
645         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
646         last change, because it Just Doesn't Compile.
648 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
650         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
651           skip undecodable id3v2 tag instead of keeping it
653 2004-02-05  David Schleef  <ds@schleef.org>
655         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
656         Unref leaked buffer.  (Noticed by Ronald)
658 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
660         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
661         Sync requires with other checks.  >= vs =.
663 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
665         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
666         (gst_dvdec_video_link), (gst_dvdec_loop):
667         * ext/dv/gstdvdec.h:
668           rework the caps negotiation so that dvdec works again instead
669           of just segfaulting.
671 === gst-plugins 0.7.4 ===
673 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
674                                                                                 
675         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
676         * configure.ac: changed for release
678 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
680         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
681         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
682         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
683         * pkgconfig/gstreamer-play-uninstalled.pc.in:
684           reworked patch by David Lehn to fix libdir and includedir for
685           uninstalled libraries
686           removed play and gconf from gstreamer-libs since they have their
687           own pkgconfig files
689 2004-02-04  David Schleef  <ds@schleef.org>
691         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
692         memleak.
694 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
697           use correct GST_TAG_ENCODER tag
699 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
701         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
702           be sure to stop the clock when going to paused
703         * sys/oss/gstosssink.c: (gst_osssink_change_state):
704           reset number of transmitted when going to ready.
705         fixes #132935
707 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
709         reviewed by Benjamin Otte
711         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
712           extract track count (fixes #133410)
714 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
716         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
717           that should be !=, not == (fixes #132519)
719 2004-02-04  David Schleef  <ds@schleef.org>
721         Make sure set_explicit_caps() is called before adding pad.
722         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
723         * gst/id3/gstid3types.c: (gst_id3types_loop):
724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
725         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
727 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
729         * configure.ac:
730           bump nano to 2, first prerelease
731           put back AM_PROG_LIBTOOL
733 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
735         * testsuite/alsa/Makefile.am:
736           these are user test apps, not automatic testsuite tests
738 2004-02-04  David Schleef  <ds@schleef.org>
740         Convert GST_DEBUG_CAPS() to GST_DEBUG():
741         * gst/mpeg1videoparse/gstmp1videoparse.c:
742         (mp1videoparse_parse_seq):
743         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
745         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
746         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
747         (gst_xvideosink_getcaps):
748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
749         * testsuite/gst-lint: more tests
751 2004-02-04  David Schleef  <ds@schleef.org>
753         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
754         with the code that they would expand to.
755         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
756         (gst_flacdec_get_src_query_types),
757         (gst_flacdec_get_src_event_masks):
758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
759         (gst_gnomevfssrc_get_query_types),
760         (gst_gnomevfssrc_get_event_mask):
762 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
764         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
765         (gst_sinesrc_dispose):
766           fix memleak by properly disposing sinesrc
768 2004-02-04  Julien MOUTTE  <julien@moutte.net>
770         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
771         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
772         an overlay to redraw the image because it has been exposed.
773         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
774         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
775         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
776         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
777         interface
778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
779         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
780         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
781         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
782         interface 
784 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
787           more memleak fixage
789 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
791         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
792         * gst/typefind/gsttypefindfunctions.c:
793           fix memleaks shown by gst-typefind
795 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
797         * common/glib-gen.mak:
798           add hack rule to touch .Plo files
799         * gst-libs/gst/colorbalance/Makefile.am:
800         * gst-libs/gst/mixer/Makefile.am:
801         * gst-libs/gst/play/Makefile.am:
802         * gst-libs/gst/tuner/Makefile.am:
803           remove glib_root variable
805 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
808           set explicit caps before adding the element, so the autopluggers can
809           plug correctly.
810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
811         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
812         (mpeg_video_type_find), (mpeg_video_stream_type_find),
813         (dv_type_find):
814           fix memleaks in typefind functions. gst_type_find_suggest takes a const
815           argument.
817 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
819         * gst-libs/gst/colorbalance/Makefile.am:
820         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
821         * gst-libs/gst/colorbalance/colorbalance.c:
822         * gst-libs/gst/colorbalance/colorbalance.h:
823         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
824         * gst-libs/gst/mixer/Makefile.am:
825         * gst-libs/gst/mixer/mixer-marshal.list:
826         * gst-libs/gst/mixer/mixer.c:
827         * gst-libs/gst/mixer/mixer.h:
828         * gst-libs/gst/mixer/mixermarshal.list:
829         * gst-libs/gst/play/Makefile.am:
830         * gst-libs/gst/play/play.h:
831         * gst-libs/gst/tuner/Makefile.am:
832         * gst-libs/gst/tuner/tuner-marshal.list:
833         * gst-libs/gst/tuner/tuner.c:
834         * gst-libs/gst/tuner/tuner.h:
835         * gst-libs/gst/tuner/tunermarshal.list:
836           use new glib-gen.mak snippet to clean up Makefile.am
837           fix various bugs in Makefile.am's
839 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
842           handle chain parsing correctly in the multichain case
843         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
844         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
845         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
846         (theora_dec_chain):
847           handle events and queries correctly
849 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
851         * .cvsignore:
852         Ignore generated file _stdint.h.
854 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
856         * gst-libs/gst/colorbalance/Makefile.am:
857         * gst-libs/gst/colorbalance/colorbalance.h:
858         * gst-libs/gst/mixer/Makefile.am:
859         * gst-libs/gst/mixer/mixer.h:
860         * gst-libs/gst/play/Makefile.am:
861         * gst-libs/gst/play/play.h:
862         * gst-libs/gst/tuner/Makefile.am:
863         * gst-libs/gst/tuner/tuner.h:
864         Generate enum type code with glib-mkenums.
865         * gst-libs/gst/colorbalance/.cvsignore:
866         * gst-libs/gst/mixer/.cvsignore:
867         * gst-libs/gst/play/.cvsignore:
868         * gst-libs/gst/tuner/.cvsignore:
869         Ignore generated files.
871 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
873         * gst-libs/gst/audio/.cvsignore:
874         Ignore generated file.
875         * gst-libs/gst/audio/Makefile.am:
876         Do not install example filter.
878 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
880         * examples/switch/.cvsignore:
881         Ignore generated file.
883 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
885         * common/m4/ax_create_stdint_h.m4:
886         * configure.ac:
887           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
888           _stdint.h.
889         * Makefile.am:
890           remove generated _stdint.h in DISTCLEANFILES
891         * ext/a52dec/gsta52dec.c:
892           include _stdint.h for a52dec. (should fix #133064)
894 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
897         (gst_tag_to_vorbis_comments):
898         Add replaygain support to vorbistag
900 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
901         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
902         (gst_ffmpeg_caps_to_extradata):
903           Fix SVQ3 caps flag properties
904           Use glib macro for bytes swap
906 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
908         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
909         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
910         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
911         * ext/sndfile/gstsf.c: (plugin_init):
912         * gst/avi/gstavi.c: (plugin_init):
913         * sys/dxr3/dxr3init.c: (plugin_init):
914         * sys/oss/gstossaudio.c: (plugin_init):
915         * sys/v4l/gstv4l.c: (plugin_init):
916         * sys/v4l2/gstv4l2.c: (plugin_init):
917           remove textdomain calls
918         * po/nl.po:
919           update Dutch translation
921 2004-02-02  Julien MOUTTE  <julien@moutte.net>
923         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
924         (gst_play_set_audio_sink): Moving volume in the audio thread for 
925         instantaneous volume change. Maybe i will add another volume in front
926         of visualization later, not sure yet though.
928 2004-02-02  Julien MOUTTE  <julien@moutte.net>
930         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
931         (gst_ximagesink_handle_xevents): Better X events handling, only take
932         the latest events for configure and motion.
933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
935 2004-02-02  Jon Trowbridge  <trow@gnu.org>
937         reviewed by: David Schleef  <ds@schleef.org>
939         Fix memory leaks:
940         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
941         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
943 2004-02-02  David Schleef  <ds@schleef.org>
945         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
946         of lines.
947         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
948         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
949         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
950         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
951         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
952         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
953         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
954         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
955         (gst_float2_2_int_link):
956         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
957         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
958         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
959         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
960         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
961         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
962         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
963         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
964         * testsuite/gst-lint: Add tests for bzero and ;;
966 2004-02-02  David Schleef  <ds@schleef.org>
968         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
970 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
972         * ext/aalib/gstaasink.c: (gst_aasink_open):
973         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
976         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
977         (gst_afsink_close_file):
978         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
979         (gst_afsrc_close_file):
980         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
981         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
982         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
983         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
984         * ext/esd/esdmon.c: (gst_esdmon_get):
985         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
986         * ext/faac/gstfaac.c: (gst_faac_chain):
987         * ext/faad/gstfaad.c: (gst_faad_chain):
988         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
989         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
990         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
991         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
992         (gst_flacdec_loop):
993         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
994         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
997         (gst_gnomevfssink_close_file):
998         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
999         (gst_gnomevfssrc_open_file):
1000         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1001         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1002         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1003         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1004         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1005         * ext/mad/gstmad.c: (gst_mad_chain):
1006         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1007         * ext/mpeg2dec/gstmpeg2dec.c:
1008         * ext/mpeg2enc/gstmpeg2enc.cc:
1009         * ext/mplex/gstmplex.cc:
1010         * ext/mplex/gstmplexibitstream.cc:
1011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1012         (gst_ogg_demux_push):
1013         * ext/raw1394/gstdv1394src.c:
1014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1015         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1016         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1017         (gst_sf_loop):
1018         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1019         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
1020         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1021         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1023         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1024         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1025         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1026         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1027         (gst_riff_read_element_data), (gst_riff_read_seek),
1028         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1029         * gst/adder/gstadder.c: (gst_adder_loop):
1030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1031         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1033         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1034         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1035         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1036         * gst/goom/gstgoom.c: (gst_goom_chain):
1037         * gst/id3/gstid3types.c: (gst_id3types_loop):
1038         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1039         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1040         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1041         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1042         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1043         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1044         (gst_ebml_read_float), (gst_ebml_read_header):
1045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1046         (gst_matroska_demux_parse_blockgroup):
1047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1048         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1049         * gst/oneton/gstoneton.c: (gst_oneton_chain):
1050         * gst/silence/gstsilence.c: (gst_silence_get):
1051         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1052         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1053         * gst/speed/gstspeed.c: (speed_loop):
1054         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1056         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1057         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1058         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1059         (gst_wavparse_loop):
1060         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1061         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1062         (dxr3audiosink_close):
1063         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1064         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1065         (dxr3videosink_close), (dxr3videosink_write_data):
1066         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1067         * sys/oss/gstosssink.c: (gst_osssink_chain):
1068         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1072         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1073         (gst_v4l_set_window), (gst_v4l_enable_overlay):
1074         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1075         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1076         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1077         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1078         (gst_v4l_set_audio):
1079         * sys/v4l/v4l_calls.h:
1080         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1081         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1082         (gst_v4lmjpegsink_playback_init),
1083         (gst_v4lmjpegsink_playback_start):
1084         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
1085         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1086         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1087         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1089         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1090         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1092         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1093         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1094         (gst_v4l2_get_output), (gst_v4l2_set_output),
1095         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1096         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1097         (gst_v4l2_set_attribute):
1098         * sys/v4l2/v4l2_calls.h:
1099         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1100         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1101         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1102         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1103         (gst_v4l2src_capture_stop):
1104         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1106         (gst_ximagesink_chain):
1107         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1108         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1109         (gst_xvideosink_xwindow_new):
1110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1111         (gst_xvimagesink_chain):
1113 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1115         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1116         (gst_volume_get_volume), (volume_class_init), (volume_init),
1117         (volume_chain_int16), (volume_update_volume):
1118         * gst/volume/gstvolume.h:
1119           make code more readable by removing magic numbers
1120           make mixer interface export 0-100 range
1121           make it internally map to 0.0-1.0 range so users don't distort
1122           output by putting the sliders at full volume
1124 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1126         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
1127         (gst_play_state_change), (gst_play_seek_to_time):
1128         block the tick callback for 0.5 secs after doing a seek
1130 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1132         * gst-libs/gst/play/play.c: (gst_play_new):
1133           check for GError
1135 2004-02-01  Julien MOUTTE  <julien@moutte.net>
1137         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
1138         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
1139         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1140         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
1141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1142         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
1144 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1146         * configure.ac:
1147         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1148           check for a function added in vorbis 1.1
1150 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1152         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1153         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
1154           really start/stop clock only on PLAYING <=> PAUSED
1155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1156           remove \n from debugging lines
1157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1158           make it work when seeking does not
1159         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1160           reset on DISCONT
1162 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1164         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
1165           start clock on PAUSED=>PLAYING, not later
1166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1167           extract correct time for different discont formats
1168         (gst_alsa_sink_get_time):
1169           don't segfault when no format is negotiated yet, just return 0
1170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1171         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
1172         (gst_ogg_pad_push):
1173           handle flush and discont events correctly
1174         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1175           handle discont events correctly
1177 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1179         * gst-libs/gst/play/play.c: (gst_play_error_quark),
1180         (gst_play_error_create), (gst_play_error_plugin),
1181         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
1182         * gst-libs/gst/play/play.h:
1183           add error handling during creation
1184         * examples/gstplay/player.c: (main):
1185           use new gst_play_new
1186           
1188 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1190         * ext/theora/theoradec.c: (theora_dec_chain):
1191           make comments work
1192         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1193         (vorbis_dec_src_event), (vorbis_dec_chain):
1194           add encoder tag, fix tag reading to be more error tolerant, change
1195           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
1196           gst_pad_event_default.
1197         * gst/tags/gstvorbistag.c:
1198         (gst_tag_list_from_vorbiscomment_buffer):
1199           undefine function specific define at end of function
1201 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
1203         * ext/flac/gstflac.c: (plugin_init):
1204         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
1205         * ext/flac/gstflacdec.h:
1206         * ext/flac/gstflacenc.h:
1207           Fix typos
1209 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
1211         * examples/gstplay/player.c: s/gstplay.h/play.h/
1213 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1215         * gst-libs/gst/play/Makefile.am:
1216         * gst-libs/gst/play/gstplay.c:
1217         * gst-libs/gst/play/gstplay.h:
1218         * gst-libs/gst/play/play.c:
1219           more surgery, operation complete
1221 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1223         * gst-libs/gst/play/play.old.c:
1224         * gst-libs/gst/play/play.old.h:
1225           after CVS surgery by moving, remove
1226         * gst-libs/gst/play/playpipelines.c:
1227           remove
1228           
1229         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1230           add negotiation error
1232 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1235         (gst_ogg_demux_push):
1236           add some seeking debug info
1237           send a flush when seeking
1239 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1241         * configure.ac:
1242           use AC_C_INLINE
1243         * configure.ac:
1244         * ext/Makefile.am:
1245         * ext/theora/Makefile.am:
1246         * ext/theora/theoradec.c: 
1247           add theora video decoder. Does just do simple decoding for now and
1248           has been tested against Theora cvs only. It only works when theora
1249           is compiled with --enable-static.
1250         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1251           always reset packetno on DISCONT
1253 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1256           Fix audio.
1258 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1260         * gst/mpegaudioparse/gstmpegaudioparse.c:
1261         (mp3_type_frame_length_from_header):
1262           Fix header parsing - stolen from ffmpeg (thank you! :) ).
1264 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1266         * ext/esd/esdsink.c: (gst_esdsink_init):
1267           Since we have static pad template caps, we don't need to negotiate;
1268           either the core errors out or we know the format.
1270 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1272         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1273         (gst_riff_read_seek):
1274         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1275         (gst_ebml_read_seek):
1276           Fix event handling.
1278 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1280         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
1281           removee video/x-theora from vp3 decoder, it doesn't handle raw
1282           theora streams
1283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1284           fix bug with finalizing element that never went to PAUSED
1285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1286           length and position queries were swapped
1287         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1288         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
1289         (vorbis_dec_src_event):
1290           implement querying time and bytes
1292 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1294         * just about every source file:
1295           gst_element_error -> GST_ELEMENT_ERROR
1297 2004-01-29  Julien MOUTTE  <julien@moutte.net>
1299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
1300         emiting FLUSH and even before DISCONT.
1301         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
1302         get the best instant seeking as possible yay!
1304 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1306         * gst/mpeg1videoparse/gstmp1videoparse.c:
1307         (gst_mp1videoparse_real_chain):
1308           Committed wrong version last week... Grr... Didn't notice until now.
1310 2004-01-29  Julien MOUTTE <julien@moutte.net>
1312         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
1313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
1314         have_xwindow_id signal in xwindow_create.
1316 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1318         * ext/ogg/gstoggdemux.c: 
1319           lots of changes - mainly support for chained bitstreams, seeking,
1320           querying and bugfixes of course
1321         * ext/vorbis/Makefile.am:
1322         * ext/vorbis/vorbisdec.c: 
1323         * ext/vorbis/vorbisdec.h:
1324           add vorbisdec raw vorbis decoder
1325         * ext/vorbis/vorbis.c: (plugin_init):
1326           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
1327         * gst/intfloat/Makefile.am:
1328         * gst/intfloat/float22int.c:
1329         * gst/intfloat/float22int.h:
1330         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
1331           add float2intnew plugin. It converts multichannel interleaved float to
1332           multichannel interleaved int. The name should probably be changed.
1333         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
1334         (plugin_init):
1335           add typefinding for raw theora video so oggdemux can detect it.
1337 2004-01-28  Julien MOUTTE  <julien@moutte.net>
1339         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
1340         sink element first.
1341         * gst/videoscale/gstvideoscale.c:
1342         (gst_videoscale_handle_src_event): Fixing src event handler.
1344 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1347         (gst_v4lsrc_open), (gst_v4lsrc_close),
1348         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
1349         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
1350         * sys/v4l/gstv4lsrc.h:
1351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
1352         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
1353           Implement resizing... Hack. But that's why v4l is b0rked...
1355 2004-01-28  Julien MOUTTE <julien@moutte.net>
1357         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1358         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
1359         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
1360         (gst_ximagesink_xwindow_destroy):
1361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1362         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1363         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1364         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
1365         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
1366         correctly cleaning the image created to check xshm calls on succes,
1367         added a lot of XSync calls in X11 functions, and fixed a segfault when
1368         no image format was defined before negotiation happened.
1370 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1372         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
1373           use gst_element_get_time to get correct time
1375 2004-01-28  Julien MOUTTE  <julien@moutte.net>
1377         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1378         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
1379         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
1380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
1381         (gst_xvimagesink_check_xshm_calls),
1382         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
1383         X plugins are now able to detect that XShm calls will fail even if the
1384         server claims that it has XShm support (remote displays most of the
1385         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
1386         so that we use non XShm functions. This feature is almost useless for
1387         xvimagesink as Xv is not supported on remote displays anyway, but 
1388         it might happen than even on the local display XShm calls fail.
1390 2004-01-27  David Schleef  <ds@schleef.org>
1392         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
1393         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
1394         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
1395         changed esdsink to only use 44100,16,2, since esd sucks at rate
1396         conversion and esdsink has had difficulty negotiating.
1398 2004-01-27  Julien MOUTTE <julien@moutte.net>
1400         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
1401         (gst_play_seek_to_time): Fixing the way to get current position.
1403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1405         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
1406           use gst_element_get_time to get correct time
1408 2004-01-27  Julien MOUTTE <julien@moutte.net>
1410         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
1411         fix ever... Inverting 2 lines of code make spider autoplug correctly
1412         tagged mp3 !
1414 2004-01-27  David Schleef  <ds@schleef.org>
1416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1417         Use gst_pad_try_set_caps_nonfixed().
1419 2004-01-27  David Schleef  <ds@schleef.org>
1421         * gst/ac3parse/gstac3parse.c: update to checklist 5
1422         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
1423         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
1424         * gst/audioscale/gstaudioscale.c: same
1425         * gst/auparse/gstauparse.c: same
1426         * gst/avi/gstavidemux.c: same
1428 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1430         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
1431           stop processing after EOS
1433 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1435         * gst/asfdemux/asfheaders.h:
1436         * gst/asfdemux/gstasfdemux.c: 
1437         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
1438         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
1439         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
1440           lot's of fixes to make data extraction simpler and get the code
1441           architecture and compiler independant. Add debugging category
1442         * gst/goom/gstgoom.c: (gst_goom_change_state):
1443           reset channel count on PAUSED=>READY, not READY=>PAUSED
1445 2004-01-26  Colin Walters  <walters@verbum.org>
1447         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
1448         code to pull a bigger buffer in iradio mode.  This as a side effect
1449         makes typefinding work.
1451 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
1453         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1454         Fix SVQ3 decoding on PPC
1456 2004-01-26  Julien MOUTTE <julien@moutte.net>
1458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
1459         that one managed to stay there... Fixed.
1461 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
1463         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
1464         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
1465         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
1466         (qtdemux_video_caps):
1467         * gst/qtdemux/qtdemux.h:
1468         Add SVQ3 specific flags to qtdemux and ffmpeg
1470 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1472         * gst-libs/gst/audio/audio.h:
1473           remove buffer-frames from audio caps
1474         * gst/audioconvert/gstaudioconvert.c:
1475           fix plugin to really work.
1477 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1479         * gst-libs/gst/mixer/mixer.c:
1480         * gst-libs/gst/propertyprobe/propertyprobe.c:
1481         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
1482         (gst_tuner_find_channel_by_name):
1483         * gst-libs/gst/tuner/tuner.h:
1484           Add gtk-doc style comments. Also fix a function name.
1486 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1488         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
1489         (gst_divxdec_negotiate):
1490           Fix for new capsnego - also fixes gst-player with divxdec.
1492 2004-01-25  Julien MOUTTE  <julien@moutte.net>
1494         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1495         (gst_play_identity_handoff), (gst_play_set_location),
1496         (gst_play_set_visualization), (gst_play_connect_visualization): Another
1497         try in visualization implementation. Still have an issue with switch
1498         blocking when pulling from video_queue and only audio comes out of 
1499         spider.
1500         * gst/switch/gstswitch.c: (gst_switch_release_pad),
1501         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
1502         release method. And check if the pad is usable before pulling.
1504 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1506         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
1507         (gst_videobalance_init),
1508         (gst_videobalance_colorbalance_list_channels),
1509         (gst_videobalance_colorbalance_set_value),
1510         (gst_videobalance_colorbalance_get_value),
1511         (gst_videobalance_update_properties),
1512         (gst_videobalance_update_tables_planar411),
1513         (gst_videobalance_planar411):
1514         * gst/videofilter/gstvideobalance.h:
1515           Implement lookup-tables. +/- 10x faster.
1517 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1519         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1520         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1521           The index reading was broken. The rest worked fine, but the whole
1522           goal of my rewrite was to make avidemux readable, and this was
1523           not at all readable. Please use typed variables.
1525 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1528           Additional pad usability check.
1529         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
1530         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
1531         (gst_mp1videoparse_real_chain):
1532           Fix MPEG video stream parsing. The original plugin had several
1533           issues, including not timestamping streams where the source was
1534           not timestamped (this happens with PTS values in mpeg system
1535           streams, but MPEG video is also a valid stream on its own so
1536           that needs timestamps too). We use the display time code for that
1537           for now. Also, if one incoming buffer contains multiple valid
1538           frames, we push them all on correctly now, including proper EOS
1539           handling. Lastly, several potential segfaults were fixed, and we
1540           properly sync on new sequence/gop headers to include them in next,
1541           not previous frames (since they're header for the next frame, not
1542           the previous). Also see #119206.
1543         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
1544         (bpf_from_header):
1545           Move caps setting so we only do it after finding several valid
1546           MPEG-1 fraes sequentially, not right after the first one (which
1547           might be coincidental).
1548         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
1549         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1550         (plugin_init):
1551           Add unsynced MPEG video stream typefinding, and change some
1552           probability values so we detect streams rightly. The idea is as
1553           follows: I can have an unsynced system stream which contains
1554           video. In the current code, I would randomly get a type for either
1555           system or video stream type found, because the probabilities are
1556           being calculated rather randomly. I now use fixed values, so we
1557           always prefer system stream if that was found (and that is how it
1558           should be). If no system stream was found, we can still identity                the stream as video-only.
1560 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1563         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1564           don't write to buffer. Extract data without the need of
1565           __attribute__ ((packed))
1567 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1569         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
1570         (mpeg1_sys_type_find):
1571           Fix MPEG-1 stream typefinding.
1573 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1575         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1576           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
1578 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1580         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
1581         * ext/esd/gstesd.c: (plugin_init):
1582           private debugging, better error reporting
1584 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1586         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1587         (gst_riff_read_init), (gst_riff_read_change_state):
1588         * gst-libs/gst/riff/riff-read.h:
1589           Remove stuff fromold metadata system.
1591 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1593         * ext/ogg/gstoggdemux.c:
1594           Fix wrong file comment.
1595         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1596         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
1597           Add metadata reading properly.
1599 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1601         * ext/Makefile.am:
1602           Fix nas DIST_SUBDIRS
1603           Uraeus:
1604           Fix bug where make distcheck doesn't get run on adding stuff to
1605           the build.
1607 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1609         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
1610         * ext/divx/gstdivxdec.h:
1611           Fix divx3 ("msmpeg4") playback using divxdec.
1613 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1615         * gst/typefind/gsttypefindfunctions.c:
1616         (mp3_type_frame_length_from_header): fix bug in length computation 
1617         (mp3_type_find): improve debugging output
1619 2004-01-23  Julien MOUTTE  <julien@moutte.net>
1621         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1622         (gst_play_set_location), (gst_play_seek_to_time),
1623         (gst_play_set_audio_sink), (gst_play_set_visualization),
1624         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
1625         the pipeline from scratch. Visualization is back and switch went out as
1626         i realized it was not possible to use the way i wanted.
1627         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
1628         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
1629         clearing in state change from READY to NULL. So that one can clean the
1630         X ressources keeping the element.
1631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1632         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
1633         (gst_xvimagesink_colorbalance_set_value),
1634         (gst_xvimagesink_colorbalance_get_value),
1635         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
1636         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
1637         change from READY to NULL and fixed some stupid bugs in colorbalance
1638         get/set values. Also added the following feature : when nobody tries to
1639         set some values to the colorbalance levels before the xcontext is 
1640         grabbed, then when creating channels list from Xv attributes we set the
1641         internal values to the Xv defaults. This way we handle buggy Xv drivers
1642         that set default hue values far from the middle of the range (Thanks
1643         to Jon Trowbridge for pointing that issue).
1644         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
1645         colorbalance levels have been set before xcontext is grabbed.
1647 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1649         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1650           Fix the ossmixer case where we shouldn't open /dev/dsp* because
1651           it might block operations (which is bad for a mixer).
1653 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1655         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1656         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
1657         (gmip_find_type_pre):
1658         * gst-libs/gst/media-info/media-info-priv.h:
1659         * gst-libs/gst/media-info/media-info.c:
1660         (gst_media_info_instance_init), (gst_media_info_read_idler):
1661         add fakesink to get caps on decoder src pad again
1662         fix callback prototype to match new have_type signal signature
1664 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1666         * gst/adder/gstadder.c: (gst_adder_link):
1667           fix non-compile and cut-n-paste code
1669 2004-01-21  David Schleef  <ds@schleef.org>
1671         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
1672         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
1673         (gst_swfdec_init), (gst_swfdec_change_state):
1674         * ext/swfdec/gstswfdec.h:
1675         Fix negotiation.
1676         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
1677         (gst_adder_request_new_pad): Fix negotiation.
1678         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
1679         Add a fixate function.
1680         * gst/intfloat/gstfloat2int.c:
1681         * gst/intfloat/gstfloat2int.h:
1682         * gst/intfloat/gstint2float.c:
1683         * gst/intfloat/gstint2float.h:
1684         Completely rewrite the negotiation.  Doesn't quite work yet,
1685         due to some buffer-frames problem.
1687 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1689         * ext/gnomevfs/gstgnomevfssrc.c:
1690         * sys/v4l2/v4l2_calls.h:
1691           fix includes for distcheck
1693 2004-01-21  Christian Schaller <uraeus@gnome.org>
1695         * ext/nas/
1696         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
1697         based on earlier patch from Laurent Vivier
1699 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
1701         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1702         Fix wma caps property
1703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1704         Fix typo (flags1 and flags2)
1706 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1708         * gst-libs/gst/media-info/media-info-priv.c:
1709         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
1710         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
1711         (gmip_find_stream), (gmip_find_track_metadata),
1712         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
1713         (gmip_find_track_format):
1714         * gst-libs/gst/media-info/media-info-priv.h:
1715         * gst-libs/gst/media-info/media-info-test.c: (main):
1716         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1717         (gst_media_info_read_idler), (gst_media_info_read):
1718         * gst-libs/gst/media-info/media-info.h:
1719           register debugging category and use it for debugging
1721 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1723         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
1724         (gst_vorbisfile_new_link):
1725           signal streaminfo through tags
1727 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1729         * ext/mplex/gstmplex.cc:
1730         * ext/mplex/gstmplexibitstream.cc:
1731           g++ doesn't like NULL in our i18n/error macros, should be
1732           either (NULL) or ("").
1734 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1736         * sys/dxr3/dxr3audiosink.c:
1737         * sys/dxr3/dxr3init.c:
1738         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
1739         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
1740           Fix more error error error errors (missing includes here).
1742 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1744         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1745           fix thomas' error errors.
1747 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1749         * ext/mpeg2enc/gstmpeg2enc.cc:
1750           fix error errors.
1752 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1754         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1755         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1756           Fix for new error system.
1758 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1760         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1761           fix for new error reporting
1763 2004-01-20  David Schleef  <ds@schleef.org>
1765         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1766         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
1767         (gst_ximagesink_set_xwindow_id): Change to using a framerate
1768         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
1769         and neither is 100+, most likely.
1770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1771         (gst_xvimagesink_getcaps): same
1773 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1775         * configure.ac:
1776           Up version requirement to 2.0.3 (not yet released) to avoid symbol
1777           clashes with ffmpeg.
1779 2004-01-20  Julien MOUTTE  <julien@moutte.net>
1781         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
1782         (gst_switch_init): Fixed switch element : proxying link and setting
1783         caps from src to sink on request.
1785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1787         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1788         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1789         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1790         fix element_error
1792 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1794         * sys/v4l/v4l_calls.h:
1795         * sys/v4l2/v4l2_calls.h:
1796           element_error fixes
1798 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1800         * gst-libs/gst/gst-i18n-plugin.h:
1801           add locale.h
1802           remove config.h inclusion
1804 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1806         * autogen.sh:
1807           adding autopoint invocation
1808         * Makefile.am:
1809         * configure.ac:
1810         * gst-libs/gst/gettext.h:
1811           adding gettext bits
1812         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
1813         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
1814         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1816         (gst_gnomevfssink_close_file):
1817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
1818         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
1819         * gst-libs/gst/gst-i18n-plugin.h:
1820         * gst/avi/gstavi.c: (plugin_init):
1821         * sys/dxr3/dxr3init.c: (plugin_init):
1822         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
1823         * sys/oss/gstossaudio.c: (plugin_init):
1824         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1825         * sys/v4l/gstv4l.c: (plugin_init):
1826         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1827         * sys/v4l2/gstv4l2.c: (plugin_init):
1828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1829         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
1830         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
1831         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
1832         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1833         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
1834           make sure locale and translation domain are set
1835           fix translated strings 
1836         * po/.cvsignore:
1837         * po/LINGUAS:
1838         * po/Makevars:
1839         * po/POTFILES.in:
1840         * po/nl.po:
1841           put translation files into place
1842         * sys/xvideo/imagetest.c: (main):
1843         * ext/dv/demo-play.c: (main):
1844           fix unnecessary translations
1846 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1848         * ext/sndfile/gstsf.c:
1849         * gst/avi/gstavimux.c:
1850         * ext/audiofile/gstafsink.c:
1851         * ext/audiofile/gstafsrc.c:
1852         * ext/gnomevfs/gstgnomevfssink.c:
1853         * ext/gnomevfs/gstgnomevfssrc.c:
1854         * sys/oss/gstosselement.c:
1855         * sys/v4l/v4l_calls.h:
1856           fix i18n include
1858 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1860         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1861         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1862         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1863         (gst_v4l2_get_output), (gst_v4l2_set_output),
1864         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1865         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1866         (gst_v4l2_set_attribute):
1867         update to new error handling
1869 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1871         * ext/sidplay/gstsiddec.cc:
1872         * gst/modplug/gstmodplug.cc:
1873           parenthese NULL because C++ seems angry about it
1875 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1877         * gst-libs/gst/gst-i18n-plugin.h:
1878           add skeleton i18n stuff, but needs to be further implemented
1880 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1882         * examples/gstplay/player.c: (main):
1883         * ext/aalib/gstaasink.c: (gst_aasink_open):
1884         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1887         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1888         (gst_afsink_close_file):
1889         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1890         (gst_afsrc_close_file):
1891         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1892         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1893         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1894         * ext/esd/esdmon.c: (gst_esdmon_get):
1895         * ext/esd/esdsink.c: (gst_esdsink_chain):
1896         * ext/faac/gstfaac.c: (gst_faac_chain):
1897         * ext/faad/gstfaad.c: (gst_faad_chain):
1898         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1899         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1900         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1901         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1902         (gst_flacdec_loop):
1903         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1904         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1906         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1907         (gst_gnomevfssink_close_file):
1908         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1909         (gst_gnomevfssrc_open_file):
1910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1911         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1912         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1913         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1914         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1915         * ext/mad/gstmad.c: (gst_mad_chain):
1916         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1917         * ext/mpeg2dec/gstmpeg2dec.c:
1918         * ext/mpeg2enc/gstmpeg2enc.cc:
1919         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1920         * ext/mplex/gstmplex.cc:
1921         * ext/mplex/gstmplexibitstream.cc:
1922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1923         (gst_ogg_demux_push), (gst_ogg_pad_push):
1924         * ext/raw1394/gstdv1394src.c:
1925         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1926         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1927         * ext/sidplay/gstsiddec.cc:
1928         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1929         (gst_sf_loop):
1930         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1931         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1932         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1934         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1935         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1936         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1937         * gst-libs/gst/Makefile.am:
1938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1939         (gst_riff_read_element_data), (gst_riff_read_seek),
1940         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1941         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
1942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1943         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1944         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1945         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1946         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1947         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1948         * gst/goom/gstgoom.c: (gst_goom_chain):
1949         * gst/id3/gstid3types.c: (gst_id3types_loop):
1950         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1951         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1952         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1953         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1954         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1955         (gst_ebml_read_float), (gst_ebml_read_header):
1956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1957         (gst_matroska_demux_parse_blockgroup):
1958         * gst/modplug/gstmodplug.cc:
1959         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1960         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1961         * gst/oneton/gstoneton.c: (gst_oneton_chain):
1962         * gst/silence/gstsilence.c: (gst_silence_get):
1963         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1964         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1965         * gst/speed/gstspeed.c: (speed_loop):
1966         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1967         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1968         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1969         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1970         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1971         (gst_wavparse_loop):
1972         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1973         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1974         (dxr3audiosink_close):
1975         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1976         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1977         (dxr3videosink_close), (dxr3videosink_write_data):
1978         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1979         * sys/oss/gstosselement.h:
1980         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
1981         (gst_osssink_chain):
1982         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1983         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1986         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
1987         (gst_v4l_enable_overlay):
1988         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1989         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1990         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1991         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1992         (gst_v4l_set_audio):
1993         * sys/v4l/v4l_calls.h:
1994         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1995         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1996         (gst_v4lmjpegsink_playback_init),
1997         (gst_v4lmjpegsink_playback_start):
1998         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
1999         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
2000         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
2001         (gst_v4lmjpegsrc_requeue_frame):
2002         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2003         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
2004         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
2005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
2006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2007         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
2008         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
2009         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
2010         (gst_v4l2src_capture_stop):
2011         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
2012         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2013         (gst_ximagesink_chain):
2014         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
2015         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
2016         (gst_xvideosink_xwindow_new):
2017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2018         (gst_xvimagesink_chain):
2019         use new error signal, function and categories
2021 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
2023         * configure.ac:
2024         * ext/Makefile.am:
2025         * ext/musicbrainz/gsttrm.c:
2026         * ext/musicbrainz/gsttrm.h:
2027         * ext/musicbrainz/Makefile.am:
2028         Add a trm plugin 
2030 2004-01-18  Julien MOUTTE  <julien@moutte.net>
2032         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
2033         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
2034         synchronous property for debugging.
2035         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
2036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2037         (gst_xvimagesink_set_property): Moving a pointer declaration to a
2038         smaller block, fixing indent.
2040 2004-01-16  David Schleef  <ds@schleef.org>
2042         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
2043         property affects the video stream.
2044         * sys/xvimage/xvimagesink.c: 
2045         * sys/xvimage/xvimagesink.h:
2046         Add synchronous property for debugging.  Should probably be
2047         disabled in non-CVS builds.  Make sure that the Xv attribute
2048         exists before we set it (crash!).  Fix a silly float bug that
2049         caused colorbalance to just not work.
2051 2004-01-17  Christian Schaller <Uraeus@gnome.org>
2053         * tools/gst-launch-ext.in - update for new plugins
2055 2004-01-16  David Schleef  <ds@schleef.org>
2057         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
2058         already-freed caps.
2060 2994-01-16  Christian Schaller <Uraeus@gnome.org>
2062         * Update spec for new colorspace plugin and libcaca plugin
2063         * Fix compilation of libcaca plugin (clock -> id)
2065 2004-01-16  Julien MOUTTE <julien@moutte.net>
2067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
2068         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2069         (gst_xvimagesink_set_xwindow_id),
2070         (gst_xvimagesink_colorbalance_set_value),
2071         (gst_xvimagesink_colorbalance_get_value),
2072         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2073         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
2074         correct colorbalance properties. They can now be set when the element
2075         is still in NULL state. The values will be committed to the Xv Port
2076         when xcontext is initialized.
2077         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
2078         brightness int values in the GstXvImagesink structure.
2080 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2082         * gst-libs/gst/Makefile.am:
2083           restructure so having local patches works easier.
2085 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2087         * ext/mpeg2enc/Makefile.am:
2088         * ext/mpeg2enc/gstmpeg2enc.cc:
2089         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2090           Bugfix with respect to EOS handling.
2092 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2094         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2095           Link with right caps (else, it segfaults).
2096         * ext/mplex/gstmplexjob.cc:
2097           Fix for slight API change in 1.6.1.93 release of mjpegtools.
2099 2004-01-15  David Schleef  <ds@schleef.org>
2101         * gst-libs/gst/audio/Makefile.am:
2102         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
2103         from the template.
2104         * gst-libs/gst/audio/gstaudiofilter.c:
2105         * gst-libs/gst/audio/gstaudiofilter.h:
2106         Add bytes_per_sample and size and n_samples calculation.
2107         * gst-libs/gst/audio/gstaudiofilterexample.c:
2108         Remove, now autogenerated.
2109         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2110         Moved from gstaudiofilterexample, object name changed, code added
2111         so that it actually works.
2112         * gst-libs/gst/audio/make_filter:
2113         Script to build an audiofilter subclass from the template.
2114         * gst/colorspace/Makefile.am:
2115         * gst/colorspace/yuv2yuv.c:
2116         Remove file, since it's GPL, and we don't use it.
2118 2004-01-15  Julien MOUTTE  <julien@moutte.net>
2120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
2121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
2122         them use the buffer free function to test how the buffer was allocated.
2124 2004-01-15  David Schleef  <ds@schleef.org>
2126         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
2127         that handles osssink fallback.
2128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2129         (gst_audio_convert_getcaps):
2130         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2131         Add audio/x-qdm2 for QDM2 audio.
2132         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2133         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
2134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2135         Decrease minimum size to 16x16.
2136         * gst/wavparse/gstwavparse.c:
2137         Convert disabled pad template caps to new caps.
2138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2140         (gst_xvimagesink_chain): Throw element error when display cannot
2141         be opened.  Increase minimum framerate to 1.0.  Check the data
2142         free function on a buffer to make sure it is the type we expect
2143         before manipulating it.
2145 2004-01-15  Julien MOUTTE <julien@moutte.net>
2147         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2148         (gst_videobalance_colorbalance_set_value): Implement passthru if
2149         settings are in the middle.
2150         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
2152 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2154         * gst/videofilter/Makefile.am:
2155         * gst/volume/Makefile.am:
2156           Since we use videofilter symbols, link to it.
2158 2004-01-15  Julien MOUTTE <julien@moutte.net>
2160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
2161         mixer interface type to HARDWARE.
2162         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
2163         type to SOFTWARE.
2164         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
2165         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
2166         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2167         (gst_volume_interface_init), (gst_volume_list_tracks),
2168         (gst_volume_set_volume), (gst_volume_get_volume),
2169         (gst_volume_set_mute), (gst_volume_mixer_init),
2170         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
2171         (volume_init): Implementing mixer interface.
2172         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
2173         * sys/oss/gstosselement.c: (gst_osselement_get_type),
2174         (gst_osselement_change_state): Removing some trailing commas in
2175         structures.
2176         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
2177         interface type to HARDWARE.
2178         * sys/v4l/gstv4lcolorbalance.c:
2179         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
2180         type to HARDWARE.
2181         * sys/v4l2/gstv4l2colorbalance.c:
2182         (gst_v4l2_color_balance_interface_init): Setting colorbalance
2183         interface type to HARDWARE.
2184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
2185         same code than ximagesink for event handling.
2187 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2189         * ext/snapshot/Makefile.am:
2190         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
2191         (gst_snapshot_chain):
2192         * ext/snapshot/gstsnapshot.h:
2193           This has to be a joke... Snapshot should be connected to a tee,
2194           colorspace element before it and EOS after that, where the other
2195           src of the tee receives normal data.
2196           The current way is *wrong*.
2198 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2200         * ext/hermes/gsthermescolorspace.c:
2201           Fix another compile error. Same as below.
2203 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2205         * gst/colorspace/gstcolorspace.c:
2206         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
2207         (gst_colorspace_i420_to_yv12):
2208           Fix compiling... Didn't test if it actually works.
2210 2004-01-15  David Schleef  <ds@schleef.org>
2212         * configure.ac:
2213         * gst/colorspace/Makefile.am:
2214         * gst/colorspace/gstcolorspace.c:
2215         * gst/colorspace/gstcolorspace.h:
2216         * gst/colorspace/yuv2rgb.c:
2217         * gst/colorspace/yuv2rgb.h:
2218         Duplicate the ext/hermes colorspace plugin, and remove Hermes
2219         code and GPL code.  Fix for new caps negotiation.  Rewrite
2220         much of the format handling code, and some of the conversion
2221         code.  Basically, rewrote almost everything.  This element
2222         handles I420, YV12 to RGB conversions.
2223         * ext/hermes/Makefile.am:
2224         * ext/hermes/gsthermescolorspace.c:
2225         Rename colorspace to hermescolorspace.  Fix negotiation issues.
2226         Remove non-Hermes related code.  This element handles lots of
2227         RGB to RGB conversions, but no YUV.
2228         * ext/hermes/gstcolorspace.c:
2229         * ext/hermes/gstcolorspace.h:
2230         * ext/hermes/rgb2yuv.c:
2231         * ext/hermes/yuv2rgb.c:
2232         * ext/hermes/yuv2rgb.h:
2233         * ext/hermes/yuv2rgb_mmx16.s:
2234         * ext/hermes/yuv2yuv.c:
2235         * ext/hermes/yuv2yuv.h:
2236         Remove old code.
2238 2004-01-14  Colin Walters  <walters@verbum.org>
2240         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
2241         they've already been.
2243 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2245         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2246           assume tag mode when pad is not connected
2248 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2251           Don't update the time of the clock
2252         (gst_alsa_sink_loop):
2253           sync to the clock given to alsasink, not the own clock
2254         * sys/oss/gstosssink.c: (gst_osssink_chain):
2255           sync to the clock
2256         (gst_osssink_change_state):
2257           activate the clock
2258         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2260           remove bogus code that made DISCONT events unhandled
2261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2262           explicitly case to double in _set_simple. (fixes 2nd warning in bug
2263           #131502)
2264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
2265         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
2266         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
2267           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
2268           2nd warning in bug #131502)
2270 2004-01-14  Julien MOUTTE  <julien@moutte.net>
2272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2273         (gst_videobalance_colorbalance_set_value),
2274         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
2275         for colorbalance interface implementation.
2276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2277         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2278         (gst_ximagesink_dispose), (gst_ximagesink_init),
2279         (gst_ximagesink_class_init): Adding DISPLAY property.
2280         * sys/ximage/ximagesink.h: Adding display_name to store display.
2281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2282         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2283         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
2284         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
2285         properties (they still need polishing though for gst-launch use : no
2286         xcontext yet, i ll do that tomorrow).
2287         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
2289 2004-01-14  Julien MOUTTE  <julien@moutte.net>
2291         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2292         (gst_play_set_location), (gst_play_set_visualization): Preparing 
2293         switch integration, adding videobalance in the pipeline.
2295 2004-01-14  Julien MOUTTE <julien@moutte.net>
2297         * gst-libs/gst/colorbalance/colorbalance.c:
2298         (gst_color_balance_class_init): Adding a default type.
2299         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
2300         the type.
2301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
2302         (gst_videobalance_dispose), (gst_videobalance_class_init),
2303         (gst_videobalance_init), (gst_videobalance_interface_supported),
2304         (gst_videobalance_interface_init),
2305         (gst_videobalance_colorbalance_list_channels),
2306         (gst_videobalance_colorbalance_set_value),
2307         (gst_videobalance_colorbalance_get_value),
2308         (gst_videobalance_colorbalance_init): Implementing colorbalance
2309         interface.
2310         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
2311         list.
2312         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
2313         bug which was triggering a BadAccess X error when setting an overlay
2314         before pad was really negotiated.
2315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
2316         Using the colorbalance type macro.
2318 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2320         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
2321         (gst_flacenc_chain):
2322           handle tags correctly
2323         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2324           extract ID3v1 tags correctly
2326 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2328         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
2329         (plugin_init):
2330           Improve matroska typefinding for odd-typed headers...
2332 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2335           Fix for using incremental number on padnames.
2337 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2339         * ext/divx/gstdivxdec.c:
2340         * ext/divx/gstdivxenc.c:
2341           Set category to divx4linux instead of divx (too generic).
2342         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2343         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
2344         (gst_wavparse_loop), (gst_wavparse_change_state):
2345         * gst/wavparse/gstwavparse.h:
2346           fix parsing of WAV files with non-standard fmt-tag size and fix
2347           skipping of unrecognized chunks... Someone please fix this thing
2348           to use rifflib so all this is automated.
2349         * sys/v4l/Makefile.am:
2350         * sys/v4l2/Makefile.am:
2351           Add X_CFLAGS because we depend on X (for overlay).
2353 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
2355         * ext/mpeg2dec/gstmpeg2dec.c:
2356           Don't issue a timestamp unless we tagged the frame
2357           with a PTS.
2359 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2361         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
2362           Query the audio element to get the time, not the clock. We're
2363           interested in the element's time here.
2365 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2367         * ext/aalib/gstaasink.c: (gst_aasink_chain):
2368         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2369         * ext/esd/esdsink.c: (gst_esdsink_chain):
2370         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
2371         * ext/mas/massink.c: (gst_massink_chain):
2372         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
2373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
2374         (gst_matroska_demux_parse_metadata):
2375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
2376         (gst_mpeg_parse_release_locks):
2377         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
2378         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
2379         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2380         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2381         (gst_osssink_change_state):
2382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2384         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
2385         (gst_xvideosink_release_locks):
2386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2387           use element time.
2388         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
2389         (gst_alsa_clock_stop):
2390         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
2391         (gst_audio_clock_get_internal_time):
2392           simplify for use with new clocking code.
2393         * testsuite/alsa/Makefile.am:
2394         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
2395           fix testsuite for new caps system
2397 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2399         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
2400         * ext/flac/gstflacenc.c: (add_one_tag):
2401           length is already host endian, no need to convert. Fixes playback of
2402           tagged files on PPC. (bug #128384)
2404 2004-01-13  Julien MOUTTE <julien@moutte.net>
2406         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
2407         colorbalance interface stating if it is hardware based or software
2408         based.
2409         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
2410         Removing a trailing comma.
2411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2412         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
2413         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
2414         the documentation seems to be wrong on the -1000 to 1000 interval.
2416 2004-01-12  David Schleef  <ds@schleef.org>
2418         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
2419         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
2420         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
2421         Fix negotiation.  Add a bufferalloc function for the sink pad,
2422         and generally clean up some of the code.
2424 2004-01-12  Julien MOUTTE <julien@moutte.net>
2426         * gst-libs/gst/colorbalance/colorbalancechannel.c:
2427         (gst_color_balance_channel_dispose): Adding safety check in dispose
2428         method.
2429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2430         (gst_xvimagesink_xcontext_clear),
2431         (gst_xvimagesink_interface_supported),
2432         (gst_xvimagesink_colorbalance_list_channels),
2433         (gst_xvimagesink_colorbalance_set_value),
2434         (gst_xvimagesink_colorbalance_get_value),
2435         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
2436         Adding colorbalance interface support to set XV parameters such as
2437         HUE, BRIGHTNESS, CONTRAST, SATURATION.
2438         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
2439         interface.
2441 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
2444         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
2445         (gst_audio_convert_init), (gst_audio_convert_set_property),
2446         (gst_audio_convert_get_property), (gst_audio_convert_chain),
2447         (gst_audio_convert_link),
2448         (gst_audio_convert_buffer_to_default_format),
2449         (gst_audio_convert_buffer_from_default_format), (plugin_init):
2450           - implement _getcaps and use it
2451           - improve linking
2452           - remove float caps since no float conversion is actually done
2453           - remove properties and arguments that were to be used for rate
2454             conversion
2456 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2458         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
2459         (gst_audio_structure_set_int):
2460         * gst-libs/gst/audio/audio.h:
2461           add helper functions for _getcaps matching the standard audio
2462           templates
2464 2004-01-12  David Schleef  <ds@schleef.org>
2466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2467         Test that pad is negotiated before getting its caps.
2469 2004-01-12  Julien MOUTTE <julien@moutte.net>
2471         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
2472         analyzing the pads of an element the bin is mostly in READY state so
2473         no caps were negotiated. This helper function needs to work with
2474         _get_caps directly then. I was not freeing them though, added that to
2475         fix the mem leak.
2477 2004-01-12  Julien MOUTTE <julien@moutte.net>
2479         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
2481         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
2482         than the free_func.
2484 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2486         * sys/oss/gstossaudio.c: (plugin_init):
2487         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2488         * sys/oss/gstosselement.h:
2489           make an oss debugging category
2490           make failure more descriptive
2492 2004-01-11  David Schleef  <ds@schleef.org>
2494         * ext/ffmpeg/gstffmpeg.c:
2495         * ext/ffmpeg/gstffmpegcodecmap.c:
2496         * ext/ffmpeg/gstffmpegdec.c:
2497         * ext/ffmpeg/gstffmpegenc.c:
2498         * ext/ffmpeg/gstffmpegprotocol.c:
2499         * ext/gdk_pixbuf/gstgdkanimation.c:
2500         * ext/jpeg/gstjpeg.c:
2501         * ext/libpng/gstpng.c:
2502         * ext/mpeg2dec/perftest.c:
2503         * ext/speex/gstspeex.c:
2504         * gst-libs/gst/resample/dtos.c:
2505         * gst/intfloat/gstintfloatconvert.c:
2506         * gst/oneton/gstoneton.c:
2507         * gst/rtjpeg/RTjpeg.c:
2508         * gst/rtp/gstrtp.c:
2509         * sys/dxr3/dxr3init.c:
2510         * sys/glsink/gstgl_nvimage.c:
2511         * sys/glsink/gstgl_pdrimage.c:
2512         * sys/glsink/gstglsink.c:
2513         * testsuite/gst-lint:
2514         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
2516 2004-01-11  David Schleef  <ds@schleef.org>
2518         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
2519         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
2520         * ext/gdk_pixbuf/gstgdkanimation.c:
2521         (gst_gdk_animation_iter_create_pixbuf):
2522         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2523         (gst_gdk_pixbuf_chain):
2524         * ext/gdk_pixbuf/gstgdkpixbuf.h:
2525         * ext/jack/gstjack.c: (gst_jack_change_state):
2526         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
2527         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
2528         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
2529         * gst/videofilter/gstvideofilter.c:
2530         (gst_videofilter_set_output_size):
2531         Remove all usage of gst_pad_get_caps(), and replace it with
2532         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
2534 2004-01-11  David Schleef  <ds@schleef.org>
2536         * configure.ac:
2537         * ext/Makefile.am: Fixes to make ext/libcaca compile.
2538         * ext/divx/gstdivxdec.c:
2539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2540         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
2541         handle images that span multiple buffers.  Now work with both
2542         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
2543         * ext/gdk_pixbuf/gstgdkpixbuf.h:
2544         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
2545         video/video.h changes
2546         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
2547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2548         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
2549         of GstData free function.
2550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2551         same.
2553 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2555         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
2556         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
2557         (gst_v4l2element_get_property):
2558         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
2559           add norm, channel and frequency properties.
2560         * sys/v4l2/gstv4l2tuner.c:
2561           fixes for tuner interface changes
2562         * sys/v4l2/gstv4l2element.h:
2563         * sys/v4l2/gstv4l2src.c: 
2564         * sys/v4l2/gstv4l2src.h:
2565         * sys/v4l2/v4l2src_calls.c: 
2566         * sys/v4l2/v4l2src_calls.h:
2567           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
2569 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2571         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
2572         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
2573         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
2574         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
2575         * gst-libs/gst/tuner/tuner.h:
2576           GObjects aren't const.
2577           Add find_by_name functions.
2578           Add checks to _changed functions.
2579         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
2580         (gst_v4l_tuner_get_norm):
2581           Fixes for above.
2583 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2585         * gst-libs/gst/video/video.h:
2586           Fix caps template names to be understandable.
2587           Prefix everything with GST_VIDEO.
2588         * ext/aalib/gstaasink.c:
2589         * ext/divx/gstdivxdec.c:
2590         * ext/divx/gstdivxenc.c:
2591         * ext/gdk_pixbuf/gstgdkpixbuf.c:
2592         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
2593         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
2594         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
2595         * ext/libcaca/gstcacasink.c:
2596         * ext/libpng/gstpngenc.c: (raw_caps_factory):
2597         * ext/snapshot/gstsnapshot.c:
2598         * ext/swfdec/gstswfdec.c:
2599         * ext/xvid/gstxviddec.c:
2600         * ext/xvid/gstxvidenc.c:
2601         * gst/chart/gstchart.c:
2602         * gst/deinterlace/gstdeinterlace.c:
2603         * gst/effectv/gsteffectv.c:
2604         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
2605         * gst/goom/gstgoom.c:
2606         * gst/median/gstmedian.c:
2607         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
2608         (gst_monoscope_srcconnect), (gst_monoscope_chain):
2609         * gst/overlay/gstoverlay.c:
2610         * gst/smooth/gstsmooth.c:
2611         * gst/smpte/gstsmpte.c:
2612         * gst/synaesthesia/gstsynaesthesia.c:
2613         * gst/videocrop/gstvideocrop.c:
2614         * gst/videodrop/gstvideodrop.c:
2615         * gst/y4m/gsty4mencode.c:
2616         * sys/qcam/gstqcamsrc.c:
2617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2618           Make them work with new video.h file.
2619         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2620         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2622         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2623           Make it work with new buffer allocation system.
2625 2004-01-11  Julien MOUTTE  <julien@moutte.net>
2627         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
2628         pad_alloc_buffer implementation to use ->srcpad
2629         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
2630         pad_alloc_buffer implementation to use ->srcpad
2631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
2632         pad_alloc_buffer implementation to use ->srcpad
2633         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2634         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
2635         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2636         a reference to everything we need.
2637         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
2638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2639         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2640         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2641         a reference to everything we need.
2642         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
2644 2004-01-11  David Schleef  <ds@schleef.org>
2646         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
2647         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
2648         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
2649         structure members.
2650         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
2651         value during a resize/renegotiation.
2652         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
2653         gst_pad_alloc_buffer();
2654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2655         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
2656         structure members.
2657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2658         Fix for rename of buffer private structure members.
2659         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2660         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2661         Fix for rename of buffer private structure members.
2662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2663         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2664         Fix for rename of buffer private structure members.
2666 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
2668         reviewed by: David Schleef <ds@schleef.org>
2670         * gst/videofilter/Makefile.am:
2671         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
2672         from the patch by ds to fit in with recent make_filter changes.
2674 2004-01-11  Julien MOUTTE  <julien@moutte.net>
2676         * configure.ac: Adding examples/switch/Makefile
2677         * examples/Makefile.am: Adding examples/switch
2678         * examples/switch/Makefile.am: Adding switcher example.
2679         * examples/switch/switcher.c: (got_eos), (idle_iterate),
2680         (switch_timer), (main): Adding an example demonstrating switch usage
2681         with 2 videotestsrc showing different patterns.
2682         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
2683         (gst_switch_init): Fixing switch with the new caps system.
2685 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2687         * gst-libs/gst/video/video.h:
2688           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
2689           They should probably be like
2690           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
2692 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2695         (qtdemux_parse_trak):
2696           fix audio chunk size/timestamp calculation
2698 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2700         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
2701           fix SVQ3 caps
2703 2004-01-11  Steve Baker  <steve@stevebaker.org>
2705         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
2706         (gst_agingtv_base_init), (gst_agingtv_class_init),
2707         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
2708         (gst_agingtv_set_property), (gst_agingtv_get_property):
2709         Port agingTV to videofilter
2711 2004-01-09  Julien MOUTTE <julien@moutte.net>
2713         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
2714         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2716 2004-01-09  Julien MOUTTE <julien@moutte.net>
2718         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
2719         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2720         * gst-libs/gst/xoverlay/xoverlay.c:
2721         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
2722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
2723         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2725         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2726         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2727         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
2728         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
2729         the bufferalloc_function to replace bufferpools, fixing the XOverlay
2730         interface implementation to handle xid being 0 and fix some bugs
2731         triggered by Benjamin's testcase.
2732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2733         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2734         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
2735         the bufferalloc_function to replace bufferpools, fixing the XOverlay
2736         interface implementation to handle xid being 0 and fix some bugs
2737         triggered by Benjamin's testcase.
2739 2004-01-09  David Schleef  <ds@schleef.org>
2741         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
2742         mouse pointer events.  It works.
2744 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2746         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
2747           Use explicit caps - fix capsnego.
2748         * ext/xvid/gstxviddec.c:
2749         * ext/xvid/gstxvidenc.c:
2750           Remove macro-inside-macro which caused compile errors.
2751         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
2752           Error out if it's not a RIFF file. Else we error out without
2753           gst_element_error() which is not good...
2755 2004-01-08  David Schleef  <ds@schleef.org>
2757         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2758         Fix pad_link function to handle formats that ffmpeg returns
2759         as multiple caps structures.
2760         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
2761         Only complain if source buffer is _smaller_ than expected.
2762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2763         (gst_videoscale_handle_src_event): Resize navigation events
2764         when passing them upstream.
2765         * gst/videotestsrc/gstvideotestsrc.c:
2766         * gst/videotestsrc/gstvideotestsrc.h:
2767         * gst/videotestsrc/videotestsrc.c:
2768         * gst/videotestsrc/videotestsrc.h:
2769         Rewrite many of the buffer painting functions to handle odd
2770         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
2771         been verified to work with my video card.
2772         * testsuite/gst-lint:  Add check for elements calling
2773         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
2775 2004-01-08  David Schleef  <ds@schleef.org>
2777         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
2778         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
2780 2004-01-08  Julien MOUTTE  <julien@moutte.net>
2782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
2783         configure event is not emiting the desired size signal. That fixes
2784         aspect ratio issues with gst-player.
2786 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2788         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
2789           Fix capsnego.
2791 2004-01-08  Julien MOUTTE  <julien@moutte.net>
2793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
2794         public method to fire size signal.
2796 2004-01-07  Julien MOUTTE  <julien@moutte.net>
2798         * examples/gstplay/Makefile.am: Adding the interface library.
2799         * gst-libs/gst/play/Makefile.am: Adding the interface library.
2800         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
2801         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
2802         GST_IS_X_OVERLAY before signal connect.
2803         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
2804         Removing the have_video_size signal.
2805         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
2806         and associated public method.
2807         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2808         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
2809         signal.
2810         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
2811         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
2812         signal.
2813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
2814         Using XOverlay public method to fire size signal.
2816 2004-01-07  David Schleef  <ds@schleef.org>
2818         * gst/videofilter/Makefile.am:
2819         * gst/videofilter/gstvideotemplate.c:
2820         * gst/videofilter/make_filter:
2821         Create gstvideoexample.c in a srcdir!=builddir friendly way.
2822         Convert make_filter to /bin/sh script.
2824 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2826         * gst/modplug/gstmodplug.cc: fix element description
2828 2004-01-07  Julien MOUTTE  <julien@moutte.net>
2830         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
2831         (got_video_size): Adding some new lines in g_print calls.
2832         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2833         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
2834         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
2835         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
2836         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
2837         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
2838         Complete code review, reverting some stuff i disagree with, adding
2839         some fixes : time synchronization on invalid timestamps, renegotiation
2840         of private window.
2841         * sys/ximage/ximagesink.h:
2842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
2843         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
2844         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
2845         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
2846         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2847         (gst_xvimagesink_buffer_new),
2848         (gst_xvimagesink_navigation_send_event),
2849         (gst_xvimagesink_set_xwindow_id),
2850         (gst_xvimagesink_get_desired_size),
2851         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
2852         stuff i disagree with, adding some fixes : Renegotiation of private
2853         window, implementing get_desired_size.
2855 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2857         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
2858         (gst_afsink_handle_event):
2859         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
2860         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
2861         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
2862         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
2863         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
2864           Fix for instantiate-test (see core). Also remove dead code from
2865           jpegenc (which still needs fixing, but that's lower on my TODO
2866           list...).
2867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
2868           Never return NULL as caps.
2870 2004-01-07  David Schleef  <ds@schleef.org>
2872         * configure.ac:
2873         * ext/Makefile.am:
2874         * ext/librfb/Makefile.am:
2875         * ext/librfb/gstrfbsrc.c:
2876         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
2877         is the protocol used by VNC.
2879 2004-01-07  David Schleef  <ds@schleef.org>
2881         * gst/videofilter/gstvideotemplate.c:
2882         * gst/videofilter/gstvideotemplate.h:
2883         * gst/videofilter/make_filter:
2884         Merge videotemplate header into source file.
2885         * gst/effectv/Makefile.am:
2886         * gst/effectv/gsteffectv.c: (plugin_init):
2887         * gst/effectv/gstwarp.c:
2888         Make warpTV a subclass of videofilter.
2890 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2892         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2893           Add guard against invalid utf-8 conversions in mad. Just in case.
2895 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2897         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2898           Fix for bug shown by poisoning
2900 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2902         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2903         (gst_v4lmjpegsrc_buffer_free):
2904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2905         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
2906         (gst_v4lsrc_buffer_free):
2907           Fix for removed bufferpools.
2909 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2911         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2912         Fix caps negotiation.
2914         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2915         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
2916         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2917         (dvdnavsrc_event):
2918         * ext/mpeg2dec/gstmpeg2dec.c:
2919         * gst-libs/gst/navigation/navigation.c:
2920         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
2921         * gst-libs/gst/navigation/navigation.h:
2922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
2923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
2924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
2925         Super-simple first version of mouse and keyboard events. Clicking
2926         on a DVD menu now works, although it may not take you where you
2927         expected.
2929         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2930         * gst/videotestsrc/gstvideotestsrc.c:
2931         (gst_videotestsrc_src_fixate):
2932         These fixate functions were broken - they never actually
2933         fixated :)
2934         
2935 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2937         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
2938         (gst_icecastsend_init):
2939           fix for new caps system.
2940         * gst-libs/gst/mixer/mixertrack.h:
2941         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
2942           Add 'master track' flag (for tools like ACME that only want to
2943           change the main volume).
2945 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2947         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
2948         (gst_xvid_csp_to_caps):
2949         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
2950         * ext/xvid/gstxvidenc.c:
2951         ifdef out ARGB type when it isn't available 
2952         in xvidcore 1.0.0beta2
2954 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2957           When we have received a new SCR right in the first buffer after
2958           a seek (so in the same cycle that handles the discont), we should
2959           handle the buffer instead of unreffing it, else we lose data.
2961 2004-01-06  Iain <iain@prettypeople.org>
2963         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
2964           buffer-frames caps too.
2966         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
2967           caps that we need, don't destroy them all and rebuild them. And when
2968           creating src pads, use the src pad template rather than the sink...
2970 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
2973           Add pad to element *after* setting functions such as event handler.
2974           Without this, the scheduler (opt) will link pads, set the event
2975           handler from the default event function (dispatcher in gstpad.c)
2976           and *after* that, we will set our own event function, which will
2977           thus never be used (and thus mpegdemux doesn't handle events).
2979 2004-01-04  David Schleef  <ds@schleef.org>
2981         Fix the fixate functions to handle new prototype:
2982         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2983         * gst/videotestsrc/gstvideotestsrc.c:
2984         (gst_videotestsrc_src_fixate):
2985         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2986         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
2987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2989 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2991         * sys/ximage/ximagesink.h:
2992         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2993         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
2994         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
2995         (gst_ximagesink_xoverlay_init):
2996           assorted fixes to make (re)embedding work
2997         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
2998         (gst_ximagesink_get_desired_size):
2999           implement desired size additions to XOverlay
3001 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3003         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
3004         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
3005         (gst_x_overlay_got_desired_size):
3006         * gst-libs/gst/xoverlay/xoverlay.h:
3007           Add optional "desired size" signal and querying.
3009 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3011         * gst/matroska/matroska-demux.c:
3012         (gst_matroska_demux_parse_blockgroup):
3013           Fix EBML-laced block parsing. Diffs are relative to previous
3014           lace, not the first lace. Thanks to Mosu from the Matroska
3015           team for detecting this.
3016         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3017         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
3018         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
3019         (gst_wavparse_change_state):
3020         * gst/wavparse/gstwavparse.h:
3021           Quickfix for capsnego.
3023 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3025         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
3026           Fix indenting, fix pad creation.
3028 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3030         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
3031         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
3032         (gst_xviddec_sink_link):
3033           Implement src_getcaps() so proper size caps is negotiated.
3035 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3037         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
3038           Finish flac decoder on EOS. See #116178.
3040 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
3043         (gst_matroska_demux_add_stream):
3044         * gst/matroska/matroska-ids.h:
3045           Add getcaps() function to fix capsnego...
3047 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3049         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3050         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
3051         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3052           Fix more integer overflows. Again, see #126967.
3054 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3056         * ext/mpeg2dec/gstmpeg2dec.c:
3057           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
3058           #130416.
3060 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3062         * configure.ac:
3063         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
3064         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
3065         * ext/xvid/gstxvid.h:
3066         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
3067         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
3068         (gst_xviddec_src_link), (gst_xviddec_sink_link),
3069         (gst_xviddec_change_state):
3070         * ext/xvid/gstxviddec.h:
3071         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
3072         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
3073         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
3074         (gst_xvidenc_link), (gst_xvidenc_set_property),
3075         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
3076         * ext/xvid/gstxvidenc.h:
3077           Update xvid plugin to latest xvid (1.0.0-beta3) API.
3079 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3081         * gst/rtp/rtp-packet.c:
3082           Add sys/types.h include, since OS X doesn't define in_addr_t
3083           in netinet/in.h, like it does on Linux (see #129600).
3085 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
3087         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
3089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
3090           Correct logic of dispose function (see #129306).
3092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
3095         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
3096         (gst_mpeg_parse_init):
3097         * gst/mpegstream/gstmpegparse.h:
3098           Remove clock (which was never provided, i.e. dead code), and
3099           also fix integer overflows at high PTS values (see #126967).
3101 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3103         * ext/flac/gstflacdec.c:
3104         * ext/libpng/gstpngenc.h:
3105         * ext/mikmod/gstmikmod.h:
3106           OS X fixes (see #126628).
3108 2004-01-02  David Schleef  <ds@schleef.org>
3110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
3111         (gst_alsa_src_base_init): Remove bogus "src" request pad.
3112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
3113         (gst_mpeg_parse_class_init): Move pad template registration
3114         to class_init, since the derived class (mpegdemux) doesn't
3115         want them.
3117 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3119         * sys/ximage/Makefile.am:
3120         * sys/xvideo/Makefile.am:
3121         * sys/xvimage/Makefile.am:
3122           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
3123           after installation (see #127664).
3125 2004-01-02  David Schleef  <ds@schleef.org>
3127         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
3128         (gst_ffmpegenc_connect):  Negotiation fixes.
3129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3130         Remove inappropriate gst_caps_free().
3131         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3132         Reenable Ronald's internal resize code, since the core handles
3133         it correctly now.
3135 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3137         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
3140           Fix pad template stuff.
3142 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3144         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
3145         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
3146           fix signed integer reading/writing.
3148 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3150         * ext/alsa/README:
3151           Remove outdated document
3153 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
3155         * gst/cutter/gstcutter.c: (gst_cutter_init):
3156           src pad was being created twice - oops.
3158 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3160         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3161           Comment out internal resize. It doesn't handle the resulting
3162           XEvent internally, does another try_set_caps() which leads to
3163           a really nice loop.
3164           Real fix will come when Julien and Dave are awake. ;).
3166 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3168         * ext/mpeg2enc/gstmpeg2enc.cc:
3169           fix const/nonconst compile issue.
3171 2004-01-02  David Schleef  <ds@schleef.org>
3173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
3174         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
3175         Add fixate function and a check for bad formats.
3177 2004-01-01  David Schleef  <ds@schleef.org>
3179         Negotiation fixes:
3180         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3181         (gst_audiofilter_init):
3182         * gst/debug/efence.c: (gst_efence_init):
3183         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3184         (gst_deinterlace_init):
3185         * gst/volume/gstvolume.c: (volume_connect):
3187 2004-01-01  David Schleef  <ds@schleef.org>
3189         Convert elements to use gst_pad_use_explicit_caps() where
3190         appropriate:
3191         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
3192         * ext/audiofile/gstafparse.c: (gst_afparse_init),
3193         (gst_afparse_open_file):
3194         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
3195         (gst_afsrc_open_file):
3196         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
3197         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
3198         (gst_ffmpegdec_chain):
3199         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3200         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
3201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
3202         (gst_gdk_pixbuf_chain):
3203         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
3204         (gst_jpegdec_chain):
3205         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
3206         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
3207         (gst_mikmod_negotiate):
3208         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3209         (gst_mpeg2dec_negotiate_format):
3210         * ext/mpeg2enc/gstmpeg2enc.cc:
3211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3212         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
3213         (gst_speexdec_sinkconnect):
3214         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
3215         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
3216         (gst_vorbisfile_new_link):
3217         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
3218         (gst_ac3parse_chain):
3219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
3220         (gst_asf_demux_setup_pad):
3221         * gst/auparse/gstauparse.c: (gst_auparse_init),
3222         (gst_auparse_chain):
3223         * gst/id3/gstid3types.c: (gst_id3types_loop):
3224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3225         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3226         (mp1videoparse_parse_seq):
3227         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3228         (bpf_from_header):
3229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3230         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
3231         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3232         (gst_mpeg_parse_send_data):
3233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3234         (gst_qtdemux_add_stream):
3235         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3236         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3237         (gst_wavparse_parse_fmt):
3239 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3241         * configure.ac:
3242           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
3243           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
3244           it therefore uses the wrong include paths. Too bad... Note
3245           that 1.6.1.93 is not release yet. ;).
3246           Also add a check for mplex, which is now using the lib'ified
3247           mplex from mjpegtools, too.
3248         * ext/ffmpeg/gstffmpegcodecmap.c:
3249           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
3250           issues. I don't think ffmpeg handles 3ivx correctly, so this
3251           probably won't work. But it won't hurt either.
3252         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
3253         (gst_ffmpegdec_chain):
3254         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
3255         (gst_ffmpegenc_chain_audio):
3256           Fix memleak in audio encoding. Close codec if open fails, this
3257           calls the cleanup routines so we can re-use the context.
3258         * ext/mpeg2enc/gstmpeg2enc.cc:
3259           Fix pad template names/types, fix memory issue with getcaps().
3260         * ext/mpeg2enc/gstmpeg2encoder.cc:
3261         * ext/mpeg2enc/gstmpeg2encoder.hh:
3262           Fix compile issue with new caps system (const thingy).
3263         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3264         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
3265           We read a first frame right on initing, so that we have a caps
3266           when we init the output. This caps is cached in padprivate and
3267           read as first frame.
3268         * ext/mplex/Makefile.am:
3269         * ext/mplex/gstmplex.cc:
3270         * ext/mplex/gstmplex.h:
3271         * ext/mplex/gstmplex.hh:
3272         * ext/mplex/gstmplexibitstream.cc:
3273         * ext/mplex/gstmplexibitstream.hh:
3274         * ext/mplex/gstmplexjob.cc:
3275         * ext/mplex/gstmplexjob.hh:
3276         * ext/mplex/gstmplexoutputstream.cc:
3277         * ext/mplex/gstmplexoutputstream.hh:
3278           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
3279           had issues, didn't do capsnego, supported only a subset of the
3280           mplex features and required a mplex fork in our local CVS. Plus
3281           that it worked agaist a very old mplex version. Rewriting was
3282           faster than updating it.
3283         * gst-libs/ext/Makefile.am:
3284         * gst-libs/ext/mplex/INSTRUCT:
3285         * gst-libs/ext/mplex/Makefile.am:
3286         * gst-libs/ext/mplex/README:
3287         * gst-libs/ext/mplex/TODO:
3288         * gst-libs/ext/mplex/ac3strm_in.cc:
3289         * gst-libs/ext/mplex/audiostrm.hh:
3290         * gst-libs/ext/mplex/audiostrm_out.cc:
3291         * gst-libs/ext/mplex/aunit.hh:
3292         * gst-libs/ext/mplex/bits.cc:
3293         * gst-libs/ext/mplex/bits.hh:
3294         * gst-libs/ext/mplex/buffer.cc:
3295         * gst-libs/ext/mplex/buffer.hh:
3296         * gst-libs/ext/mplex/fastintfns.h:
3297         * gst-libs/ext/mplex/format_codes.h:
3298         * gst-libs/ext/mplex/inputstrm.cc:
3299         * gst-libs/ext/mplex/inputstrm.hh:
3300         * gst-libs/ext/mplex/lpcmstrm_in.cc:
3301         * gst-libs/ext/mplex/mjpeg_logging.cc:
3302         * gst-libs/ext/mplex/mjpeg_logging.h:
3303         * gst-libs/ext/mplex/mjpeg_types.h:
3304         * gst-libs/ext/mplex/mpastrm_in.cc:
3305         * gst-libs/ext/mplex/mpegconsts.cc:
3306         * gst-libs/ext/mplex/mpegconsts.h:
3307         * gst-libs/ext/mplex/mplexconsts.hh:
3308         * gst-libs/ext/mplex/multplex.cc:
3309         * gst-libs/ext/mplex/outputstream.hh:
3310         * gst-libs/ext/mplex/padstrm.cc:
3311         * gst-libs/ext/mplex/padstrm.hh:
3312         * gst-libs/ext/mplex/stillsstream.cc:
3313         * gst-libs/ext/mplex/stillsstream.hh:
3314         * gst-libs/ext/mplex/systems.cc:
3315         * gst-libs/ext/mplex/systems.hh:
3316         * gst-libs/ext/mplex/vector.cc:
3317         * gst-libs/ext/mplex/vector.hh:
3318         * gst-libs/ext/mplex/videostrm.hh:
3319         * gst-libs/ext/mplex/videostrm_in.cc:
3320         * gst-libs/ext/mplex/videostrm_out.cc:
3321         * gst-libs/ext/mplex/yuv4mpeg.cc:
3322         * gst-libs/ext/mplex/yuv4mpeg.h:
3323         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
3324         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
3325           We don't fork mjpegtools' mplex in our CVS anymore.
3326         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
3327         (gst_avi_demux_add_stream):
3328         * gst/avi/gstavidemux.h:
3329           Add getcaps() function for proper caps nego. This makes some
3330           parts of AVI playback/reading work.
3331         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3332           Resize window on new capsnego. This is probably wrong, but
3333           I'm still committing it because with current capsnego, the
3334           first successfull capsnego is auto-fixated, therefore rounded
3335           down to the lowest values in the caps. this results in a 16x16
3336           XWindow that is not reized when real capsnego finishes.
3337           Dave, I see more cases of this, do you know a proper solution?
3338         * tools/gst-launch-ext.in:
3339           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
3341 2003-12-31  David Schleef  <ds@schleef.org>
3343         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
3344         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
3345           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
3347 2003-12-30  David Schleef  <ds@schleef.org>
3349         * ext/ffmpeg/gstffmpegcolorspace.c:
3350         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3351         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
3352         (gst_ffmpegcsp_chain): Negotiation fixes
3353         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
3354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3355         (gst_audio_convert_link), (gst_audio_convert_channels):
3356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
3357         (gst_audioscale_link), (gst_audioscale_get_buffer),
3358         (gst_audioscale_chain): Negotiation fixes
3359         * gst/audioscale/gstaudioscale.h:
3360         * gst/videofilter/gstvideofilter.c:
3361         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
3362         (gst_videofilter_link), (gst_videofilter_init),
3363         (gst_videofilter_set_output_size), (gst_videofilter_setup),
3364         (gst_videofilter_find_format_by_structure):
3365         * gst/videofilter/gstvideofilter.h: Negotiation fixes
3366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
3367         (gst_videoscale_link):
3368         * gst/videoscale/videoscale.c: (videoscale_get_structure),
3369         (videoscale_find_by_structure), (gst_videoscale_setup):
3370         * gst/videoscale/videoscale.h: Negotiation fixes
3371         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3372         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
3373         function, restrict resizing to a multiple of 4 (hack until
3374         everyone supports odd sizes correctly).
3376 2003-12-29  Colin Walters  <walters@verbum.org>
3378         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
3379         signed.
3381 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
3383         * ext/sndfile/gstsf.c: (gst_sf_loop):
3384           Fix warning about discarding const qualifier
3386 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
3388         * gst/cutter/gstcutter.c:
3389         * gst/videoscale/gstvideoscale.c:
3390         * gst/volenv/gstvolenv.c:
3391         * gst-libs/gst/audio/audio.c:
3392         * gst-libs/gst/video/video.c:
3393           Fix warnings
3395 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3397         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
3398           Don't send ALSA debugging to stderr.
3399         * ext/alsa/gstalsa.h:
3400           Use GST_WARNING instead of g_warning when ALSA functions fail.
3402 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3405           Free XVAdapterInfo correctly.
3407 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3409         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
3410         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
3411           Make id3tag use correct caps nego.
3413 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
3415         * ext/ivorbis/vorbis.c: 
3416         * ext/ivorbis/vorbisenc.h:
3417         * ext/ivorbis/vorbisfile.c:
3418           Modify so that it uses the new caps things
3420 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3422         * testsuite/spider/spider1.c: (main):
3423         * testsuite/spider/spider2.c: (main):
3424         * testsuite/spider/spider3.c: (main):
3425           Make tests compile again. They probably don't work.
3427 2003-12-24  Colin Walters  <walters@verbum.org>
3429         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
3430         we can't fixate the caps anymore.
3432 2003-12-23  David Schleef  <ds@schleef.org>
3434         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
3435         * sys/oss/gstosssink.c: (gst_osssink_init),
3436         (gst_osssink_sink_fixate): Add fixate function.
3438 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3440         * ext/ffmpeg/gstffmpegcodecmap.c:
3441         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
3442         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
3443         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
3444         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
3445         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
3446         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3447         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
3448           fix typo in RGB masks, and move back to "old" colorspace
3449           capsnego code until whoever wrote this new crap has actually
3450           tested it so that it works.
3451           And yes, this works, keep it that way please.
3453 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3455         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
3456         (gst_divxdec_init), (gst_divxdec_negotiate):
3457         * ext/divx/gstdivxdec.h:
3458         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
3459         (gst_divxenc_init):
3460         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
3461         (gst_faac_sinkconnect), (gst_faac_srcconnect):
3462         * ext/mpeg2enc/gstmpeg2enc.cc:
3463         * ext/mpeg2enc/gstmpeg2encoder.cc:
3464         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3465         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
3466         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
3467         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
3468         (dxr3spusink_init):
3469         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
3470         (dxr3videosink_init):
3471           Fix caps breakage after Dave's caps branch merge.
3473 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3475         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3476           Fix for 24bpp display.
3478 2003-12-23  Colin Walters  <walters@verbum.org>
3480         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
3481         a GnomeVFSHandle directly.
3483 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3485         * gst/volume/Makefile.am:
3486         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
3487         (volume_base_init), (volume_init):
3488           Reenable volume element and fix to work with new caps stuff.
3489           Rhythmbox needs this.
3491 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3493         * gst/qtdemux/qtdemux.c: (plugin_init):
3494           qtdemux requires bytestream
3496 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3498         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
3499           Fix remaining caps handling errors due to CAPS merge.
3501 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3503         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
3504         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
3505         (gst_faad_srcconnect): 
3506           Port to new caps system.
3508 2003-12-21  Julien MOUTTE  <julien@moutte.net>
3510         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
3511         (got_video_size), (main): using g_print instead of g_message.
3512         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
3513         signal which was not emitted because of "switch" element added to the
3514         bin but not connected. (Removing from the bin temporarily)
3516 2003-12-21  Julien MOUTTE  <julien@moutte.net>
3518         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
3519         find X development files. I don't understand the previous tests and
3520         they fail on my debian/ppc unstable. This one works.
3521         * examples/gstplay/player.c: (main): Set the pipeline to READY before
3522         exiting.
3523         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
3524         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3525         (gst_play_set_visualization): Add some safety checks in set_ methods
3526         and state_change. This was throwing some ugly CRITICAL messages when
3527         pipeline was getting disposed and casts were failing.
3529 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3531         * configure.ac:
3532           Improve mpeg2enc detection. This is for distributions that do
3533           ship mjpegtools, but without mpeg2enc. Also does object check
3534           for might there ever be ABI incompatibility.
3535         * ext/mpeg2enc/gstmpeg2enc.cc:
3536           Add Andrew as second maintainer (he's helping me), and also add
3537           an error if no caps was set. This happens if I pull before capsnego
3538           and that's something I should solve sometime else.
3539         * gst/matroska/matroska-demux.c:
3540         (gst_matroska_demux_parse_blockgroup):
3541           Fix time parsing.
3542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
3543         (gst_matroska_mux_track_header):
3544           Add caps to templates.
3545         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
3546           Add mpegversion=1 to prevent confusion with MPEG/AAC.
3547         * gst/mpegstream/gstmpegdemux.c:
3548           Remove layer since it causes warnings about unfixed caps.
3549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3550           Fix obvious typo (we error out if caps were set, we should of
3551           course error out if *no* caps were set).
3552         * sys/oss/gstosselement.c: (gst_osselement_convert):
3553           Fix format conversion, we confused bits/bytes.
3554         * sys/oss/gstosselement.h:
3555           Improve documentation for 'bps'.
3556         * sys/v4l/TODO:
3557           Remove stuff about plugins that need removing - this was done
3558           ages ago.
3559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
3560         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
3561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
3562         (gst_v4lsrc_src_query):
3563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
3564         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
3565           Add get_query_types(), get_formats() and query() functions.
3567 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3569         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
3570         * moved CVS to freedesktop.org