summaryrefslogtreecommitdiff
path: root/libavutil/tx.c
Commit message (Expand)AuthorAge
* avutil/tx: print debug log at trace levelJames Almer2024-02-22
* lavu/tx: correctly use a default scale parameter for all transform typesLynne2024-02-18
* av_tx_init: accept NULL scale for RDFTPeter Ross2024-02-15
* avcodec/libaribb24,ttmlenc, avutil/tx: Remove redundant init of AVBPrintAndreas Rheinhardt2023-09-14
* lavu/tx: add missing prints for the type of dctI/dstILynne2023-09-08
* lavu/tx: add real to real and real to imaginary RDFT transformsLynne2023-09-01
* avutil/tx: Use proper deallocatorAndreas Rheinhardt2022-11-25
* lavu/tx: add length decomposition functionLynne2022-11-24
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-11-24
* lavu/tx: refactor and separate codelet list and prio codeLynne2022-11-24
* lavu/tx: improve transform tree loggingLynne2022-11-24
* lavu/tx: allow codelets to specify a minimum number of matching factorsLynne2022-11-24
* lavu/tx: add ff_tx_clear_ctx()Lynne2022-11-24
* lavu/tx: generalize single-factor transformsLynne2022-11-24
* avutil/tx: use a lower log level for the debug messagesJames Almer2022-11-08
* lavu/tx: remove special -1 inverted lookup modeLynne2022-09-23
* lavu/tx: propagate the codelet flags into the contextLynne2022-09-10
* x86/tx_float: implement inverse MDCT AVX2 assemblyLynne2022-09-06
* x86/tx_float: add support for calling assembly functions from assemblyLynne2022-09-06
* lavu/tx: implement aarch64 NEON SIMD FFTLynne2022-08-25
* avutil/mem_internal: Fix headersAndreas Rheinhardt2022-08-24
* lavu/tx: optimize and simplify inverse MDCTsLynne2022-08-16
* 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