| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -6/+9 |
* | lavu/tx: add parity revtab generator version | Lynne | 2021-04-24 | 1 | -0/+49 |
* | lavu/tx: minor code style improvements and additional comments | Lynne | 2021-04-24 | 1 | -1/+16 |
* | lavu/tx: invert permutation lookups | Lynne | 2021-02-27 | 1 | -2/+5 |
* | lavu/tx: simplify in-place permute search function | Lynne | 2021-02-27 | 1 | -5/+3 |
* | avutil/tx: Fix declaration after statement | Andreas Rheinhardt | 2021-02-22 | 1 | -3/+2 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 1 | -0/+37 |
* | lavu/tx: implement 32 bit fixed point FFT and MDCT | Lynne | 2020-02-13 | 1 | -2/+18 |
* | lavu/tx: add support for double precision FFT and MDCT | Lynne | 2019-08-02 | 1 | -676/+17 |
* | avutil/tx: should check against (*ctx) | Ruiling Song | 2019-05-16 | 1 | -1/+1 |
* | avutil/tx: fix forward compound non-mod-15 based MDCTs | Lynne | 2019-05-16 | 1 | -1/+1 |
* | libavutil: add an FFT & MDCT implementation | Lynne | 2019-05-15 | 1 | -0/+803 |