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