| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: split tls.c | wm4 | 2015-05-26 | 1 | -361/+14 |
* | tls: fix compilation when both gnutls and openssl are enabled | James Almer | 2015-05-22 | 1 | -1/+1 |
* | tls: Remove all the local polling loops | Martin Storsjö | 2015-05-22 | 1 | -56/+27 |
* | tls: Remove the nonblocking code | Martin Storsjö | 2015-05-22 | 1 | -24/+11 |
* | tls: Use custom IO to read from the URLContext | Martin Storsjö | 2015-05-22 | 1 | -3/+102 |
* | tls: Pass AVOptions dictionaries through to the chained protocol | Martin Storsjö | 2015-02-28 | 1 | -3/+3 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | tls: Support passing old-style tcp options | Luca Barbato | 2014-10-10 | 1 | -1/+12 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | tls: Add support for listen mode | Martin Storsjö | 2013-09-26 | 1 | -7/+41 |
* | tls: Add options for verifying the peer certificate | Martin Storsjö | 2013-09-26 | 1 | -1/+67 |
* | tls: Do not abort on non-fatal TLS alerts with gnutls | Martin Storsjö | 2013-09-22 | 1 | -1/+8 |
* | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 1 | -4/+4 |
* | tls: Return AVERROR_EOF if the TLS_read/write functions return 0 | Martin Storsjö | 2012-07-28 | 1 | -2/+2 |
* | 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 |