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. 31b74ecb Copyright. by Michael Giacomelli · 17 years ago
  4. 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
  5. 877ea48 Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove some tabs and empty lines. by Thom Johansen · 17 years ago
  6. 362f894 Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which is how ffmpeg now does it and is also slightly faster. Add in defines for later VLC memory usage optization. Kill some header files that weren't needed and update others that were out of sync. We're now much closer to the current ffmpeg codec which should make fixing the remaining issues much easier. by Michael Giacomelli · 17 years ago
  7. 030dce6 Fix previous by Michael Giacomelli · 17 years ago
  8. f5114da Move MDCT reconstruction window code over to new trig function. Improves accuracy significantly and slightly reduces code size. Codec SNR now appears to be limited by truncation to 16 bit. Comparison to MS decoder gives > 91 dB of agreement, and a lower RMS error verses the source wav then MS. Additionally, move one commonly accessed table into IRAM. by Michael Giacomelli · 17 years ago
  9. fe8ae10 Attempt #2 by Michael Giacomelli · 17 years ago
  10. 51b3bbb Opps fix static ASM function on coldfire by Michael Giacomelli · 17 years ago
  11. 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