| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/tx: remove special -1 inverted lookup mode | Lynne | 2022-09-23 | 1 | -2/+1 |
* | x86/tx_float: implement inverse MDCT AVX2 assembly | Lynne | 2022-09-06 | 1 | -2/+6 |
* | x86/tx_float: add support for calling assembly functions from assembly | Lynne | 2022-09-06 | 1 | -0/+1 |
* | lavu/tx: implement aarch64 NEON SIMD FFT | Lynne | 2022-08-25 | 1 | -0/+1 |
* | lavu/tx: optimize and simplify inverse MDCTs | Lynne | 2022-08-16 | 1 | -4/+7 |
* | lavu/tx: disable debugging information when CONFIG_SMALL | Lynne | 2022-02-07 | 1 | -6/+6 |
* | lavu/tx: refactor assembly codelet definition | Lynne | 2022-02-07 | 1 | -0/+24 |
* | lavu/tx: avoid using 64-bit enums | Lynne | 2022-01-27 | 1 | -12/+9 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 1 | -94/+183 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavu/x86: add FFT assembly | Lynne | 2021-04-24 | 1 | -0/+2 |
* | checkasm: add av_tx FFT SIMD testing code | Lynne | 2021-04-24 | 1 | -1/+4 |
* | lavu/tx: add parity revtab generator version | Lynne | 2021-04-24 | 1 | -0/+31 |
* | lavu/tx: add full-sized iMDCT transform flag | Lynne | 2021-04-24 | 1 | -0/+4 |
* | lavu/tx: refactor power-of-two FFT | Lynne | 2021-04-24 | 1 | -1/+1 |
* | lavu/tx: minor code style improvements and additional comments | Lynne | 2021-04-24 | 1 | -27/+30 |
* | lavu/tx: invert permutation lookups | Lynne | 2021-02-27 | 1 | -1/+1 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 1 | -3/+6 |
* | lavu: support arbitrary-point FFTs and all even (i)MDCT transforms | Lynne | 2021-01-13 | 1 | -0/+3 |
* | lavu/tx: clip when converting table values to fixed-point | Lynne | 2021-01-09 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavu/tx: improve 3-point fixed precision | Lynne | 2020-02-14 | 1 | -4/+0 |
* | lavu/tx: implement 32 bit fixed point FFT and MDCT | Lynne | 2020-02-13 | 1 | -4/+57 |
* | lavu/tx: add support for double precision FFT and MDCT | Lynne | 2019-08-02 | 1 | -0/+105 |