log data/fileio/AudioFileReaderFactory.cpp @ 1184:e5a1d815f331 3.0-integration

age author description
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-06-15 Chris Cannam Use in-memory cache for WAV files as well, if appropriate 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 Tidy simple-fft-model
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
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-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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 Toward audio read tests
2012-07-01 Chris Cannam Merge from branch "default" coreaudio_tests
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-02-03 Chris Cannam * More useful error message
2010-11-18 luisf tests for using coreaudio to read files in 64-bit mac osx coreaudio_tests
2008-09-18 Chris Cannam * Merge revisions 1131 to 1201 from sv-rdf-import branch
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-01 Chris Cannam * Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2007-10-18 Chris Cannam * RemoteFile -> FileSource
2007-10-18 Chris Cannam * Make RemoteFile far more pervasive, and use it for local files as well
2007-10-10 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
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-08-06 Chris Cannam * Add QuickTime file reader class -- totally untested, shouldn't even compile
2007-06-06 Chris Cannam * Enable threaded decoding for Ogg and MP3 files.
2007-05-24 Chris Cannam * Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
2007-03-01 Chris Cannam * Make audio file reader factory try for a reader based on the file's
2007-02-16 Chris Cannam more debug
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.