summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-281-2/+0
* | os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-301-2/+0
|/
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-031-4/+0
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-031-0/+4
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-101-17/+0
* win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri2010-06-031-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-211-1/+1
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-241-0/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-1/+1
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-101-0/+9
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-021-3/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Revert r14497Michael Niedermayer2008-08-011-2/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+2
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-081-0/+1
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-081-2/+1
* Put network-related code under #ifdefRamiro Polla2008-03-081-0/+2
* Group network-related code togetherRamiro Polla2008-03-081-4/+4
* __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