Changeset 6e4f70a8 in ffmpeg

Timestamp:
Apr 22, 2011, 9:27:10 PM (14 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
84465f21
Parents:
d5c5a1c7
git-author:
Martin Storsjö <martin@martin.st> (01/22/11 23:31:41)
git-committer:
Martin Storsjö <martin@martin.st> (04/22/11 21:27:10)
Message:

Add a protocol handler for AES CBC decryption with PKCS7 padding

This can later be extended to support other AES bit sizes,
encryption, other crypto algorithms, reading the key from a URL, etc.

In order to use it, the key and initialization vector has to be
passed via AVOptions. Since such options can't be passed to
protocols from the command line, the protocol is currently
only for libavformat internal use.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.