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