Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / test_libFLAC / decoders.c
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
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-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-09 Josh Coalsoncheck return value of FLAC__stream_decoder_finish()
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
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
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-07-16 Josh Coalsonadd method for skipping an audio frame, plus tests
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-30 Josh Coalsonfix bug in read callback where *bytes was not being...
2003-01-10 Josh Coalsonaugment unit tests to test for correctness with unknown...
2003-01-10 Josh Coalsonmove common stuff into metadata_utils
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonfix problem with uninitialized data from valgrind
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-16 Josh Coalsonfinish CUESHEET tests
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-08-27 Josh Coalsonminor formatting
2002-08-25 Josh Coalsonupdate tests to reflect addition of vorbis comment...
2002-08-03 Josh Coalsonbetter state reporting
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-01 Josh Coalsonnew funcs for getting underlying decoder layer states
2002-06-14 Josh Coalsonminor changes in anticipation of release
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonrename directory test_unit to test_libFLAC