summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-16
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-27
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-09
* Include os_support.h only when neededLuca Abeni2007-11-21
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
* use sscanf to parse addressBenoit Fouet2007-07-19
* remove useless checkBenoit Fouet2007-07-18
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-18
* MinGW has those include files.Ramiro Polla2007-07-16
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-16
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-16
* Remove OS/2 supportRamiro Polla2007-07-10
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-25
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-21
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
* initial mingw networking supportAlex Beregszaszi2007-05-15
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-23
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-15
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-15
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-15
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-14
* simplifyMåns Rullgård2006-11-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-23
* WinCE cross-compilation supportGildas Bazin2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* doxyMichael Niedermayer2004-11-09
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...Steven M. Schultz2004-04-12
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08