log data/fileio/MP3FileReader.cpp @ 692:cb5eb032c28b sonification

age author description
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-03-19 Chris Cannam * Some sketchy track lookup code
2009-09-11 Chris Cannam * fix for solaris
2008-12-12 Chris Cannam * remove some output
2008-12-12 Chris Cannam * Use FileFinder to find audio source referred to in an RDF document,
2008-12-08 Chris Cannam * Ensure text models are exported with text properties in RDF, and
2008-11-28 Chris Cannam * Much more sensible pane layouts, etc., when loading RDF; also offer
2008-04-29 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
2008-03-26 Chris Cannam * Fix hang when using more than one consecutive coded audio file reader in
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
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-07 Chris Cannam * Attempt to fix crash caused by race condition on threaded file decode
2008-01-04 Chris Cannam * better progress reporting in FileSource
2007-11-30 Chris Cannam * Skip ID3 block when reading MP3 files (so long as ID3 support is included)
2007-11-11 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
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-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-07-03 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
2007-07-02 Chris Cannam * Add support for reading mp3 and Ogg file title tags
2007-06-06 Chris Cannam * Enable threaded decoding for Ogg and MP3 files.
2007-06-01 Chris Cannam * don't store fft values scaled by fftsize/2; that's a special requirement
2007-05-24 Chris Cannam * Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
2007-02-12 Chris Cannam ...
2007-02-12 Chris Cannam ...
2007-02-12 Chris Cannam ...
2007-02-12 Chris Cannam ...
2006-10-12 Chris Cannam * Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.