summaryrefslogtreecommitdiff
path: root/libavcodec/fft_template.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-05
* avcodec/fft_template: Avoid useless functionAndreas Rheinhardt2021-01-29
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-14
* avcodec/fft_template: Only check for FF_FFT_PERM_AVX on ARCH_X86Andreas Rheinhardt2021-01-08
* avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safeAndreas Rheinhardt2020-11-24
* avcodec/fft_template: improve performance of the ff_fft_init in fft_templateSteven Liu2019-01-04
* lavc/fft_template: Do not define unneded functions with --enable-small.Carl Eugen Hoyos2018-07-21
* avcodec/fft_template: use ff_thread_once on costable initializationMuhammad Faiz2017-07-07
* avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1...Michael Niedermayer2017-06-11
* avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer2016-03-04
* avcodec: Extend fft to size 2^17Michael Niedermayer2016-03-04
* fft_template: Move variables to where they are used.Reimar Döffinger2014-08-31
* fft: add ff_ prefix to some global arrays.Reimar Döffinger2014-08-31
* fft: add missing const.Reimar Döffinger2014-08-30
* Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62'Michael Niedermayer2014-04-22
|\
| * aarch64: NEON float FFTJanne Grunau2014-04-22
* | rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32Michael Niedermayer2014-01-07
* | Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer2014-01-07
|\|
| * Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-21
|/
* dct/fft: Give consistent names to fixed/float template filesDiego Biurrun2013-11-21