summaryrefslogtreecommitdiff
path: root/libavformat/network.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat/tcp: add local_addr/local_port for network optionjackarain2023-03-301-4/+10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-3/+3
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-4/+4
* avformat/network: add logging context to logSteven Liu2019-10-081-2/+2
* Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4'James Almer2018-09-111-0/+225
|\
| * network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper functionMartin Storsjö2018-08-311-0/+226
* | Merge commit '22f98ac19cf29f22b3e1d10314df9503f06fe683'James Almer2018-09-111-3/+6
|\ \ | |/
| * network: Check for EINTR in ff_poll_interruptMartin Storsjö2018-08-141-3/+6
| * network: Use ff_neterrno instead of AVERROR(errno) for poll errorsSimon Thelen2018-08-141-1/+1
* | lavf/network: check return value of setsockopt.Jun Zhao2018-08-181-2/+5
* | lavf/network: add a ff_log_net_error function.Jun Zhao2018-08-181-0/+7
* | avformat: make avformat_network_init() explicitly optionalwm42018-01-161-9/+0
* | http: block while waiting for reconnectingwm42018-01-041-0/+18
* | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-011-4/+8
|\ \ | |/
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-021-4/+8
| * network: prevent SIGPIPE on OSXwm42015-05-311-0/+4
| * lavf: move TLS-related ifdeffery to library specific fileswm42015-05-261-82/+9
* | libavformat/tcp: fix return code for tcp_acceptSimon Thelen2017-05-101-1/+1
* | libavformat/network: use defined constant in pollZhao Zhili2016-01-291-1/+1
* | lavf/network: split ff_listen_bind into ff_listen and ff_acceptStephan Holljes2015-08-011-6/+21
* | network: prevent SIGPIPE on OSXwm42015-05-301-0/+4
* | network: Move variable declaration under an #ifTimothy Gu2015-05-281-1/+1
* | lavf: move TLS-related ifdeffery to library specific fileswm42015-05-271-88/+11
* | network: Do not leave context locked on errorVittorio Giovara2015-04-231-1/+3
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-031-1/+5
* | lavf: Use av_gettime_relative()Olivier Langlois2014-05-171-2/+2
* | avformat/network: use av_malloc_array()Michael Niedermayer2014-04-131-1/+1
* | avformat/network: check ff_socket_nonblock() return and print a debug messageMichael Niedermayer2013-12-131-2/+5
* | avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer2013-10-201-2/+4
* | avformat/network: fix duplicate includeMichael Niedermayer2013-09-211-1/+0
* | avformat: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-5/+5
* | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053'Michael Niedermayer2013-08-101-1/+20
|\ \ | |/
| * ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-091-0/+19
* | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer2013-08-061-4/+9
|\ \ | |/
| * tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-061-4/+9
* | ff_network_wait_fd_timeout(): check for interrupt before operationAndrey Utkin2013-07-121-2/+2
* | ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-061-1/+1
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-161-0/+54
|\ \ | |/
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-0/+54
* | avformat/network: remove unused variableMichael Niedermayer2013-06-051-1/+0
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-051-15/+29
|\ \ | |/
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-041-13/+28
* | avformat/network: check the return value from setsockopt()Michael Niedermayer2013-06-031-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-021-0/+48
|\ \ | |/
| * network: factor out connect-listening codeLuca Barbato2013-06-011-0/+46
* | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer2013-06-021-0/+29
|\ \ | |/