aboutsummaryrefslogtreecommitdiff
path: root/libavutil/sha.c
AgeCommit message (Expand)Author
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-11avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2011-07-04sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård
2010-03-11sha: add missing includeMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-28Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos
2010-02-11Simplify expression as suggested by Måns RullgårdKostya Shishkov
2010-02-11Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov
2009-07-30Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun
2009-07-17cosmetics: reindent after last commitKostya Shishkov
2009-07-17Add SHA-2 hashingKostya Shishkov
2009-07-10Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov