Commit History

Author SHA1 Message Date
  Michael Niedermayer 72153419b5 Merge remote branch 'qatar/master' 13 years ago
  Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 13 years ago
  Michael Niedermayer 7b376b398a Merge remote branch 'qatar/master' 13 years ago
  Kirill Gavrilov b1ac139d89 Handle unicode file names on windows 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Max Shakhmetov a41aebf153 os_support: fix poll() implementation 13 years ago
  Max Shakhmetov 9ac2085dbf os_support: fix poll() implementation 13 years ago
  Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 13 years ago
  Luca Barbato d0eb91ad04 os: replace select with poll 13 years ago
  Mans Rullgard 362d8f7d9e os_support: make poll() fallbacks conditional on CONFIG_NETWORK 13 years ago
  Luca Barbato a8475bbdb6 os: replace select with poll 13 years ago
  Måns Rullgård 7fddac9320 os_support: include some headers only when needed 14 years ago
  Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 14 years ago
  David Conrad 38c3b6e73e inet_aton needs _DARWIN_C_SOURCE on OS X 14 years ago
  David Conrad ac11d562e5 Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c 14 years ago
  Reimar Döffinger a34fc5e23d Make our getaddrinfo implementation initialize "struct addrinfo" return 14 years ago
  Ronald S. Bultje 04a2b04b98 Implement gai_strerror() for systems lacking such functionality. Patch 14 years ago
  Martin Storsjö 6023d84a2b Load the proper getaddrinfo functions from ws2_32.dll, if they're present. 14 years ago
  Martin Storsjö 5d629b72cb Provide a fallback for getnameinfo() also. Patch by Martin Storsjö 14 years ago
  Martin Storsjö fa053ca725 Provide fallback implementations of getaddrinfo() and freeaddrinfo(). 14 years ago
  Ronald S. Bultje 7e43f74a37 Use getaddrinfo(), if available, in resolve_host(). Patch by Martin 14 years ago
  Martin Storsjö b827f4eb47 Currently, the replacement which is used if inet_aton isn't available, 14 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Dave Yeo e748e34dd6 struct timeval requires #include <sys/time.h> 16 years ago
  Aurelien Jacobs a964e813a1 use h_addr_list[0] instead of h_addr as this is the posix hostent field name 16 years ago
  Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
  Luca Abeni f8cda19ee6 Include poll.h instead of sys/poll.h 16 years ago
  Michael Kostylev 81644c2ee0 Check for the presence of sys/select.h and conditionally #include it. 16 years ago
  Tom Harper 72d6b1bf1b Fix compilation of os_support.c for MinGW with --disable-network 16 years ago
  Luca Abeni 087b327287 Include os_support.h only when needed 17 years ago
  Ramiro Polla 6ff3f3e7ce Check for winsock2.h instead of __MINGW32__ 17 years ago
  Benoit Fouet d72e7d0f24 use sscanf to parse address 17 years ago
  Benoit Fouet 109d30e9f1 remove useless check 17 years ago
  Joakim Plate 104d04182d fix emulated inet_aton so that it fails for invalid addresses 17 years ago
  Ramiro Polla 1fc44ed69e MinGW has those include files. 17 years ago
  Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 17 years ago
  Ramiro Polla c993a83131 MinGW has gettimeofday() since mingw-runtime-3.10 17 years ago
  Ramiro Polla 7c37e504f0 Remove OS/2 support 17 years ago
  Ramiro Polla 45c1011020 Remove localtime_r implementation for systems that don't have it. 17 years ago
  Alex Beregszaszi 3e2e29fb00 r9095 invalidly removed the check for non-winsock 17 years ago
  Alex Beregszaszi 7235183df9 fix FD_SETSIZE handling in our poll() emulation 17 years ago
  Alex Beregszaszi 5676d140a9 initial mingw networking support 17 years ago
  Alex Beregszaszi ba472aaf01 implement ff_socket_nonblock and use it in networking code 17 years ago
  Diego Biurrun 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 17 years ago
  Alex Beregszaszi 383eda2348 move resolve_host from tcp.c to os_support.c as it is used widely 17 years ago
  Alex Beregszaszi 61bc79ec9c remove possibly broken wince cruft 17 years ago
  François Revol c9fdab0dab Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 17 years ago
  François Revol 457b101e42 Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l 17 years ago
  François Revol 36c07acd59 MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. 17 years ago
  François Revol b0c858d834 poll() emulation for BeOS, and maybe MinGW. 17 years ago