test/*.sh : Fix MALLOC_PERTURB initialization.
[platform/upstream/flac.git] / src / test_libFLAC /
2013-05-26 Erik de Castro LopoSet version to 1.3.0 and update coyprights throughout.
2013-04-07 Erik de Castro LopoFor windows, make UTF-8 mode into a runtime choice.
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2013-04-01 Erik de Castro LopoPurge FLAC__STRINGS_IN_UTF8 from VC project files.
2013-04-01 Erik de Castro LopoEnable utf8 I/O stuff when compiling with MinGW.
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-29 Erik de Castro Loposrc/test_libFLAC/decoders.c : Minor improvement.
2013-03-19 Erik de Castro LopoReplace broken str* functions with safe versions.
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-12-04 Miroslav LichvarHide symbols with gcc.
2012-06-22 Erik de Castro LopoMove all definitions of FLAC__U64L to one place.
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-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
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 JonY to suppress redefinition warnings with...
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-12 Josh Coalsonfix compiler warning
2007-08-01 Josh Coalsonmore mingw fixes
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-07-25 Josh Coalsonprototype-related fixes
2007-07-16 Josh Coalsonimprovements to compile/link options
2007-07-11 Josh Coalsonadd vcproj files to EXTRA_DIST
2007-03-30 Josh Coalsonadd FLAC__format_sample_rate_is_subset()
2007-02-22 Josh Coalson*** empty log message ***
2007-02-13 Josh Coalsonfix minor leaks
2007-02-04 Josh Coalsonadd debugging defines with /D
2007-02-04 Josh Coalson*** empty log message ***
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...
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
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-16 Josh Coalsonwrite encoded stream to actual file to improve testing
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac to...
2006-11-14 Josh Coalsonfixes from MSVC6
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-09 Josh Coalsonadd a boolean return value to FLAC__stream_encoder_fini...
2006-11-09 Josh Coalsoncheck return value of FLAC__stream_decoder_finish()
2006-11-09 Josh Coalsonminor syntax
2006-11-08 Josh Coalsonminor fixes to linked libs
2006-11-03 Josh Coalsonadd FLAC__stream_encoder_set_compression_level()
2006-10-18 Josh Coalsonmore fixes for ogg support
2006-10-16 Josh Coalsonremove now-obsolete libOggFLAC stuff
2006-10-15 Josh Coalsonchange "bytes" parameter of all encoder write callbacks...
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 Coalsonlink libogg if necessary
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-08-28 Josh Coalsonfix #include for off_t
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-10 Josh Coalsonfix compiler warnings
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-09-09 Josh Coalsonfix vorbiscomment entry validity tests to match better...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-01-30 Josh Coalsonfix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-07-16 Josh Coalsonadd method for skipping an audio frame, plus tests
2004-07-16 Josh Coalsontempfile only needs to be opened with wb, not w+b
2004-07-15 Josh Coalsonminor comments
2004-07-15 Josh Coalsonadd tests of mismatched read/write protections in chain...
2004-07-14 Josh Coalsonfix uninitialized variable error turned up by valgrind
2004-07-14 Josh Coalsonadd tests for callback-based chain reading/writing
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-30 Josh Coalsonfix bug in read callback where *bytes was not being...
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-02-07 Matt ZimmermanBuild libtool archives instead of plain .a archives...
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
next