| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\ |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | lavu: keep context size variables | Michael Niedermayer | 2012-10-28 | 1 | -2/+0 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -0/+8 |
|\| |
|
| * | avutil: Add functions for allocating opaque contexts for algorithms | Martin Storsjö | 2012-10-11 | 1 | -0/+8 |
* | | sha: change loop condition to be tighter. | Michael Niedermayer | 2012-10-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-14 | 1 | -1/+2 |
|\| |
|
| * | Move some conditionally used variables into the block where they are used. | Diego Biurrun | 2012-02-13 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -2/+2 |
|\| |
|
| * | sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t* | Kostya Shishkov | 2011-07-04 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 1 | -24/+0 |
|\| |
|
| * | lavu: remove disabled sha1 cruft. | Anton Khirnov | 2011-04-19 | 1 | -24/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | 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 |