aboutsummaryrefslogtreecommitdiff
path: root/common/fft.cpp
AgeCommit message (Expand)Author
2018-08-18COMMON: FFT update cos/sin table constructor changeDavid Fioramonti
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2015-07-13COMMON: Plug a memory leak in the FFT classBastien Bouclet
2015-02-01COMMON: Add getRevTab to FFTBastien Bouclet
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-04-17COMMON: Refactoring of FFT class to remove repeated fft<x>() functions.D G Turner
2012-04-16COMMON: Refactoring of FFT class, removing Cosine Table Reallocations.D G Turner
2012-04-16COMMON: Minor refactoring of FFT class, removing DECL_FFT macro.D G Turner
2012-04-14COMMON: Replaced static Sine and Cosine tables with dynamic generated.D G Turner
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-07-19COMMON: Fix some formattingMatthew Hoops
2011-07-18COMMON: Update code from eosMatthew Hoops
2011-07-02VIDEO: Add Bink video decoderMatthew Hoops
2011-07-02COMMON: Add an FFT math handlerMatthew Hoops