Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove no longer corret comment | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | unused stuff removial | Michael Niedermayer | 2007-01-14 | 1 | -10/+9 | |
* | merge inv_sbox into inv_mix | Michael Niedermayer | 2007-01-14 | 1 | -24/+29 | |
* | merge sbox with mix on the encryption side | Michael Niedermayer | 2007-01-14 | 1 | -12/+45 | |
* | 1 test vector | Michael Niedermayer | 2007-01-14 | 1 | -1/+11 | |
* | fix CONFIG_SMALL case | Michael Niedermayer | 2007-01-14 | 1 | -2/+6 | |
* | simplify special round | Michael Niedermayer | 2007-01-14 | 1 | -6/+4 | |
* | benchmark | Michael Niedermayer | 2007-01-14 | 1 | -0/+4 | |
* | init multbl | Michael Niedermayer | 2007-01-14 | 1 | -6/+28 | |
* | ascii | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | 128bit-only AES implementation under development. | Reimar Döffinger | 2007-01-14 | 2 | -0/+200 | |
* | cosmetic | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | simplify round_key generation by writing over the end but ensuring that there... | Michael Niedermayer | 2007-01-14 | 1 | -4/+4 | |
* | cosmetics | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | memcpy | Michael Niedermayer | 2007-01-14 | 1 | -2/+1 | |
* | seems the larger rcon values are never accessed | Michael Niedermayer | 2007-01-14 | 1 | -5/+2 | |
* | copyright fix | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | stealing multbl trick from reimar | Michael Niedermayer | 2007-01-14 | 1 | -17/+26 | |
* | stealing reimars XOR_BLOCK | Michael Niedermayer | 2007-01-14 | 1 | -4/+3 | |
* | cosmetic | Michael Niedermayer | 2007-01-14 | 1 | -7/+7 | |
* | memleak | Michael Niedermayer | 2007-01-14 | 1 | -3/+4 | |
* | simplify sbox init | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | aes support (unfinished) | Michael Niedermayer | 2007-01-14 | 1 | -0/+172 | |
* | Allow to uninstall a custom log callback | Axel Holzinger | 2007-01-13 | 2 | -1/+2 | |
* | Avoid "HAVE_CMOV not defined" warning. | Christophe Mutricy | 2007-01-13 | 1 | -1/+1 | |
* | fix av_reduce() with things like 1/0 and 0/0 | Michael Niedermayer | 2007-01-09 | 1 | -3/+5 | |
* | __attribute__((unused)) works with gcc 2.95 too | Luca Abeni | 2007-01-07 | 1 | -1/+1 | |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 3 | -16/+19 | |
* | merge #ifdef HAVE_AV_CONFIG_H sections | Måns Rullgård | 2006-12-07 | 1 | -7/+3 | |
* | fix mingw shared build, and get rid of FF_IMPORT_ATTR | Måns Rullgård | 2006-12-07 | 2 | -9/+2 | |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 2 | -5/+5 | |
* | move more macros to internal.h | Måns Rullgård | 2006-12-06 | 2 | -72/+72 | |
* | move some __attribute__ macros to internal.h | Måns Rullgård | 2006-12-06 | 2 | -24/+24 | |
* | remove 'restrict' definition, it is always #defined in config.h | Måns Rullgård | 2006-12-06 | 1 | -5/+0 | |
* | Move BE_*/LE_*/ST*/LD* macros to a common place. Some further | Reimar Döffinger | 2006-12-03 | 2 | -0/+43 | |
* | spelling cosmetics: cliped --> clipped | Diego Biurrun | 2006-12-02 | 1 | -2/+2 | |
* | doxy | Michael Niedermayer | 2006-11-30 | 1 | -2/+25 | |
* | fix overflow and remove wrong comment | Michael Niedermayer | 2006-11-30 | 1 | -2/+1 | |
* | return optimal fraction | Michael Niedermayer | 2006-11-30 | 1 | -1/+9 | |
* | Correct GET/PUT_UTF8 comment: the get/put functions might be called up | Reimar Döffinger | 2006-11-19 | 1 | -2/+4 | |
* | Fix typo in comment | Reimar Döffinger | 2006-11-19 | 1 | -1/+1 | |
* | Remove alpha channel from RGB555 | Alex Beregszaszi | 2006-11-16 | 1 | -3/+3 | |
* | make option field const | Baptiste Coudurier | 2006-11-16 | 1 | -1/+1 | |
* | move comment | Måns Rullgård | 2006-11-14 | 1 | -1/+2 | |
* | remove workaround for missing inttypes.h | Måns Rullgård | 2006-11-14 | 1 | -21/+0 | |
* | 0.5l | Michael Niedermayer | 2006-11-14 | 1 | -1/+1 | |
* | clean up inttypes.h and int_fastxx_t types detection | Måns Rullgård | 2006-11-14 | 1 | -3/+3 | |
* | merge CONFIG_WINCE sections | Måns Rullgård | 2006-11-14 | 1 | -4/+1 | |
* | indentation | Måns Rullgård | 2006-11-14 | 1 | -35/+35 | |
* | improve enumerate so arbitrary ranges can be enumerated quickly | Michael Niedermayer | 2006-11-14 | 1 | -3/+3 |