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
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-05-12
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-04-24
Handle unicode file names on windows
Kirill Gavrilov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
os_support: fix poll() implementation
Max Shakhmetov
2011-01-28
os_support: make poll() fallbacks conditional on CONFIG_NETWORK
Mans Rullgard
2011-01-28
os: replace select with poll
Luca Barbato
2010-07-06
os_support: include some headers only when needed
Måns Rullgård
2010-03-08
Move resolve_host() to ffserver.c
Måns Rullgård
2010-03-07
inet_aton needs _DARWIN_C_SOURCE on OS X
David Conrad
2010-03-07
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
David Conrad
2010-02-28
Make our getaddrinfo implementation initialize "struct addrinfo" return
Reimar Döffinger
2010-02-08
Implement gai_strerror() for systems lacking such functionality. Patch
Ronald S. Bultje
2010-01-25
Load the proper getaddrinfo functions from ws2_32.dll, if they're present.
Martin Storsjö
2010-01-11
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö
Martin Storsjö
2010-01-11
Provide fallback implementations of getaddrinfo() and freeaddrinfo().
Martin Storsjö
2010-01-11
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin
Ronald S. Bultje
2010-01-08
Currently, the replacement which is used if inet_aton isn't available,
Martin Storsjö
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-08-16
struct timeval requires #include <sys/time.h>
Dave Yeo
2008-08-14
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
Aurelien Jacobs
2008-08-14
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-02-13
Include poll.h instead of sys/poll.h
Luca Abeni
2007-12-27
Check for the presence of sys/select.h and conditionally #include it.
Michael Kostylev
2007-12-09
Fix compilation of os_support.c for MinGW with --disable-network
Tom Harper
2007-11-21
Include os_support.h only when needed
Luca Abeni
2007-08-08
Check for winsock2.h instead of __MINGW32__
Ramiro Polla
2007-07-19
use sscanf to parse address
Benoit Fouet
2007-07-18
remove useless check
Benoit Fouet
2007-07-18
fix emulated inet_aton so that it fails for invalid addresses
Joakim Plate
2007-07-16
MinGW has those include files.
Ramiro Polla
2007-07-16
Move av_gettime() back to lavf/utils.c
Ramiro Polla
2007-07-16
MinGW has gettimeofday() since mingw-runtime-3.10
Ramiro Polla
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
[next]