mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
cd4602ecfa
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. |
||
---|---|---|
.. | ||
gstcms.c | ||
gstcms.h | ||
gstvideoconvert.c | ||
gstvideoconvert.h | ||
gstvideoconvertorc-dist.c | ||
gstvideoconvertorc-dist.h | ||
gstvideoconvertorc.orc | ||
Makefile.am | ||
videoconvert.c | ||
videoconvert.h | ||
videoconvert.vcproj |