]> git.sesse.net Git - ffmpeg/history - libavformat/tls.c
ZeroCodec: Flip output
[ffmpeg] / libavformat / tls.c
2012-07-27 Martin Storsjötls: Return AVERROR_EOF if the TLS_read/write functions...
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-18 Martin Storsjötls: Handle connection via a http proxy
2011-11-17 Martin Storsjötls: Use TLSv1_client_method for OpenSSL
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-11-10 Martin Storsjötls: Use the URLContext as logging context
2011-11-10 Anton Khirnovtls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_F...
2011-11-08 Martin Storsjötls: Use ERR_get_error() in do_tls_poll
2011-11-05 Martin Storsjöavformat: Add the tls protocol, using OpenSSL or gnutls