log data/fileio/OggVorbisFileReader.cpp @ 1441:51493540a753 streaming-csv-writer

age author description
Tue, 21 Feb 2017 21:08:14 +0000 Chris Cannam Fixes to usage of fdopen, avoiding double-close in particular
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:50:13 +0000 Chris Cannam Untabify some more 3.0-integration
Fri, 25 Nov 2016 11:33:02 +0000 Chris Cannam Don't always print these 3.0-integration
Tue, 22 Nov 2016 16:40:41 +0000 Chris Cannam Debug output updates 3.0-integration
Wed, 04 Mar 2015 19:08:21 +0000 Chris Cannam More type-size adjustments cxx11
Wed, 04 Mar 2015 12:01:04 +0000 Chris Cannam Introduce and use a samplerate type cxx11
Fri, 13 Feb 2015 13:29:44 +0000 Chris Cannam Compile fix
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:48:13 +0000 Chris Cannam Likewise, but for toLocal8Bit().data()
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
Fri, 26 Mar 2010 13:53:31 +0000 Chris Cannam * First bits of works matching
Mon, 22 Mar 2010 16:41:01 +0000 Chris Cannam * Bit more work on track composer identification
Fri, 12 Mar 2010 13:03:53 +0000 Chris Cannam * Simpler & better fix for oggz 1.1.0 compatibility
Fri, 12 Mar 2010 12:04:39 +0000 Chris Cannam * Update for oggz 1.1.0 API
Fri, 27 Feb 2009 15:58:02 +0000 Chris Cannam * update CHANGELOG, remove more debug, add .oga extension sv-v1.5pre1
Fri, 12 Dec 2008 16:13:19 +0000 Chris Cannam * minor output tweaks
Fri, 12 Dec 2008 15:33:28 +0000 Chris Cannam * remove some output
Thu, 04 Dec 2008 17:17:06 +0000 Chris Cannam * minor stuff
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
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource
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.
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
Mon, 02 Jul 2007 13:53:38 +0000 Chris Cannam * Add support for reading mp3 and Ogg file title tags
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, 12 Oct 2006 14:56:28 +0000 Chris Cannam * Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
Fri, 04 Aug 2006 17:01:37 +0000 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.
Mon, 31 Jul 2006 11:49:58 +0000 Chris Cannam * Reorganising code base. This revision will not compile.