You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1KB

  1. Version 0.1.8 (2011-08-15)
  2. * Minor bug fixes and upates.
  3. Version 0.1.7 (2009-02-14)
  4. * Fix a segfault which occurs when memcpy is passed a bad length parameter.
  5. * Fix compilation under MSVC.
  6. Version 0.1.6 (2009-01-27)
  7. * Minor bug fix in test suite (account for rounding error on x86_64).
  8. Version 0.1.5 (2009-01-11)
  9. * Optimisation resulting dramatic throughput improvements.
  10. Version 0.1.4 (2008-07-02)
  11. * Fix bug which causes a segfault with extremely low conversion ratios.
  12. Version 0.1.3 (2008-03-23)
  13. * Huge improvement to the quality of conversion with the
  14. SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY converters.
  15. * Minor bug fixes.
  16. Version 0.1.2 (2004-09-12)
  17. * Fixed where callback based API wasn't being reset properly.
  18. * Minor bug fixes.
  19. Version 0.1.1 (2004-07-17)
  20. * Fixed bug in callback based API.
  21. * Fixed a bug brought to light by aggressive optimisations of gcc-3.4.
  22. * Minor bug fixes.
  23. Version 0.1.0 (2004-03-14)
  24. * Added callback based API.
  25. * Added a pair of functions for doing short to float and float to short
  26. conversions on an arrays of data.
  27. * Many minor bug fixes.