log os_support.c @ 6447:ef0ad6df55b2 libavformat

age author description
Tue, 06 Jul 2010 11:42:52 +0000 mru os_support: include some headers only when needed libavformat
Mon, 08 Mar 2010 18:43:27 +0000 mru Move resolve_host() to ffserver.c libavformat
Sun, 07 Mar 2010 19:49:02 +0000 conrad inet_aton needs _DARWIN_C_SOURCE on OS X libavformat
Sun, 07 Mar 2010 19:48:59 +0000 conrad Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformat
Sun, 28 Feb 2010 22:31:17 +0000 reimar Make our getaddrinfo implementation initialize "struct addrinfo" return libavformat
Mon, 08 Feb 2010 18:48:12 +0000 rbultje Implement gai_strerror() for systems lacking such functionality. Patch libavformat
Mon, 25 Jan 2010 01:28:01 +0000 ramiro Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformat
Mon, 11 Jan 2010 17:45:17 +0000 rbultje Provide a fallback for getnameinfo() also. Patch by Martin Storsj libavformat
Mon, 11 Jan 2010 17:27:07 +0000 rbultje Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformat
Mon, 11 Jan 2010 17:14:16 +0000 rbultje Use getaddrinfo(), if available, in resolve_host(). Patch by Martin libavformat
Fri, 08 Jan 2010 00:04:23 +0000 rbultje Currently, the replacement which is used if inet_aton isn't available, libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sat, 16 Aug 2008 18:39:30 +0000 aurel struct timeval requires #include <sys/time.h> libavformat
Thu, 14 Aug 2008 22:36:05 +0000 aurel use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformat
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat
Wed, 13 Feb 2008 12:51:14 +0000 lucabe Include poll.h instead of sys/poll.h libavformat
Thu, 27 Dec 2007 01:38:50 +0000 diego Check for the presence of sys/select.h and conditionally #include it. libavformat
Sun, 09 Dec 2007 14:39:01 +0000 ramiro Fix compilation of os_support.c for MinGW with --disable-network libavformat
Wed, 21 Nov 2007 16:33:06 +0000 lucabe Include os_support.h only when needed libavformat
Wed, 08 Aug 2007 19:18:10 +0000 ramiro Check for winsock2.h instead of __MINGW32__ libavformat
Thu, 19 Jul 2007 10:48:50 +0000 benoit use sscanf to parse address libavformat
Wed, 18 Jul 2007 11:56:36 +0000 benoit remove useless check libavformat
Wed, 18 Jul 2007 07:57:26 +0000 benoit fix emulated inet_aton so that it fails for invalid addresses libavformat
Mon, 16 Jul 2007 20:30:28 +0000 ramiro MinGW has those include files. libavformat
Mon, 16 Jul 2007 20:28:43 +0000 ramiro Move av_gettime() back to lavf/utils.c libavformat
Mon, 16 Jul 2007 20:27:16 +0000 ramiro MinGW has gettimeofday() since mingw-runtime-3.10 libavformat
Tue, 10 Jul 2007 21:52:04 +0000 ramiro Remove OS/2 support libavformat
Mon, 25 Jun 2007 16:18:28 +0000 ramiro Remove localtime_r implementation for systems that don't have it. libavformat
Mon, 21 May 2007 16:08:03 +0000 alex r9095 invalidly removed the check for non-winsock libavformat
Mon, 21 May 2007 15:54:35 +0000 alex fix FD_SETSIZE handling in our poll() emulation libavformat