log runner/FeatureExtractionManager.cpp @ 223:f4315a0ade89 json-ld

age author description
2015-11-20 Chris Cannam Fix grisly error in multiplexed audio reader (calling itself!)
2015-11-04 Chris Cannam Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
2015-11-03 Chris Cannam More useful report when a transform is completely unknown to us
2015-09-01 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
2015-08-26 Chris Cannam Fixes from last merge
2014-10-16 Chris Cannam Change internal blocksize from 16384 to 1024 (see comment in FeatureExtractionManager ctor)
2014-10-15 Chris Cannam Add some metadata; and the data is nested more deeply than I thought jams
2014-10-13 Chris Cannam Add -Werror in debug mode, and fix errors resulting from it
2014-10-10 Chris Cannam Remove some debug out
2014-10-10 Chris Cannam Support plugin version in RDF transforms, and bail out in Sonic Annotator if it doesn't match
2014-10-10 Chris Cannam Fail explicitly if a nonexistent plugin output is requested
2014-10-08 Chris Cannam Do not feed audio data to a plugin before its transform's start time (we might be feeding other transforms that started earlier). This breaks a test, but the test's expected output was broken (rather alarmingly)! Note that this does mean a plugin may have to-next-block "leakage" at start as well as end of its start-duration zone.
2014-10-08 Chris Cannam Tests (and minor resulting fixes) for remote file download
2014-10-03 Chris Cannam Normalise option (yet to be tested)
2014-10-02 Chris Cannam Fix channel counting multiplex
2014-10-02 Chris Cannam Merge from default branch multiplex
2014-10-02 Chris Cannam Simplify playlist handling (hoist it up a level)
2014-10-02 Chris Cannam Merge from default branch multiplex
2014-10-02 Chris Cannam A more general solution (I hope) to the problem of making sure transforms are always run in a consistent order
2014-10-02 Chris Cannam Implementation of MultiplexedReader -- now builds, not yet tested multiplex
2014-10-01 Chris Cannam Start on multiplex implementation multiplex
2014-10-01 Chris Cannam Fix failure to support summary-only flag when reading transforms with summaries from a transform file
2014-10-01 Chris Cannam Merge from branch start-duration
2014-10-01 Chris Cannam Start time and duration now working start-duration
2014-10-01 Chris Cannam Skip trying RDF parser if we have a filename ending in xml (we don't support RDF-XML and it just confuses the Turtle parser)
2014-10-01 Chris Cannam Update subrepos, fix compile for updated versions, track version.h
2012-01-09 Chris Cannam Small simplification
2012-01-09 Chris Cannam Fix #311 following the patch from Matthias
2011-06-21 Chris Cannam Add proper support and tests for window type parameter (requires latest update to Vamp host SDK)
2011-03-02 Chris Cannam * Make --force work correctly for playlists
2010-10-18 Chris Cannam * Add -v option to print version
2010-10-18 Chris Cannam * Pick up default sample rate and channel count from first audio file
2010-05-24 Chris Cannam * Fix mixdown for multi-channel source -> 1-channel plugin
2010-03-12 Chris Cannam * Commit old fix (which I hope was correct!) to avoid leaking fds on
2009-09-16 Chris Cannam * Use ShiftData method for PluginInputDomainAdapter, ensuring data is
2009-09-10 Chris Cannam * print a bit more info for diagnostic purposes
2009-07-07 Chris Cannam * fixes to --force option sonic-annotator-0.3
2009-07-07 Chris Cannam * Add --force option, and throw/catch exceptions for failure cases rather
2009-06-02 Chris Cannam * Set track metadata only if non-empty (the RDF feature writer tests for
2009-01-20 Chris Cannam * Try to avoid leaving output files open after completion
2008-12-12 Chris Cannam * progress tweaks
2008-12-12 Chris Cannam * Delete reader after use!
2008-12-12 Chris Cannam * Set block & step sizes if not properly specified
2008-12-11 Chris Cannam * possible progress fix
2008-12-11 Chris Cannam * update tests for changed csv format (doh)
2008-12-11 Chris Cannam * some reorganisation base FeatureExtractionManager.cpp@acec31e6eb4e