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