summaryrefslogtreecommitdiffstats
path: root/libavutil/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-031-3/+3
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-121-1/+1
* Provide sha1 to outside applicationsLuca Barbato2007-12-121-0/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Add proper license header.Diego Biurrun2007-06-271-3/+20
* add missing include of bswap.hAttila Kinali2007-04-271-0/+1
* s/context/ctx/Michael Niedermayer2007-03-131-29/+29
* smaller av_sha1_update()Michael Niedermayer2007-03-131-0/+10
* use CONFIG_SMALLMichael Niedermayer2007-03-131-3/+1
* put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...Michael Niedermayer2007-03-131-1/+1
* cosmeticMichael Niedermayer2007-03-131-2/+1
* dont memcpy() simpler and same speedMichael Niedermayer2007-03-131-3/+1
* simplifyMichael Niedermayer2007-03-131-9/+5
* remove middle variant (keep fastest and smallest)Michael Niedermayer2007-03-131-40/+1
* 10lMichael Niedermayer2007-03-131-0/+1
* double ;;Michael Niedermayer2007-03-131-1/+1
* factorize VARIANT2 (smaller and slower)Michael Niedermayer2007-03-131-26/+9
* revert 2% speed loss change (r8360)Michael Niedermayer2007-03-131-6/+15
* zero byte idea by richMichael Niedermayer2007-03-131-1/+1
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-131-4/+79
* cosmetic cleanupMichael Niedermayer2007-03-121-6/+4
* cosmetic cleanupMichael Niedermayer2007-03-121-5/+1
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-121-6/+8
* very slightly smaller object fileMichael Niedermayer2007-03-121-3/+2
* make count count bytes not bits (this is simpler and leads to a very slightly...Michael Niedermayer2007-03-121-4/+4
* remove bigger and slower codeMichael Niedermayer2007-03-121-23/+2
* dont recommand testing with -O3Michael Niedermayer2007-03-121-1/+1
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-121-2/+2
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-121-1/+4
* explain how to test itMichael Niedermayer2007-03-121-0/+2
* simple SHA-1 implementationMichael Niedermayer2007-03-121-0/+151
OpenPOWER on IntegriCloud