summaryrefslogtreecommitdiff
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAge
* 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