Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28avutil/tx_template: Move function pointers to const memoryAndreas Rheinhardt
2022-10-28avutil/tx_template: Avoid code duplicationAndreas Rheinhardt
2022-10-28avutil/tx_template: Don't waste space for inexistent factorsAndreas Rheinhardt
2022-09-23x86/tx_float: add 15xN PFA FFT AVX SIMDLynne
2022-09-23lavu/tx: do not steal lookup tables of subcontexts in the iMDCTLynne
2022-09-11lavu/tx: remove av_cold from table definitionsLynne
2022-09-10lavu/tx: rotate 3 & 15-point exptabsLynne
2022-09-10lavu/tx: generalize MDCTsLynne
2022-09-10lavu/tx: add the inplace flag to PFA FFTsLynne
2022-08-16lavu/tx: optimize and simplify inverse MDCTsLynne
2022-01-26lavu/tx: add an RDFT implementationLynne
2022-01-26lavu/tx: rewrite internal code as a tree-based codelet constructorLynne
2021-04-24checkasm: add av_tx FFT SIMD testing codeLynne
2021-04-24lavu/tx: add full-sized iMDCT transform flagLynne
2021-04-24lavu/tx: add a 9-point FFT and (i)MDCTLynne
2021-04-24lavu/tx: add a 7-point FFT and (i)MDCTLynne
2021-04-24lavu/tx: refactor power-of-two FFTLynne
2021-02-27lavu/tx: do not invert permutes on MDCTsLynne
2021-02-27lavu/tx: invert permutation lookupsLynne
2021-02-26lavu/tx: require output argument to match input for inplace transformsLynne
2021-02-21lavu/tx: support in-place FFT transformsLynne
2021-01-14avutil/tx: use ENOSYS instead of ENOTSUPJames Almer
2021-01-13lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne
2020-03-24lavu/tx: add 2-point FFT transformLynne
2020-02-14lavu/tx: improve 3-point fixed precisionLynne
2020-02-13lavu/tx: slightly optimize fft15Lynne
2020-02-13lavu/tx: undef the correct macroLynne
2020-02-13lavu/tx: implement 32 bit fixed point FFT and MDCTLynne
2019-08-02lavu/tx: add support for double precision FFT and MDCTLynne