annotate src/libsamplerate-0.1.9/doc/NEWS @ 41:481f5f8c5634

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