summaryrefslogtreecommitdiff
path: root/libavcodec/fft.h
Commit message (Expand)AuthorAge
* 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