graph
- Fix compiler warning, remove some debug out3.0-integration 2017-01-10, by Chris Cannam
- When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others3.0-integration 2017-01-10, by Chris Cannam
- Win32 fixes3.0-integration 2017-01-10, by Chris Cannam
- Some platforms don't use native Ogg/Vorbis libraries3.0-integration 2017-01-10, by Chris Cannam
- Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test3.0-integration 2017-01-10, by Chris Cannam
- Remove unneeded debug3.0-integration 2017-01-09, by Chris Cannam
- Fix a strictly-incorrect #if guard3.0-integration 2017-01-09, by Chris Cannam
- Untabify3.0-integration 2017-01-09, by Chris Cannam
- Fix inadequate #if guard for non-gcc builds3.0-integration 2017-01-09, by Chris Cannam
- Further win32 build updates3.0-integration 2017-01-09, by Chris Cannam
- Fixes and updates for 32-bit Windows build3.0-integration 2017-01-09, by Chris Cannam
- Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic3.0-integration 2017-01-09, by Chris Cannam
- Add ogg testfiles3.0-integration 2017-01-06, by Chris Cannam
- And similar approach for the writer3.0-integration 2017-01-06, by Chris Cannam
- Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api3.0-integration 2017-01-06, by Chris Cannam
- Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding3.0-integration 2017-01-06, by Chris Cannam
- Fix typo in encoded string3.0-integration 2017-01-06, by Chris Cannam
- More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos3.0-integration 2017-01-06, by Chris Cannam
- Add filename encoding tests3.0-integration 2017-01-06, by Chris Cannam
- Untabify, comment test that doesn't apply on Windows3.0-integration 2017-01-06, by Chris Cannam
- Untabify some more3.0-integration 2017-01-06, by Chris Cannam
- Improved debug output for file open troubleshooting3.0-integration 2017-01-06, by Chris Cannam
- Untabify3.0-integration 2017-01-06, by Chris Cannam
- More cache hit counts; make debug output from colour 3d plot renderer (even though it is to SVDEBUG) appear only with explicit debug flag3.0-integration 2017-01-05, by Chris Cannam
- Doc comment3.0-integration 2017-01-05, by Chris Cannam
- Wire up record monitoring3.0-integration 2017-01-04, by Chris Cannam
- Make writable model updating explicit rather than essentially an arbitrary hidden accident3.0-integration 2017-01-04, by Chris Cannam
- Close wave file writer when recording stops (instead of leaving record file unclosed until the model is deleted)3.0-integration 2017-01-04, by Chris Cannam
- Fix printf format3.0-integration 2017-01-03, by Chris Cannam
- Fix some compiler warnings3.0-integration 2017-01-03, by Chris Cannam
- Merge from branch svg, and thus (in some subrepos) from levelpanwidget3.0-integration 2016-12-19, by Chris Cannam
- Implement "Export SVG file..."svg 2016-12-19, by Chris Cannam
- Introduce a colour map combo too. Doesn't yet have swatches3.0-integration 2016-12-16, by Chris Cannam
- Merge3.0-integration 2016-12-15, by Chris Cannam
- Update to current bqresample API3.0-integration 2016-12-15, by Chris Cannam
- Merge from branch 3.0-integration3.0-integration 2016-12-14, by Chris Cannam
- QuickTime file reader is no longer used on any platform and is probably rotting. Remove it3.0-integration 2016-12-13, by Chris Cannam
- Update to use bqvec allocator for float vectors3.0-integration 2016-12-13, by Chris Cannam
- Handle increases in the overall channel count by closing and reopening the audio device.3.0-integration 2016-12-13, by Chris Cannam
- Some hackery toward having a zoomlevel typezoom 2016-12-12, by Chris Cannam
- Fix compiler warnings3.0-integration 2016-12-09, by Chris Cannam
- Merge from branch bqresample3.0-integration 2016-12-09, by Chris Cannam
- Fixes to sample rate and latency handlingbqresample 2016-12-09, by Chris Cannam
- Update to reflect bqresample API change3.0-integration 2016-12-09, by Chris Cannam
- Remove unnecessary move()s3.0-integration 2016-12-07, by Chris Cannam
- Start pruning other resampler logic than bqresample3.0-integration 2016-12-05, by Chris Cannam
- Remove resampler quality option (#1760)3.0-integration 2016-12-05, by Chris Cannam
- Add Apple Lossless files3.0-integration 2016-12-02, by Chris Cannam
- Further updates to tests and debug output for file reading on OSX3.0-integration 2016-12-02, by Chris Cannam
- More faffing with tests, to no great effect3.0-integration 2016-12-01, by Chris Cannam
- Add gapless preference to prefs dialog; much work on audio read tests3.0-integration 2016-12-01, by Chris Cannam
- Another check to ensure sync error suppressed at eof3.0-integration 2016-11-29, by Chris Cannam
- Merge from branch mp3-gapless3.0-integration 2016-11-29, by Chris Cannam
- Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start)mp3-gapless 2016-11-29, by Chris Cannam
- Test fixesmp3-gapless 2016-11-29, by Chris Cannam
- Update m4a files to exports from CoreAudio, rather than FAAC; update tests accordingly, and add test for spurious data after end of decodemp3-gapless 2016-11-29, by Chris Cannam
- Handle trimming the padding from end as wellmp3-gapless 2016-11-29, by Chris Cannam
- Refactor in CodedAudioFileReader in preparation for trimming at endmp3-gapless 2016-11-29, by Chris Cannam
- Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end)mp3-gapless 2016-11-29, by Chris Cannam
- Add test for last change to ColumnOp3.0-integration 2016-11-29, by Chris Cannam