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