summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAge
* libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-19
* lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-27
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-27
* lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-24
* lavf: Remove a redundant include of sys/stat.hMartin Storsjö2014-11-22
* os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-26
* os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-22
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-27
* build: Plan 9 supportMans Rullgard2012-10-23
* os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö2012-09-13
* os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö2012-09-13
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-12
* os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-30
* os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-30
* network: Check for struct pollfdMartin Storsjö2012-06-30
* os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-23
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-22
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* 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