summaryrefslogtreecommitdiff
path: root/libavutil/aes.c
Commit message (Expand)AuthorAge
* lavu: keep context size variablesMichael Niedermayer2012-10-28
* Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-22
|\|
| * Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-21
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-11
|\|
| * aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * aes: allow unaligned input and output buffersMans Rullgard2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * aes: fix for big endian systemsMans Rullgard2011-07-03
| * aes: fix invalid array indexing in init codeMans Rullgard2011-07-03
| * aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * aes: whitespace cosmeticsMans Rullgard2011-06-30
| * aes: improve test program and add fate testMans Rullgard2011-06-30
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* aes: fix array index out of bounds warningMåns Rullgård2010-07-04
* Make mix function more readable.Reimar Döffinger2010-07-02
* Change AES code to be strict-aliasing-safe.Reimar Döffinger2010-06-30
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-28
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-28
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-28
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
* main() --> main(void)Diego Biurrun2007-11-23
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-18
* Move comment to a slightly better place.Diego Biurrun2007-07-02
* correct last element inited checkMichael Niedermayer2007-05-13
* make key parameter constBaptiste Coudurier2007-02-11
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-17
* fix CONFIG_SMALL againMichael Niedermayer2007-01-16
* 30byte smaller object fileMichael Niedermayer2007-01-16
* cbc supportMichael Niedermayer2007-01-16
* avoid memcpy()Michael Niedermayer2007-01-16
* give crypt a src and dstMichael Niedermayer2007-01-16
* change subshift a little, this reduces the object size a litlleMichael Niedermayer2007-01-16
* use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer2007-01-16
* remove useless parameterMichael Niedermayer2007-01-16
* unused variableMichael Niedermayer2007-01-16
* merge shift into mixMichael Niedermayer2007-01-15
* make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer2007-01-15
* move #include log.h into the selftesting code where it belongsMichael Niedermayer2007-01-15
* remove dependancy on *malloc()Michael Niedermayer2007-01-15
* check the last? entry written for detecting already initalized tablesMichael Niedermayer2007-01-15
* replace / by >> this makes the .o ~150 bytes smallerMichael Niedermayer2007-01-15