summaryrefslogtreecommitdiff
path: root/libavformat/network.c
Commit message (Expand)AuthorAge
* avformat: make avformat_network_init() explicitly optionalwm42018-01-16
* http: block while waiting for reconnectingwm42018-01-04
* Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-01
|\
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-02
| * network: prevent SIGPIPE on OSXwm42015-05-31
| * lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
* | libavformat/tcp: fix return code for tcp_acceptSimon Thelen2017-05-10
* | libavformat/network: use defined constant in pollZhao Zhili2016-01-29
* | lavf/network: split ff_listen_bind into ff_listen and ff_acceptStephan Holljes2015-08-01
* | network: prevent SIGPIPE on OSXwm42015-05-30
* | network: Move variable declaration under an #ifTimothy Gu2015-05-28
* | lavf: move TLS-related ifdeffery to library specific fileswm42015-05-27
* | network: Do not leave context locked on errorVittorio Giovara2015-04-23
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-03
* | lavf: Use av_gettime_relative()Olivier Langlois2014-05-17
* | avformat/network: use av_malloc_array()Michael Niedermayer2014-04-13
* | avformat/network: check ff_socket_nonblock() return and print a debug messageMichael Niedermayer2013-12-13
* | avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer2013-10-20
* | avformat/network: fix duplicate includeMichael Niedermayer2013-09-21
* | avformat: remove duplicate includesMichael Niedermayer2013-09-21
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053'Michael Niedermayer2013-08-10
|\|
| * ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer2013-08-06
|\|
| * tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* | ff_network_wait_fd_timeout(): check for interrupt before operationAndrey Utkin2013-07-12
* | ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-06
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-16
|\|
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* | avformat/network: remove unused variableMichael Niedermayer2013-06-05
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-05
|\|
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* | avformat/network: check the return value from setsockopt()Michael Niedermayer2013-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-02
|\|
| * network: factor out connect-listening codeLuca Barbato2013-06-01
* | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer2013-06-02
|\|
| * network: factor out bind-listening codeLuca Barbato2013-06-01
* | os2threads: move from lavc to compat/Dave Yeo2013-05-28
* | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer2013-05-24
|\|
| * w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* | Fix OS/2 threadingDave Yeo2012-12-29
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-28
|\|
| * network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-27
* | Introduce ff_network_wait_fd_timeout()Andrey Utkin2012-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-26