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 (Expand)Author
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2015-05-26lavf: split tls.cwm4
2015-05-22tls: fix compilation when both gnutls and openssl are enabledJames Almer
2015-05-22tls: Remove all the local polling loopsMartin Storsjö
2015-05-22tls: Remove the nonblocking codeMartin Storsjö
2015-05-22tls: Use custom IO to read from the URLContextMartin Storsjö
2015-02-28tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-10-10tls: Support passing old-style tcp optionsLuca Barbato
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2013-09-27tls: Add support for listen modeMartin Storsjö
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
2013-09-22tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2012-07-28tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö
2012-01-06avio: 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-11tls: Use the URLContext as logging contextMartin Storsjö
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ö
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö