[FFmpeg-devel] [PATCH] lavu: Add SHA-2 512 hashing

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jun 2 15:59:18 CEST 2013


On Thu, May 30, 2013 at 04:56:29AM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavutil/Makefile       |   3 +
>  libavutil/sha512.c       | 340 +++++++++++++++++++++++++++++++++++++++++++++++
>  libavutil/sha512.h       |  75 +++++++++++
>  tests/fate/libavutil.mak |   4 +
>  tests/ref/fate/sha512    |  28 ++++

Could you please add it to libavutil/hash.c as well, so that using it
from e.g. -f md5 is possible directly?


More information about the ffmpeg-devel mailing list