Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-08Check for winsock2.h instead of __MINGW32__Ramiro Polla
2007-07-19use sscanf to parse addressBenoit Fouet
2007-07-18remove useless checkBenoit Fouet
2007-07-18fix emulated inet_aton so that it fails for invalid addressesJoakim Plate
2007-07-17MinGW has those include files.Ramiro Polla
2007-07-17Move av_gettime() back to lavf/utils.cRamiro Polla
2007-07-17MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla
2007-07-11Remove OS/2 supportRamiro Polla
2007-06-25Remove localtime_r implementation for systems that don't have it.Ramiro Polla
2007-05-21r9095 invalidly removed the check for non-winsockAlex Beregszaszi
2007-05-21fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi
2007-05-15initial mingw networking supportAlex Beregszaszi
2007-04-27implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi
2007-04-26cosmetics: Remove trailing whitespace and tabs.Diego Biurrun
2007-04-26move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi
2007-04-21remove possibly broken wince cruftAlex Beregszaszi
2007-03-24Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol
2007-02-15Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol
2007-02-15MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-15MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun
2006-11-15Move BeOS-specific code into os_support.c.Diego Biurrun
2006-11-14simplifyMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-01-23Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun
2006-01-22WinCE cross-compilation supportGildas Bazin
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-11-09doxyMichael Niedermayer
2004-04-24cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer
2004-04-13libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...Steven M. Schultz
2003-09-09simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard