- 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.
-
- 04 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 08 Jun, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1302711
-
- 15 Mar, 2015 1 commit
-
-
Luca Barbato authored
Use AVOption and fallback over multiple addresses
-
- 10 Oct, 2014 1 commit
-
-
Luca Barbato authored
Trying to write to a stream id larger the the maximum requested is a programming error, still there is no reason to leave a reachable abort() in the codebase. CC: libav-stable@libav.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>
-
- 15 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 05 Aug, 2013 1 commit
-
-
Luca Barbato authored
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 17 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1865 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jul, 2012 1 commit
-
-
Jordi Ortiz authored
Without this patch a user a bit absent-minded may not notice that the connection doesn't work because the port is missing. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Jun, 2012 1 commit
-
-
Martin Storsjö authored
This heaader is required for close() for sockets in network code. For winsock, the equivalent function is defined in the winsock2.h header. This avoids having the HAVE_UNISTD_H in all files dealing with raw sockets. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 May, 2012 1 commit
-
-
Sean McGovern authored
Replace SOL_SCTP by the more portable IPPROTO_SCTP. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 May, 2012 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Jordi Ortiz <nenjordi@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-