Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -1/+0 |
* | tls: Handle connection via a http proxy | Martin Storsjö | 2011-11-18 | 1 | -0/+17 |
* | tls: Use TLSv1_client_method for OpenSSL | Martin Storsjö | 2011-11-17 | 1 | -1/+1 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+2 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | tls: Use the URLContext as logging context | Martin Storsjö | 2011-11-10 | 1 | -5/+5 |
* | tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK | Anton Khirnov | 2011-11-10 | 1 | -1/+1 |
* | tls: Use ERR_get_error() in do_tls_poll | Martin Storsjö | 2011-11-08 | 1 | -1/+1 |
* | avformat: Add the tls protocol, using OpenSSL or gnutls | Martin Storsjö | 2011-11-05 | 1 | -0/+234 |