coloreffects: add ayuv support
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Tue, 3 Aug 2010 12:39:22 +0000 (14:39 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 08:05:35 +0000 (10:05 +0200)
commit74de641ca4db01d96ddc7db37cfda99f0c16d2d2
tree914152fad41684ce228e5d1c73f15fb2f1410ca3
parent79c343badee269afc423a2c08e99de97eeeb1c0b
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
gst/coloreffects/gstcoloreffects.c
gst/coloreffects/gstcoloreffects.h