summaryrefslogtreecommitdiff
path: root/libavcodec/fft.c
Commit message (Expand)AuthorAge
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-19
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-19
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
* Clean up FFT related comments.Alex Converse2009-01-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* mdct wrapper function to match fftLoren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* indentLoren Merritt2008-08-12
* split-radix FFTLoren Merritt2008-08-12
* exploit mdct symmetryLoren Merritt2008-07-13
* indentationMåns Rullgård2008-03-17
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* sse implementation of imdct.Loren Merritt2006-09-21
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-19
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-18
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-10
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-02
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* per file doxyMichael Niedermayer2003-03-06
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-16
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-07
* enabled SSE fft on x86Fabrice Bellard2003-01-07
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28