summaryrefslogtreecommitdiff
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* crypto: Remove a stray double spaceMartin Storsjö2012-08-31
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* crypto: add decoding flag to options.Anton Khirnov2011-11-10
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-10
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* crypto: Use av_freep instead of av_freeEtienne Buira2011-06-08
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-24
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-23