changeset 164:0b9cdcc900ad

* Add changelog
author cannam
date Wed, 09 Jul 2008 10:25:10 +0000
parents 4b846416777a
children de1a008fa912
files CHANGELOG
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGELOG	Wed Jul 09 10:25:10 2008 +0000
@@ -0,0 +1,31 @@
+
+Version 1.3, 2008-07-09 (maintenance release):
+
+  * PluginBufferingAdapter has several important fixes to bugs that
+    could cause incorrect timings or output descriptors to be returned
+  * Conversion between real-time and frames has been improved to avoid
+    rounding error in round-trip calculations
+  * Plugin lookup no longer relies on non-portable DT_REG
+  * The SDK now compiles with gcc 4.3
+
+Version 1.2, 2008-02-28 (feature release):
+
+  * New PluginBufferingAdapter, which hosts may use to avoid having to
+    negotiate the plugin's preferred input step and block sizes
+
+Version 1.1, 2007-08-24 (feature release):
+
+  * New Vamp::HostExt namespace
+  * PluginLoader class, which handles enumeration, loading and category
+    management for plugins on the local system
+  * PluginInputDomainAdapter, which provides the capability for a host
+    to support frequency-domain plugins without needing to worry about
+    domain conversion
+  * PluginChannelAdapter, which transparently deals with plugins that
+    expect different numbers of audio channels from the number available
+  * Minor beauty-and-truth updates and documentation fixes
+
+Version 1.0, 2007-03-21:
+
+  * First official release
+