summaryrefslogtreecommitdiffstats
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAgeFilesLines
...
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-261-3/+20
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-8/+4
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-231-1/+1
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-151-2/+2
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-151-0/+5
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-151-0/+66
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-2/+2
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-151-6/+6
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-141-0/+29
* simplifyMåns Rullgård2006-11-141-4/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-231-1/+3
* WinCE cross-compilation supportGildas Bazin2006-01-221-2/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* doxyMichael Niedermayer2004-11-091-0/+3
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-241-1/+1
* libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...Steven M. Schultz2004-04-121-0/+1
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-0/+57
OpenPOWER on IntegriCloud