summaryrefslogtreecommitdiffstats
path: root/libavutil/md5.c
Commit message (Expand)AuthorAgeFilesLines
* fixing warningMichael Niedermayer2008-01-301-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-1/+3
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-11/+11
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-141-5/+6
* explain where the T table comes fromMichael Niedermayer2007-03-141-1/+1
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-131-1/+1
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-131-0/+1
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-131-14/+6
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-131-10/+10
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add proper LGPL header.Diego Biurrun2006-07-051-1/+14
* spelling typoDiego Biurrun2006-07-051-1/+1
* fix endianess build in a better wayLuca Barbato2006-07-031-7/+4
* big endian fixLuca Barbato2006-07-031-0/+4
* 1l: put that int i backMåns Rullgård2006-07-021-0/+1
* kill warningsMåns Rullgård2006-07-021-5/+5
* cast pointers to make compiler happyIvo van Poorten2006-07-021-4/+3
* md5 supportMichael Niedermayer2006-07-011-0/+170
OpenPOWER on IntegriCloud