diff options
author | James Almer <jamrial@gmail.com> | 2013-06-06 05:40:00 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-06 18:13:06 +0200 |
commit | b06717ef40962206f68d1f8478ed51086cc5400c (patch) | |
tree | f19126663c34a1974e4d796d80bb5a12a7ef7005 | |
parent | 4da5402256cf01bf130169ff30fdc13d097a0508 (diff) | |
download | ffmpeg-b06717ef40962206f68d1f8478ed51086cc5400c.tar.gz |
APIchanges: Add missing entry for SHA-2 512
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9df0582e88..1ab17c2532 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -19,6 +19,13 @@ API changes, most recent first: 2013-06-05 - fc962d4 - lavu 52.13.0 - mem.h Add av_realloc_array and av_reallocp_array +2013-05-30 - 682b227 - lavu 52.35.100 + Add AVSHA512: + av_sha512_alloc() + av_sha512_init() + av_sha512_update() + av_sha512_final() + 2013-05-24 - xxxxxxx - lavfi 3.70.100 - avfilter.h Add support for slice multithreading to lavfi. Filters supporting threading are marked with AVFILTER_FLAG_SLICE_THREADS. |