Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |