gstreamer/gst/videoconvert
Sebastian Dröge cd4602ecfa videoconvert: Fix I420 to BGRA fast-path alpha setting
This fast-path was adding 128 to every component including
alpha while it should only be done for all components except
alpha. This caused wrong alpha values to be generated.

Also remove the high-quality I420 to BGRA fast-path as it needs
the same fix, which causes an additional instruction, which causes
orc to emit more than 96 variables, which then just crashes.
This can only be fixed in orc by breaking ABI and allowing more
variables.
2013-12-23 14:56:15 +01:00
..
gstcms.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstcms.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvideoconvert.c videoconvert: Allow passthrough for ANY caps features 2013-04-08 08:30:38 +02:00
gstvideoconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvideoconvertorc-dist.c Release 1.1.1 2013-06-05 18:31:27 +02:00
gstvideoconvertorc-dist.h Update disted orc backup files 2013-04-22 13:58:33 +01:00
gstvideoconvertorc.orc videoconvert: Fix I420 to BGRA fast-path alpha setting 2013-12-23 14:56:15 +01:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
videoconvert.c videoconvert: Fix I420 to BGRA fast-path alpha setting 2013-12-23 14:56:15 +01:00
videoconvert.h videoconvert: free tmplines correctly 2013-05-30 05:27:31 +02:00
videoconvert.vcproj videoconvert: renamed from colorspace 2011-06-15 17:49:21 +02:00