log sha1.c @ 740:ba8654776eab libavutil

age author description
Thu, 11 Jun 2009 10:16:51 +0000 diego cosmetics: Reformat file to K&R style upon Kostya's request. libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
Mon, 26 Jan 2009 11:15:47 +0000 diego Remove misleading comment about how to build SHA1 test program. libavutil
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavutil
Sun, 03 Feb 2008 21:56:13 +0000 michael Missing const found by -Wwrite-strings. libavutil
Wed, 12 Dec 2007 21:03:11 +0000 lu_zero kill a warning, av_sha1_update accepts uint8_t * not uint64_t * libavutil
Wed, 12 Dec 2007 20:58:41 +0000 lu_zero Provide sha1 to outside applications libavutil
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavutil
Wed, 27 Jun 2007 07:58:37 +0000 diego Add proper license header. libavutil
Fri, 27 Apr 2007 20:22:01 +0000 attila add missing include of bswap.h libavutil
Tue, 13 Mar 2007 12:26:11 +0000 michael s/context/ctx/ libavutil
Tue, 13 Mar 2007 11:25:57 +0000 michael smaller av_sha1_update() libavutil
Tue, 13 Mar 2007 10:53:15 +0000 michael use CONFIG_SMALL libavutil
Tue, 13 Mar 2007 10:48:22 +0000 michael put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment libavutil
Tue, 13 Mar 2007 10:46:18 +0000 michael cosmetic libavutil