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
2015-05-31network: prevent SIGPIPE on OSXwm4
2015-05-26lavf: move TLS-related ifdeffery to library specific fileswm4
2013-08-09ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont
2013-08-06tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö
2013-06-16avf: move ff_http_match_no_proxy to networkLuca Barbato
2013-06-04network: uniform ff_listen_bind and ff_listen_connectLuca Barbato
2013-06-01network: factor out connect-listening codeLuca Barbato
2013-06-01network: factor out bind-listening codeLuca Barbato
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-27network: use HAVE_THREADS instead of local hackMans Rullgard
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-06-26network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-21network: properly declare WSADATA in windowsSergey Radionov
2011-11-07avformat: Warn about using network functions without calling avformat_network...Martin Storsjö
2011-11-06openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö
2011-11-05avformat: Initialize gnutls in ff_tls_init()Martin Storsjö
2011-11-05avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö
2011-11-05avformat: Split out functions from network.h to a new file, network.cMartin Storsjö