log data/fileio/CodedAudioFileReader.h @ 1858:14747f24ad04

age author description
Thu, 14 May 2020 16:36:48 +0100 Chris Cannam Use cancellable serialiser; add some more profiling points
Mon, 26 Nov 2018 13:48:45 +0000 Chris Cannam Use override throughout fix-static-analysis
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
Tue, 13 Dec 2016 15:23:21 +0000 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
Fri, 09 Dec 2016 10:24:40 +0000 Chris Cannam Update to reflect bqresample API change 3.0-integration
Mon, 05 Dec 2016 16:54:19 +0000 Chris Cannam Start pruning other resampler logic than bqresample 3.0-integration
Tue, 29 Nov 2016 13:34:51 +0000 Chris Cannam Handle trimming the padding from end as well mp3-gapless
Tue, 29 Nov 2016 12:06:49 +0000 Chris Cannam Refactor in CodedAudioFileReader in preparation for trimming at end mp3-gapless
Tue, 29 Nov 2016 11:35:56 +0000 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
Wed, 23 Nov 2016 14:34:27 +0000 Chris Cannam A bit more diagnostic info 3.0-integration
Wed, 23 Nov 2016 13:57:36 +0000 Chris Cannam More diagnostic output 3.0-integration
Mon, 15 Jun 2015 16:02:58 +0100 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
Mon, 15 Jun 2015 12:38:50 +0100 Chris Cannam Tidy simple-fft-model
Mon, 15 Jun 2015 12:19:47 +0100 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
Wed, 04 Mar 2015 12:30:41 +0000 Chris Cannam Replace the get*Frames calls in AudioFileReader with less stupid API cxx11
Wed, 04 Mar 2015 12:01:04 +0000 Chris Cannam Introduce and use a samplerate type cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Fri, 14 Nov 2014 17:23:38 +0000 Chris Cannam Provide access to local filename
Wed, 18 Jun 2014 08:34:46 +0100 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
Tue, 17 Jun 2014 14:33:42 +0100 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
Fri, 13 Jun 2014 16:03:48 +0100 Chris Cannam Add normalised option to CodedAudioFileReader tonioni
Wed, 17 Jul 2013 15:40:01 +0100 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.
Fri, 08 Mar 2013 20:05:49 +0000 Chris Cannam Better general approach
Fri, 08 Mar 2013 18:19:05 +0000 Chris Cannam More on tests, and not the right way to do it with end of resampled file
Wed, 04 Feb 2009 12:13:16 +0000 Chris Cannam * throw (but do not yet catch!) exception when running out of disc space
Wed, 04 Feb 2009 10:53:38 +0000 Chris Cannam * Thread safety (fixing a crash)
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource
Fri, 28 Sep 2007 13:56:38 +0000 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
Fri, 24 Aug 2007 11:41:48 +0000 Chris Cannam * Revert revision 713. We do like QStrings after all.
Thu, 09 Aug 2007 16:29:29 +0000 Chris Cannam * change some QStrings to std::strings etc
Thu, 24 May 2007 16:20:22 +0000 Chris Cannam * Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
Mon, 31 Jul 2006 11:49:58 +0000 Chris Cannam * Reorganising code base. This revision will not compile.