getting ready for long-overdue 1.2.2

This commit is contained in:
Mark Borgerding
2005-05-07 03:02:10 +00:00
parent d234beeca0
commit 4722ccb12b
6 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,10 @@
1.2.2 (May 6, 2005) The Matthew release
Replaced fixed point division with multiply&shift. Thanks to Jean-Marc Valin for the prodding.
Added C_FIXDIV calls to real fft routines to prevent possible overflow when using fixed point.
Credit to Robert Oschler of robodance for pointing me towards the bug.
1.2.1 (April 4, 2004)
compiles cleanly with just about every -W warning flag under the sun