log vamp-sdk/PluginAdapter.cpp @ 168:006a775133b1

age author description
Thu, 24 Jul 2008 16:50:11 +0000 cannam * Re-do the way the v2 structure (with durations) is returned.
Thu, 17 Jul 2008 08:52:26 +0000 cannam * First bit of Vamp v2 work -- add an optional duration to features in
Tue, 11 Mar 2008 09:22:53 +0000 cannam * patch from Tim Blechmann for gcc-4.3 compile
Fri, 08 Feb 2008 10:50:31 +0000 cannam * marginal performance improvement through use of reserve() in
Thu, 07 Jun 2007 14:15:24 +0000 cannam * Use m_impl structure for PluginAdapter as well
Tue, 27 Feb 2007 12:48:17 +0000 cannam * Add a structure for API versioning
Mon, 26 Feb 2007 18:08:48 +0000 cannam * Rename "name" and "description" to "identifier" and "name"; add new
Fri, 08 Dec 2006 17:39:32 +0000 cannam * Change input buffers arg to process from float ** to const float *const *
Mon, 09 Oct 2006 12:45:14 +0000 cannam * Add plugin path traversal and plugin listing option to vamp-simple-host
Tue, 25 Apr 2006 09:45:44 +0000 cannam * Undefine debug symbol
Mon, 24 Apr 2006 12:58:27 +0000 cannam * Rename simplehost to vamp-simple-host
Fri, 07 Apr 2006 15:32:10 +0000 cannam * Make the host capable of doing something useful!
Thu, 06 Apr 2006 17:23:41 +0000 cannam * fix failure to pick up all but first plugin's outputs
Thu, 06 Apr 2006 16:35:49 +0000 cannam * Make static adapter map a pointer to avoid any confusion about static
Thu, 06 Apr 2006 15:12:25 +0000 cannam * Avoid repeated malloc/free for returned feature lists -- reuse static
Wed, 05 Apr 2006 16:50:07 +0000 cannam * Add valueNames to parameter descriptor
Fri, 31 Mar 2006 17:39:49 +0000 cannam * Fix a couple of memory management and corruption bugs
Fri, 31 Mar 2006 16:26:28 +0000 cannam * Fix leftover reference to X Consortium in copyright note!
Fri, 31 Mar 2006 15:08:27 +0000 cannam * Renamed sdk to vamp-sdk