76 Commits (b0c0fedcda87d3699d65576dbea55c2e4ba76253)

Author SHA1 Message Date
jackarain 4d216654ca libavformat/tcp: add local_addr/local_port for network option 2 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Anton Khirnov 9e4693a1cb lavf/network: log ff_listen() errors to proper contexts rather than NULL 3 years ago
Anton Khirnov d2519e8625 lavf/network: log ff_socket() errors to proper contexts rather than NULL 3 years ago
Steven Liu 4ff97342ce avformat/network: add logging context to log 5 years ago
Martin Storsjö 9b4c3f5aad network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper function 6 years ago
Jun Zhao 0a8ff1d8bb lavf/network: check return value of setsockopt. 6 years ago
Jun Zhao d428ef0ea5 lavf/network: add a ff_log_net_error function. 6 years ago
Martin Storsjö 22f98ac19c network: Check for EINTR in ff_poll_interrupt 6 years ago
Simon Thelen c194b9ad6d network: Use ff_neterrno instead of AVERROR(errno) for poll errors 6 years ago
wm4 631c56a8e4 avformat: make avformat_network_init() explicitly optional 7 years ago
wm4 8a108bdea0 http: block while waiting for reconnecting 7 years ago
Diego Biurrun 61cec5adaa tls: Hide backend implementation details from users 8 years ago
Simon Thelen 54b6bef6e1 libavformat/tcp: fix return code for tcp_accept 8 years ago
Zhao Zhili 1e2c262212 libavformat/network: use defined constant in poll 9 years ago
Stephan Holljes cf6c871bee lavf/network: split ff_listen_bind into ff_listen and ff_accept 9 years ago
wm4 881b80b329 network: prevent SIGPIPE on OSX 10 years ago
wm4 c41e0aedf5 network: prevent SIGPIPE on OSX 10 years ago
Timothy Gu 7206b94fb8 network: Move variable declaration under an #if 10 years ago
wm4 a9f1d584e5 lavf: move TLS-related ifdeffery to library specific files 10 years ago
wm4 57cde2b180 lavf: move TLS-related ifdeffery to library specific files 10 years ago
Vittorio Giovara 45340f9fc7 network: Do not leave context locked on error 10 years ago
Michael Niedermayer 7620d48f2e avformat/network: Check for av_malloc* failures in ff_tls_init() 10 years ago
Olivier Langlois f78bc96b7c lavf: Use av_gettime_relative() 11 years ago
Michael Niedermayer 2ebacb0fc4 avformat/network: use av_malloc_array() 11 years ago
Michael Niedermayer 7439475e69 avformat/network: check ff_socket_nonblock() return and print a debug message 11 years ago
Michael Niedermayer baab248c49 avformat/network: check for fcntl() failure in ff_socket() 11 years ago
Michael Niedermayer b8a954e46d avformat/network: fix duplicate include 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Rémi Denis-Courmont 9d5ec50ead ff_socket: put out-of-line and fallback to fcntl() for close-on-exec 11 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 11 years ago
Andrey Utkin 1e85b5e077 ff_network_wait_fd_timeout(): check for interrupt before operation 12 years ago
Michael Niedermayer efa9e6b423 ff_network_wait_fd_timeout: do not break with timeout < 0 12 years ago
Luca Barbato ec7c51c786 avf: move ff_http_match_no_proxy to network 12 years ago
Michael Niedermayer 21bf0d6f80 avformat/network: remove unused variable 12 years ago
Luca Barbato 9835abb6d6 network: uniform ff_listen_bind and ff_listen_connect 12 years ago
Michael Niedermayer c8faa47484 avformat/network: check the return value from setsockopt() 12 years ago
Luca Barbato f849a77e67 network: factor out connect-listening code 12 years ago
Luca Barbato 28306e6d62 network: factor out bind-listening code 12 years ago
Dave Yeo e615a77799 os2threads: move from lavc to compat/ 12 years ago
Anton Khirnov 90f9a5830b w32pthreads: move from lavc to compat/ 12 years ago
Dave Yeo 925c9f444f Fix OS/2 threading 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Mans Rullgard 9efbfe57e0 network: use HAVE_THREADS instead of local hack 12 years ago
Andrey Utkin d2b18c8f5b Introduce ff_network_wait_fd_timeout() 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Ronald S. Bultje 4b1b1449d9 network: Don't redefine error codes if they already exist in errno.h 13 years ago