log .hgsubstate @ 287:bd6e98b348cf piper-nopiper

age author description
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-29 Chris Cannam Update subrepo piper-nopiper
2016-11-29 Chris Cannam Update for gapless mp3 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-11-25 Chris Cannam Locale setting 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-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-09-15 Chris Cannam Add test for new fsr-mixed output of Vamp Test Plugin
2016-08-16 Chris Cannam Compiler warning fixes
2016-03-21 Chris Cannam Add -ldl in a couple more places
2016-03-18 Chris Cannam Win32 build fix sonic-annotator-1.4
2016-03-18 Chris Cannam Update subrepos
2016-03-18 Chris Cannam Update dependencies subrepo
2016-03-18 Chris Cannam Promote Vamp SDK flags
2016-03-01 Chris Cannam Merge in subrepo
2016-03-01 Chris Cannam Toward checking summary values
2016-02-25 Chris Cannam ...commented out
2016-02-25 Chris Cannam Debug
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 Better error reporting for transform load (from RDF and XML)
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-01-30 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
2015-11-04 Chris Cannam Subrepo
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 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 Update svcore
2015-11-03 Chris Cannam Add digits option to JAMS output, for number of sig figs
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 Remove unused dependency on Rubber Band
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-01-09 Chris Cannam Update subrepo
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-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 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 Add transform metadata to output jams
2014-10-15 Chris Cannam Add plugin_version to transform RDF serialisation (if non-empty)
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-14 Chris Cannam Implement .lab file writer labfile
2014-10-14 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them midi
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 Stub out MIDI export midi
2014-10-13 Chris Cannam Merge