summaryrefslogtreecommitdiff
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/crypto.c: remove unnecessary codeSteven Liu2020-07-201-8/+4
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-2/+1
* Merge commit 'd860a3cc0a12360a92b9ffd179a0c34413beaf88'Clément Bœsch2017-04-011-31/+28
|\
| * crypto: Add encryption supportChristian Suloway2016-11-171-21/+146
* | avformat/crypto: add seeking support on readSimon Hailes2016-08-301-2/+114
* | libavformat/crypto - encourage reads of 4096 bytesSimon Hailes2016-08-301-1/+2
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-1/+1
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-2/+3
* | 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