99 Commits (2ac5a1a28ece31cbe33ff2688aad6bfba0edcf73)

Author SHA1 Message Date
Martin Storsjö 00b62968d0 os_support: Don't try to return the service name as a string in getnameinfo 9 years ago
Michael Niedermayer 5dfae3f40a avformat/os_support: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Daniel Bomar af1818276e avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE depreciation 10 years ago
Diego Biurrun 5928b29f53 os_support: Add #endif comments for better readability 11 years ago
Martin Storsjö dfc6b5c814 file: Move win32 utf8->wchar open wrapper to libavutil 11 years ago
Hendrik Leppkes 85a46ad685 win32: Use 64-bit fstat/lseek variants for MSVC as well 12 years ago
Reimar Döffinger ad04025987 win32: Make ff_win32_open more robust 12 years ago
Reimar Döffinger e9cc988395 win32: Allow other programs to open the same files 12 years ago
Reimar Döffinger c3c3bc7ff6 Make ff_win32_open more robust. 12 years ago
Hendrik Leppkes 713ac21097 avutil/os_support: use 64-bit fstat/lseek variants for MSVC as well 12 years ago
Mans Rullgard c3e73100af network: use getservbyport() only if available 12 years ago
Diego Biurrun 7a249625fd os_support: K&R formatting cosmetics 13 years ago
Martin Storsjö 9e4b04f8b9 network: Always use our version of gai_strerror on windows 13 years ago
Martin Storsjö 2ca6e9bb47 network: Extend the fallback gai_strerror implementation to handle more error codes 13 years ago
Martin Storsjö cab2eb87f9 os_support: Rename the poll fallback function to ff_poll 13 years ago
Martin Storsjö 71078ad333 os_support: Don't compare a negative number against socket descriptors 13 years ago
Ronald S. Bultje 5aff37d28d os_support: Include all the necessary headers for the win32 open function 13 years ago
Ronald S. Bultje e64bceeac0 configure: Check for sys/time.h 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Reimar Döffinger ad8173eb81 Allow other programs to open the same files on Windows. 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Kirill Gavrilov b1ac139d89 Handle unicode file names on windows 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Max Shakhmetov a41aebf153 os_support: fix poll() implementation 14 years ago
Max Shakhmetov 9ac2085dbf os_support: fix poll() implementation 14 years ago
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Mans Rullgard 362d8f7d9e os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Luca Barbato a8475bbdb6 os: replace select with poll 14 years ago
Måns Rullgård 7fddac9320 os_support: include some headers only when needed 15 years ago
Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 15 years ago
David Conrad 38c3b6e73e inet_aton needs _DARWIN_C_SOURCE on OS X 15 years ago
David Conrad ac11d562e5 Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c 15 years ago
Reimar Döffinger a34fc5e23d Make our getaddrinfo implementation initialize "struct addrinfo" return 15 years ago
Ronald S. Bultje 04a2b04b98 Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
Martin Storsjö 6023d84a2b Load the proper getaddrinfo functions from ws2_32.dll, if they're present. 15 years ago
Martin Storsjö 5d629b72cb Provide a fallback for getnameinfo() also. Patch by Martin Storsjö 15 years ago
Martin Storsjö fa053ca725 Provide fallback implementations of getaddrinfo() and freeaddrinfo(). 15 years ago
Ronald S. Bultje 7e43f74a37 Use getaddrinfo(), if available, in resolve_host(). Patch by Martin 15 years ago
Martin Storsjö b827f4eb47 Currently, the replacement which is used if inet_aton isn't available, 15 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 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 17 years ago
Michael Kostylev 81644c2ee0 Check for the presence of sys/select.h and conditionally #include it. 17 years ago
Tom Harper 72d6b1bf1b Fix compilation of os_support.c for MinGW with --disable-network 17 years ago