graph
- Merge2014-09-12, by Chris Cannam
- Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)2014-09-12, by Chris Cannam
- Further typo fixes in Makefile.inc2014-09-12, by Chris Cannam
- Fix a couple of mistakes in the skeleton Makefile.inc2014-09-12, by Chris Cannam
- Merge2014-09-05, by Chris Cannam
- Split out big Makefile into Makefile.inc and platform-specific Makefiles2014-09-05, by Chris Cannam
- Fix some uninitialised members that Coverity otherwise complains about2014-09-03, by Chris Cannam
- Add CFLAGS to Makefile2014-08-07, by Chris Cannam
- Add CFLAGS (like CXXFLAGS) to configure2014-08-07, by Chris Cannam
- Merge2014-08-06, by Chris Cannam
- Toward win64 build eventually2014-08-06, by Chris Cannam
- Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes2014-08-06, by Chris Cannam
- Some os/x build fixes2014-08-05, by Chris Cannam
- mingw32 build fix2014-08-05, by Chris Cannam
- Some mingw32 fixes2014-08-04, by Chris Cannam
- Starting to update win32/mingw cross-compile2014-08-04, by Chris Cannam
- Update RDF for example plugins2014-06-25, by Chris Cannam
- Merge (but taking everything from the more recent default)2014-06-25, by Chris Cannam
- Add dc:title for plugin library2014-06-05, by Chris Cannam
- Produce rather richer RDF output2014-06-20, by Chris Cannam
- Merge2014-06-06, by Chris Cannam
- Copyright dates2014-06-06, by Chris Cannam
- Add -L short option as synonym for --list-full2014-03-05, by Chris Cannam
- Merge2014-03-28, by Chris Cannam
- Copyright date2014-03-28, by Chris Cannam
- Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects2013-09-13, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.5 for changeset 92b1fbb1cc872013-05-08, by Chris Cannam
- Emit warning when compiling with FFTW support (about the licence implications)vamp-plugin-sdk-v2.5 2013-05-08, by Chris Cannam
- Update CHANGELOG and release date!2013-05-08, by Chris Cannam
- Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0)2013-03-28, by Chris Cannam
- Use double arithmetic for rate calculations2013-03-28, by Chris Cannam
- Update configure2013-03-28, by Chris Cannam
- Remove unneeded variable2013-03-28, by Chris Cannam
- Update CHANGELOG2013-03-28, by Chris Cannam
- Bump version to 2.52013-03-28, by Chris Cannam
- Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter2013-03-27, by Chris Cannam
- And CC2013-03-20, by Chris Cannam
- Add CXX variable to Makefile; add math defines to vcproj2013-03-20, by Chris Cannam
- Avoid returning garbage through getCurrentProgram if plugin has no programs2013-01-06, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.4 for changeset 393885d7ea722012-07-12, by Chris Cannam
- Release date in changelogvamp-plugin-sdk-v2.4 2012-07-12, by Chris Cannam
- OS/X build fixes2012-07-12, by Chris Cannam
- Add MSVC 2010 project files2012-07-12, by Chris Cannam
- Win32 build fixes2012-07-12, by Chris Cannam
- Updated ignored list for Win322012-07-12, by Chris Cannam
- FFT: make functions static2012-07-12, by Chris Cannam
- Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.42012-07-12, by Chris Cannam
- Thread-safe base-fft2012-07-09, by Chris Cannam
- Add acsymbols objects to platform-specific Makefiles2012-06-30, by Chris Cannam
- Move Makefile.osx across to .osx.106 and create a new one for the 10.7 / Xcode 4 tools2012-06-29, by Chris Cannam
- Remove obsolete OpenSolaris builds (sniff)2012-06-28, by Chris Cannam
- Bump up version to 2.3.1, add C-linkage symbols for library versions so autoconf can check them2012-05-25, by Chris Cannam
- Apply vamp-2.3-windows-unicode.patch from RJ Ryan in #4642012-05-24, by Chris Cannam
- PLUGIN is not defined aat the point where it was needed for LDFLAGS -- replace with an explicit $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT)2011-12-02, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 8cab5a0198d62011-11-24, by Chris Cannam
- Update simple-host version, Win32 build fixvamp-plugin-sdk-v2.3 2011-11-24, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset ef1dc99636382011-11-24, by Chris Cannam
- Update versions throughout2011-11-24, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 2c546a899eec2011-09-28, by Chris Cannam
- Update Doxyfile version2011-09-28, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 71b69f569f522011-09-28, by Chris Cannam
- Update CHANGELOG2011-09-28, by Chris Cannam
- Next release will be 2.32011-09-27, by Chris Cannam
- Patch from Dan Stowell: print label as well as values2011-08-23, by Chris Cannam
- Avoid compiler warning2011-08-18, by Chris Cannam
- Patch from Dan Stowell to permit vamp-simple-host to read data of unknown length (for streaming input)2011-08-18, by Chris Cannam
- Add support for changing window shape in PluginInputDomainAdapter2011-06-21, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.2.1 for changeset 2351610cd3b02011-04-05, by Chris Cannam
- Bump version number, regenerate configurevamp-plugin-sdk-v2.2.1 2011-04-05, by Chris Cannam
- Use g++-4.0 if using 10.4 SDK2011-04-05, by Chris Cannam
- * Don't use 10.4 SDK any more... it's too troublesome on 10.62011-03-07, by Chris Cannam
- * Make plugin objects depend on headers as well as source files2011-02-09, by Chris Cannam
- update tags2011-01-06, by convert-repo
- * Update CHANGELOG (argh)2010-08-26, by cannam
- * Try to guess the best choice SDK rather than expecting the user to edit the Makefilevamp-plugin-sdk-v2.2 2010-08-26, by cannam
- * Further fix to version handling2010-08-26, by cannam
- * Update versions to 2.2 throughout; also add script used to do this2010-08-25, by cannam
- * Update OS/X stuff in Makefiles, so as to build 3-way universal binaries2010-08-13, by cannam
- * Change arch defaults to as to use universal binaries (we have to change2010-06-09, by cannam
- * Install n3 file2010-05-21, by cannam
- * Add documentation about default parameters2010-05-20, by cannam
- * Funny -- this cut-and-paste error has been in the licence from the start2009-10-06, by cannam
- * Add include required for gcc 4.42009-09-28, by cannam
- ...vamp-plugin-sdk-v2.1 2009-09-23, by cannam
- * Add skeleton Makefile2009-09-23, by cannam
- * Add NoShift option to PluginInputDomainAdapter as well, for completeness2009-09-22, by cannam
- * oops2009-09-22, by cannam
- * More build updates2009-09-22, by cannam
- * More error reporting fixes2009-09-22, by cannam
- * fix paths2009-09-22, by cannam
- * Improve error reporting from PluginLoader2009-09-22, by cannam
- * note about install_name2009-09-22, by cannam
- * Tidying, build, versions, docs updates for release2009-09-22, by cannam
- * Doc updates, copyright updates, etc., in preparation for 2.1 release2009-09-21, by cannam
- * Implementation of ShiftData process method2009-09-16, by cannam
- * The beginnings of making the shift-timestamp or shift-data behaviour2009-09-15, by cannam
- * When calculating timestamps in order to write them into features that2009-09-10, by cannam
- * Sun compiler build support2009-09-10, by cannam
- * Fix crash when an adapter's createPlugin() fails in getDescriptor()2009-08-17, by cannam
- * Win32 build fixes for UNICODE. Not yet tested2009-06-15, by cannam
- * Add skeleton2009-04-23, by cannam
- * remove some debug2009-03-20, by cannam
- * add some missing descriptions (pointed out by vamp-plugin-tester)2009-03-18, by cannam
- * tidiness (pkg-config change thanks to Sampo Savolainen)2009-03-17, by cannam
- * update rdfxml from n32009-03-03, by cannam
- * Fix to prior commit2009-02-12, by cannam
- * Patch from Richard Ash to make building the host optional, so you can2009-02-12, by cannam
- * Patch from Richard Ash to remove some more generated files on2009-02-12, by cannam
- * implement reset() (duh)2008-12-12, by cannam
- * Fix an infinite loop that occurs with some features2008-12-12, by cannam
- * Add transform summary type; use long quotes for descriptions; turn off debugvamp-plugin-sdk-v2.0 2008-12-05, by cannam
- * win32 avoid warningvamp-plugin-sdk-v2.0pre2 2008-11-29, by cannam
- * minor adjustments, avoid a stupid memory leak2008-11-26, by cannam
- ...2008-11-26, by cannam
- * Fix incorrect handling of step & block size in time-domain plugin that2008-11-25, by cannam
- * Ensure that output descriptors are re-queried after a call to2008-11-25, by cannam
- * Ensure PluginBufferingAdapter returns fresh output descriptors after2008-11-25, by cannam
- ...2008-11-20, by cannam
- * Use _VAMP_PLUGIN_IN_HOST_NAMESPACE rather than omitting plugin namespace2008-11-20, by cannam
- * don't output bin names if there are none provided2008-11-20, by cannam
- * OK, we're going to have to place the host stuff in its own namespace2008-11-20, by cannam
- ...2008-11-14, by cannam
- * remove unhelpful README2008-11-14, by cannam
- * update version in doxyfile2008-11-14, by cannam
- ...vamp-plugin-sdk-v2.0pre1 2008-11-14, by cannam
- ...2008-11-14, by cannam
- ...2008-11-14, by cannam
- * Add documentation about backward compatibility2008-11-14, by cannam