| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Not used anywhere yet, support for passing options from avio_open() will
follow.
|
|
|
|
|
| |
Change all uses of these function to pass the relevant
callback on.
|
| |
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
| |
|
|
|
|
|
|
| |
This fixes a potential double free.
Signed-off-by: Martin Storsjö <[email protected]>
|
| |
|
|
|
|
|
|
| |
Using av_freep is generally good practice.
Signed-off-by: Martin Storsjö <[email protected]>
|
|
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ö <[email protected]>
|