Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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