]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/sha1.c
add casts to silence gcc warnings
[frescor/ffmpeg.git] / libavutil / sha1.c
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-26 diegoRemove misleading comment about how to build SHA1 test...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-02-03 michaelMissing const found by -Wwrite-strings.
2007-12-12 lu_zerokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 lu_zeroProvide sha1 to outside applications
2007-11-23 diegomain() --> main(void)
2007-06-27 diegoAdd proper license header.
2007-04-27 attilaadd missing include of bswap.h
2007-03-13 michaels/context/ctx/
2007-03-13 michaelsmaller av_sha1_update()
2007-03-13 michaeluse CONFIG_SMALL
2007-03-13 michaelput state[5] last so no padding is needed on arch where...
2007-03-13 michaelcosmetic
2007-03-13 michaeldont memcpy() simpler and same speed
2007-03-13 michaelsimplify
2007-03-13 michaelremove middle variant (keep fastest and smallest)
2007-03-13 michael10l
2007-03-13 michaeldouble ;;
2007-03-13 michaelfactorize VARIANT2 (smaller and slower)
2007-03-13 michaelrevert 2% speed loss change (r8360)
2007-03-13 michaelzero byte idea by rich
2007-03-13 michael2 other variants of how to implement the core part
2007-03-12 michaelcosmetic cleanup
2007-03-12 michaelcosmetic cleanup
2007-03-12 michael10% smaller object file, 2% slower
2007-03-12 michaelvery slightly smaller object file
2007-03-12 michaelmake count count bytes not bits (this is simpler and...
2007-03-12 michaelremove bigger and slower code
2007-03-12 michaeldont recommand testing with -O3
2007-03-12 michaelavoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 michaelits faster to copy the data to the stack it seems ...
2007-03-12 michaelexplain how to test it
2007-03-12 michaelsimple SHA-1 implementation