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
|
Tue, 15 May 2007 14:58:30 +0000 |
alex |
initial mingw networking support
libavformat
|
Fri, 27 Apr 2007 00:41:50 +0000 |
alex |
implement ff_socket_nonblock and use it in networking code
libavformat
|
Thu, 26 Apr 2007 19:27:32 +0000 |
diego |
cosmetics: Remove trailing whitespace and tabs.
libavformat
|
Thu, 26 Apr 2007 18:04:42 +0000 |
alex |
move resolve_host from tcp.c to os_support.c as it is used widely
libavformat
|
Fri, 20 Apr 2007 23:45:53 +0000 |
alex |
remove possibly broken wince cruft
libavformat
|
Fri, 23 Mar 2007 22:01:37 +0000 |
mmu_man |
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
libavformat
|
Thu, 15 Feb 2007 15:39:39 +0000 |
mmu_man |
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
libavformat
|
Thu, 15 Feb 2007 13:32:06 +0000 |
mmu_man |
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
libavformat
|
Thu, 15 Feb 2007 07:44:10 +0000 |
mmu_man |
poll() emulation for BeOS, and maybe MinGW.
libavformat
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavformat
|
Wed, 15 Nov 2006 01:11:33 +0000 |
diego |
MinGW compilation fix, inet_aton and #includes depend on networking support.
libavformat
|
Tue, 14 Nov 2006 21:31:19 +0000 |
diego |
Move BeOS-specific code into os_support.c.
libavformat
|
Tue, 14 Nov 2006 03:42:28 +0000 |
mru |
simplify
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Tue, 11 Jul 2006 21:45:45 +0000 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavformat
|
Mon, 23 Jan 2006 00:57:59 +0000 |
diego |
Skip all includes for WinCE, instead of falling through to the #else case.
libavformat
|
Sun, 22 Jan 2006 18:34:17 +0000 |
diego |
WinCE cross-compilation support
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Tue, 09 Nov 2004 17:27:33 +0000 |
michael |
doxy
libavformat
|
Sat, 24 Apr 2004 11:51:38 +0000 |
michael |
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavformat
|
Mon, 12 Apr 2004 22:54:48 +0000 |
michael |
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Mon, 08 Sep 2003 21:20:55 +0000 |
bellard |
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
libavformat
|