Large patch from Ben Allison fixing the MSVC build.
[platform/upstream/flac.git] / src / libFLAC / md5.c
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2011-08-26 David SchleefFix md5 structure clearing in previous commit
2011-08-26 Felipe ContrerasCoverity fixes
2009-01-03 Josh Coalsonremove some inlining directives
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-03-22 Josh Coalsonunroll byteSwap() loop for common case
2007-03-14 Josh Coalsonin FLAC__MD5Accumulate() optimize sample->byte packing...
2006-11-11 Josh Coalsonfix compiler warnings
2006-05-24 Josh Coalsoncomplete largefile support
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2002-12-04 Josh Coalson#include config.h
2002-11-06 Josh Coalsonmore strict typecasts
2002-09-04 Josh Coalsonincorporate miroslav's speedup for little-endian 16bps...
2002-08-01 Josh Coalsonminor formatting
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2001-07-20 Josh Coalsontweak the FLAC__INLINE macro to FLaC__INLINE to avoid...
2001-07-18 Josh Coalsonforce compiler inlining of some routines
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-03-21 Josh Coalsoncleanup whitespace
2001-01-12 Josh Coalsonadd MD5 implementation