md5 support
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 1 Jul 2006 10:02:08 +0000 (10:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 1 Jul 2006 10:02:08 +0000 (10:02 +0000)
commit94d85eaf3459e6ff52f7e8c30ffc3f00f46dc437
tree013aa3722c61dea4f5ae96e6f8c055a9cae2d066
parent8f8d0e4875a4c8ae1cb152481cb8619359c0396a
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
libavutil/md5.c [new file with mode: 0644]
libavutil/md5.h [new file with mode: 0644]