summaryrefslogtreecommitdiff
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAge
* avformat/crypto.c: remove unnecessary codeSteven Liu2020-07-20
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* Merge commit 'd860a3cc0a12360a92b9ffd179a0c34413beaf88'Clément Bœsch2017-04-01
|\
| * crypto: Add encryption supportChristian Suloway2016-11-17
* | avformat/crypto: add seeking support on readSimon Hailes2016-08-30
* | libavformat/crypto - encourage reads of 4096 bytesSimon Hailes2016-08-30
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\|
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avformat/crypto: fix key vs iv typoMichael Niedermayer2014-12-09
* | avformat/crypto: Use av_memdup()Michael Niedermayer2014-12-02
* | avformat/crypto: added encryptionChristian Suloway2014-12-02
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\|
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* | crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno2012-10-09
|/
* 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