]> git.sesse.net Git - ffmpeg/history - libavutil/sha.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavutil / sha.c
2017-01-09 Diego Biurruncrypto: consistently use size_t as type for length...
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2015-08-28 Vittorio Giovaralavu: Drop deprecated context size variables
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-11 Martin Storsjöavutil: Add functions for allocating opaque contexts...
2012-02-13 Diego BiurrunMove some conditionally used variables into the block...
2011-07-04 Kostya Shishkovsha: use AV_RB32() instead of assuming buffer can be...
2011-04-19 Anton Khirnovlavu: remove disabled sha1 cruft.
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-11 Måns Rullgårdsha: add missing include
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-02-28 Carl Eugen HoyosInclude sha1.h from sha.c: It contains several prototypes.
2010-02-11 Kostya ShishkovSimplify expression as suggested by Måns Rullgård
2010-02-11 Kostya ShishkovMake SHA digest function write digest value with AV_WN3...
2009-07-30 Diego BiurrunMark conditionally used variable T2 as av_unused; avoid...
2009-07-17 Kostya Shishkovcosmetics: reindent after last commit
2009-07-17 Kostya ShishkovAdd SHA-2 hashing
2009-07-10 Kostya ShishkovPrepare SHA code to handle SHA-2 as well. For now renam...