]> git.sesse.net Git - ffmpeg/history - libavutil/md5.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavutil / md5.c
2017-01-09 Diego Biurruncrypto: consistently use size_t as type for length...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2016-03-24 Diego Biurruntestprogs: K&R formatting cosmetics
2015-08-28 Vittorio Giovaralavu: Drop deprecated context size variables
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-11 Martin Storsjöavutil: Add functions for allocating opaque contexts...
2011-07-03 Mans Rullgardmd5: cosmetics
2011-07-03 Mans Rullgardmd5: use AV_WL32 to write result
2011-07-03 Mans Rullgardmd5: include correct headers
2011-07-03 Mans Rullgardmd5: fix test program
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunAdd necessary, remove unnecessary #includes.
2008-09-15 Michael NiedermayerFix generated md5, it was wrong for some input lengths.
2008-01-30 Michael Niedermayerfixing warning
2008-01-10 Diego BiurrunFix a couple of 'return type defaults to int' and ...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-03-14 Michael Niedermayer160 bytes smaller object file, ask gcc devels why
2007-03-14 Michael Niedermayerexplain where the T table comes from
2007-03-13 Michael Niedermayercosmetic (order context variables like in sha1)
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