MSVC version patch from Janne Hyvärinen <cse@sci.fi>.
[platform/upstream/flac.git] / src / test_seeking /
2013-04-01 Erik de Castro LopoPurge FLAC__STRINGS_IN_UTF8 from VC project files.
2013-03-29 Erik de Castro LopoAdd CLEANFILES to relevant Makefile.am to force removal...
2013-03-29 Erik de Castro LopoRename _flac_stat to flac_stat_s.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2013-03-17 Erik de Castro LopoMore Microsoft Visual Studio project file updates.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-10 Erik de Castro LopoPurge old un-maintained MSVC 6 project files.
2013-03-05 Erik de Castro LopoFix compiler warnings from new compiler flags.
2013-01-02 Erik de Castro LopoFix VC project files to use /objs/ directory instead...
2013-01-02 Erik de Castro LopoFix all Makefile.lite to use /objs/ directory instead...
2013-01-02 Hendricks266Fix building with MSYS and MinGW(-w64); Improve Makefil...
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-11-13 Erik de Castro LopoReplace printfs with "%s" format strings with puts.
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-13 Erik de Castro LopoFix -Werror=format-security errors.
2012-02-05 Erik de Castro LopoPurge MINGW_WINSOCK_LIBS config variable.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from David Yeo to conditionally include <inttypes.h>.
2012-02-01 Erik de Castro LopoFix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro LopoFix a bunch of printf format warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-09-14 Josh Coalsonupdate Makefile.lite system to work on x86_64 linux
2008-06-03 Josh Coalsonremove VCWebDeploymentTool item for better proj compati...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonmake SIGINT only stop the current mode, not the whole run
2007-09-09 Josh Coalsonbetter handling for OSs with small RAND_MAX (SF#1783630...
2007-08-01 Josh Coalsonmore mingw fixes
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-07-16 Josh Coalsonimprovements to compile/link options
2007-07-11 Josh Coalsonadd vcproj files to EXTRA_DIST
2007-06-20 Josh Coalsonfix windows bugs
2007-06-19 Josh Coalsonfix mem leaks and open files
2007-06-16 Josh Coalsonadd support for reading the raw pcm samples so that...
2007-02-22 Josh Coalson*** empty log message ***
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-13 Josh Coalsonfix minor leaks
2007-02-04 Josh Coalsonadd debugging defines with /D
2007-02-02 Josh Coalsonadd 2007 copyright
2006-11-17 Josh Coalsonfixes from MSVC compile
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-16 Josh Coalsonadd argument to test_seeking to accept #samples in...
2006-11-14 Josh Coalsonfixes from MSVC6
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-04 Josh Coalsonadd multiple read modes to simulate different seeking...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-03 Josh Coalsonminor bug fix in argc checking
2006-09-16 Josh Coalsonfix recovery logic when seek fails
2006-09-15 Josh Coalsonin FLAC tester, process til end-of-stream before seek...
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-07-09 Josh Coalsonminor EMX fix
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-02-04 Josh Coalsonfix bug in random sampling
2005-02-02 Josh Coalsonbetter randomness on MSVC
2005-02-01 Josh Coalsonneed /D "FLAC__HAS_OGG" for ogg seek tests to work
2005-01-30 Josh Coalsonfix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
2005-01-27 Josh Coalsonadd missing decoder finish calls
2005-01-26 Josh Coalsonimprove to test seeking beyond end-of-stream
2005-01-25 Josh Coalsonmerge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEA...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonconditionalized linking with libOggFLAC
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-10-01 Josh Coalsonadd explicit path to libogg
2004-09-26 Josh Coalsonfor the first 20 seeks, always seek to the first and...
2004-09-21 Josh Coalsoninitial import