log data/fileio/CodedAudioFileReader.h @ 1886:f803d3c33f76 tip

age author description
2020-05-14 Chris Cannam Use cancellable serialiser; add some more profiling points
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
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
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 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-23 Chris Cannam A bit more diagnostic info 3.0-integration
2016-11-23 Chris Cannam More diagnostic output 3.0-integration
2015-06-15 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
2015-06-15 Chris Cannam Tidy simple-fft-model
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-03-04 Chris Cannam Replace the get*Frames calls in AudioFileReader with less stupid API cxx11
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-11-14 Chris Cannam Provide access to local filename
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-06-13 Chris Cannam Add normalised option to CodedAudioFileReader tonioni
2013-07-17 Chris Cannam Rename Resampling- to DecodingWavFileReader, and use it whenever we have an audio file that is not quickly seekable using libsndfile. Avoids very slow performance when analysing ogg files.
2013-03-08 Chris Cannam Better general approach
2013-03-08 Chris Cannam More on tests, and not the right way to do it with end of resampled file
2009-02-04 Chris Cannam * throw (but do not yet catch!) exception when running out of disc space
2009-02-04 Chris Cannam * Thread safety (fixing a crash)
2008-01-04 Chris Cannam * better progress reporting in FileSource
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-08-24 Chris Cannam * Revert revision 713. We do like QStrings after all.
2007-08-09 Chris Cannam * change some QStrings to std::strings etc
2007-05-24 Chris Cannam * Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.