aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAgeFilesLines
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-131-2/+2
* Add portable way to check for the existence of definitions andDave Yeo2008-01-011-1/+1
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* Remove possibly misleading comments.Diego Biurrun2007-11-271-6/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* use proper closesocket definesAlex Beregszaszi2007-08-081-8/+1
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-081-0/+3
* Remove OS/2 supportRamiro Polla2007-07-101-9/+1
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-3/+3
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol2007-02-231-0/+4
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-151-0/+2
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-151-6/+2
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-151-0/+28
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-1/+26
* support files >2GB on MinGWRamiro Polla2006-12-221-0/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-241-1/+0
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-0/+33