blowfish: add av_blowfish_alloc()

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
James Almer
2015-07-28 16:57:46 -03:00
committed by Anton Khirnov
parent cd4d9df227
commit 7a7df34c91
4 changed files with 32 additions and 1 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2014-08-09
API changes, most recent first:
2015-xx-xx - lavu 54.17.0
xxxxxxx - Add av_blowfish_alloc().
2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h
Add AV_HMAC_SHA224 and AV_HMAC_SHA256.