summaryrefslogtreecommitdiffstats
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-241-0/+2
|\
| * network: use getservbyport() only if availableMans Rullgard2012-10-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-49/+71
|\ \ | |/
| * os_support: K&R formatting cosmeticsDiego Biurrun2012-07-171-49/+71
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-161-1/+11
|\ \ | |/
| * network: Always use our version of gai_strerror on windowsMartin Storsjö2012-07-151-1/+3
| * network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö2012-07-151-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-8/+10
|\ \ | |/
| * os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-301-1/+1
| * os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-301-6/+6
| * os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-301-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-0/+2
|\ \ | |/
| * configure: Check for sys/time.hRonald S. Bultje2012-06-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-2/+2
|\ \ | |/
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
| * network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-191-1/+2
* | Allow other programs to open the same files on Windows.Reimar Döffinger2012-02-181-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-071-1/+0
|\ \ | |/
| * Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-1/+0
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-0/+28
|\ \ | |/
| * Handle unicode file names on windowsKirill Gavrilov2011-04-241-0/+28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * os_support: fix poll() implementationMax Shakhmetov2011-02-151-1/+1
| * os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-281-1/+1
| * os: replace select with pollLuca Barbato2011-01-281-3/+0
* | os_support: fix poll() implementationMax Shakhmetov2011-02-161-1/+1
* | os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-301-1/+1
* | os: replace select with pollLuca Barbato2011-01-301-3/+0
|/
* os_support: include some headers only when neededMåns Rullgård2010-07-061-3/+3
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-081-35/+0
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-071-0/+1
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-071-3/+8
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-281-0/+1
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-081-0/+11
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-251-0/+31
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-111-0/+44
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-111-0/+70
* Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje2010-01-111-1/+22
* Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö2010-01-081-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-11/+11
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-161-0/+1
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-141-1/+1
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-0/+4
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-131-3/+3
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-271-1/+1
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-091-1/+1
OpenPOWER on IntegriCloud