- 24 Mar, 2016 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 Feb, 2016 1 commit
-
-
Anton Khirnov authored
Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits.
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 09 Apr, 2015 1 commit
-
-
Anders Nystrom authored
Handle error return from ff_listen_bind without leaking file descriptors. Signed-off-by: Anders Nystrom <anders.nystrom@southpole.se> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 25 Aug, 2014 1 commit
-
-
Rémi Denis-Courmont authored
If the remote end of a connection oriented socket hangs up, generating an EPIPE error is preferable over an unhandled SIGPIPE signal. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 21 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
This should fix openbsd while hopefully also working on solaris & android Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
unbreak android ndk r8 build Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Aug, 2013 2 commits
-
-
Martin Storsjö authored
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>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Aug, 2013 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-