summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* simplify multiply table initMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify selftestMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert simplification (broke 192 bit keys)Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2 warningsMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems i didnt copy anything from aes128.c so this should be more correct ?Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unneededMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused thinkMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge encrypt and decrypt so the source is simpler and the compiler can ↵Michael Niedermayer2007-01-14
| | | | | | choose with inlining if it wants speed or small size Originally committed as revision 7494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate round_keyMichael Niedermayer2007-01-14
| | | | | | one context is now either for encoding or decoding (makes more sense in reality too) Originally committed as revision 7492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decode look more like encodeMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use encode tables for decodingMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer corret commentMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused stuff removialMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge inv_sbox into inv_mixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge sbox with mix on the encryption sideMichael Niedermayer2007-01-14
| | | | | | | | add one more test vector yes this needs a cleanup ... Originally committed as revision 7485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 test vectorMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CONFIG_SMALL caseMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify special roundMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* benchmarkMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init multblMichael Niedermayer2007-01-14
| | | | | | | code can now decrypt its own encryption correctly can anyone provide me with a correct test AES key + cyphertext + plaintext? Originally committed as revision 7479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asciiMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 128bit-only AES implementation under development.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify round_key generation by writing over the end but ensuring that ↵Michael Niedermayer2007-01-14
| | | | | | theres some irrelevant stuff afterwards Originally committed as revision 7471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memcpyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright fixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing multbl trick from reimarMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleakMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify sbox initMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aes support (unfinished)Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-13
| | | | | | | | | patch by Axel Holzinger % aholzinger A gmx P de % original thread: date: Jan 11, 2007 4:54 PM subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-13
| | | | | | patch by Christophe Mutricy, xtophe nxtelevision com Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
| | | | Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
| | | | Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
| | | | Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move more macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
| | | | Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk