log

age author description
2019-08-30 Chris Cannam Bitbucket -> Sourcehut, and subrepo update
2019-08-14 Chris Cannam Update server certificate fingerprints
2019-08-14 Chris Cannam Subrepo update
2019-07-19 Chris Cannam Update Qt versions
2019-07-18 Chris Cannam Merge from branch by-id
2019-07-09 Chris Cannam Update to compatibility with by-id branch of svcore by-id
2019-02-04 Chris Cannam Likewise bqaudiostream
2019-02-04 Chris Cannam Seems AppVeyor still doesn't have Qt 5.11.3 yet bqaudiostream
2019-02-04 Chris Cannam Add script to call 32- and 64-bit builds bqaudiostream
2019-01-31 Chris Cannam Try using these scripts from here bqaudiostream
2019-01-31 Chris Cannam Win fixes bqaudiostream
2019-01-31 Chris Cannam Win and Mac build tweaks bqaudiostream
2019-01-31 Chris Cannam Add further necessary include dir bqaudiostream
2019-01-31 Chris Cannam Use more recent Linux distro for Travis to avoid bitbucket protocol problems bqaudiostream
2019-01-31 Chris Cannam Update subrepos bqaudiostream
2019-01-24 Chris Cannam Update configure bqaudiostream
2019-01-24 Chris Cannam Update to reflect bqaudiostream branch of sv libraries bqaudiostream
2018-09-14 Chris Cannam Update subrepos
2018-06-12 Chris Cannam Update with Qt test fix
2018-06-12 Chris Cannam Use sv samplerate/frame types, fixing compiler warnings
2018-06-12 Chris Cannam Update configure script
2018-06-12 Chris Cannam Add base library
2018-06-11 Chris Cannam Update build system to follow current SV
2018-05-18 Chris Cannam More fixes for CI
2018-05-18 Chris Cannam Tie these down to try to avoid confusion from MSVC17
2018-05-18 Chris Cannam If the default writer were to be able to write to files (but this is backward-incompatible so probably unwise) default-writer-writes-to-files
2018-05-18 Chris Cannam Switch some more cerrs to SVCERRs
2018-05-18 Chris Cannam Cargo-culting a possible fix for Qt qmake breakage (see https://bugreports.qt.io/browse/QTBUG-62065)
2018-05-18 Chris Cannam Update appveyor image and path
2018-05-17 Chris Cannam Update svcore to fix travis test
2018-05-15 Chris Cannam CI updates
2018-05-15 Chris Cannam Subrepo update
2018-05-15 Chris Cannam Vext -> Repoint
2018-01-02 Chris Cannam Update Vext
2017-10-10 Chris Cannam Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
2017-10-06 Chris Cannam Update vext
2017-07-13 Chris Cannam Update Vext and subrepos
2017-07-12 Chris Cannam "libxml2 is already installed"
2017-07-11 Chris Cannam Fix macOS plugin path
2017-07-11 Chris Cannam Platform-specific file extension
2017-07-11 Chris Cannam Code block formatting
2017-07-11 Chris Cannam Start rejigging README
2017-07-11 Chris Cannam Build & install necessary plugins
2017-07-11 Chris Cannam Fix misnamed package
2017-07-11 Chris Cannam More dependencies
2017-07-10 Chris Cannam Add dataquay
2017-07-10 Chris Cannam Add CI build files
2017-07-10 Chris Cannam Switch to Vext
2017-05-25 Chris Cannam Added tag sonic-annotator-1.5 for changeset 929e37acf0d9
2017-05-25 Chris Cannam Reorder to reduce number of reinstalled things when version is updated sonic-annotator-1.5
2017-05-25 Chris Cannam Start updating build stuff for 1.5
2017-05-25 Chris Cannam More reliable test
2017-05-25 Chris Cannam Exclude mode from this test
2017-05-25 Chris Cannam More (off-by-default) debug output
2017-05-25 Chris Cannam Do this for all values, not just first
2017-05-24 Chris Cannam Copyright date
2017-05-24 Chris Cannam Update CHANGELOG
2017-05-24 Chris Cannam Update subrepos and version
2017-03-15 Chris Cannam Update subrepos post SV 3.0.x release
2017-02-20 Chris Cannam Update subrepos to SV 3.0-beta3 state
2017-01-13 Chris Cannam Update subrepos to SV 3.0beta1 level
2017-01-13 Chris Cannam Added tag kapoor_1202 for changeset fd4a6183482f
2016-12-02 Chris Cannam Merge from branch piper-nopiper. The next release will be based on this. kapoor_1202
2016-12-02 Chris Cannam Mark this version 1.5pre piper-nopiper
2016-12-02 Chris Cannam Update for latest audio file reader changes & tests piper-nopiper
2016-11-30 Chris Cannam Update dependency builds for OSX piper-nopiper
2016-11-30 Chris Cannam More info about where helper programs live piper-nopiper
2016-11-30 Chris Cannam Need these on OSX piper-nopiper
2016-11-29 Chris Cannam Update subrepo piper-nopiper
2016-11-29 Chris Cannam Further test updates. The AF results should match to 3dp with different MAD builds. The onset position results hopefully should match completely now prefix sorted, let's see. piper-nopiper
2016-11-29 Chris Cannam Update for gapless mp3 piper-nopiper
2016-11-29 Chris Cannam Fix incorrect id3 block length piper-nopiper
2016-11-25 Chris Cannam Make CSV feature writer produce the same output with Qt 5.6 and 5.7+ piper-nopiper
2016-09-15 Chris Cannam Copy-paste fixes json-ld
2016-11-25 Chris Cannam Hm, can't do that yet -- it's only supported in Qt 5.7 which is really too new for us piper-nopiper
2016-11-25 Chris Cannam Update test data piper-nopiper
2016-11-25 Chris Cannam Locale setting piper-nopiper
2016-11-25 Chris Cannam Switch the multiple-audio tests to using amplitudefollower -- percussiononsets is too sensitive to the very low-level noise that comes from variations in mp3 decoder fixed-point arithmetic function choice piper-nopiper
2016-11-25 Chris Cannam Update svcore audio reader tests so as to check for truncated decode piper-nopiper
2016-11-24 Chris Cannam Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay. piper-nopiper
2016-11-24 Chris Cannam Do that only for the first frame piper-nopiper
2016-11-24 Chris Cannam Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code. piper-nopiper
2016-11-23 Chris Cannam Tag load diagnostic piper-nopiper
2016-11-23 Chris Cannam A bit more diagnostic info piper-nopiper
2016-11-23 Chris Cannam More diagnostic output piper-nopiper
2016-11-23 Chris Cannam More error reporting updates piper-nopiper
2016-11-23 Chris Cannam Subrepo update, fixing sometime crash in multiplexed reader (due to negative-size allocation in file reader for the shorter file) piper-nopiper
2016-11-22 Chris Cannam Debug output updates, add quiet mode piper-nopiper
2016-11-22 Chris Cannam Ordered config -- avoid sub-builds clobbering one another piper-nopiper
2016-11-22 Chris Cannam Update test fixtures for numerous off-by-one-nanosecond errors fixed recently in RealTime piper-nopiper
2016-11-21 Chris Cannam Subrepo updates, and update the build scripts accordingly piper-nopiper
2016-11-21 Chris Cannam Send RDF-indexer warnings to debug rather than cerr
2016-11-04 Chris Cannam Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself) piper-nopiper
2016-11-04 Chris Cannam Next version will be 1.5
2016-09-15 Chris Cannam Add test for new fsr-mixed output of Vamp Test Plugin
2016-09-15 Chris Cannam Add --transform-minversion flag
2016-08-16 Chris Cannam Compiler warning fixes
2016-03-22 Chris Cannam Linux deployment fixes
2016-03-22 Chris Cannam Bring in proto Linux deploy stuff from SV repo
2016-03-21 Chris Cannam Add -ldl in a couple more places
2016-03-18 Chris Cannam Added tag sonic-annotator-1.4 for changeset 85ab36c3b7d8
2016-03-18 Chris Cannam Win32 build fix sonic-annotator-1.4
2016-03-18 Chris Cannam Merge
2016-03-18 Chris Cannam Add necessary define
2016-03-18 Chris Cannam Update CHANGELOG and copyright date
2016-03-18 Chris Cannam Update subrepos
2016-03-18 Chris Cannam Update dependencies subrepo
2016-03-18 Chris Cannam Fix typo causing diff not to appear
2016-03-18 Chris Cannam Promote Vamp SDK flags
2016-03-02 Chris Cannam Merge from default branch json-ld
2016-03-01 Chris Cannam Various tweaks to help text
2016-03-01 Chris Cannam Merge from default branch json-ld
2016-03-01 Chris Cannam Fix include path to ensure no errant Vamp headers are included, & add new file
2016-03-01 Chris Cannam Merge in subrepo
2016-03-01 Chris Cannam Activate summary value tests
2016-03-01 Chris Cannam Toward checking summary values
2016-02-29 Chris Cannam Remove unwanted output
2016-02-25 Chris Cannam Update summary code and tests -- fix multiple outputs when requesting both summary and non-summary for the same output; and values have been changed because of the coded file cache bit depth change. Also skip network-dependent tests if there is no network.
2016-02-25 Chris Cannam ...commented out
2016-02-25 Chris Cannam Debug
2016-02-25 Chris Cannam Merge from default branch json-ld
2016-02-25 Chris Cannam Graft the plugin loadability checks from SV 3.0-integration branch across to default, for use in Sonic Annotator
2016-02-25 Chris Cannam Add tests for parse errors in invalid transform files
2016-02-25 Chris Cannam Better error reporting for transform load (from RDF and XML)
2016-02-24 Chris Cannam Explanatory note
2016-02-24 Chris Cannam Work around libsndfile-1.0.26 bug that reports all files as non-seekable
2016-02-24 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
2016-02-22 alo added JSON-LD feature writer files json-ld
2016-01-30 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
2015-11-23 Chris Cannam Update version number in tests, and also disregard version number mismatches in JAMS output (as they're inevitable)
2015-11-20 Chris Cannam Next version will be 1.4
2015-11-20 Chris Cannam Fix grisly error in multiplexed audio reader (calling itself!)
2015-11-20 Chris Cannam Add test for multiplexed audio
2015-11-20 Chris Cannam Run more generic tests earlier
2015-11-05 Chris Cannam Added tag sonic-annotator-1.3 for changeset 710f4885f901
2015-11-05 Chris Cannam Merge sonic-annotator-1.3
2015-11-05 Chris Cannam Don't write version.h, it's now tracked
2015-11-05 Chris Cannam Merge
2015-11-04 Chris Cannam Subrepo
2015-11-05 Chris Cannam Update changelog for v1.3
2015-11-04 Chris Cannam Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
2015-11-04 Chris Cannam Minor output update
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 Add & test the digits option in the CSV file writer
2015-11-03 Chris Cannam Add & test the digits option in the Lab file writer
2015-11-03 Chris Cannam Update svcore
2015-11-03 Chris Cannam Add digits option to JAMS output, for number of sig figs
2015-11-03 Chris Cannam More useful report when a transform is completely unknown to us
2015-10-02 Chris Cannam Fix to writer tag (thanks LW)
2015-09-09 Chris Cannam Added tag sonic-annotator-1.2 for changeset f35bbb3e4d41
2015-09-01 Chris Cannam Change of tack: rename the JSON writer to JAMS. It's simpler than having a JSON writer with a mandatory flag to tell it what sort of JSON to write. sonic-annotator-1.2
2015-09-01 Chris Cannam Fix typo
2015-09-01 Chris Cannam Use iconv instead of uconv (present on OS/X)
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-09-01 Chris Cannam Simple MIDI writer test
2015-08-26 Chris Cannam Fixes from last merge
2015-08-19 Chris Cannam Next release will be 1.2
2015-08-19 Chris Cannam Remove unused dependency on Rubber Band
2015-07-22 Chris Cannam Fix JSON validity
2015-07-22 Chris Cannam Add (failing) test for JSON output format (fails for grid output)
2015-03-02 Chris Cannam Merge in subrepo
2015-03-02 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
2015-02-25 Chris Cannam Add test for Turtle output encoding (must be UTF-8)
2015-02-25 Chris Cannam mp3 file with ID3v2 tag in ISO-8859-1
2015-02-25 Chris Cannam mp3 file with ID3v2 tag in UCS-2 encoding (this is the default encoding)
2015-02-20 Chris Cannam Warn for this potential error case
2015-01-09 Chris Cannam Document --segments-from
2015-01-09 Chris Cannam Update subrepo
2015-01-09 Chris Cannam Add ability to read segment boundaries from a file; test for it; bump version no; make test script bail out if path has spaces (can't cope with that, sheesh)
2014-10-16 Chris Cannam Typo fix
2014-10-16 Chris Cannam Added tag sonic-annotator-1.1 for changeset 766268a32378
2014-10-16 Chris Cannam Further doc and note updates sonic-annotator-1.1
2014-10-16 Chris Cannam Bring in vamp-plugin-sdk as subrepo, so we can build it with fftw3 support (as this is a GPL'd program)
2014-10-16 Chris Cannam Change internal blocksize from 16384 to 1024 (see comment in FeatureExtractionManager ctor)
2014-10-15 Chris Cannam TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam Docs
2014-10-15 Chris Cannam Source archive script
2014-10-15 Chris Cannam CHANGELOG and version number
2014-10-15 Chris Cannam Merge from branch "jams"
2014-10-15 Chris Cannam Warn that JAMS implementation is provisional jams
2014-10-15 Chris Cannam Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target jams
2014-10-15 Chris Cannam Write time or start/end based simply on whether the feature has them or not, let's not get clever jams
2014-10-15 Chris Cannam Restructure jams
2014-10-15 Chris Cannam Better track metadata jams
2014-10-15 Chris Cannam Add transform metadata to output jams
2014-10-15 Chris Cannam Merge from default branch jams
2014-10-15 Chris Cannam Add plugin_version to transform RDF serialisation (if non-empty)
2014-10-15 Chris Cannam Add some metadata; and the data is nested more deeply than I thought jams
2014-10-15 Chris Cannam Merge from default branch jams
2014-10-15 Chris Cannam Merge from branch "labfile"
2014-10-15 Chris Cannam Add omit-filename option to CSV writer (and test it while testing lab writer) labfile
2014-10-15 Chris Cannam Add fill-ends option to CSV writer (and test it) labfile
2014-10-15 Chris Cannam Proper implementation of fill-ends flag in LabFeatureWriter labfile
2014-10-14 Chris Cannam Add CSV writer tests (passing!) labfile
2014-10-14 Chris Cannam Add lab writer tests (currently failing) labfile
2014-10-14 Chris Cannam Implement .lab file writer labfile
2014-10-14 Chris Cannam Output some data! jams
2014-10-14 Chris Cannam Make the JSON well-formed (though still empty), except in the case where we are asked to write more than one file's features to the same output file or stdout jams
2014-10-14 Chris Cannam JSON well-formedness test (currently failing) jams
2014-10-14 Chris Cannam JSON destination tests jams
2014-10-14 Chris Cannam Merge from default branch jams
2014-10-14 Chris Cannam Merge from branch midi
2014-10-14 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them midi
2014-10-14 Chris Cannam Merge from default branch midi
2014-10-13 Chris Cannam Start to sketch out JAMS writer jams
2014-10-13 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
2014-10-13 Chris Cannam Merge from branch 'midi'
2014-10-13 Chris Cannam Help adjustments: require extra arg for help on a writer (help text was getting too long) midi
2014-10-13 Chris Cannam Flesh out MIDI writer midi
2014-10-13 Chris Cannam More of MIDIFeatureWriter midi
2014-10-13 Chris Cannam Merge from default branch midi
2014-10-13 Chris Cannam Add -Werror in debug mode, and fix errors resulting from it
2014-10-13 Chris Cannam Might help to actually commit these files midi
2014-10-13 Chris Cannam Stub out MIDI export midi
2014-10-13 Chris Cannam Merge from branch "with-dependencies"
2014-10-13 Chris Cannam Merge
2014-10-09 Chris Cannam OS/X build using sv-dependency-builds
2014-10-13 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
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-09 Chris Cannam Change log
2014-10-09 Chris Cannam Update version, add --minversion flag