aboutsummaryrefslogtreecommitdiff
path: root/libavformat/tls.c
AgeCommit message (Expand)Author
2012-01-05avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-18tls: Handle connection via a http proxyMartin Storsjö
2011-11-17tls: Use TLSv1_client_method for OpenSSLMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-10tls: Use the URLContext as logging contextMartin Storsjö
2011-11-10tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov
2011-11-08tls: Use ERR_get_error() in do_tls_pollMartin Storsjö
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö