summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Include os_support.h only when neededLuca Abeni2007-11-211-0/+1
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-081-4/+4
* use sscanf to parse addressBenoit Fouet2007-07-191-11/+2
* remove useless checkBenoit Fouet2007-07-181-3/+3
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-181-4/+5
* MinGW has those include files.Ramiro Polla2007-07-161-2/+0
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-161-12/+0
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-161-11/+2
* Remove OS/2 supportRamiro Polla2007-07-101-3/+0
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-251-13/+0
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-211-0/+8
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-211-4/+5
* initial mingw networking supportAlex Beregszaszi2007-05-151-0/+4
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-271-0/+8
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-261-5/+5
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-261-3/+20
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-8/+4
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-231-1/+1
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-151-2/+2
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-151-0/+5
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-151-0/+66
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-2/+2
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-151-6/+6
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-141-0/+29
* simplifyMåns Rullgård2006-11-141-4/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-231-1/+3
* WinCE cross-compilation supportGildas Bazin2006-01-221-2/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1