Alex Beregszaszi
|
3e2e29fb00
|
r9095 invalidly removed the check for non-winsock
Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-21 16:08:03 +00:00 |
|
Alex Beregszaszi
|
7235183df9
|
fix FD_SETSIZE handling in our poll() emulation
Originally committed as revision 9095 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-21 15:54:35 +00:00 |
|
Alex Beregszaszi
|
5676d140a9
|
initial mingw networking support
Originally committed as revision 9029 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-15 14:58:30 +00:00 |
|
Alex Beregszaszi
|
ba472aaf01
|
implement ff_socket_nonblock and use it in networking code
Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-04-27 00:41:50 +00:00 |
|
Diego Biurrun
|
4ee10633d2
|
cosmetics: Remove trailing whitespace and tabs.
Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-04-26 19:27:32 +00:00 |
|
Alex Beregszaszi
|
383eda2348
|
move resolve_host from tcp.c to os_support.c as it is used widely
Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-04-26 18:04:42 +00:00 |
|
Alex Beregszaszi
|
61bc79ec9c
|
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-04-20 23:45:53 +00:00 |
|
François Revol
|
c9fdab0dab
|
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.
Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-03-23 22:01:37 +00:00 |
|
François Revol
|
457b101e42
|
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-02-15 15:39:39 +00:00 |
|
François Revol
|
36c07acd59
|
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-02-15 13:32:06 +00:00 |
|
François Revol
|
b0c858d834
|
poll() emulation for BeOS, and maybe MinGW.
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-02-15 07:44:10 +00:00 |
|
Måns Rullgård
|
8da9266cea
|
use the standard INT64_C() macro for 64-bit constants
Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-12-06 23:46:11 +00:00 |
|
Diego Biurrun
|
eaa53b957b
|
MinGW compilation fix, inet_aton and #includes depend on networking support.
Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-15 01:11:33 +00:00 |
|
Diego Biurrun
|
54eb77c05e
|
Move BeOS-specific code into os_support.c.
Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-14 21:31:19 +00:00 |
|
Måns Rullgård
|
fa28bc16f0
|
simplify
Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-14 03:42:28 +00:00 |
|
Diego Biurrun
|
b78e7197a8
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-07 15:30:46 +00:00 |
|
Diego Biurrun
|
2f30a81d19
|
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 21:45:45 +00:00 |
|
Diego Biurrun
|
fdc7b57042
|
Skip all includes for WinCE, instead of falling through to the #else case.
Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-01-23 00:57:59 +00:00 |
|
Gildas Bazin
|
ac44871c77
|
WinCE cross-compilation support
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-01-22 18:34:17 +00:00 |
|
Diego Biurrun
|
5509bffa88
|
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-01-12 22:43:26 +00:00 |
|
Diego Biurrun
|
115329f160
|
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2005-12-17 18:14:38 +00:00 |
|
Michael Niedermayer
|
f6506a541a
|
doxy
Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-11-09 17:27:33 +00:00 |
|
Sascha Sommer
|
2a86d50bd9
|
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-04-24 11:51:38 +00:00 |
|
Steven M. Schultz
|
17c22f574b
|
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3009 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-04-12 22:54:48 +00:00 |
|
Fabrice Bellard
|
f71869a4db
|
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-09-08 21:20:55 +00:00 |
|