summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* libswscale/x86/rgb2rgb: add shuffle_bytes avx2Wu Jianhua2021-10-152-2/+26
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+1
* libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly2021-04-011-1/+13
* libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly2021-04-011-2/+4
* swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-9/+0
* swscale/x86/rgb2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-8/+0
* swscale/x86/yuv2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-8/+0
* swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer2021-02-181-5/+3
* swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer2021-02-181-3/+1
* swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer2021-02-181-12/+2
* swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer2021-02-182-25/+20
* swscale/x86/swscale: fix compilation with old yasmJames Almer2021-02-172-4/+13
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-174-158/+191
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-013-0/+4
* lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled.Carl Eugen Hoyos2020-11-141-4/+0
* swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint2020-11-021-1/+1
* swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer2020-08-201-0/+2
* x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer2020-07-141-9/+9
* swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez2020-06-142-1/+153
* swscale/swscale: remove useless codeRuiling Song2020-04-031-2/+1
* libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned dataTing Fu2020-02-261-2/+2
* libswscale/x86/yuv2rgb: add ssse3 versionTing Fu2020-02-102-16/+167
* libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu2020-02-055-354/+351
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-2/+2
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-121-2/+2
* swscale/x86/rgb2rgb.asm : add Ivo Van Poorten name to the top of the fileMartin Vignali2018-10-181-0/+1
* swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inl...Martin Vignali2018-10-133-48/+67
* swscale/x86/rgb2rgb : remove mmx version for shuffle2103Martin Vignali2018-10-131-19/+4
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-141-1/+2
* swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422Martin Vignali2018-04-222-0/+169
* swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301...Martin Vignali2018-03-242-0/+12
* swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321Martin Vignali2018-03-243-1/+90
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-131-6/+6
* Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-9/+1
|\
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-9/+1
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-3/+3
| * swscale: x86: Add some forgotten 12-bit planar YUV casesMichael Niedermayer2016-10-122-2/+6
| * swscale: Add input support for 12-bit formatsMichael Niedermayer2016-10-122-1/+4
| * swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-271-1/+1
| * swscale: Update bitdepth range checkLuca Barbato2016-09-271-7/+7
| * swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-161-1/+1
| * asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-282-436/+436
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-212-3/+3
* | swscale: save ebx register when it is not availableAndreas Cadhalpun2016-12-211-10/+10
* | swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-101-1/+1
* | swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-311-2/+2
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-274-493/+493
* | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-262-2/+0
|\ \ | |/
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-282-2/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-212-7/+7
|\ \ | |/