index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
os_support.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-11
/
+11
*
struct timeval requires #include <sys/time.h>
Dave Yeo
2008-08-16
1
-0
/
+1
*
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
Aurelien Jacobs
2008-08-14
1
-1
/
+1
*
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-08-14
1
-0
/
+4
*
Include poll.h instead of sys/poll.h
Luca Abeni
2008-02-13
1
-3
/
+3
*
Check for the presence of sys/select.h and conditionally #include it.
Michael Kostylev
2007-12-27
1
-1
/
+1
*
Fix compilation of os_support.c for MinGW with --disable-network
Tom Harper
2007-12-09
1
-1
/
+1
*
Include os_support.h only when needed
Luca Abeni
2007-11-21
1
-0
/
+1
*
Check for winsock2.h instead of __MINGW32__
Ramiro Polla
2007-08-08
1
-4
/
+4
*
use sscanf to parse address
Benoit Fouet
2007-07-19
1
-11
/
+2
*
remove useless check
Benoit Fouet
2007-07-18
1
-3
/
+3
*
fix emulated inet_aton so that it fails for invalid addresses
Joakim Plate
2007-07-18
1
-4
/
+5
*
MinGW has those include files.
Ramiro Polla
2007-07-16
1
-2
/
+0
*
Move av_gettime() back to lavf/utils.c
Ramiro Polla
2007-07-16
1
-12
/
+0
*
MinGW has gettimeofday() since mingw-runtime-3.10
Ramiro Polla
2007-07-16
1
-11
/
+2
*
Remove OS/2 support
Ramiro Polla
2007-07-10
1
-3
/
+0
*
Remove localtime_r implementation for systems that don't have it.
Ramiro Polla
2007-06-25
1
-13
/
+0
*
r9095 invalidly removed the check for non-winsock
Alex Beregszaszi
2007-05-21
1
-0
/
+8
*
fix FD_SETSIZE handling in our poll() emulation
Alex Beregszaszi
2007-05-21
1
-4
/
+5
*
initial mingw networking support
Alex Beregszaszi
2007-05-15
1
-0
/
+4
*
implement ff_socket_nonblock and use it in networking code
Alex Beregszaszi
2007-04-27
1
-0
/
+8
*
cosmetics: Remove trailing whitespace and tabs.
Diego Biurrun
2007-04-26
1
-5
/
+5
*
move resolve_host from tcp.c to os_support.c as it is used widely
Alex Beregszaszi
2007-04-26
1
-3
/
+20
*
remove possibly broken wince cruft
Alex Beregszaszi
2007-04-20
1
-8
/
+4
*
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...
François Revol
2007-03-23
1
-1
/
+1
*
Make sure we don't try to emulate poll() when it's there if --disable-ffserve...
François Revol
2007-02-15
1
-2
/
+2
*
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...
François Revol
2007-02-15
1
-0
/
+5
*
poll() emulation for BeOS, and maybe MinGW.
François Revol
2007-02-15
1
-0
/
+66
*
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-12-06
1
-2
/
+2
*
MinGW compilation fix, inet_aton and #includes depend on networking support.
Diego Biurrun
2006-11-15
1
-6
/
+6
*
Move BeOS-specific code into os_support.c.
Diego Biurrun
2006-11-14
1
-0
/
+29
*
simplify
Måns Rullgård
2006-11-14
1
-4
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-2
/
+2
*
Skip all includes for WinCE, instead of falling through to the #else case.
Diego Biurrun
2006-01-23
1
-1
/
+3
*
WinCE cross-compilation support
Gildas Bazin
2006-01-22
1
-2
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-1
/
+1
*
doxy
Michael Niedermayer
2004-11-09
1
-0
/
+3
*
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Sascha Sommer
2004-04-24
1
-1
/
+1
*
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...
Steven M. Schultz
2004-04-12
1
-0
/
+1
*
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
Fabrice Bellard
2003-09-08
1
-0
/
+57