]> git.sesse.net Git - ffmpeg/history - libavutil/md5.c
#undef printf under #ifdef TEST (needed for testing)
[ffmpeg] / libavutil / md5.c
2007-03-13 Michael Niedermayer#undef printf under #ifdef TEST (needed for testing)
2007-03-13 Michael Niedermayerborrow finalization algo from sha1 (100byte smaller)
2007-03-13 Michael Niedermayerget rid of b_used variable (same size with CONFIG_SMALL)
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-05 Diego BiurrunAdd proper LGPL header.
2006-07-05 Diego Biurrunspelling typo
2006-07-03 Luca Barbatofix endianess build in a better way
2006-07-03 Luca Barbatobig endian fix
2006-07-02 Måns Rullgård1l: put that int i back
2006-07-02 Måns Rullgårdkill warnings
2006-07-02 Ivo van Poortencast pointers to make compiler happy
2006-07-01 Michael Niedermayermd5 support