25 Commits (ccd425e7993ef0e76da7bf10c566d33f7acc7c6d)

Author SHA1 Message Date
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Ramiro Polla 54b6249681 Define WIN32_LEAN_AND_MEAN before including windows.h to exclude 17 years ago
Ramiro Polla a06ba2a18d Include windows.h instead of trying to redeclare Sleep 17 years ago
Ramiro Polla 409e1d71ea Put network-related code under #ifdef 17 years ago
Ramiro Polla 591cf1170b Group network-related code together 17 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago
Luca Abeni f8cda19ee6 Include poll.h instead of sys/poll.h 17 years ago
Dave Yeo 72be9e73ae Add portable way to check for the existence of definitions and 17 years ago
Michael Kostylev 4f365f37b5 djgpp port, first part 17 years ago
Diego Biurrun d2f5fe7cc7 Remove possibly misleading comments. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Alex Beregszaszi 3cf9ea7f48 use proper closesocket defines 18 years ago
Ramiro Polla 6ff3f3e7ce Check for winsock2.h instead of __MINGW32__ 18 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 18 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 18 years ago
François Revol 13e4dba690 BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 18 years ago
François Revol 457b101e42 Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l 18 years ago
François Revol 36c07acd59 MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. 18 years ago
François Revol b0c858d834 poll() emulation for BeOS, and maybe MinGW. 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Ramiro Polla acb3b537f3 support files >2GB on MinGW 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Sascha Sommer 2a86d50bd9 cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
Fabrice Bellard f71869a4db simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 21 years ago