aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-061-1/+1
| | | | | | | | | This lowers the level of warnings printed if trying to connect to a host name that provides both v6 and v4 addresses but the service only is available on the v4 address (often occurring for 'localhost', with servers that aren't v6-aware). Signed-off-by: Martin Storsjö <martin@martin.st>
* unix: Convert from AVERROR to errno range before comparing error codesMartin Storsjö2013-08-061-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-051-1/+1
|
* lavf: Support unix socketsLuca Barbato2013-08-051-0/+156