summaryrefslogtreecommitdiff
path: root/libavformat/network.h
Commit message (Expand)AuthorAgeFilesLines
* libavformat/tcp: add local_addr/local_port for network optionjackarain2023-03-301-1/+1
* lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-1/+2
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-1/+1
* network: Define ENOTCONN as WSAENOTCONN if not definedMartin Storsjö2019-12-111-0/+3
* Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4'James Almer2018-09-111-0/+28
|\
| * network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper functionMartin Storsjö2018-08-311-0/+28
* | lavf/network: add a ff_log_net_error function.Jun Zhao2018-08-181-0/+2
* | lavf/network: fix doxygen comments.Jun Zhao2018-05-101-4/+4
* | avformat: make avformat_network_init() explicitly optionalwm42018-01-161-1/+0
* | libavformat: unexpose the ff_inet_aton functionRostislav Pehlivanov2018-01-061-2/+0
* | http: block while waiting for reconnectingwm42018-01-041-0/+9
* | avformat/tcp: add option to enable TCP_NODELAYAman Gupta2017-11-171-0/+1
* | lavf/network: split ff_listen_bind into ff_listen and ff_acceptStephan Holljes2015-08-011-0/+20
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-031-1/+1
* | avformat/network: move sockaddr_union after sockaddr_storage compatibility codeMichael Niedermayer2014-09-161-8/+8
* | avformat/network: add union for avoiding strict aliassing violations with soc...Michael Niedermayer2014-09-151-0/+8
* | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer2014-08-251-0/+4
|\ \ | |/
| * libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-251-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-071-6/+7
|\ \ | |/
| * network.h: Add #endif comments to improve readabilityDiego Biurrun2014-01-061-6/+7
* | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053'Michael Niedermayer2013-08-101-8/+1
|\ \ | |/
| * ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-091-8/+1
* | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer2013-08-061-1/+4
|\ \ | |/
| * tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-061-1/+4
* | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-061-0/+9
|\ \ | |/
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-051-0/+9
* | ff_network_wait_fd_timeout(): check for interrupt before operationAndrey Utkin2013-07-121-1/+1
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-161-0/+2
|\ \ | |/
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-0/+2
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-051-1/+30
|\ \ | |/
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-041-1/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-021-1/+4
|\ \ | |/
| * network: factor out connect-listening codeLuca Barbato2013-06-011-1/+4
* | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer2013-06-021-0/+3
|\ \ | |/
| * network: factor out bind-listening codeLuca Barbato2013-06-011-0/+3
* | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-241-0/+8
|\ \ | |/
| * network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-231-0/+8
* | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'Michael Niedermayer2012-10-171-0/+1
|\ \ | |/
| * network: #include stdint.h in network.hMans Rullgard2012-10-161-0/+1
* | Introduce ff_network_wait_fd_timeout()Andrey Utkin2012-10-091-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-161-3/+22
|\ \ | |/
| * network: Always use our version of gai_strerror on windowsMartin Storsjö2012-07-151-1/+3
| * network: Undefine existing gai_strerror definitionsMartin Storsjö2012-07-151-0/+1
| * network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö2012-07-151-2/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-9/+10
|\ \ | |/
| * network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-261-0/+9
| * network: Include unistd.h from network.hMartin Storsjö2012-06-261-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-0/+2
|\ \ | |/
| * network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-191-0/+2
* | Remove some warnings when compiling with mingw (mingw-w64, 32 bits)Vincent Torri2012-02-031-0/+12