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

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 06 Mar 2017 17:37:23 +0000 Chris Cannam Fix some one-off memory leaks (including distracting ones in tests)
Mon, 06 Mar 2017 17:23:46 +0000 Chris Cannam Some bits and bobs to do with handling memory pressure
Thu, 12 Jan 2017 17:29:59 +0000 Chris Cannam Fix (I think) crash on exit on Windows having loaded an mp3 3.0-integration
Mon, 09 Jan 2017 13:51:39 +0000 Chris Cannam Further win32 build updates 3.0-integration
Fri, 06 Jan 2017 20:51:47 +0000 Chris Cannam Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api 3.0-integration
Fri, 06 Jan 2017 16:40:11 +0000 Chris Cannam Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration
Fri, 06 Jan 2017 15:44:55 +0000 Chris Cannam More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos 3.0-integration
Fri, 06 Jan 2017 09:50:13 +0000 Chris Cannam Untabify some more 3.0-integration
Fri, 06 Jan 2017 09:43:40 +0000 Chris Cannam Improved debug output for file open troubleshooting 3.0-integration
Tue, 03 Jan 2017 13:04:47 +0000 Chris Cannam Fix printf format 3.0-integration
Tue, 03 Jan 2017 11:55:29 +0000 Chris Cannam Fix some compiler warnings 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 17:09:07 +0000 Chris Cannam Another check to ensure sync error suppressed at eof 3.0-integration
Tue, 29 Nov 2016 16:45:29 +0000 Chris Cannam Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start) mp3-gapless
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
Thu, 24 Nov 2016 17:06:31 +0000 Chris Cannam Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay. 3.0-integration
Thu, 24 Nov 2016 13:38:45 +0000 Chris Cannam Do that only for the first frame 3.0-integration
Thu, 24 Nov 2016 13:32:04 +0000 Chris Cannam Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code. 3.0-integration
Wed, 23 Nov 2016 14:51:03 +0000 Chris Cannam Tag load diagnostic 3.0-integration
Wed, 23 Nov 2016 12:05:53 +0000 Chris Cannam More error reporting updates 3.0-integration
Tue, 22 Nov 2016 16:40:41 +0000 Chris Cannam Debug output updates 3.0-integration
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 15:54:56 +0100 Chris Cannam MSVC build fixes msvc2015_64
Thu, 25 Feb 2016 13:02:57 +0000 Chris Cannam ...commented out
Thu, 25 Feb 2016 13:02:46 +0000 Chris Cannam Debug
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
Wed, 03 Sep 2014 13:06:13 +0100 Chris Cannam Fix some uninitialised values (from coverity scan)
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:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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
Fri, 19 Mar 2010 12:21:59 +0000 Chris Cannam * Some sketchy track lookup code
Fri, 11 Sep 2009 11:41:22 +0000 Chris Cannam * fix for solaris
Fri, 12 Dec 2008 15:33:28 +0000 Chris Cannam * remove some output
Fri, 12 Dec 2008 14:38:10 +0000 Chris Cannam * Use FileFinder to find audio source referred to in an RDF document,
Mon, 08 Dec 2008 11:53:10 +0000 Chris Cannam * Ensure text models are exported with text properties in RDF, and
Fri, 28 Nov 2008 15:45:20 +0000 Chris Cannam * Much more sensible pane layouts, etc., when loading RDF; also offer
Tue, 29 Apr 2008 09:44:44 +0000 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
Wed, 26 Mar 2008 14:35:03 +0000 Chris Cannam * Fix hang when using more than one consecutive coded audio file reader in
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
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Thu, 07 Feb 2008 12:35:43 +0000 Chris Cannam * Attempt to fix crash caused by race condition on threaded file decode
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource
Fri, 30 Nov 2007 17:31:09 +0000 Chris Cannam * Skip ID3 block when reading MP3 files (so long as ID3 support is included)
Sun, 11 Nov 2007 20:31:12 +0000 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
Fri, 09 Nov 2007 17:46:58 +0000 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
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
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.