graph
- Merge from branch 3.0-integration2017-01-10, by Chris Cannam
- Added tag last_v2.5_on_default_branch for changeset e6c7585863fe2017-01-10, by Chris Cannam
- Show warning about beta release3.0-integration 2017-01-10, by Chris Cannam
- Add dates to change log3.0-integration 2017-01-10, by Chris Cannam
- Merge3.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
- Better sizing on the Mac I think3.0-integration 2017-01-10, by Chris Cannam
- Add "What's New" to help menu; primp up About box3.0-integration 2017-01-10, by Chris Cannam
- Update PortAudio build for Win643.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
- Minor tweaks to CHANGELOG3.0-integration 2017-01-10, by Chris Cannam
- Remove unneeded debug3.0-integration 2017-01-09, by Chris Cannam
- Add Linux install target3.0-integration 2017-01-09, by Chris Cannam
- Fix a strictly-incorrect #if guard3.0-integration 2017-01-09, by Chris Cannam
- Merge3.0-integration 2017-01-09, by Chris Cannam
- Fix inadequate #if guard for non-gcc builds3.0-integration 2017-01-09, by Chris Cannam
- Try a deep codesign instead3.0-integration 2017-01-09, by Chris Cannam
- More win32 build fixes3.0-integration 2017-01-09, by Chris Cannam
- Further win32 build updates3.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
- Doc updates3.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
- Win64 installer updates3.0-integration 2017-01-08, by Chris Cannam
- More of an effort at 64-bit Win installer3.0-integration 2017-01-08, by Chris Cannam
- Update checker with version printout3.0-integration 2017-01-08, by Chris Cannam
- Stub win64 deploy, + 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
- Couple of minor Windows updates3.0-integration 2017-01-05, by Chris Cannam
- No hit counts in release3.0-integration 2017-01-05, 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
- Don't start in the middle when repainting the whole width while using a peak cache. It looks funny.3.0-integration 2017-01-05, by Chris Cannam
- Make the colour 3d plot renderer able to support more than one level of peak cache; introduce a second "peak" cache for the spectrogram layer that actually has a 1-1 column relationship with the underlying FFT model, and use it in addition to the existing peak cache if memory is plentiful. Makes spectrograms appear much faster in many common situations.3.0-integration 2017-01-05, by Chris Cannam
- Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model)3.0-integration 2017-01-05, by Chris Cannam
- Merge in subrepo3.0-integration 2017-01-04, by Chris Cannam
- Pull out record buffer into a separate RT-ish thread3.0-integration 2017-01-04, 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
- Add record update timer (very crude this)3.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 race condition in first-time recording, where adding the recording wave model would prompt the audio play source to note that its channel count had increased (from 0 to, say, 2) and thus to cause the audio device to be reopened, stopping recording. Fix is to make this only happen if channel count increases beyond that of the device, which shouldn't happen in the recording case3.0-integration 2017-01-04, by Chris Cannam
- Report audio driver startup error3.0-integration 2017-01-04, by Chris Cannam
- Mention hybrid normalisation in changelog3.0-integration 2017-01-03, by Chris Cannam
- Avoid accidentally resetting locale to the empty string when reading pref3.0-integration 2017-01-03, by Chris Cannam
- Run update-i18n script3.0-integration 2017-01-03, by Chris Cannam
- Provisionally add labels for normalisation menu (sigh)3.0-integration 2017-01-03, by Chris Cannam
- Add help icon, + update subrepo3.0-integration 2017-01-03, by Chris Cannam
- Some copyright dates and build adjustments3.0-integration 2017-01-03, by Chris Cannam
- Next actual release will be 3.0-beta13.0-integration 2017-01-03, by Chris Cannam
- Store/recall colours by hex name; simpler and more general (was having trouble with reloading on Mac). Also update subrepos inc PortAudio build3.0-integration 2017-01-03, by Chris Cannam
- Merge3.0-integration 2017-01-03, by Chris Cannam
- Fix to removal of icons from menus on the Mac3.0-integration 2017-01-03, by Chris Cannam
- Fix accidental breakage of PNG export while adding SVG export3.0-integration 2017-01-03, by Chris Cannam
- Try to handle audio device selection more sensibly in cases where only one audio implementation is compiled in3.0-integration 2017-01-03, by Chris Cannam
- Don't show icons on menus in OSX3.0-integration 2017-01-03, by Chris Cannam
- Minor tweak3.0-integration 2017-01-03, by Chris Cannam
- Fix some compiler warnings3.0-integration 2017-01-03, by Chris Cannam
- Update some subrepos3.0-integration 2017-01-03, by Chris Cannam
- Fix erroneous use of single-colour setting to determine dark/light background when in segmentation mode3.0-integration 2016-12-20, by Chris Cannam
- Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it3.0-integration 2016-12-20, 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
- A useful simplification in rate handling: don't reset to 0 when last model goes3.0-integration 2016-12-17, by Chris Cannam
- Fix incorrect initial display levels in LevelPanWidget3.0-integration 2016-12-16, by Chris Cannam
- Add overview colour preference3.0-integration 2016-12-16, by Chris Cannam
- Start updating changelog for 3.03.0-integration 2016-12-16, by Chris Cannam
- Support mouse wheel on level-pan tool button3.0-integration 2016-12-16, by Chris Cannam
- Add swatches to colour map combo (optionally, as it turns out they are quite visually distracting)3.0-integration 2016-12-16, by Chris Cannam
- Introduce a colour map combo too. Doesn't yet have swatches3.0-integration 2016-12-16, by Chris Cannam
- Take advantage of the fact that a group layout is now always used, to simplify code3.0-integration 2016-12-16, by Chris Cannam
- Introduce colour combobox class, to replace ad-hoc code in property box3.0-integration 2016-12-16, by Chris Cannam
- Windows build fixes3.0-integration 2016-12-16, by Chris Cannam
- Adjust spacing in property box3.0-integration 2016-12-15, by Chris Cannam
- Merge from branch levelpanwidget3.0-integration 2016-12-15, by Chris Cannam
- Some adjustments to make view elements clearer and more correctly sized, especially on hidpi (non-pixel-doubling) systemslevelpanwidget 2016-12-15, by Chris Cannam
- Retina thumbwheelslevelpanwidget 2016-12-15, by Chris Cannam
- Rejig preferences dialog to make it a bit less cumbersomelevelpanwidget 2016-12-15, by Chris Cannam
- Property box layout fixes etclevelpanwidget 2016-12-15, by Chris Cannam
- When the window is actually being closed, we need to close the prefs quickly (otherwise we get a crash on Mac)levelpanwidget 2016-12-15, by Chris Cannam
- Make play params area of property box look a bit better on OSXlevelpanwidget 2016-12-15, by Chris Cannam
- Small OSX fixeslevelpanwidget 2016-12-15, by Chris Cannam
- Moving around some UI bitslevelpanwidget 2016-12-15, by Chris Cannam
- Update to current bqresample API3.0-integration 2016-12-15, by Chris Cannam
- Merge from branch 3.0-integrationlevelpanwidget 2016-12-14, by Chris Cannam
- Play-selection fix, and some other subrepo updates3.0-integration 2016-12-14, by Chris Cannam
- Fix some compiler problems3.0-integration 2016-12-13, 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
- Explanatory text3.0-integration 2016-12-13, by Chris Cannam
- Subrepo updates3.0-integration 2016-12-13, by Chris Cannam
- Update to use bqvec allocator for float vectors3.0-integration 2016-12-13, by Chris Cannam
- Minor comment tweaks3.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
- Remove unused signal3.0-integration 2016-12-12, by Chris Cannam
- Jump to start when recording, so you can see something is happening3.0-integration 2016-12-12, by Chris Cannam
- Open record container folder instead of record folder (so you can see all existing recordings, no matter when they were made)3.0-integration 2016-12-12, by Chris Cannam
- Minor tidy3.0-integration 2016-12-12, by Chris Cannam
- Fix race condition (in creating buffers vs starting process thread) and failure to reopen device in PortAudio driver3.0-integration 2016-12-12, by Chris Cannam
- Avoid overflowing vector if number of devices becomes smaller3.0-integration 2016-12-12, by Chris Cannam
- Merge3.0-integration 2016-12-12, by Chris Cannam
- Reopen the audio device directly when preference is changed3.0-integration 2016-12-12, by Chris Cannam
- Some hackery toward having a zoomlevel typezoom 2016-12-12, by Chris Cannam
- Build fix in bqvec3.0-integration 2016-12-12, by Chris Cannam
- Subrepo update3.0-integration 2016-12-12, by Chris Cannam
- A bit more slack; make debug be off by default3.0-integration 2016-12-09, 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
- Debug additionbqresample 2016-12-09, by Chris Cannam
- Fixes to sample rate and latency handlingbqresample 2016-12-09, by Chris Cannam
- Some fixes to sample rate managementbqresample 2016-12-09, by Chris Cannam
- Update to reflect bqresample API changebqresample 2016-12-09, by Chris Cannam
- Fixes to (and debug output in!) ResamplerWrapperbqresample 2016-12-07, by Chris Cannam
- Add a ResamplerWrapperbqresample 2016-12-07, by Chris Cannam
- Update subrepobqresample 2016-12-07, by Chris Cannam
- Merge from branch bqaudioiobqresample 2016-12-07, by Chris Cannam
- Merge from branch bqresamplebqaudioio 2016-12-07, by Chris Cannam
- Audio device selectionbqresample 2016-12-07, by Chris Cannam
- Fix incorrect return to Pulse when too few samples available (caused play hang)bqresample 2016-12-06, by Chris Cannam
- Update for bqaudioio changesbqresample 2016-12-06, by Chris Cannam
- Add faders svglevelpanwidget 2016-12-06, by Chris Cannam
- Some work on play parameters and level controls in property boxlevelpanwidget 2016-12-06, by Chris Cannam
- Switch to level-pan tool button in property boxlevelpanwidget 2016-12-06, by Chris Cannam
- Introduce level-pan widget to property boxlevelpanwidget 2016-12-05, by Chris Cannam
- Merge from branch 3.0-integrationlevelpanwidget 2016-12-05, by Chris Cannam
- Start pruning other resampler logic than bqresamplebqresample 2016-12-05, by Chris Cannam
- Remove resampler quality option (#1760)3.0-integration 2016-12-05, by Chris Cannam
- Remove full-screen entry on OSX (#1759: SV's full-screen mode interacts badly with OSX full-screen mode)3.0-integration 2016-12-05, by Chris Cannam
- Start incorporating level-pan widgetslevelpanwidget 2016-12-05, by Chris Cannam
- Another use of WidgetScalemore-hidpi 2016-12-05, by Chris Cannam
- Some icon updatesmore-hidpi 2016-12-05, by Chris Cannam
- Scale the sizes of a few more UI elementsmore-hidpi 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
- Update dependency builds for OSX3.0-integration 2016-11-30, by Chris Cannam
- Subrepo update3.0-integration 2016-11-30, by Chris Cannam
- Delete audio I/O objects in a fixed order3.0-integration 2016-11-30, by Chris Cannam
- Bigger colour swatches for bigger fonts3.0-integration 2016-11-30, by Chris Cannam
- Always accept wheel events3.0-integration 2016-11-30, 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
- Add header required when building with FFTW on Windows3.0-integration 2016-11-28, by Chris Cannam
- Further fix to decision about when not to interpolate in ColumnOp::distribute3.0-integration 2016-11-28, by Chris Cannam
- Subrepo merge3.0-integration 2016-11-28, by Chris Cannam
- Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels.3.0-integration 2016-11-28, by Chris Cannam
- Merge3.0-integration 2016-11-25, by Chris Cannam
- Update svcore audio reader tests so as to check for truncated decode3.0-integration 2016-11-25, by Chris Cannam
- Merge from branch subdivide-instants3.0-integration 2016-11-25, by Chris Cannam
- Tidy up, with some convenient C++11ismssubdivide-instants 2016-11-25, by Chris Cannam
- Add Winnow as wellsubdivide-instants 2016-11-25, by Chris Cannam
- Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!subdivide-instants 2016-11-25, by Chris Cannam
- Fixes to mp3 decode in subrepo. Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames, fixing the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). 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). Both gleaned from madplay source code.3.0-integration 2016-11-24, by Chris Cannam
- Fix various column edge cases3.0-integration 2016-11-23, by Chris Cannam
- Ordered config -- avoid sub-builds clobbering one another3.0-integration 2016-11-22, by Chris Cannam
- Merge subrepos3.0-integration 2016-11-21, by Chris Cannam
- Merge from branch bqfft3.0-integration 2016-11-21, by Chris Cannam
- Branch to use bqfft code and remove FFTapibqfft 2016-11-21, by Chris Cannam
- Subrepo update3.0-integration 2016-11-18, by Chris Cannam
- Vamp SDK update3.0-integration 2016-11-18, by Chris Cannam
- Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)3.0-integration 2016-11-18, by Chris Cannam
- Fix path in deploy script3.0-integration 2016-11-17, by Chris Cannam
- Avoid building app bundles for helper executables3.0-integration 2016-11-17, by Chris Cannam
- Use own scaling3.0-integration 2016-11-17, by Chris Cannam
- Further column op tests and fixes3.0-integration 2016-11-17, by Chris Cannam
- Tests and fixes for distribute(). Although this version of interpolated distribution passes these tests, it isn't right visually -- the expected values in the tests are offset. To be continued.3.0-integration 2016-11-17, by Chris Cannam
- Start tests for ColumnOp (+ some resulting fixes)3.0-integration 2016-11-17, by Chris Cannam
- Ah, this version should have been 23.0-integration 2016-11-16, by Chris Cannam
- Subrepo update3.0-integration 2016-11-16, by Chris Cannam
- Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types3.0-integration 2016-11-16, by Chris Cannam
- Test fixes3.0-integration 2016-11-15, by Chris Cannam
- RealTime fixes to comply with new, more demanding tests; also run same (failing) tests on Vamp SDK version3.0-integration 2016-11-15, by Chris Cannam
- Run tests3.0-integration 2016-11-15, by Chris Cannam
- Remove some no-longer-used project files3.0-integration 2016-11-14, by Chris Cannam
- Rearrange svcore tests so they can all be built from the top level3.0-integration 2016-11-14, by Chris Cannam