annotate src/libsamplerate-0.1.8/NEWS @ 169:223a55898ab9 tip default

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