1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 781c82c Argh. by Michael Giacomelli · 17 years ago
  3. 132bc63 We removed the old Q15.16 precision trig functions from decoding ages ago, so no need to leave them in. Also, this code needs a GPL header. by Michael Giacomelli · 17 years ago
  4. 877ea48 Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove some tabs and empty lines. by Thom Johansen · 17 years ago
  5. b8753ff move structures around in the header files by Marcoen Hirschberg · 17 years ago
  6. 4d853ff fix a warning for coldfire by Marcoen Hirschberg · 17 years ago
  7. 1ddef37 move (i)MDCT and FFT code to separate files by Marcoen Hirschberg · 17 years ago
  8. 8159b9e Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply replacing c code with loop unrolled + load/store multiple instructions makes a surprising difference on PP. Also, add comments to the windowing code. by Michael Giacomelli · 17 years ago
  9. 030dce6 Fix previous by Michael Giacomelli · 17 years ago
  10. e7cdd6c Assemblerised CMUL() for ARM, giving ~20% speedup. by Jens Arnold · 17 years ago
  11. fe8ae10 Attempt #2 by Michael Giacomelli · 17 years ago
  12. a16d0f3 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. by Michael Giacomelli · 17 years ago