mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-14 02:54:28 -04:00
getting ready for 1.2.4
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
1.2.4 (Oct 27, 2005) The "oops, inverse fixed point real fft was borked" release.
|
||||
Fixed scaling bug for inverse fixed point real fft -- also fixed test code that should've been failing.
|
||||
Thanks to Jean-Marc Valin for bug report.
|
||||
|
||||
Use sys/types.h for more portable types than short,int,long => int16_t,int32_t,int64_t
|
||||
If your system does not have these, you may need to define them -- but at least it breaks in a
|
||||
loud and easily fixable way -- unlike silently using the wrong size type.
|
||||
|
||||
Hopefully tools/psdpng.c is fixed -- thanks to Steve Kellog for pointing out the weirdness.
|
||||
|
||||
1.2.3 (June 25, 2005) The "you want to use WHAT as a sample" release.
|
||||
Added ability to use 32 bit fixed point samples -- requires a 64 bit intermediate result, a la 'long long'
|
||||
|
||||
|
Reference in New Issue
Block a user