diff options
author | Supraja Meedinti <supraja0493@gmail.com> | 2014-12-31 21:50:18 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-02 15:19:36 +0100 |
commit | c6bb651bce2b17aa4e278ee8f354fd21d08952d1 (patch) | |
tree | 9db7c22a767628ece1da8b9fcfd4f79ef902b9f4 /Changelog | |
parent | 4c7a1ccb366ce242539650e3bb1d4f5573e6fd39 (diff) | |
download | ffmpeg-c6bb651bce2b17aa4e278ee8f354fd21d08952d1.tar.gz |
libavutil: Added Camellia symmetric block cipher
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com>
Previous version of this patch reviewed-by: Giorgio Vazzana <mywing81@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ version <next>: - non continuous cache protocol support - tblend filter - cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold +- Camellia symmetric block cipher version 2.5: |