]> git.sesse.net Git - ffmpeg/history - libavutil/sha1.c
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavutil / sha1.c
2007-06-27 Diego BiurrunAdd proper license header.
2007-04-27 Attila Kinaliadd missing include of bswap.h
2007-03-13 Michael Niedermayers/context/ctx/
2007-03-13 Michael Niedermayersmaller av_sha1_update()
2007-03-13 Michael Niedermayeruse CONFIG_SMALL
2007-03-13 Michael Niedermayerput state[5] last so no padding is needed on arch where...
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerdont memcpy() simpler and same speed
2007-03-13 Michael Niedermayersimplify
2007-03-13 Michael Niedermayerremove middle variant (keep fastest and smallest)
2007-03-13 Michael Niedermayer10l
2007-03-13 Michael Niedermayerdouble ;;
2007-03-13 Michael Niedermayerfactorize VARIANT2 (smaller and slower)
2007-03-13 Michael Niedermayerrevert 2% speed loss change (r8360)
2007-03-13 Michael Niedermayerzero byte idea by rich
2007-03-13 Michael Niedermayer2 other variants of how to implement the core part
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayer10% smaller object file, 2% slower
2007-03-12 Michael Niedermayervery slightly smaller object file
2007-03-12 Michael Niedermayermake count count bytes not bits (this is simpler and...
2007-03-12 Michael Niedermayerremove bigger and slower code
2007-03-12 Michael Niedermayerdont recommand testing with -O3
2007-03-12 Michael Niedermayeravoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 Michael Niedermayerits faster to copy the data to the stack it seems ...
2007-03-12 Michael Niedermayerexplain how to test it
2007-03-12 Michael Niedermayersimple SHA-1 implementation