summaryrefslogtreecommitdiff
path: root/libavutil/sha.c
Commit message (Expand)AuthorAge
* sha: add missing includeMåns Rullgård2010-03-11
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-11
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-11
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-30
* cosmetics: reindent after last commitKostya Shishkov2009-07-17
* Add SHA-2 hashingKostya Shishkov2009-07-17
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10