gstreamer/gst/colorspace
David Schleef 742867566c colorspace: Add conversion code
Work in progress.  Colorspace handles most format conversion using
3-stage getline/matrix/putline process using an AYUV or ARGB
intermediate, with most functions handled by Orc.  There is also
a table of single-pass conversions, all handled by Orc.  The plan
is to add optional stages for various chroma upsampling/downsampling
algorithms, dithering, and float/int16 intermediates, and then have
Orc create multi-stage functions at runtime.
2010-09-14 12:00:29 -07:00
..
colorspace.c colorspace: Add conversion code 2010-09-14 12:00:29 -07:00
colorspace.h colorspace: Add conversion code 2010-09-14 12:00:29 -07:00
colorspace.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstcolorspace.c colorspace: Add conversion code 2010-09-14 12:00:29 -07:00
gstcolorspace.h colorspace: Add conversion code 2010-09-14 12:00:29 -07:00
gstcolorspaceorc.orc colorspace: Add conversion code 2010-09-14 12:00:29 -07:00
Makefile.am colorspace: Add conversion code 2010-09-14 12:00:29 -07:00