| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/crypto: add seeking support on read | Simon Hailes | 2016-08-30 | 1 | -2/+114 |
* | libavformat/crypto - encourage reads of 4096 bytes | Simon Hailes | 2016-08-30 | 1 | -1/+2 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -1/+1 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -1/+1 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -1/+1 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -2/+3 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/crypto: fix key vs iv typo | Michael Niedermayer | 2014-12-09 | 1 | -2/+2 |
* | | avformat/crypto: Use av_memdup() | Michael Niedermayer | 2014-12-02 | 1 | -2/+1 |
* | | avformat/crypto: added encryption | Christian Suloway | 2014-12-02 | 1 | -20/+146 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
|\| |
|
| * | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | | crypto should allow passing of options to the underlying protocol via the url... | Duncan Salerno | 2012-10-09 | 1 | -3/+3 |
|/ |
|
* | crypto: Remove a stray double space | Martin Storsjö | 2012-08-31 | 1 | -1/+1 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+1 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+2 |
* | crypto: add decoding flag to options. | Anton Khirnov | 2011-11-10 | 1 | -2/+3 |
* | crypto: Don't manually free memory allocated via AVOptions | Martin Storsjö | 2011-11-10 | 1 | -6/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | crypto: Use av_freep instead of av_free | Etienne Buira | 2011-06-08 | 1 | -2/+2 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -1/+4 |
* | crypto: Use av_freep instead of av_free | Martin Storsjö | 2011-04-24 | 1 | -3/+3 |
* | Add a protocol handler for AES CBC decryption with PKCS7 padding | Martin Storsjö | 2011-04-23 | 1 | -0/+170 |