Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-11tls: Use the URLContext as logging contextMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-10tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov
2011-11-09tls: Use ERR_get_error() in do_tls_pollMartin Storsjö
The return value ret isn't an error code that can be passed to ERR_error_string(). This makes the error messages printed actually contain useful information. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö
Note, this protocol doesn't yet check verify the server certificate against a local database of trusted CA root certificates. Signed-off-by: Martin Storsjö <martin@martin.st>