log data/fileio/CodedAudioFileReader.cpp @ 1766:85b9b466a59f

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
2017-01-09 Chris Cannam Further win32 build updates 3.0-integration
2016-12-15 Chris Cannam Update to current bqresample API 3.0-integration
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-12-09 Chris Cannam Fix compiler warnings 3.0-integration
2016-12-09 Chris Cannam Update to reflect bqresample API change 3.0-integration
2016-12-05 Chris Cannam Start pruning other resampler logic than bqresample 3.0-integration
2016-11-29 Chris Cannam Handle trimming the padding from end as well mp3-gapless
2016-11-29 Chris Cannam Refactor in CodedAudioFileReader in preparation for trimming at end mp3-gapless
2016-11-29 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-25 Chris Cannam Merge 3.0-integration
2016-11-25 Chris Cannam Don't always print these 3.0-integration
2016-11-23 Chris Cannam A bit more diagnostic info 3.0-integration
2016-11-23 Chris Cannam More diagnostic output 3.0-integration
2016-11-23 Chris Cannam Avoid potentially trying to allocate negative-sized vector! 3.0-integration
2016-11-22 Chris Cannam Debug output updates 3.0-integration
2016-03-02 Chris Cannam Merge from default branch 3.0-integration
2016-02-24 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
2015-01-07 Chris Cannam Merge from default branch simple-fft-model
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-06-16 Chris Cannam Fix a cache-related dumbitude simple-fft-model
2015-06-15 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
2015-06-15 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model