summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAge
* avformat/os_support: use windows stat structs with 64bit time_tsoftworkz2022-06-11
* avformat/os_support: Support long file names on Windowssoftworkz2022-06-09
* os_support: define socket shutdown SHUT_xxx macros if they are not definedPeter Ross2018-12-11
* Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer2017-11-11
|\
| * Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-31
* | Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'James Almer2017-11-07
|\|
| * os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILYMartin Storsjö2017-07-05
* | lavf/os_support: Use existing WinRT config value.Matt Oliver2017-07-30
* | Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-09
|\|
| * Remove Plan 9 supportDiego Biurrun2016-12-03
* | os_support: use the appropriate stat functions matching the stat typeHendrik Leppkes2016-06-14
* | lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver2016-06-13
* | Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer2014-12-20
|\|
| * libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-19
* | Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e'Michael Niedermayer2014-11-27
|\|
| * lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-27
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-27
|\|
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-27
* | avformat/os_support: try to fix build when included from a c++ file like liba...Michael Niedermayer2014-11-25
* | Merge commit '960aff379da46dcaff61504a57714d4d4e758e41'Michael Niedermayer2014-11-25
|\|
| * 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
* | avformat/os_support: include unistd.h before defining lseek to lseek64 on and...Michael Niedermayer2014-10-10
* | lavf: fix 2GB file seek limit on AndroidYu Xiaolei2014-10-09
* | Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44'Michael Niedermayer2014-08-26
|\|
| * os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-26
| * os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-22
* | avformat: remove duplicate includesMichael Niedermayer2013-09-21
* | Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer2013-08-09
|\|
| * 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
* | avutil/os_support: use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-12
* | Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'Michael Niedermayer2012-10-24
|\|
| * build: Plan 9 supportMans Rullgard2012-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-13
|\|
| * 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
* | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer2012-09-13
|\|
| * Add a smooth streaming segmenter muxerMartin Storsjö2012-09-12
* | eliminate some mingw warningsrogerdpack2012-09-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-30
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * 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 warnings when compiling with mingw (mingw-w64, 32 bits)Vincent Torri2012-02-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02