summaryrefslogtreecommitdiff
path: root/libavutil/tx_template.c
Commit message (Expand)AuthorAge
* lavu/tx: add an RDFT implementationLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-24
* lavu/tx: add full-sized iMDCT transform flagLynne2021-04-24
* lavu/tx: add a 9-point FFT and (i)MDCTLynne2021-04-24
* lavu/tx: add a 7-point FFT and (i)MDCTLynne2021-04-24
* lavu/tx: refactor power-of-two FFTLynne2021-04-24
* lavu/tx: do not invert permutes on MDCTsLynne2021-02-27
* lavu/tx: invert permutation lookupsLynne2021-02-27
* lavu/tx: require output argument to match input for inplace transformsLynne2021-02-26
* lavu/tx: support in-place FFT transformsLynne2021-02-21
* avutil/tx: use ENOSYS instead of ENOTSUPJames Almer2021-01-13
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-13
* lavu/tx: add 2-point FFT transformLynne2020-03-23
* lavu/tx: improve 3-point fixed precisionLynne2020-02-14
* lavu/tx: slightly optimize fft15Lynne2020-02-13
* lavu/tx: undef the correct macroLynne2020-02-13
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-13
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-02