94 Commits (6c9a9dd25a7da62145ec30ac2d3d59419ea3f450)

Author SHA1 Message Date
Peter Ross b41f378fc4 os_support: define socket shutdown SHUT_xxx macros if they are not defined 6 years ago
Martin Storsjö e41daa6246 Remove support for building for mingw32ce (Windows CE) 7 years ago
Matt Oliver 6cc677c0e8 lavf/os_support: Use existing WinRT config value. 7 years ago
Martin Storsjö 4d330da006 os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY 7 years ago
Diego Biurrun 3794062ab1 Remove Plan 9 support 8 years ago
Hendrik Leppkes cb46b78b2e os_support: use the appropriate stat functions matching the stat type 9 years ago
Matt Oliver 37787f2616 lavf/os_support.h: Fix for unicode filenames on windows. 9 years ago
Martin Storsjö 8ebf02f8f5 libavformat: Only use MoveFileExA when targeting the desktop API subset 10 years ago
Martin Storsjö 79fd186a50 lavf: Use MoveFileEx instead of rename/_wrename on windows 10 years ago
Martin Storsjö 9326d64ed1 Share the utf8 to wchar conversion routine between lavf and lavu 10 years ago
Michael Niedermayer d0879a93ea avformat/os_support: try to fix build when included from a c++ file like libavdevice/decklink*cpp 10 years ago
Martin Storsjö 960aff379d lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink 10 years ago
Martin Storsjö eec7f032a9 lavf: Remove a redundant include of sys/stat.h 10 years ago
Michael Niedermayer 27123a77c1 avformat/os_support: include unistd.h before defining lseek to lseek64 on android 10 years ago
Yu Xiaolei d5a6f11272 lavf: fix 2GB file seek limit on Android 10 years ago
Diego Biurrun 4c8bd8ddb0 os_support: Adjust an outdated #endif comment 10 years ago
Diego Biurrun 1019b7c4ed os_support: Undefine lseek/stat/fstat before defining them 10 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 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
Hendrik Leppkes 713ac21097 avutil/os_support: use 64-bit fstat/lseek variants for MSVC as well 12 years ago
Mans Rullgard 4ebc6a7410 build: Plan 9 support 12 years ago
Martin Storsjö ca6b544ac9 os_support: Choose between direct.h and io.h using a configure check 12 years ago
Martin Storsjö 7b07fab567 os_support: Include io.h instead of direct.h on mingw32ce 12 years ago
Martin Storsjö 62c9ae11a7 Add a smooth streaming segmenter muxer 12 years ago
rogerdpack ef122ff507 eliminate some mingw warnings 12 years ago
Ronald S. Bultje 5a608a239b os_support: Add fallback definitions for stat flags 13 years ago
Martin Storsjö cab2eb87f9 os_support: Rename the poll fallback function to ff_poll 13 years ago
Martin Storsjö cdee08e365 network: Check for struct pollfd 13 years ago
Dave Yeo 3f9d6e4239 os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 13 years ago
Samuel Pitoiset 4a9ca93556 tcp: Allow signalling end of reading/writing 13 years ago
Vincent Torri ed3c0fe85d Remove some warnings when compiling with mingw (mingw-w64, 32 bits) 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 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
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Mans Rullgard 362d8f7d9e os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Ronald S. Bultje f0d8ac529f Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups 14 years ago
John Wimer 619298a84d Send NAT punching messages to the address specified in the Transport: 14 years ago
Diego Biurrun a1629e2848 Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. 15 years ago
kemuri f1dfaa7a82 win32: Use _fstati64() instead of plain old fstat() on Windows to support file 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Ramiro Polla a3faf694a2 Add comment on #endif about condition that triggers it. 15 years ago
İsmail Dönmez b504ce57ed Only #define lseek to _lseeki64 on MinGW, not MinGW CE. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun da837937c6 Fix undefined preprocessor directives warnings during 'make checkheaders'. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Ramiro Polla bc574408dc Only special-case absolute DOS paths on systems that support them. 16 years ago
Ramiro Polla 3defa81fc4 MinGW runtime 3.15 has a wrapper for usleep(). 16 years ago