Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Dave Yeo
|
e748e34dd6
struct timeval requires #include <sys/time.h>
|
16 years ago |
Aurelien Jacobs
|
a964e813a1
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
|
16 years ago |
Aurelien Jacobs
|
7246177d80
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
|
16 years ago |
Luca Abeni
|
f8cda19ee6
Include poll.h instead of sys/poll.h
|
17 years ago |
Michael Kostylev
|
81644c2ee0
Check for the presence of sys/select.h and conditionally #include it.
|
17 years ago |
Tom Harper
|
72d6b1bf1b
Fix compilation of os_support.c for MinGW with --disable-network
|
17 years ago |
Luca Abeni
|
087b327287
Include os_support.h only when needed
|
17 years ago |
Ramiro Polla
|
6ff3f3e7ce
Check for winsock2.h instead of __MINGW32__
|
17 years ago |
Benoit Fouet
|
d72e7d0f24
use sscanf to parse address
|
17 years ago |
Benoit Fouet
|
109d30e9f1
remove useless check
|
17 years ago |
Joakim Plate
|
104d04182d
fix emulated inet_aton so that it fails for invalid addresses
|
17 years ago |
Ramiro Polla
|
1fc44ed69e
MinGW has those include files.
|
17 years ago |
Ramiro Polla
|
82e4ac2c97
Move av_gettime() back to lavf/utils.c
|
17 years ago |
Ramiro Polla
|
c993a83131
MinGW has gettimeofday() since mingw-runtime-3.10
|
17 years ago |
Ramiro Polla
|
7c37e504f0
Remove OS/2 support
|
17 years ago |
Ramiro Polla
|
45c1011020
Remove localtime_r implementation for systems that don't have it.
|
17 years ago |
Alex Beregszaszi
|
3e2e29fb00
r9095 invalidly removed the check for non-winsock
|
18 years ago |
Alex Beregszaszi
|
7235183df9
fix FD_SETSIZE handling in our poll() emulation
|
18 years ago |
Alex Beregszaszi
|
5676d140a9
initial mingw networking support
|
18 years ago |
Alex Beregszaszi
|
ba472aaf01
implement ff_socket_nonblock and use it in networking code
|
18 years ago |
Diego Biurrun
|
4ee10633d2
cosmetics: Remove trailing whitespace and tabs.
|
18 years ago |
Alex Beregszaszi
|
383eda2348
move resolve_host from tcp.c to os_support.c as it is used widely
|
18 years ago |
Alex Beregszaszi
|
61bc79ec9c
remove possibly broken wince cruft
|
18 years ago |
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.
|
18 years ago |
François Revol
|
457b101e42
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
|
18 years ago |
François Revol
|
36c07acd59
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
|
18 years ago |
François Revol
|
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
|
18 years ago |
Måns Rullgård
|
8da9266cea
use the standard INT64_C() macro for 64-bit constants
|
18 years ago |
Diego Biurrun
|
eaa53b957b
MinGW compilation fix, inet_aton and #includes depend on networking support.
|
18 years ago |
Diego Biurrun
|
54eb77c05e
Move BeOS-specific code into os_support.c.
|
18 years ago |
Måns Rullgård
|
fa28bc16f0
simplify
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
|
18 years ago |
Diego Biurrun
|
fdc7b57042
Skip all includes for WinCE, instead of falling through to the #else case.
|
19 years ago |
Gildas Bazin
|
ac44871c77
WinCE cross-compilation support
|
19 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
f6506a541a
doxy
|
20 years ago |
Sascha Sommer
|
2a86d50bd9
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
|
21 years ago |
Steven M. Schultz
|
17c22f574b
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
|
21 years ago |
Fabrice Bellard
|
f71869a4db
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
|
21 years ago |