January 28, 2009
View 89c9ff5

spelling/grammar/consistency review part I

Diego Biurrun authored on 2009/01/28 09:16:05
January 26, 2009
View 811bfa7

Remove misleading comment about how to build SHA1 test program. Generating the test program is integrated into the build system already.

Diego Biurrun authored on 2009/01/26 20:15:47
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
February 4, 2008
View f522310

Missing const found by -Wwrite-strings.

Michael Niedermayer authored on 2008/02/04 06:56:13
December 13, 2007
View 0bc308d

kill a warning, av_sha1_update accepts uint8_t * not uint64_t *

Luca Barbato authored on 2007/12/13 06:03:11
View 537c8e7

Provide sha1 to outside applications Patch from Diego Pettenò flameeyesATgmailDOTcom

Luca Barbato authored on 2007/12/13 05:58:41
November 23, 2007
View f8a80fd

main() --> main(void)

Diego Biurrun authored on 2007/11/23 09:52:56
June 27, 2007
View 3d44f15

Add proper license header.

Diego Biurrun authored on 2007/06/27 16:58:37
April 28, 2007
View 69ae947

add missing include of bswap.h

Attila Kinali authored on 2007/04/28 05:22:01
March 13, 2007
View 248b25f

s/context/ctx/

Michael Niedermayer authored on 2007/03/13 21:26:11
View 36c7fa7

smaller av_sha1_update()

Michael Niedermayer authored on 2007/03/13 20:25:57
View 104c30e

use CONFIG_SMALL

Michael Niedermayer authored on 2007/03/13 19:53:15
View 2001304

put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment

Michael Niedermayer authored on 2007/03/13 19:48:22
View 5fd7f87

cosmetic

Michael Niedermayer authored on 2007/03/13 19:46:18
View 15b6cae

dont memcpy() simpler and same speed

Michael Niedermayer authored on 2007/03/13 19:45:41