ffmpeg/libavutil
Michael Niedermayer 94d85eaf34 md5 support
depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine
or a single loop similar to what mplayer uses

Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-01 10:02:08 +00:00
..
avutil.h move enum PixelFormat from libavcodec to libavutil 2006-03-30 16:24:38 +00:00
bswap.h Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 2006-02-22 10:28:44 +00:00
common.h make sure NDEBUG is not defined already before defining it 2006-06-30 07:45:31 +00:00
crc.c generic crc calculation code 2006-03-06 14:13:01 +00:00
crc.h generic crc calculation code 2006-03-06 14:13:01 +00:00
integer.c
integer.h
intfloat_readwrite.c AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 2006-02-02 15:21:19 +00:00
intfloat_readwrite.h AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 2006-02-02 15:21:19 +00:00
Makefile remove redundant make variable SUBDIR 2006-06-01 21:57:44 +00:00
mathematics.c improve selftest 2006-05-29 19:44:17 +00:00
mathematics.h
md5.c md5 support 2006-07-01 10:02:08 +00:00
md5.h md5 support 2006-07-01 10:02:08 +00:00
rational.c
rational.h