Commit History

Author SHA1 Message Date
  Derek Buitenhuis 96d616052b Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 8 years ago
  Michael Niedermayer a39e3e5e7b avutil/aes: Remove duplicate include 8 years ago
  Derek Buitenhuis 5f587b1daf Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' 8 years ago
  Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 8 years ago
  Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 8 years ago
  Rodger Combs cceed8389d lavu/aes: test CBC functionality 9 years ago
  Rodger Combs 15ff5c7215 lavu/aes: add runtime dispatch for crypt function 9 years ago
  Rodger Combs ec588db56f lavu/aes: move AVAES to separate internal header 9 years ago
  Ganesh Ajjanagadde 07d4fe3a87 avutil: use EINVAL instead of -1 for the return code of crypto related init functions 8 years ago
  Vittorio Giovara 2f9b652e8c lavu: Drop deprecated context size variables 9 years ago
  Michael Niedermayer fdbad24090 avutil/aes: Fix types 9 years ago
  Michael Niedermayer 52d1929000 avutil/aes: Add () to protect the ROT() arguments 9 years ago
  Michael Niedermayer 0d37ca150c avutil/aes: Rename crypt() 9 years ago
  Michael Niedermayer 965fa6b0d9 Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' 10 years ago
  Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 10 years ago
  Michael Niedermayer ac090fa68c lavu: keep context size variables 12 years ago
  Michael Niedermayer f391e405df Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' 12 years ago
  Martin Storsjö 9a92aea27b avutil: Add functions for allocating opaque contexts for algorithms 12 years ago
  Michael Niedermayer 52c522c720 Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun c18365402b Replace Subversion revisions in comments by Git hashes. 12 years ago
  Reimar Döffinger d086c1203c Add coverage exclusions for test code. 12 years ago
  Michael Niedermayer 6d91045d83 Merge remote-tracking branch 'qatar/master' 12 years ago
  Alex Converse c9e5ac3380 aes: Avoid illegal read and don't generate more key than we use. 13 years ago
  Michael Niedermayer 5d4fd1d1ad Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard d04d9f24a0 aes: allow unaligned input and output buffers 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 8f175810be aes: fix for big endian systems 13 years ago
  Mans Rullgard 5d20f19be2 aes: fix invalid array indexing in init code 13 years ago
  Mans Rullgard af2ea72495 aes: use direct assignments instead of memcpy() or loops 13 years ago
  Michael Niedermayer 721be99371 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 4bfe064460 aes: whitespace cosmetics 13 years ago
  Mans Rullgard 744765a9c5 aes: improve test program and add fate test 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Måns Rullgård c184bb44db aes: fix array index out of bounds warning 14 years ago
  Reimar Döffinger 19c039ee3d Make mix function more readable. 14 years ago
  Reimar Döffinger dd025f25da Change AES code to be strict-aliasing-safe. 14 years ago
  Reimar Döffinger 2ad4a3bc78 Pass subshift an argument of the proper type. 14 years ago
  Reimar Döffinger 17c78b087a Use a consistent type for multbl array function parameters. 14 years ago
  Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 15 years ago
  Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 15 years ago
  Diego Biurrun b56e34c5e9 Make AES test program compile again: Setting the av_log_level variable 15 years ago
  Reimar Döffinger 7b484a7a17 Add "const" to AES function arguments where possible without generating 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Biurrun 43bfaa8920 Fix test program compilation, random() needs to be undefined. 16 years ago
  Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
  Reimar Döffinger ef0d7a0d4f Document aes init code writing on purpose beyond round_key array into state array. 17 years ago
  Diego Biurrun 2eb697a455 Move comment to a slightly better place. 17 years ago
  Michael Niedermayer 79d4c96a1a correct last element inited check 17 years ago
  Baptiste Coudurier 57d7b036ea make key parameter const 17 years ago
  Michael Niedermayer ca2560dff6 10l (aes_crypt -> av_aes_crypt) 17 years ago