summaryrefslogtreecommitdiff
path: root/libavformat/tls.c
Commit message (Expand)AuthorAgeFilesLines
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-101-5/+5
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-101-1/+1
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-081-1/+1
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-051-0/+234