log data/fileio/CodedAudioFileReader.cpp @ 1638:b57a75aa5ae3 single-point

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-05-15 Chris Cannam Fix some compiler warnings
2017-03-07 Chris Cannam Debug output
2017-03-06 Chris Cannam Some bits and bobs to do with handling memory pressure
2017-02-21 Chris Cannam Fix occasional off-by-one error in resampled audio file reader
2017-01-10 Chris Cannam Win32 fixes 3.0-integration
2017-01-10 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