index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
os_support.c
Age
Commit message (
Expand
)
Author
2007-07-10
Remove OS/2 support
Ramiro Polla
2007-06-25
Remove localtime_r implementation for systems that don't have it.
Ramiro Polla
2007-05-21
r9095 invalidly removed the check for non-winsock
Alex Beregszaszi
2007-05-21
fix FD_SETSIZE handling in our poll() emulation
Alex Beregszaszi
2007-05-15
initial mingw networking support
Alex Beregszaszi
2007-04-27
implement ff_socket_nonblock and use it in networking code
Alex Beregszaszi
2007-04-26
cosmetics: Remove trailing whitespace and tabs.
Diego Biurrun
2007-04-26
move resolve_host from tcp.c to os_support.c as it is used widely
Alex Beregszaszi
2007-04-20
remove possibly broken wince cruft
Alex Beregszaszi
2007-03-23
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...
François Revol
2007-02-15
Make sure we don't try to emulate poll() when it's there if --disable-ffserve...
François Revol
2007-02-15
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...
François Revol
2007-02-15
poll() emulation for BeOS, and maybe MinGW.
François Revol
2006-12-06
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-11-15
MinGW compilation fix, inet_aton and #includes depend on networking support.
Diego Biurrun
2006-11-14
Move BeOS-specific code into os_support.c.
Diego Biurrun
2006-11-14
simplify
Måns Rullgård
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-11
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-01-23
Skip all includes for WinCE, instead of falling through to the #else case.
Diego Biurrun
2006-01-22
WinCE cross-compilation support
Gildas Bazin
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2004-11-09
doxy
Michael Niedermayer
2004-04-24
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Sascha Sommer
2004-04-12
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...
Steven M. Schultz
2003-09-08
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
Fabrice Bellard