log data/fileio/CodedAudioFileReader.cpp @ 1332:b1a7f4554400 svg

age author description
2016-12-15 Chris Cannam Update to current bqresample API 3.0-integration
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-12-09 Chris Cannam Fix compiler warnings 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-25 Chris Cannam Merge 3.0-integration
2016-11-25 Chris Cannam Don't always print these 3.0-integration
2016-11-23 Chris Cannam A bit more diagnostic info 3.0-integration
2016-11-23 Chris Cannam More diagnostic output 3.0-integration
2016-11-23 Chris Cannam Avoid potentially trying to allocate negative-sized vector! 3.0-integration
2016-11-22 Chris Cannam Debug output updates 3.0-integration
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-01-07 Chris Cannam Merge from default branch simple-fft-model
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-06-16 Chris Cannam Fix a cache-related dumbitude simple-fft-model
2015-06-15 Chris Cannam Smooth signal flow through from file to fft model 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 Rework audio file reader API to prefer using std containers simple-fft-model
2015-03-11 Chris Cannam Fix buffer overwrite in normalised case cxx11
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-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 Remove some debug out tonioni
2014-06-13 Chris Cannam Add normalise preference and take it into account in WaveFileModel tonioni
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-03-08 Chris Cannam More refinement in audiofile read tests and implementation
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
2013-03-08 Chris Cannam Toward audio read tests
2013-03-07 Chris Cannam If a reader doesn't provide a file sample rate, blow up -- don't just assume
2012-07-01 Chris Cannam Merge from branch "default" coreaudio_tests
2012-03-05 Chris Cannam Patch for compilation with gcc-4.7, from Michel Alexandre Salim
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
2010-11-18 luisf tests for using coreaudio to read files in 64-bit mac osx coreaudio_tests
2009-07-07 Chris Cannam * comment out debug line
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)
2009-01-22 Chris Cannam * Make Colour3DPlotLayer::paintDense much faster (but still not fast
2008-12-12 Chris Cannam * Use FileFinder to find audio source referred to in an RDF document,
2008-04-29 Chris Cannam * Fix deadlock in Serialiser
2008-04-24 Chris Cannam * Fix progress reporting on audio file resample
2008-03-26 Chris Cannam * Fix hang when using more than one consecutive coded audio file reader in
2008-03-01 Chris Cannam * Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
2008-02-07 Chris Cannam * Attempt to fix crash caused by race condition on threaded file decode
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2007-10-25 Chris Cannam * correct frame count in cache-in-memory
2007-10-22 Chris Cannam * Some export fixes, and avoid clipping on resampling on import
2007-10-05 Chris Cannam * Add support for remote files to image layer
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-06-08 Chris Cannam * FFT: fix invalid write of normalisation factor in compact mode of disc cache
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
2006-10-17 Chris Cannam ...
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.