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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24avutil/aes: Don't use out-of-bounds indexAndreas Rheinhardt
2022-10-24avutil/aes: Don't use misaligned pointersAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-23avutil/aes: Remove duplicate includeMichael Niedermayer
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2015-10-28lavu/aes: test CBC functionalityRodger Combs
2015-10-28lavu/aes: add runtime dispatch for crypt functionRodger Combs
2015-10-28lavu/aes: move AVAES to separate internal headerRodger Combs
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-06-19avutil/aes: Fix typesMichael Niedermayer
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