406 Commits (0415bb74c81ab0019e48bd2989ddf48d66918e9e)

Author SHA1 Message Date
Michael Niedermayer 3f9daf1c18
swscale/x86/swscale: use a clearer name for INPUT_PLANER_RGB_A_FUNC_CASE 6 months ago
Henrik Gramner c3d3f0e697 avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation 8 months ago
Alfred Wingate e5ce473040 swscale/x86/rgb_2_rgb: Add opaque pointer to missed definitions of ff_nv12ToUV 12 months ago
Lynne bbe95f7353
x86: replace explicit REP_RETs with RETs 2 years ago
Michael Niedermayer b74f89caae
swscale/output: Bias 16bps output calculations to improve non overflowing range for GBRP16/GBRPF32 2 years ago
Andreas Rheinhardt de33506e4b swscale/x86/rgb_2_rgb: Empty MMX state in ff_shuffle_bytes_2103_mmxext 2 years ago
Timo Rothenpieler f2de911818 swscale: add opaque parameter to input functions 2 years ago
Andreas Rheinhardt 8bec225c3c swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx() 2 years ago
Alan Kelly a38293e444 libswscale: Enable hscale_avx2 for all input sizes. 2 years ago
Alan Kelly a6724285fd sws: allow avx2 hscale to process inputs of any size. 2 years ago
Alan Kelly 51a34e8525 sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxext 2 years ago
Swinney, Jonathan 4dcd191a50 checkasm: updated tests for sw_scale 2 years ago
Andreas Rheinhardt 81d3472031 swscale/x86/swscale: Simplify macro 2 years ago
Andreas Rheinhardt a05f22eaf3 swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2 years ago
Andreas Rheinhardt 2831837182 swscale/x86/yuv2rgb: Remove obsolete MMX functions 2 years ago
Andreas Rheinhardt 608319a311 swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions 2 years ago
Vardan Margaryan 73302aa193 swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb conversion 2 years ago
Andreas Rheinhardt 71e2825150 swscale/x86/swscale: Remove superfluous and invalid ';' 3 years ago
Mark Reid 52f7026164 swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions 3 years ago
Mark Reid 9e445a5be2 swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions 3 years ago
rcombs 3e00b9e395 swscale/x86/init: use isSemiPlanarYUV 3 years ago
Alan Kelly eebe406c80 libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions. 3 years ago
James Almer eab91c3e2e x86/scale_avx2: don't use $ for hex literals 3 years ago
Alan Kelly 9092e58c44 x86/scale_avx2: Change asm indent from 2 to 4 spaces. 3 years ago
Alan Kelly 86663963e6 x86/swscale: fix minor coding style issues 3 years ago
James Almer 76a3f961f8 x86/scale_avx2: add missing check for AVX2 assembler support 3 years ago
Alan Kelly f900a19fa9 libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes. 3 years ago
Wu Jianhua 2c734a8496 libswscale/x86/rgb2rgb: add shuffle_bytes avx2 3 years ago
Andreas Rheinhardt f3c197b129 Include attributes.h directly 4 years ago
Alan Kelly 3ce8d09244 libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext 4 years ago
Alan Kelly dc57762cb4 libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0 4 years ago
Andreas Rheinhardt c23a5523b5 swscale/x86/swscale: Remove unused ASM constants 4 years ago
Andreas Rheinhardt aad597a93c swscale/x86/rgb2rgb: Remove unused ASM constants 4 years ago
Andreas Rheinhardt 49db6e4b4e swscale/x86/yuv2rgb: Remove unused ASM constants 4 years ago
James Almer 1a555d3c60 swscale/x86/yuv2yuvX: use the movsxdifnidn helper macro 4 years ago
James Almer ebb48d85a0 swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functions 4 years ago
James Almer d512ebbaed swscale/x86/yuv2yuvX: use the SPLATW helper macro 4 years ago
James Almer c00567647e swscale/x86/swscale: fix mix of inline and external function definitions 4 years ago
James Almer c2bf1dcace swscale/x86/swscale: fix compilation with old yasm 4 years ago
Alan Kelly 554c2bc708 swscale: move yuv2yuvX_sse3 to yasm, unrolls main loop 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Carl Eugen Hoyos 46e362b765 lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled. 4 years ago
Marton Balint 993429cfb4 swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffers 4 years ago
James Almer 621e2625e0 swscale/x86/output: add missing AVX2 support preprocessor wrappers 4 years ago
James Almer ba3e771a42 x86/yuv2rgb: fix crashes when storing data on unaligned buffers 4 years ago
Nelson Gomez bc01337db4 swscale/x86/output: add AVX2 version of yuv2nv12cX 4 years ago
Ruiling Song 4700f7d6fc swscale/swscale: remove useless code 5 years ago
Ting Fu 828f7db5d9 libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned data 5 years ago
Ting Fu fc6a5883d6 libswscale/x86/yuv2rgb: add ssse3 version 5 years ago
Ting Fu e934194b6a libswscale/x86/yuv2rgb: Change inline assembly into nasm code 5 years ago