]> git.sesse.net Git - ffmpeg/history - libavcodec/fft.c
libilbc: set channel layout
[ffmpeg] / libavcodec / fft.c
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-03 Mans RullgardARM: NEON fixed-point FFT
2011-04-02 Mans RullgardFixed-point MDCT with 32-bit unscaled output
2011-04-01 Mans RullgardFFT: simplify fft8()
2011-03-31 Mans RullgardFixed-point FFT and MDCT
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-01-26 Diego Elio PettenòMark C base versions of FFT functions static to fft.c
2010-07-01 Måns RullgårdIndent
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-02-11 Måns RullgårdFix build with --disable-mdct
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-10-15 Reimar DöffingerMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-14 Reimar DöffingerUse hardcoded instead of runtime-calculated ff_cos_...
2009-10-13 Reimar Döffingerfft_dispatch array should be const
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-09-14 Måns RullgårdARM: 10l: fix large FFTs
2009-09-11 Måns RullgårdARM: NEON optimised MDCT
2009-09-11 Måns RullgårdPrepare for optimised forward MDCT implementations
2009-09-10 Måns RullgårdARM: NEON optimised FFT and MDCT
2009-09-06 Reimar DöffingerThe ff_cos_tabs table itself is constant, too, so mark...
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