log data/fileio/AudioFileReaderFactory.cpp @ 1833:21c792334c2e sensible-delimited-data-strings

age author description
Fri, 03 May 2019 13:33:53 +0100 Chris Cannam Add tests for audio file readers presented with empty or nonsense input
Wed, 23 Jan 2019 14:43:43 +0000 Chris Cannam Merge from default branch bqaudiostream
Mon, 21 Jan 2019 13:16:17 +0000 Chris Cannam Implement title/maker in wav readers; extra handling of supported-ness for file types bqaudiostream
Thu, 06 Dec 2018 12:50:28 +0000 Chris Cannam Start wiring in BQAudioStream stuff bqaudiostream
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr 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
Fri, 06 Jan 2017 09:43:40 +0000 Chris Cannam Improved debug output for file open troubleshooting 3.0-integration
Tue, 13 Dec 2016 16:06:28 +0000 Chris Cannam QuickTime file reader is no longer used on any platform and is probably rotting. Remove it 3.0-integration
Thu, 01 Dec 2016 17:45:40 +0000 Chris Cannam Add gapless preference to prefs dialog; much work on audio read tests 3.0-integration
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
Tue, 22 Nov 2016 16:40:41 +0000 Chris Cannam Debug output updates 3.0-integration
Tue, 22 Nov 2016 16:40:14 +0000 Chris Cannam Actually use the StorageAdviser output properly 3.0-integration
Wed, 02 Mar 2016 16:16:36 +0000 Chris Cannam Merge from default branch 3.0-integration
Wed, 24 Feb 2016 10:28:47 +0000 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
Mon, 15 Jun 2015 19:01:44 +0100 Chris Cannam Use in-memory cache for WAV files as well, if appropriate simple-fft-model
Mon, 15 Jun 2015 14:35:37 +0100 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
Mon, 15 Jun 2015 12:38:50 +0100 Chris Cannam Tidy simple-fft-model
Wed, 04 Mar 2015 12:01:04 +0000 Chris Cannam Introduce and use a samplerate type cxx11
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
Tue, 26 Nov 2013 13:43:31 +0000 Chris Cannam Drop toStdString, with debug header we can stream QStrings
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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 16:14:21 +0000 Chris Cannam Toward audio read tests
Sun, 01 Jul 2012 11:53:00 +0100 Chris Cannam Merge from branch "default" coreaudio_tests
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 03 Feb 2011 13:15:07 +0000 Chris Cannam * More useful error message
Thu, 18 Nov 2010 11:40:38 +0000 luisf tests for using coreaudio to read files in 64-bit mac osx coreaudio_tests
Thu, 18 Sep 2008 12:33:30 +0000 Chris Cannam * Merge revisions 1131 to 1201 from sv-rdf-import branch
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,
Sat, 01 Mar 2008 16:17:44 +0000 Chris Cannam * Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
Fri, 02 Nov 2007 16:50:31 +0000 Chris Cannam * some tweaks to improve usability of these classes in a console application
Thu, 18 Oct 2007 16:20:26 +0000 Chris Cannam * RemoteFile -> FileSource
Thu, 18 Oct 2007 15:31:20 +0000 Chris Cannam * Make RemoteFile far more pervasive, and use it for local files as well
Wed, 10 Oct 2007 15:18:02 +0000 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
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
Mon, 06 Aug 2007 14:37:59 +0000 Chris Cannam * Add QuickTime file reader class -- totally untested, shouldn't even compile
Wed, 06 Jun 2007 16:24:55 +0000 Chris Cannam * Enable threaded decoding for Ogg and MP3 files.
Thu, 24 May 2007 16:20:22 +0000 Chris Cannam * Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
Thu, 01 Mar 2007 12:15:08 +0000 Chris Cannam * Make audio file reader factory try for a reader based on the file's
Fri, 16 Feb 2007 15:47:23 +0000 Chris Cannam more debug
Fri, 17 Nov 2006 16:27:39 +0000 Chris Cannam * Update copyright notes as appropriate.
Fri, 04 Aug 2006 17:01:37 +0000 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
Mon, 31 Jul 2006 11:49:58 +0000 Chris Cannam * Reorganising code base. This revision will not compile.