gstreamer/libs/colorspace
Erik Walthinsen ae0d5d1889 Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which inv...
Original commit message from CVS:
Massive, massive update of most source files.  I went through and cleaned
up all the warnings that I could, which involved fixing some of the plugins.

The configure.in script was re-arranged and cleaned up so, and a check for
libtool 1.3.5 was added to autogen.sh.  Added checks for Gtk and GNOME.

Some plugins were removed from the list of things to build for various reasons.

Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and
even an if() from a DEBUG can significantly increase runtimes.
2001-01-02 08:13:34 +00:00
..
.gitignore Added a colorspace library and removed yuv2rgb conversion from the videosink. 2000-04-02 21:36:54 +00:00
gstcolorspace.c Updated libraries to use new GST_DEBUG instead of DEBUG. 2001-01-01 03:16:19 +00:00
gstcolorspace.h Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which inv... 2001-01-02 08:13:34 +00:00
Makefile.am Slightly faster yuv to rgb conversion. 2000-10-26 19:07:27 +00:00
rgb2rgb.c Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which inv... 2001-01-02 08:13:34 +00:00
yuv2rgb.c Updated libraries to use new GST_DEBUG instead of DEBUG. 2001-01-01 03:16:19 +00:00
yuv2rgb.h Reworked the colorspace converter and the scaler API. 2000-06-12 21:27:19 +00:00
yuv2rgb_mmx16.s Slightly faster yuv to rgb conversion. 2000-10-26 19:07:27 +00:00