summaryrefslogtreecommitdiff
path: root/libavcodec/fft.h
Commit message (Expand)AuthorAge
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* fft: Convert FFT/MDCT permutation type #defines to enumsDiego Biurrun2014-07-18
* aarch64: NEON float FFTJanne Grunau2014-04-22
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-06
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* fft: Remove pointless #ifdefs around function declarationsDiego Biurrun2013-04-30
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* ARM: NEON fixed-point FFTMans Rullgard2011-04-03
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-02
* Fixed-point FFT and MDCTMans Rullgard2011-03-31
* Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-20
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* Move sine windows to a separate fileMans Rullgard2011-03-20
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-26
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-23
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-23
* SSE optimized 32-point DCTVitor Sessak2010-07-06
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-01
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-24
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
* ARM: NEON optimised RDFTMåns Rullgård2010-03-23
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-21
* DCT: remove unused field from contextVitor Sessak2010-03-21
* Call rdft by function pointerMåns Rullgård2010-03-20
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06