Mercurial > hg > vamp-plugin-sdk
comparison CHANGELOG @ 164:0b9cdcc900ad
* Add changelog
author | cannam |
---|---|
date | Wed, 09 Jul 2008 10:25:10 +0000 |
parents | |
children | 2fa6932ab195 |
comparison
equal
deleted
inserted
replaced
163:4b846416777a | 164:0b9cdcc900ad |
---|---|
1 | |
2 Version 1.3, 2008-07-09 (maintenance release): | |
3 | |
4 * PluginBufferingAdapter has several important fixes to bugs that | |
5 could cause incorrect timings or output descriptors to be returned | |
6 * Conversion between real-time and frames has been improved to avoid | |
7 rounding error in round-trip calculations | |
8 * Plugin lookup no longer relies on non-portable DT_REG | |
9 * The SDK now compiles with gcc 4.3 | |
10 | |
11 Version 1.2, 2008-02-28 (feature release): | |
12 | |
13 * New PluginBufferingAdapter, which hosts may use to avoid having to | |
14 negotiate the plugin's preferred input step and block sizes | |
15 | |
16 Version 1.1, 2007-08-24 (feature release): | |
17 | |
18 * New Vamp::HostExt namespace | |
19 * PluginLoader class, which handles enumeration, loading and category | |
20 management for plugins on the local system | |
21 * PluginInputDomainAdapter, which provides the capability for a host | |
22 to support frequency-domain plugins without needing to worry about | |
23 domain conversion | |
24 * PluginChannelAdapter, which transparently deals with plugins that | |
25 expect different numbers of audio channels from the number available | |
26 * Minor beauty-and-truth updates and documentation fixes | |
27 | |
28 Version 1.0, 2007-03-21: | |
29 | |
30 * First official release | |
31 |