summaryrefslogtreecommitdiffstats
path: root/libavutil/sha.c
Commit message (Expand)AuthorAgeFilesLines
* sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-041-2/+2
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-191-24/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-3/+3
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-3/+3
* sha: add missing includeMåns Rullgård2010-03-111-0/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+1
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-281-0/+1
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-111-1/+1
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-111-1/+2
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-301-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-07-171-40/+40
* Add SHA-2 hashingKostya Shishkov2009-07-171-6/+168
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-101-0/+237
OpenPOWER on IntegriCloud