| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/tx_float: remove HAVE_AVX2_EXTERNAL checks | Lynne | 2024-10-06 | 1 | -3/+1 |
* | Revert "x86/tx_float: set all operands for shufps" | Lynne | 2024-10-06 | 1 | -2/+2 |
* | Revert "x86/tx_float: add missing check for AVX2" | Lynne | 2024-10-06 | 1 | -1/+1 |
* | Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions" | Lynne | 2024-10-06 | 1 | -1/+1 |
* | Revert "x86/tx_float: change a condition in a preprocessor check" | Lynne | 2024-10-06 | 1 | -1/+1 |
* | x86/tx_float: enable SIMD for sizes over 131072 | Lynne | 2024-02-07 | 1 | -2/+6 |
* | x86/tx_float: fix stray change in 15xM FFT and replace imul->lea | Lynne | 2022-11-28 | 1 | -2/+2 |
* | x86/tx_float: implement striding in fft_15xM | Lynne | 2022-11-24 | 1 | -16/+29 |
* | x86/tx_float: add a standalone 15-point AVX2 transform | Lynne | 2022-11-24 | 1 | -0/+63 |
* | x86/tx_float: optimize and macro out FFT15 | Lynne | 2022-11-24 | 1 | -134/+143 |
* | x86/tx_float: enable AVX-only split-radix FFT codelets | Lynne | 2022-09-24 | 1 | -0/+2 |
* | x86/tx_float: fix some symbol names | James Almer | 2022-09-23 | 1 | -3/+3 |
* | x86/tx_float: change a condition in a preprocessor check | James Almer | 2022-09-23 | 1 | -1/+1 |
* | x86/tx_float: add missing preprocessor wrapper for AVX2 functions | James Almer | 2022-09-23 | 1 | -1/+1 |
* | x86/tx_float: generalize iMDCT | Lynne | 2022-09-23 | 1 | -25/+27 |
* | x86/tx_float: add 15xN PFA FFT AVX SIMD | Lynne | 2022-09-23 | 1 | -0/+280 |
* | x86/tx_float: adjust internal ASM call ABI again | Lynne | 2022-09-23 | 1 | -20/+8 |
* | x86/tx_float: add asm call versions of the 2pt and 4pt transforms | Lynne | 2022-09-19 | 1 | -3/+23 |
* | x86/tx_float: fully support 128bit regs in LOAD64_LUT | Lynne | 2022-09-19 | 1 | -5/+5 |
* | x86/tx_float: simplify and describe the intra-asm call convention | Lynne | 2022-09-19 | 1 | -13/+30 |
* | x86/tx_float: add missing check for AVX2 | James Almer | 2022-09-06 | 1 | -1/+1 |
* | x86/tx_float: set all operands for shufps | James Almer | 2022-09-06 | 1 | -2/+2 |
* | x86/tx_float: Fix building for platforms with a symbol prefix | Martin Storsjö | 2022-09-06 | 1 | -5/+5 |
* | x86/tx_float: implement inverse MDCT AVX2 assembly | Lynne | 2022-09-06 | 1 | -0/+185 |
* | x86/tx_float: add support for calling assembly functions from assembly | Lynne | 2022-09-06 | 1 | -47/+113 |
* | x86/tx_float: save a branch during coefficient deinterleaving | Lynne | 2022-08-09 | 1 | -4/+1 |
* | x86/tx_float: replace fft_sr_avx with fft_sr_fma3 | Lynne | 2022-05-21 | 1 | -2/+2 |
* | x86/tx_float: improve temporary register allocation for loads | Lynne | 2022-05-21 | 1 | -24/+24 |
* | Revert "x86/tx_float: remove vgatherdpd usage" | Lynne | 2022-05-21 | 1 | -27/+36 |
* | x86/tx_float: remove vgatherdpd usage | Lynne | 2022-05-20 | 1 | -36/+27 |
* | libavutil: include assembly with full path from source root | Alexander Kanavin | 2022-02-08 | 1 | -1/+1 |
* | x86/tx_float: avoid redefining macros | Lynne | 2022-02-02 | 1 | -6/+6 |
* | x86/tx_float: add permute-free FFT versions | Lynne | 2022-01-26 | 1 | -16/+99 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 1 | -44/+41 |
* | 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 | 1 | -2/+2 |
* | lavu/x86: add FFT assembly | Lynne | 2021-04-24 | 1 | -0/+1212 |