summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-11lavu/sha: Fully unroll the transform function loopsJames Almer1-48/+67
2013-08-11avutil/sha:make const tables static constMichael Niedermayer1-1/+1
2013-06-02avutil/sha: reorder Maj argumentsMichael Niedermayer1-1/+1
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer9-11/+20
2013-05-04avutil: Add av_cold attributes to init functions missing themDiego Biurrun9-11/+20
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-10-28lavu: keep context size variablesMichael Niedermayer9-21/+4
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer18-25/+99
2012-10-11avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö10-5/+78
2012-10-11sha: change loop condition to be tighter.Michael Niedermayer1-2/+2
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-192/+132
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun3-3/+4
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-351/+1614
2011-07-04sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov1-2/+2
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer15-133/+29
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov3-82/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-03-11sha: add missing includeMåns Rullgård1-0/+1
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-02-28Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos1-0/+1
2010-02-11Simplify expression as suggested by Måns RullgårdKostya Shishkov1-1/+1
2010-02-11Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov1-1/+2
2009-07-30Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun1-1/+1
2009-07-17cosmetics: reindent after last commitKostya Shishkov1-40/+40
2009-07-17Add SHA-2 hashingKostya Shishkov2-7/+169
2009-07-10Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov4-19/+103