summaryrefslogtreecommitdiffstats
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAgeFilesLines
* os_support: Don't try to return the service name as a string in getnameinfoMartin Storsjö2015-10-301-9/+2
* os_support: Add #endif comments for better readabilityDiego Biurrun2013-11-021-12/+13
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-081-40/+0
* win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-271-0/+3
* win32: Make ff_win32_open more robustReimar Döffinger2013-03-271-6/+12
* win32: Allow other programs to open the same filesReimar Döffinger2013-03-271-2/+3
* network: use getservbyport() only if availableMans Rullgard2012-10-231-0/+2
* os_support: K&R formatting cosmeticsDiego Biurrun2012-07-171-49/+71
* 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
* 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
* configure: Check for sys/time.hRonald S. Bultje2012-06-261-0/+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
* Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-1/+0
* 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: 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
OpenPOWER on IntegriCloud