summaryrefslogtreecommitdiff
path: root/src/libFLAC/md5.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-031-0/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-5/+5
* libFLAC/md5.c: Clean up allocationErik de Castro Lopo2015-08-231-5/+4
* libFLAC: Add function safe_realloc_()Erik de Castro Lopo2015-08-221-2/+1
* libFLAC/md5.c: Minor formatting fixesErik de Castro Lopo2015-07-061-4/+4
* libFLAC/md5: Fix for cast-align warnings on ARM.Erik de Castro Lopo2014-06-291-37/+37
* libFLAC/md5.c : Massive refactoring of format_input_ function.Erik de Castro Lopo2014-06-291-94/+191
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-3/+3
* Fix md5 structure clearing in previous commitDavid Schleef2011-08-251-1/+1
* Coverity fixesFelipe Contreras2011-08-251-2/+3
* remove some inlining directivesJosh Coalson2009-01-031-4/+0
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-2/+9
* unroll byteSwap() loop for common caseJosh Coalson2007-03-221-7/+30
* in FLAC__MD5Accumulate() optimize sample->byte packing for common casesJosh Coalson2007-03-141-104/+184
* fix compiler warningsJosh Coalson2006-11-111-1/+0
* complete largefile supportJosh Coalson2006-05-241-4/+4
* tweaks to the MD5 routines; they need to be exported when building a windows ...Josh Coalson2004-07-231-11/+11
* #include config.hJosh Coalson2002-12-041-0/+4
* more strict typecastsJosh Coalson2002-11-061-2/+2
* incorporate miroslav's speedup for little-endian 16bps mono/stereoJosh Coalson2002-09-041-0/+13
* minor formattingJosh Coalson2002-08-011-2/+2
* massive glob of checkins: improved tests, more tests, bugfixesJosh Coalson2002-06-071-1/+1
* tweak the FLAC__INLINE macro to FLaC__INLINE to avoid conflict with autoconfJosh Coalson2001-07-201-4/+4
* force compiler inlining of some routinesJosh Coalson2001-07-181-105/+111
* revamp the ordinal typesJosh Coalson2001-06-231-14/+14
* put a FLAC__ASSERT wrapper around assert()Josh Coalson2001-05-311-1/+0
* cleanup whitespaceJosh Coalson2001-03-211-1/+1
* add MD5 implementationJosh Coalson2001-01-121-0/+293