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
2015-02-17avutil/aes: Add () to protect the ROT() argumentsMichael Niedermayer
2015-01-28avutil/aes: Rename crypt()Michael Niedermayer
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
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ö
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-12-05Add coverage exclusions for test code.Reimar Döffinger
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04aes: allow unaligned input and output buffersMans Rullgard
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03aes: fix for big endian systemsMans Rullgard
2011-07-03aes: fix invalid array indexing in init codeMans Rullgard
2011-07-03aes: use direct assignments instead of memcpy() or loopsMans Rullgard
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30aes: whitespace cosmeticsMans Rullgard
2011-06-30aes: improve test program and add fate testMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-05aes: fix array index out of bounds warningMåns Rullgård
2010-07-02Make mix function more readable.Reimar Döffinger
2010-06-30Change AES code to be strict-aliasing-safe.Reimar Döffinger
2010-06-28Pass subshift an argument of the proper type.Reimar Döffinger
2010-06-28Use a consistent type for multbl array function parameters.Reimar Döffinger
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-03-20Make AES test program compile again: Setting the av_log_level variableDiego Biurrun
2009-01-28Add "const" to AES function arguments where possible without generatingReimar Döffinger
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-01-09Fix test program compilation, random() needs to be undefined.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-18Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger
2007-07-02Move comment to a slightly better place.Diego Biurrun
2007-05-13correct last element inited checkMichael Niedermayer
2007-02-11make key parameter constBaptiste Coudurier
2007-01-1710l (aes_crypt -> av_aes_crypt)Michael Niedermayer
2007-01-16fix CONFIG_SMALL againMichael Niedermayer
2007-01-1630byte smaller object fileMichael Niedermayer
2007-01-16cbc supportMichael Niedermayer
2007-01-16avoid memcpy()Michael Niedermayer
2007-01-16give crypt a src and dstMichael Niedermayer
2007-01-16change subshift a little, this reduces the object size a litlleMichael Niedermayer
2007-01-16use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer
2007-01-16remove useless parameterMichael Niedermayer
2007-01-16unused variableMichael Niedermayer
2007-01-15merge shift into mixMichael Niedermayer
2007-01-15make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer