log data/fileio/OggVorbisFileReader.cpp @ 1582:70e172e6cc59 fix-static-analysis

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Tue, 21 Feb 2017 21:08:14 +0000 Chris Cannam Fixes to usage of fdopen, avoiding double-close in particular
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
Fri, 06 Jan 2017 09:50:13 +0000 Chris Cannam Untabify some more 3.0-integration