ffmpeg/libswscale/x86
Vardan Margaryan 73302aa193 swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb conversion
Y, U, V data is loaded at the end of the current iteration for the next
iteration.
It results in memory access past the frame data on the last iteration
(that data is never used after the loading).

So load data at the start of the iteration, so that only useful data is
loaded.

Signed-off-by: Vardan Margaryan <v.t.margaryan@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2022-06-06 09:51:17 +02:00
..
Makefile
hscale_fast_bilinear_simd.c
input.asm swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions 2022-01-11 16:34:33 -03:00
output.asm swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions 2022-01-11 16:33:17 -03:00
rgb2rgb.c
rgb2rgb_template.c
rgb_2_rgb.asm
scale.asm
scale_avx2.asm
swscale.c swscale/x86/swscale: Remove superfluous and invalid ';' 2022-01-22 17:00:45 +01:00
swscale_template.c
w64xmmtest.c
yuv2rgb.c
yuv2rgb_template.c
yuv2yuvX.asm
yuv_2_rgb.asm swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb conversion 2022-06-06 09:51:17 +02:00