| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/cpu: add AVX512 Icelake flag | Wu Jianhua | 2022-03-10 | 3 | -28/+34 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -2/+1 |
* | avutil/x86/emms: Don't unnecessarily include lavu/cpu.h | Andreas Rheinhardt | 2022-02-21 | 1 | -1/+4 |
* | libavutil: include assembly with full path from source root | Alexander Kanavin | 2022-02-08 | 7 | -7/+7 |
* | lavu/tx: refactor assembly codelet definition | Lynne | 2022-02-07 | 1 | -93/+47 |
* | x86/tx_float: avoid redefining macros | Lynne | 2022-02-02 | 1 | -6/+6 |
* | x86/tx_float: mark AVX2 functions as AVXSLOW | Lynne | 2022-01-29 | 1 | -2/+2 |
* | x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functions | Lynne | 2022-01-27 | 1 | -2/+2 |
* | x86/tx_float: do not build tx_float_init.c if x86 assembly is disabled | Lynne | 2022-01-27 | 1 | -1/+2 |
* | x86/tx_float: add permute-free FFT versions | Lynne | 2022-01-26 | 2 | -59/+158 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 2 | -114/+131 |
* | avutil/cpu: move slow gather checks below in the function | James Almer | 2021-12-21 | 1 | -14/+9 |
* | libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER. | Alan Kelly | 2021-12-21 | 1 | -1/+14 |
* | x86/intmath: add VEX encoded versions of av_clipf() and av_clipd() | James Almer | 2021-11-19 | 1 | -0/+30 |
* | libavutil/common: clip nan value to amin | Mark Reid | 2021-11-15 | 1 | -4/+4 |
* | x86/tx_float: correctly load the transform length | Lynne | 2021-07-18 | 1 | -1/+1 |
* | x86/tx_float: remove ff_ prefix from external constant tables | James Almer | 2021-04-25 | 1 | -20/+20 |
* | x86/tx_float: fix forgotten 2-argument mulps | Lynne | 2021-04-24 | 1 | -1/+1 |
* | x86/tx_float: use all arguments on vperm2f and vpermilps and reindent comments | Lynne | 2021-04-24 | 1 | -78/+78 |
* | x86/tx_float: Fixes compilation with old yasm | James Almer | 2021-04-24 | 1 | -119/+121 |
* | lavu/x86/tx_float: fix FMA3 implying AVX2 is available | Lynne | 2021-04-24 | 2 | -5/+10 |
* | lavu/x86: add FFT assembly | Lynne | 2021-04-24 | 3 | -0/+1315 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 1 | -0/+1 |
* | avutil/x86inc: fix warnings when assembling with Nasm 2.15 | Henrik Gramner | 2020-07-12 | 1 | -16/+30 |
* | libavutil: x86: Include stdlib.h before using _byteswap_ulong | Martin Storsjö | 2020-01-23 | 1 | -0/+1 |
* | x86/float_dsp: add ff_vector_dmul_{sse2,avx} | James Almer | 2018-09-14 | 2 | -0/+40 |
* | x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with them | James Almer | 2018-07-31 | 1 | -1/+1 |
* | x86/pixelutils: add missing preprocessor wrapper to the AVX2 functions | James Almer | 2018-07-31 | 1 | -0/+2 |
* | avutil/pixelutils: sad_32x32 sse2/avx2 optimizations. | Jun Zhao | 2018-07-31 | 2 | -0/+249 |
* | lavu/x86/cpu: Fix aesni detection | alexander schmid | 2018-07-19 | 1 | -1/+1 |
* | avutil/pixelutils: correct the function name in comments | Jun Zhao | 2018-07-11 | 1 | -4/+4 |
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906' | James Almer | 2018-02-11 | 1 | -1/+0 |
|\ |
|
| * | Drop some unnecessary config.h #includes | Diego Biurrun | 2018-02-06 | 1 | -1/+0 |
| * | cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-10-09 | 1 | -0/+11 |
* | | x86inc: Drop cpuflags_slowctz | Henrik Gramner | 2018-01-20 | 1 | -3/+2 |
* | | x86inc: Correctly set mmreg variables | Henrik Gramner | 2018-01-20 | 1 | -51/+36 |
* | | x86inc: Support creating global symbols from local labels | Henrik Gramner | 2018-01-20 | 1 | -1/+11 |
* | | x86inc: Use .rdata instead of .rodata on Windows | Henrik Gramner | 2018-01-20 | 1 | -0/+4 |
* | | x86inc: Enable AVX emulation for floating-point pseudo-instructions | Henrik Gramner | 2018-01-20 | 1 | -0/+32 |
* | | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ... | James Almer | 2017-12-24 | 1 | -10/+16 |
* | | x86inc: AVX-512 support | Henrik Gramner | 2017-12-24 | 1 | -33/+139 |
* | | avutil: add alignment needed for AVX-512 | James Darnley | 2017-12-24 | 1 | -0/+2 |
* | | avutil: detect when AVX-512 is available | James Darnley | 2017-12-24 | 1 | -2/+10 |
* | | avutil: add AVX-512 flags | James Darnley | 2017-12-24 | 1 | -0/+2 |
* | | avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e... | Martin Vignali | 2017-12-02 | 1 | -0/+8 |
* | | Don't use _tzcnt instrinics with clang for windows w/o BMI. | Dale Curtis | 2017-10-25 | 1 | -1/+2 |
* | | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' | James Almer | 2017-10-21 | 1 | -16/+26 |
|\| |
|
| * | x86util: Port all macros to cpuflags | Diego Biurrun | 2017-03-14 | 1 | -21/+31 |
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 2 | -7/+7 |
* | | avutil/cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-09-27 | 1 | -0/+27 |