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
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15os_support: fix poll() implementationMax Shakhmetov
2011-01-28os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard
2011-01-28os: replace select with pollLuca Barbato
2010-07-06os_support: include some headers only when neededMåns Rullgård
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
2010-03-07inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-03-01Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger
2010-02-08Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje
2010-01-25Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö
2010-01-11Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö
2010-01-11Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö
2010-01-11Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje
2010-01-08Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-16struct timeval requires #include <sys/time.h>Dave Yeo
2008-08-15use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-02-13Include poll.h instead of sys/poll.hLuca Abeni
2007-12-27Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev
2007-12-09Fix compilation of os_support.c for MinGW with --disable-networkTom Harper
2007-11-21Include os_support.h only when neededLuca Abeni
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