Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-05Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'Clément Bœsch
2017-01-09crypto: consistently use size_t as type for length parametersDiego Biurrun
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-10-18avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2015-02-19avutil/sha: Protect macro arguments with ()Michael Niedermayer
2013-09-11lavu/sha: Fully unroll the transform function loopsJames Almer
2013-08-11avutil/sha:make const tables static constMichael Niedermayer
2013-06-02avutil/sha: reorder Maj argumentsMichael Niedermayer
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-28lavu: keep context size variablesMichael Niedermayer
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-11sha: change loop condition to be tighter.Michael Niedermayer
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-03-11sha: add missing includeMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-28Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos
2010-02-11Simplify expression as suggested by Måns RullgårdKostya Shishkov
2010-02-11Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov
2009-07-31Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun
2009-07-17cosmetics: reindent after last commitKostya Shishkov
2009-07-17Add SHA-2 hashingKostya Shishkov
2009-07-10Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov