July 11, 2010
View 8fc0162

Add av_ prefix to bswap macros

Måns Rullgård authored on 2010/07/11 07:12:30
View e6b2252

bswap: change ME to NE in macro names

Måns Rullgård authored on 2010/07/11 07:09:01
March 11, 2010
View 32f40ac

sha: add missing include

Måns Rullgård authored on 2010/03/11 11:32:08
March 10, 2010
View 2ed6f39

Replace many includes of libavutil/common.h with what is actually needed

Måns Rullgård authored on 2010/03/10 02:39:19
February 28, 2010
View 0fcbcad

Include sha1.h from sha.c: It contains several prototypes.

Carl Eugen Hoyos authored on 2010/02/28 11:32:16
February 11, 2010
View a768816

Simplify expression as suggested by Måns Rullgård

Kostya Shishkov authored on 2010/02/11 23:08:40
View 045b60b

Make SHA digest function write digest value with AV_WN32 instead of assuming that output may be written as uint32_t since output buffer may not be aligned (and it's silly to force alignment on it) and it does not work in that case properly on some architectures.

Kostya Shishkov authored on 2010/02/11 20:45:35
July 31, 2009
View 8b4e7c2

Mark conditionally used variable T2 as av_unused; avoids the warning: libavutil/sha.c:183: warning: unused variable `T2'

Diego Biurrun authored on 2009/07/31 06:21:30
July 17, 2009
View 87d718a

cosmetics: reindent after last commit

Kostya Shishkov authored on 2009/07/17 13:30:49
View aa5a99a

Add SHA-2 hashing

Kostya Shishkov authored on 2009/07/17 13:30:06
July 11, 2009
View 451ae25

Prepare SHA code to handle SHA-2 as well. For now rename files and functions and leave av_sha1_* functions for compatibility until next major bump.

Kostya Shishkov authored on 2009/07/11 00:50:49