Michael Niedermayer
|
56629aa012
Merge branch 'master' into oldabi
|
13 лет назад |
Michael Niedermayer
|
35bed44fc9
TCP: change default timeout to 5sec
|
13 лет назад |
Michael Niedermayer
|
a22500744b
Revert "Timeout TCP open() after 5 seconds."
|
13 лет назад |
Michael Niedermayer
|
8381ab1437
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Luca Barbato
|
ebb6b27ad9
tcp: make connect() timeout properly
|
13 лет назад |
Michael Niedermayer
|
10d2ae8cf7
Merge remote branch 'qatar/master'
|
13 лет назад |
Martin Storsjö
|
c60112f268
libavformat: Make protocols pass URLContext as log context where available
|
13 лет назад |
Michael Niedermayer
|
d4d09329ee
Merge remote branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
f35ff97f2e
lavf: use designated initializers for all protocols
|
13 лет назад |
Michael Niedermayer
|
c88caa522c
Merge remote branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
5cec897105
avio: move extern url_interrupt_cb declaration from avio.h to url.h
|
13 лет назад |
Anton Khirnov
|
f87b1b373a
avio: AVIO_ prefixes for URL_ open flags.
|
13 лет назад |
Luca Barbato
|
3d42d4937b
proto: introduce listen option in tcp
|
13 лет назад |
Luca Barbato
|
ebba2b3e2a
proto: factor ff_network_wait_fd and use it on udp
|
13 лет назад |
Michael Niedermayer
|
a2f5e14a86
Timeout TCP open() after 5 seconds.
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 лет назад |
Nicolas George
|
c76374c6db
Use AVERROR_EXIT with url_interrupt_cb.
|
13 лет назад |
Martin Storsjö
|
28c4741a66
libavformat: Remove FF_NETERRNO()
|
13 лет назад |
Nicolas George
|
ad3cffb68f
Non-blocking protocol: TCP
|
13 лет назад |
Nicolas George
|
51b317d2e9
TCP: factor the poll() call
|
13 лет назад |
Luca Barbato
|
a8475bbdb6
os: replace select with poll
|
13 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 лет назад |
Thomas Guillem
|
1aa58c6405
tcp: Check url_interrupt_cb if connect was interrupted by a signal
|
14 лет назад |
Ronald S. Bultje
|
37e9cc4ec7
Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself
|
14 лет назад |
Martin Storsjö
|
b416267622
tcp: Check both wfds and efds when waiting for the result from connect
|
14 лет назад |
Ronald S. Bultje
|
63638a3c4a
Print error messages in case of connection failure or name resolution failure
|
14 лет назад |
Måns Rullgård
|
f3bfe388b5
Make ff_url_split() public
|
14 лет назад |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
14 лет назад |
Martin Storsjö
|
cae9a15c98
Don't report EINTR from select as an error, retry select instead
|
14 лет назад |
Aurelien Jacobs
|
e4a9e3cc7c
move ff_url_split() and ff_url_join() declarations to internal.h
|
14 лет назад |
Martin Storsjö
|
c5c6e67c28
Rename url_split to ff_url_split
|
14 лет назад |
Martin Storsjö
|
814c56413d
Don't explicitly initialize networking in the tcp and udp protocols
|
14 лет назад |
Ronald S. Bultje
|
88248b76af
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
|
14 лет назад |
Martin Storsjö
|
fdcdd5396e
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
|
15 лет назад |
Martin Storsjö
|
73c1326809
Use ff_neterrno instead of errno in tcp.c.
|
15 лет назад |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
15 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Baptiste Coudurier
|
6ad1c9c992
only include sys/select.h if present, fix mingw compilation
|
16 лет назад |
Baptiste Coudurier
|
c75a0cce5b
include sys/select.h to get select, according to posix 2001,
|
16 лет назад |
Ronald S. Bultje
|
f23a9759ce
Remove check for @ in tcp.c which removes the authorization data from the
|
16 лет назад |
Ronald S. Bultje
|
a3303add3c
Cosmetics after previous patches.
|
16 лет назад |
Ronald S. Bultje
|
8b9af28da4
On failure, return directly because the fail: case does nothing. This also
|
16 лет назад |
Ronald S. Bultje
|
47f944a2ef
Move malloc() down until after all initializations, so that the resource is
|
16 лет назад |
Ronald S. Bultje
|
e6c1381982
Fix memleak on some OSes in case network initialization fails. See
|
16 лет назад |
Ronald S. Bultje
|
ad33bfefc7
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
|
16 лет назад |
Diego Biurrun
|
d78d72da66
Set TCP protocol to is_streamed=1 as seeking is not possible.
|
16 лет назад |
Luca Abeni
|
087b327287
Include os_support.h only when needed
|
17 лет назад |
Ramiro Polla
|
1642cb6b2e
Add initialization and cleanup functions for Winsock
|
17 лет назад |
Ramiro Polla
|
85060fe6b4
MinGW returns EAGAIN instead of EINPROGRESS
|
17 лет назад |