summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAge
* Handle unicode file names on windowsKirill Gavrilov2011-04-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-28
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-03
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-03
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
* win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri2010-06-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-21
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-10
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-02
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* typo: occured --> occurredDiego Biurrun2008-03-22
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-08
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-08
* Put network-related code under #ifdefRamiro Polla2008-03-08
* Group network-related code togetherRamiro Polla2008-03-08
* __stdcall -> WINAPIRamiro Polla2008-03-07
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* Add portable way to check for the existence of definitions andDave Yeo2008-01-01
* djgpp port, first partMichael Kostylev2007-12-24
* Remove possibly misleading comments.Diego Biurrun2007-11-27
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* use proper closesocket definesAlex Beregszaszi2007-08-08
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
* Remove OS/2 supportRamiro Polla2007-07-10
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol2007-02-23
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-15
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-15
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* support files >2GB on MinGWRamiro Polla2006-12-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08