Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add proper license header. | Diego Biurrun | 2007-06-27 | 1 | -3/+20 |
* | add missing include of bswap.h | Attila Kinali | 2007-04-27 | 1 | -0/+1 |
* | s/context/ctx/ | Michael Niedermayer | 2007-03-13 | 1 | -29/+29 |
* | smaller av_sha1_update() | Michael Niedermayer | 2007-03-13 | 1 | -0/+10 |
* | use CONFIG_SMALL | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |
* | put state[5] last so no padding is needed on arch where uint64_t needs 8byte ... | Michael Niedermayer | 2007-03-13 | 1 | -1/+1 |
* | cosmetic | Michael Niedermayer | 2007-03-13 | 1 | -2/+1 |
* | dont memcpy() simpler and same speed | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |
* | simplify | Michael Niedermayer | 2007-03-13 | 1 | -9/+5 |
* | remove middle variant (keep fastest and smallest) | Michael Niedermayer | 2007-03-13 | 1 | -40/+1 |
* | 10l | Michael Niedermayer | 2007-03-13 | 1 | -0/+1 |
* | double ;; | Michael Niedermayer | 2007-03-13 | 1 | -1/+1 |
* | factorize VARIANT2 (smaller and slower) | Michael Niedermayer | 2007-03-13 | 1 | -26/+9 |
* | revert 2% speed loss change (r8360) | Michael Niedermayer | 2007-03-13 | 1 | -6/+15 |
* | zero byte idea by rich | Michael Niedermayer | 2007-03-13 | 1 | -1/+1 |
* | 2 other variants of how to implement the core part | Michael Niedermayer | 2007-03-13 | 1 | -4/+79 |
* | cosmetic cleanup | Michael Niedermayer | 2007-03-12 | 1 | -6/+4 |
* | cosmetic cleanup | Michael Niedermayer | 2007-03-12 | 1 | -5/+1 |
* | 10% smaller object file, 2% slower | Michael Niedermayer | 2007-03-12 | 1 | -6/+8 |
* | very slightly smaller object file | Michael Niedermayer | 2007-03-12 | 1 | -3/+2 |
* | make count count bytes not bits (this is simpler and leads to a very slightly... | Michael Niedermayer | 2007-03-12 | 1 | -4/+4 |
* | remove bigger and slower code | Michael Niedermayer | 2007-03-12 | 1 | -23/+2 |
* | dont recommand testing with -O3 | Michael Niedermayer | 2007-03-12 | 1 | -1/+1 |
* | avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2) | Michael Niedermayer | 2007-03-12 | 1 | -2/+2 |
* | its faster to copy the data to the stack it seems ... | Michael Niedermayer | 2007-03-12 | 1 | -1/+4 |
* | explain how to test it | Michael Niedermayer | 2007-03-12 | 1 | -0/+2 |
* | simple SHA-1 implementation | Michael Niedermayer | 2007-03-12 | 1 | -0/+151 |