Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-01Merge commit 'd860a3cc0a12360a92b9ffd179a0c34413beaf88'Clément Bœsch
2016-11-17crypto: Add encryption supportChristian Suloway
2016-08-30avformat/crypto: add seeking support on readSimon Hailes
2016-08-30libavformat/crypto - encourage reads of 4096 bytesSimon Hailes
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-12-09avformat/crypto: fix key vs iv typoMichael Niedermayer
2014-12-02avformat/crypto: Use av_memdup()Michael Niedermayer
2014-12-02avformat/crypto: added encryptionChristian Suloway
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-10crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno
2012-09-01crypto: Remove a stray double spaceMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-10crypto: add decoding flag to options.Anton Khirnov
2011-11-10crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-04-24crypto: Use av_freep instead of av_freeMartin Storsjö
2011-04-23Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö