aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/os_support: use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-121-1/+1
* Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'Michael Niedermayer2012-10-241-1/+1
|\
| * build: Plan 9 supportMans Rullgard2012-10-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-131-0/+4
|\|
| * os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö2012-09-131-3/+3
| * os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö2012-09-131-0/+4
* | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer2012-09-131-0/+7
|\|
| * Add a smooth streaming segmenter muxerMartin Storsjö2012-09-121-0/+7
* | eliminate some mingw warningsrogerdpack2012-09-061-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-1/+16
|\|
| * os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-301-0/+9
| * os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-301-1/+2
| * network: Check for struct pollfdMartin Storsjö2012-06-301-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-0/+12
|\|
| * os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-231-0/+6
| * tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-221-0/+6
* | Remove some warnings when compiling with mingw (mingw-w64, 32 bits)Vincent Torri2012-02-031-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-0/+5
|\|
| * Handle unicode file names on windowsKirill Gavrilov2011-04-241-0/+5
| * 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