summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.h
Commit message (Expand)AuthorAgeFilesLines
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+2
* ARM: NEON fixed-point FFTMans Rullgard2011-04-031-0/+4
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-021-0/+5
* Fixed-point FFT and MDCTMans Rullgard2011-03-311-5/+36
* Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-201-1/+0
* 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
* 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
* Call rdft by function pointerMåns Rullgård2010-03-201-1/+6
* Create a public API for FFT family of functionsMåns Rullgård2010-03-071-21/+7
* Give RDFT types more meaningful namesMåns Rullgård2010-03-071-4/+4
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+244
OpenPOWER on IntegriCloud