index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
fft.cpp
Age
Commit message (
Expand
)
Author
2018-08-18
COMMON: FFT update cos/sin table constructor change
David Fioramonti
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2015-07-13
COMMON: Plug a memory leak in the FFT class
Bastien Bouclet
2015-02-01
COMMON: Add getRevTab to FFT
Bastien Bouclet
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-04-17
COMMON: Refactoring of FFT class to remove repeated fft<x>() functions.
D G Turner
2012-04-16
COMMON: Refactoring of FFT class, removing Cosine Table Reallocations.
D G Turner
2012-04-16
COMMON: Minor refactoring of FFT class, removing DECL_FFT macro.
D G Turner
2012-04-14
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
D G Turner
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-07-19
COMMON: Fix some formatting
Matthew Hoops
2011-07-18
COMMON: Update code from eos
Matthew Hoops
2011-07-02
VIDEO: Add Bink video decoder
Matthew Hoops
2011-07-02
COMMON: Add an FFT math handler
Matthew Hoops