aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tx.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/tx: require output argument to match input for inplace transformsLynne2021-02-261-2/+2
* lavu/tx: support in-place FFT transformsLynne2021-02-211-1/+13
* lavu/tx: space out enum AVTXType values with newlinesLynne2021-02-211-0/+5
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-131-2/+3
* lavu/tx: add 2-point FFT transformLynne2020-03-231-1/+1
* lavu/tx: improve documentationLynne2020-03-231-2/+13
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-131-0/+13
* lavu/tx: mention FFT output is not normalizedLynne2020-02-081-1/+1
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-021-0/+12
* libavutil: add an FFT & MDCT implementationLynne2019-05-151-0/+81