summaryrefslogtreecommitdiff
path: root/libavformat/tls.c
Commit message (Expand)AuthorAge
* tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-28
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* tls: Handle connection via a http proxyMartin Storsjö2011-11-18
* tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-17
* 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
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-10
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-08
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-05