Mercurial > hg > svcore
log data/fileio/CodedAudioFileReader.cpp @ 1667:8467bccdc403 osc-script
age | author | description |
---|---|---|
Mon, 26 Nov 2018 14:33:41 +0000 | Chris Cannam | Use nullptr throughout fix-static-analysis |
Tue, 15 May 2018 11:03:49 +0100 | Chris Cannam | Fix some compiler warnings |
Tue, 07 Mar 2017 11:48:44 +0000 | Chris Cannam | Debug output |
Mon, 06 Mar 2017 17:23:46 +0000 | Chris Cannam | Some bits and bobs to do with handling memory pressure |
Tue, 21 Feb 2017 17:42:40 +0000 | Chris Cannam | Fix occasional off-by-one error in resampled audio file reader |
Tue, 10 Jan 2017 11:08:14 +0000 | Chris Cannam | Win32 fixes 3.0-integration |
Tue, 10 Jan 2017 10:58:25 +0000 | 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 test 3.0-integration |