summaryrefslogtreecommitdiff
path: root/libavutil/md5.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-28
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* md5: cosmeticsMans Rullgard2011-07-03
* md5: use AV_WL32 to write resultMans Rullgard2011-07-03
* md5: include correct headersMans Rullgard2011-07-03
* md5: fix test programMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-11
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
* fixing warningMichael Niedermayer2008-01-30
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* main() --> main(void)Diego Biurrun2007-11-23
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-14
* explain where the T table comes fromMichael Niedermayer2007-03-14
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-13
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-13
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-13
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-13
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add proper LGPL header.Diego Biurrun2006-07-05
* spelling typoDiego Biurrun2006-07-05
* fix endianess build in a better wayLuca Barbato2006-07-03
* big endian fixLuca Barbato2006-07-03
* 1l: put that int i backMåns Rullgård2006-07-02
* kill warningsMåns Rullgård2006-07-02
* cast pointers to make compiler happyIvo van Poorten2006-07-02
* md5 supportMichael Niedermayer2006-07-01