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