summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer2016-03-041-0/+1
* avcodec: Extend fft to size 2^17Michael Niedermayer2016-03-041-1/+2
* Merge commit '24af1aa0f70362a66cda04c9d7cd012e019f5572'Michael Niedermayer2014-07-181-7/+13
|\
| * fft: Convert FFT/MDCT permutation type #defines to enumsDiego Biurrun2014-07-181-7/+13
* | 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-5/+5
* | Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer2014-01-071-4/+4
|\ \ | |/
| * Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-061-4/+4
* | libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-041-2/+17
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-011-1/+1
|\ \ | |/
| * ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
* | Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf'Michael Niedermayer2013-05-011-3/+1
|\ \ | |/
| * fft: Remove pointless #ifdefs around function declarationsDiego Biurrun2013-04-301-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Optimization of AC3 floating point decoder for MIPSNedeljko Babic2012-09-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+2
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-0/+4
|\ \ | |/
| * ARM: NEON fixed-point FFTMans Rullgard2011-04-031-0/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-0/+5
|\ \ | |/
| * Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-021-0/+5
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-04-011-5/+36
|\ \ | |/
| * Fixed-point FFT and MDCTMans Rullgard2011-03-311-5/+36
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-1/+0
|\ \ | |/
| * Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-201-1/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-141/+8
|\ \ | |/
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-65/+0
| * Move sine windows to a separate fileMans Rullgard2011-03-201-25/+1
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-13/+0
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-38/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-131-1/+4
| * Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-261-2/+0
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-141-1/+4
* | Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-281-2/+0
|/
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-231-1/+1
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-231-1/+1
* SSE optimized 32-point DCTVitor Sessak2010-07-061-0/+1
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-011-3/+0
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-301-0/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-4/+4
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-241-1/+6
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-231-4/+7
* ARM: NEON optimised RDFTMåns Rullgård2010-03-231-0/+2
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-211-0/+1
* DCT: remove unused field from contextVitor Sessak2010-03-211-1/+0
OpenPOWER on IntegriCloud