]> git.sesse.net Git - ffmpeg/history - libavutil/tx_template.c
avformat/avio: Add Metacube support
[ffmpeg] / libavutil / tx_template.c
2021-04-24 Lynnecheckasm: add av_tx FFT SIMD testing code
2021-04-24 Lynnelavu/tx: add full-sized iMDCT transform flag
2021-04-24 Lynnelavu/tx: add a 9-point FFT and (i)MDCT
2021-04-24 Lynnelavu/tx: add a 7-point FFT and (i)MDCT
2021-04-24 Lynnelavu/tx: refactor power-of-two FFT
2021-02-27 Lynnelavu/tx: do not invert permutes on MDCTs
2021-02-27 Lynnelavu/tx: invert permutation lookups
2021-02-26 Lynnelavu/tx: require output argument to match input for...
2021-02-21 Lynnelavu/tx: support in-place FFT transforms
2021-01-14 James Almeravutil/tx: use ENOSYS instead of ENOTSUP
2021-01-13 Lynnelavu: support arbitrary-point FFTs and all even (i...
2020-03-23 Lynnelavu/tx: add 2-point FFT transform
2020-02-14 Lynnelavu/tx: improve 3-point fixed precision
2020-02-13 Lynnelavu/tx: slightly optimize fft15
2020-02-13 Lynnelavu/tx: undef the correct macro
2020-02-13 Lynnelavu/tx: implement 32 bit fixed point FFT and MDCT
2019-08-02 Lynnelavu/tx: add support for double precision FFT and MDCT