summaryrefslogtreecommitdiffstats
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/crypto: fix key vs iv typoMichael Niedermayer2014-12-091-2/+2
* | avformat/crypto: Use av_memdup()Michael Niedermayer2014-12-021-2/+1
* | avformat/crypto: added encryptionChristian Suloway2014-12-021-20/+146
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* | crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno2012-10-091-3/+3
|/
* crypto: Remove a stray double spaceMartin Storsjö2012-08-311-1/+1
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+1
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+2
* crypto: add decoding flag to options.Anton Khirnov2011-11-101-2/+3
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-101-6/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* crypto: Use av_freep instead of av_freeEtienne Buira2011-06-081-2/+2
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-1/+4
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-241-3/+3
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-231-0/+170
OpenPOWER on IntegriCloud