diff options
author | erankor <eran.kornblau@kaltura.com> | 2015-12-07 12:30:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-31 16:46:36 +0100 |
commit | 3f8564fe3c68a29a137ada2400bd9dcd3928bfb1 (patch) | |
tree | 22e94adc1c1ee8076fe6647542527c04a5583b45 /Changelog | |
parent | 15e1fd9883b4a2898635212b4e167823755d1653 (diff) | |
download | ffmpeg-3f8564fe3c68a29a137ada2400bd9dcd3928bfb1.tar.gz |
avformat/mov: support cenc (common encryption)
support reading encrypted mp4 using aes-ctr, conforming to ISO/IEC
23001-7.
a new parameter was added:
- decryption_key - 128 bit decryption key (hex)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version <next>: +- Common Encryption (CENC) MP4 decoding support - Common Encryption (CENC) MP4 encoding support - DXV decoding - extrastereo filter |