| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/aes: Add () to protect the ROT() arguments | Michael Niedermayer | 2015-02-17 | 1 | -2/+2 |
* | avutil/aes: Rename crypt() | Michael Niedermayer | 2015-01-28 | 1 | -3/+3 |
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' | Michael Niedermayer | 2014-01-26 | 1 | -0/+1 |
|\ |
|
| * | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | | lavu: keep context size variables | Michael Niedermayer | 2012-10-28 | 1 | -2/+0 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -0/+7 |
|\| |
|
| * | avutil: Add functions for allocating opaque contexts for algorithms | Martin Storsjö | 2012-10-11 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
|\| |
|
| * | Replace Subversion revisions in comments by Git hashes. | Diego Biurrun | 2011-12-21 | 1 | -1/+1 |
* | | Add coverage exclusions for test code. | Reimar Döffinger | 2011-12-05 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-11 | 1 | -4/+4 |
|\| |
|
| * | aes: Avoid illegal read and don't generate more key than we use. | Alex Converse | 2011-11-10 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -15/+26 |
|\| |
|
| * | aes: allow unaligned input and output buffers | Mans Rullgard | 2011-07-04 | 1 | -15/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -20/+31 |
|\| |
|
| * | aes: fix for big endian systems | Mans Rullgard | 2011-07-03 | 1 | -1/+5 |
| * | aes: fix invalid array indexing in init code | Mans Rullgard | 2011-07-03 | 1 | -14/+22 |
| * | aes: use direct assignments instead of memcpy() or loops | Mans Rullgard | 2011-07-03 | 1 | -6/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -100/+157 |
|\| |
|
| * | aes: whitespace cosmetics | Mans Rullgard | 2011-06-30 | 1 | -87/+132 |
| * | aes: improve test program and add fate test | Mans Rullgard | 2011-06-30 | 1 | -21/+33 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | aes: fix array index out of bounds warning | Måns Rullgård | 2010-07-04 | 1 | -1/+1 |
* | Make mix function more readable. | Reimar Döffinger | 2010-07-02 | 1 | -4/+5 |
* | Change AES code to be strict-aliasing-safe. | Reimar Döffinger | 2010-06-30 | 1 | -32/+42 |
* | Pass subshift an argument of the proper type. | Reimar Döffinger | 2010-06-28 | 1 | -1/+1 |
* | Use a consistent type for multbl array function parameters. | Reimar Döffinger | 2010-06-28 | 1 | -3/+3 |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -3/+3 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -3/+4 |
* | Make AES test program compile again: Setting the av_log_level variable | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | Add "const" to AES function arguments where possible without generating | Reimar Döffinger | 2009-01-28 | 1 | -7/+7 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Fix test program compilation, random() needs to be undefined. | Diego Biurrun | 2008-01-08 | 1 | -0/+2 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Document aes init code writing on purpose beyond round_key array into state a... | Reimar Döffinger | 2007-07-18 | 1 | -0/+2 |
* | Move comment to a slightly better place. | Diego Biurrun | 2007-07-02 | 1 | -2/+2 |
* | correct last element inited check | Michael Niedermayer | 2007-05-13 | 1 | -1/+1 |
* | make key parameter const | Baptiste Coudurier | 2007-02-11 | 1 | -1/+1 |
* | 10l (aes_crypt -> av_aes_crypt) | Michael Niedermayer | 2007-01-17 | 1 | -4/+4 |
* | fix CONFIG_SMALL again | Michael Niedermayer | 2007-01-16 | 1 | -18/+8 |
* | 30byte smaller object file | Michael Niedermayer | 2007-01-16 | 1 | -3/+3 |
* | cbc support | Michael Niedermayer | 2007-01-16 | 1 | -12/+23 |
* | avoid memcpy() | Michael Niedermayer | 2007-01-16 | 1 | -4/+3 |
* | give crypt a src and dst | Michael Niedermayer | 2007-01-16 | 1 | -23/+21 |
* | change subshift a little, this reduces the object size a litlle | Michael Niedermayer | 2007-01-16 | 1 | -5/+7 |
* | use 2 state arrays so that fewer temporary variables are needed | Michael Niedermayer | 2007-01-16 | 1 | -33/+32 |
* | remove useless parameter | Michael Niedermayer | 2007-01-16 | 1 | -4/+4 |
* | unused variable | Michael Niedermayer | 2007-01-16 | 1 | -1/+1 |
* | merge shift into mix | Michael Niedermayer | 2007-01-15 | 1 | -20/+28 |
* | make aes_en/decrypt() static until we decided on the public API | Michael Niedermayer | 2007-01-15 | 1 | -5/+5 |