Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -3/+3 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -3/+3 |
* | sha: add missing include | Måns Rullgård | 2010-03-11 | 1 | -0/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -2/+1 |
* | Include sha1.h from sha.c: It contains several prototypes. | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Simplify expression as suggested by Måns Rullgård | Kostya Shishkov | 2010-02-11 | 1 | -1/+1 |
* | Make SHA digest function write digest value with AV_WN32 instead of assuming | Kostya Shishkov | 2010-02-11 | 1 | -1/+2 |
* | Mark conditionally used variable T2 as av_unused; avoids the warning: | Diego Biurrun | 2009-07-30 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-07-17 | 1 | -40/+40 |
* | Add SHA-2 hashing | Kostya Shishkov | 2009-07-17 | 1 | -6/+168 |
* | Prepare SHA code to handle SHA-2 as well. For now rename files and functions | Kostya Shishkov | 2009-07-10 | 1 | -0/+237 |