diff options
author | Supraja Meedinti <supraja0493@gmail.com> | 2014-10-17 23:52:25 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-18 01:33:45 +0200 |
commit | 0eabbe2101f1cd54ff961ebbff7b3f9ffb599208 (patch) | |
tree | 7016a77b04fe190ddf9ba6599fcd932cc56c47d5 /Changelog | |
parent | 2c4d6a342d4f91ddf8be3463da5ee1bd2cecb2c9 (diff) | |
download | ffmpeg-streaming-0eabbe2101f1cd54ff961ebbff7b3f9ffb599208.zip ffmpeg-streaming-0eabbe2101f1cd54ff961ebbff7b3f9ffb599208.tar.gz |
libavutil: Add CAST128 symmetric block cipher
Only ECB mode is supported at the moment
Signed-off-by: Supraja Meedinti <supraja0493@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
@@ -5,6 +5,7 @@ version <next>: - HEVC/H.265 RTP payload format (draft v6) packetizer - SUP/PGS subtitle demuxer - ffprobe -show_pixel_formats option +- CAST128 symmetric block cipher, ECB mode version 2.4: - Icecast protocol |