summaryrefslogtreecommitdiff
path: root/libavutil/sha1.c
Commit message (Expand)AuthorAge
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-26
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-12
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
* main() --> main(void)Diego Biurrun2007-11-23
* Add proper license header.Diego Biurrun2007-06-27
* add missing include of bswap.hAttila Kinali2007-04-27
* s/context/ctx/Michael Niedermayer2007-03-13
* smaller av_sha1_update()Michael Niedermayer2007-03-13
* use CONFIG_SMALLMichael Niedermayer2007-03-13
* put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...Michael Niedermayer2007-03-13
* cosmeticMichael Niedermayer2007-03-13
* dont memcpy() simpler and same speedMichael Niedermayer2007-03-13
* simplifyMichael Niedermayer2007-03-13
* remove middle variant (keep fastest and smallest)Michael Niedermayer2007-03-13
* 10lMichael Niedermayer2007-03-13
* double ;;Michael Niedermayer2007-03-13
* factorize VARIANT2 (smaller and slower)Michael Niedermayer2007-03-13
* revert 2% speed loss change (r8360)Michael Niedermayer2007-03-13
* zero byte idea by richMichael Niedermayer2007-03-13
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-13
* cosmetic cleanupMichael Niedermayer2007-03-12
* cosmetic cleanupMichael Niedermayer2007-03-12
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-12
* very slightly smaller object fileMichael Niedermayer2007-03-12
* make count count bytes not bits (this is simpler and leads to a very slightly...Michael Niedermayer2007-03-12
* remove bigger and slower codeMichael Niedermayer2007-03-12
* dont recommand testing with -O3Michael Niedermayer2007-03-12
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-12
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-12
* explain how to test itMichael Niedermayer2007-03-12
* simple SHA-1 implementationMichael Niedermayer2007-03-12