summaryrefslogtreecommitdiff
path: root/libavutil/tx.c
Commit message (Expand)AuthorAge
* lavu/tx: make slow ISA extension penalties smarterLynne2022-05-21
* lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALLLynne2022-02-07
* lavu/tx: disable debugging information when CONFIG_SMALLLynne2022-02-07
* lavu/tx: do not unconditionally free subcontexts if initialization failsLynne2022-01-29
* lavu/tx: reset subcontext pointer if initialization failsLynne2022-01-29
* lavu/tx: print debug info even if no transforms are foundLynne2022-01-28
* avutil/tx: add null pointer check after av_malloczSteven Liu2022-01-28
* avutil/tx: remove deadcode of the control flowSteven Liu2022-01-28
* lavu/tx: clean up CPU flags checkLynne2022-01-27
* x86/tx_float: do not build tx_float_init.c if x86 assembly is disabledLynne2022-01-27
* lavu/tx: do not mix declarations and codeLynne2022-01-26
* lavu/tx: add an RDFT implementationLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* avutil/tx: add a return at the end of non-void functionsJames Almer2021-08-06
* avutil/tx: avoid negative left shiftsMichael Niedermayer2021-06-18
* lavu/x86: add FFT assemblyLynne2021-04-24
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-24
* lavu/tx: add parity revtab generator versionLynne2021-04-24
* lavu/tx: minor code style improvements and additional commentsLynne2021-04-24
* lavu/tx: invert permutation lookupsLynne2021-02-27
* lavu/tx: simplify in-place permute search functionLynne2021-02-27
* avutil/tx: Fix declaration after statementAndreas Rheinhardt2021-02-22
* lavu/tx: support in-place FFT transformsLynne2021-02-21
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-13
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-02
* avutil/tx: should check against (*ctx)Ruiling Song2019-05-16
* avutil/tx: fix forward compound non-mod-15 based MDCTsLynne2019-05-16
* libavutil: add an FFT & MDCT implementationLynne2019-05-15