Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / test_libFLAC++ / metadata_manip.cpp
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-06 Erik de Castro LopoLarge patch from Ben Allison fixing the MSVC build.
2013-03-05 Erik de Castro LopoFix compiler warnings from new compiler flags.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-02-05 Erik de Castro LopoMemory and fd leak fixes - ID: 3436668
2012-02-04 Erik de Castro LopoPatch from JonY to remove more CPP hackery.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-02-13 Josh Coalsonfix minor leaks
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2006-11-21 Josh Coalsonfix bug where test would fail if libFLAC not built...
2006-11-20 Josh Coalsonfixes based on valgrind run
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac to...
2006-11-09 Josh Coalsonminor syntax
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-10 Josh Coalsonminor comments
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-09-23 Josh Coalsonadd number-of-colors field to PICTURE metadata block
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-16 Josh Coalsonminor comments
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-21 Josh Coalsonadd test for new form of get_tags()
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-16 Josh Coalsontempfile only needs to be opened with wb, not w+b
2004-07-15 Josh Coalsonadd libFLAC++ equivalent callback-based chain reading...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-28 Josh Coalsonfix memory leaks and uninitialized data
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-30 Josh Coalsonwork related to moving some file utils into the new...
2002-10-16 Josh Coalsonrename .cc files to .cpp since I can find no way to...