summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '73ff983e8dd22ccee166403d0bbbc9c1cd543622'Derek Buitenhuis2016-04-121-5/+6
|\
| * fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
* | avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer2016-03-041-0/+3
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-221-15/+2
|\ \ | |/
| * x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-211-15/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-9/+11
|\ \ | |/
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-9/+11
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-091-11/+8
|\ \ | |/
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-11/+8
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-151-4/+4
|/
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-151-0/+72