Age | Commit message (Expand) | Author |
2011-11-02 | Remove some stray unnecessary ffmpeg references. | Diego Biurrun |
2011-04-24 | Handle unicode file names on windows | Kirill Gavrilov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard |
2010-09-03 | Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups | Ronald S. Bultje |
2010-09-03 | Send NAT punching messages to the address specified in the Transport: | John Wimer |
2010-06-10 | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun |
2010-06-03 | win32: Use _fstati64() instead of plain old fstat() on Windows to support file | kemuri |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2009-10-21 | Add comment on #endif about condition that triggers it. | Ramiro Polla |
2009-07-13 | Only #define lseek to _lseeki64 on MinGW, not MinGW CE. | İsmail Dönmez |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-24 | Fix undefined preprocessor directives warnings during 'make checkheaders'. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-12-03 | Delete unnecessary 'extern' keywords. | Diego Biurrun |
2008-10-10 | Only special-case absolute DOS paths on systems that support them. | Ramiro Polla |
2008-10-02 | MinGW runtime 3.15 has a wrapper for usleep(). | Ramiro Polla |
2008-08-31 | Globally rename the header inclusion guard names. | Stefano Sabatini |
2008-08-01 | Revert r14497 | Michael Niedermayer |
2008-08-01 | Add missing header #includes. | Diego Biurrun |
2008-03-22 | typo: occured --> occurred | Diego Biurrun |
2008-03-08 | Define WIN32_LEAN_AND_MEAN before including windows.h to exclude | Ramiro Polla |
2008-03-08 | Include windows.h instead of trying to redeclare Sleep | Ramiro Polla |
2008-03-08 | Put network-related code under #ifdef | Ramiro Polla |
2008-03-08 | Group network-related code together | Ramiro Polla |
2008-03-07 | __stdcall -> WINAPI | Ramiro Polla |
2008-02-13 | Include poll.h instead of sys/poll.h | Luca Abeni |
2008-01-01 | Add portable way to check for the existence of definitions and | Dave Yeo |
2007-12-24 | djgpp port, first part | Michael Kostylev |
2007-11-27 | Remove possibly misleading comments. | Diego Biurrun |
2007-10-17 | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun |
2007-08-08 | use proper closesocket defines | Alex Beregszaszi |
2007-08-08 | Check for winsock2.h instead of __MINGW32__ | Ramiro Polla |
2007-07-10 | Remove OS/2 support | Ramiro Polla |
2007-07-02 | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun |
2007-02-23 | BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't... | François Revol |
2007-02-15 | Make sure we don't try to emulate poll() when it's there if --disable-ffserve... | François Revol |
2007-02-15 | MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol... | François Revol |
2007-02-15 | poll() emulation for BeOS, and maybe MinGW. | François Revol |
2007-01-18 | The long awaited BeOS cleanup, phase 1 | François Revol |
2006-12-22 | support files >2GB on MinGW | Ramiro Polla |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-10 | Add official LGPL license headers to the files that were missing them. | Diego Biurrun |
2004-04-24 | cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) | Sascha Sommer |
2003-09-08 | simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c | Fabrice Bellard |