| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/tx: add DCT-II implementation | Lynne | 2022-11-24 | 1 | -0/+14 |
* | lavu/tx: clarify stride for RDFT transforms | Lynne | 2022-11-24 | 1 | -1/+3 |
* | lavu/tx: drop requirement of input == output for in-place transforms | Lynne | 2022-11-24 | 1 | -3/+2 |
* | avutil/tx: Fix documentation of av_tx_uninit() | Andreas Rheinhardt | 2022-02-11 | 1 | -1/+1 |
* | lavu/tx: add an RDFT implementation | Lynne | 2022-01-26 | 1 | -0/+20 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 1 | -0/+4 |
* | lavu/tx: improve documentation for existing transforms | Lynne | 2022-01-26 | 1 | -30/+15 |
* | lavu/tx: add full-sized iMDCT transform flag | Lynne | 2021-04-24 | 1 | -1/+10 |
* | lavu/tx: add unaligned flag to the API | Lynne | 2021-04-24 | 1 | -1/+7 |
* | lavu/tx: minor code style improvements and additional comments | Lynne | 2021-04-24 | 1 | -0/+2 |
* | lavu/tx: require output argument to match input for inplace transforms | Lynne | 2021-02-26 | 1 | -2/+2 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 1 | -1/+13 |
* | lavu/tx: space out enum AVTXType values with newlines | Lynne | 2021-02-21 | 1 | -0/+5 |
* | lavu: support arbitrary-point FFTs and all even (i)MDCT transforms | Lynne | 2021-01-13 | 1 | -2/+3 |
* | lavu/tx: add 2-point FFT transform | Lynne | 2020-03-23 | 1 | -1/+1 |
* | lavu/tx: improve documentation | Lynne | 2020-03-23 | 1 | -2/+13 |
* | lavu/tx: implement 32 bit fixed point FFT and MDCT | Lynne | 2020-02-13 | 1 | -0/+13 |
* | lavu/tx: mention FFT output is not normalized | Lynne | 2020-02-08 | 1 | -1/+1 |
* | lavu/tx: add support for double precision FFT and MDCT | Lynne | 2019-08-02 | 1 | -0/+12 |
* | libavutil: add an FFT & MDCT implementation | Lynne | 2019-05-15 | 1 | -0/+81 |