]> git.sesse.net Git - ffmpeg/history - libavcodec/fft.c
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
[ffmpeg] / libavcodec / fft.c
2009-03-16 David ConradRemove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
2009-02-19 Diego BiurrunOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 Diego Biurrunprettyprinting whitespace cosmetics
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-29 Alex ConverseMark ff_fft_end av_cold.
2009-01-22 Alex ConverseMark ff_fft_init with av_cold.
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittoptimize imdct_half:
2008-08-12 Loren Merrittindent
2008-08-12 Loren Merrittsplit-radix FFT
2008-07-13 Loren Merrittexploit mdct symmetry
2008-03-17 Måns Rullgårdindentation
2008-03-17 Måns Rullgårdclean up FFT SIMD selection
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Loren Merrittsse implementation of imdct.
2006-08-19 Loren Merrittuse ff_fft_calc_3dn2 instead of sse on a K8.
2006-08-18 Loren Merrittff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline...
2006-08-10 Loren Merrittr5954 broke fft on cpus with 3dnow but without mm3dnow.h
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
2006-07-02 Benjamin Larssonff_fft_init now double checks that the system has mm3dn...
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 Michael Niedermayerper file doxy
2003-01-16 Michael NiedermayerAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-07 Fabrice Bellardfft altivec by Romain Dolbeau - simplified patch, test...
2003-01-07 Fabrice Bellardenabled SSE fft on x86
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs