]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/fft.c
Add gnu/kfreebsd to list of recognized operating systems.
[frescor/ffmpeg.git] / libavcodec / fft.c
2009-03-16 conradRemove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
2009-02-19 diegoOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 diegoprettyprinting whitespace cosmetics
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 alexcAdd the rdft family of transforms (fft/ifft of an all...
2009-01-29 alexcMark ff_fft_end av_cold.
2009-01-22 alexcMark ff_fft_init with av_cold.
2009-01-22 alexcClean up FFT related comments.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmoptimize imdct_half:
2008-08-12 lorenmindent
2008-08-12 lorenmsplit-radix FFT
2008-07-13 lorenmexploit mdct symmetry
2008-03-17 mruindentation
2008-03-17 mruclean up FFT SIMD selection
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-21 lorenmsse implementation of imdct.
2006-08-19 lorenmuse ff_fft_calc_3dn2 instead of sse on a K8.
2006-08-18 lorenmff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline...
2006-08-10 lorenmr5954 broke fft on cpus with 3dnow but without mm3dnow.h
2006-08-08 lorenm3dnow2 implementation of imdct.
2006-07-02 bananff_fft_init now double checks that the system has mm3dn...
2006-03-08 corey3DNow! & Extended 3DNow! versions of FFT
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-03-13 michaelfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 michaelniper file doxy
2003-01-16 michaelniAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-11 michaelnialtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-07 bellardfft altivec by Romain Dolbeau - simplified patch, test...
2003-01-07 bellardenabled SSE fft on x86
2002-10-28 bellardnew generic FFT/MDCT code for audio codecs