ffmpeg/libswscale/x86
Michael Niedermayer 5df4b6cf05 swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
Reviewed-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f6492a2ea8)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-08-23 13:15:16 +02:00
..
Makefile sws: move inline asm hscale to MMX_OBJS 2014-07-19 05:53:42 +02:00
hscale_fast_bilinear_simd.c libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn't implicitly included when PIC is on. 2015-06-01 23:25:20 +02:00
input.asm swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 2014-06-22 03:09:28 +02:00
output.asm swscale/x86/output: Fix yuv2planeX_16* with unaligned destination 2017-08-23 13:15:16 +02:00
rgb2rgb.c
rgb2rgb_template.c swscale/x86/rgb2rgb_template: Fix planar2x() for short width 2016-01-31 00:25:20 +01:00
scale.asm x86/scale: fix xmm register count for hscale*_sse2 2014-06-09 04:13:23 +02:00
swscale.c swscale: fix yuv2yuvX_8 assembly on x86 2014-11-30 22:28:52 +01:00
swscale_template.c sws/x86: split mmxext fast bilinear scaler out 2014-07-19 05:36:27 +02:00
w64xmmtest.c
yuv2rgb.c
yuv2rgb_template.c