| Commit message (Expand) | Author | Age | Files | Lines |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 1 | -0/+1 |
* | libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext | Alan Kelly | 2021-04-01 | 1 | -1/+13 |
* | libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0 | Alan Kelly | 2021-04-01 | 1 | -2/+4 |
* | swscale/x86/swscale: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -9/+0 |
* | swscale/x86/rgb2rgb: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -8/+0 |
* | swscale/x86/yuv2rgb: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -8/+0 |
* | swscale/x86/yuv2yuvX: use the movsxdifnidn helper macro | James Almer | 2021-02-18 | 1 | -5/+3 |
* | swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functions | James Almer | 2021-02-18 | 1 | -3/+1 |
* | swscale/x86/yuv2yuvX: use the SPLATW helper macro | James Almer | 2021-02-18 | 1 | -12/+2 |
* | swscale/x86/swscale: fix mix of inline and external function definitions | James Almer | 2021-02-18 | 2 | -25/+20 |
* | swscale/x86/swscale: fix compilation with old yasm | James Almer | 2021-02-17 | 2 | -4/+13 |
* | swscale: move yuv2yuvX_sse3 to yasm, unrolls main loop | Alan Kelly | 2021-02-17 | 4 | -158/+191 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 3 | -0/+4 |
* | lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled. | Carl Eugen Hoyos | 2020-11-14 | 1 | -4/+0 |
* | swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffers | Marton Balint | 2020-11-02 | 1 | -1/+1 |
* | swscale/x86/output: add missing AVX2 support preprocessor wrappers | James Almer | 2020-08-20 | 1 | -0/+2 |
* | x86/yuv2rgb: fix crashes when storing data on unaligned buffers | James Almer | 2020-07-14 | 1 | -9/+9 |
* | swscale/x86/output: add AVX2 version of yuv2nv12cX | Nelson Gomez | 2020-06-14 | 2 | -1/+153 |
* | swscale/swscale: remove useless code | Ruiling Song | 2020-04-03 | 1 | -2/+1 |
* | libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned data | Ting Fu | 2020-02-26 | 1 | -2/+2 |
* | libswscale/x86/yuv2rgb: add ssse3 version | Ting Fu | 2020-02-10 | 2 | -16/+167 |
* | libswscale/x86/yuv2rgb: Change inline assembly into nasm code | Ting Fu | 2020-02-05 | 5 | -354/+351 |
* | swscale/x86/swscale: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2019-09-28 | 1 | -2/+2 |
* | swscale: Add support for NV24 and NV42 | Philip Langdale | 2019-05-12 | 1 | -2/+2 |
* | swscale/x86/rgb2rgb.asm : add Ivo Van Poorten name to the top of the file | Martin Vignali | 2018-10-18 | 1 | -0/+1 |
* | swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inl... | Martin Vignali | 2018-10-13 | 3 | -48/+67 |
* | swscale/x86/rgb2rgb : remove mmx version for shuffle2103 | Martin Vignali | 2018-10-13 | 1 | -19/+4 |
* | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin | 2018-08-14 | 1 | -1/+2 |
* | swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422 | Martin Vignali | 2018-04-22 | 2 | -0/+169 |
* | swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301... | Martin Vignali | 2018-03-24 | 2 | -0/+12 |
* | swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321 | Martin Vignali | 2018-03-24 | 3 | -1/+90 |
* | Fix missing used attribute for inline assembly variables | Thomas Köppe | 2017-11-13 | 1 | -6/+6 |
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' | James Almer | 2017-10-21 | 1 | -9/+1 |
|\ |
|
| * | x86util: Port all macros to cpuflags | Diego Biurrun | 2017-03-14 | 1 | -9/+1 |
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 2 | -3/+3 |
| * | swscale: x86: Add some forgotten 12-bit planar YUV cases | Michael Niedermayer | 2016-10-12 | 2 | -2/+6 |
| * | swscale: Add input support for 12-bit formats | Michael Niedermayer | 2016-10-12 | 2 | -1/+4 |
| * | swscale: Rename is9_OR_10 to match what it does | Luca Barbato | 2016-09-27 | 1 | -1/+1 |
| * | swscale: Update bitdepth range check | Luca Barbato | 2016-09-27 | 1 | -7/+7 |
| * | swscale: Add proper ff_ prefix to init functions | Diego Biurrun | 2016-07-16 | 1 | -1/+1 |
| * | asm: FF_-prefix internal macros used in inline assembly | Diego Biurrun | 2016-05-28 | 2 | -436/+436 |
* | | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 2 | -3/+3 |
* | | swscale: save ebx register when it is not available | Andreas Cadhalpun | 2016-12-21 | 1 | -10/+10 |
* | | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer | 2016-11-10 | 1 | -1/+1 |
* | | swscale: add support for P010LE/BE output | Timo Rothenpieler | 2016-08-31 | 1 | -2/+2 |
* | | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 4 | -493/+493 |
* | | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50' | Hendrik Leppkes | 2016-06-26 | 2 | -2/+0 |
|\| |
|
| * | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 2 | -2/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 2 | -7/+7 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 2 | -7/+7 |