summaryrefslogtreecommitdiff
path: root/libavutil/tx_priv.h
Commit message (Expand)AuthorAge
* avutil/mem: Don't include avutil.hAndreas Rheinhardt2023-09-07
* avutil/tx_priv: Use unsigned in BF() to avoid signed overflowsMichael Niedermayer2023-04-22
* avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behaviorMichael Niedermayer2022-11-28
* lavu/tx: generalize PFA FFTsLynne2022-11-24
* lavu/tx: add length decomposition functionLynne2022-11-24
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-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 llrintf() to convert a float into a 64 bit integerJames Almer2022-11-08
* lavu/tx: remove special -1 inverted lookup modeLynne2022-09-23
* 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
* lavu/tx: optimize and simplify inverse MDCTsLynne2022-08-16
* lavu/tx: disable debugging information when CONFIG_SMALLLynne2022-02-07
* lavu/tx: refactor assembly codelet definitionLynne2022-02-07
* lavu/tx: avoid using 64-bit enumsLynne2022-01-27
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* 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: add full-sized iMDCT transform flagLynne2021-04-24
* lavu/tx: refactor power-of-two FFTLynne2021-04-24
* lavu/tx: minor code style improvements and additional commentsLynne2021-04-24
* lavu/tx: invert permutation lookupsLynne2021-02-27
* lavu/tx: support in-place FFT transformsLynne2021-02-21
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-13
* lavu/tx: clip when converting table values to fixed-pointLynne2021-01-09
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu/tx: improve 3-point fixed precisionLynne2020-02-14
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-13
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-02