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