summaryrefslogtreecommitdiff
path: root/libavutil/sha.c
Commit message (Expand)AuthorAge
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | lavu: keep context size variablesMichael Niedermayer2012-10-28
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\|
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* | sha: change loop condition to be tighter.Michael Niedermayer2012-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-04
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-21
|\|
| * lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* 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