gstreamer/gst/coloreffects
Filippo Argiolas 74de641ca4 coloreffects: add ayuv support
Currently implemented switching from yuv to rgb, looking up rgb from the
table in the usual way, getting back to yuv. With luma lookup presets
(sepia, heat, xray) a color space conversion is saved directly looking
up rgb for a given Y and converting to yuv.
Probably this latter step can even be made faster precalculating a luma
to yuv table in an outer loop.

https://bugzilla.gnome.org/show_bug.cgi?id=625817
2010-08-04 10:05:35 +02:00
..
gstcoloreffects.c coloreffects: add ayuv support 2010-08-04 10:05:35 +02:00
gstcoloreffects.h coloreffects: add ayuv support 2010-08-04 10:05:35 +02:00
gstplugin.c coloreffects: new plugin for lookup table color mapping 2010-08-04 10:04:20 +02:00
Makefile.am coloreffects: new plugin for lookup table color mapping 2010-08-04 10:04:20 +02:00