summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer2014-12-201-3/+16
|\
| * libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-191-3/+16
* | Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e'Michael Niedermayer2014-11-271-2/+19
|\ \ | |/
| * lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-271-2/+19
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-271-18/+1
|\ \ | |/
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-271-18/+1
* | avformat/os_support: try to fix build when included from a c++ file like liba...Michael Niedermayer2014-11-251-1/+1
* | Merge commit '960aff379da46dcaff61504a57714d4d4e758e41'Michael Niedermayer2014-11-251-8/+91
|\ \ | |/
| * lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-241-9/+91
| * lavf: Remove a redundant include of sys/stat.hMartin Storsjö2014-11-221-2/+0
* | avformat/os_support: include unistd.h before defining lseek to lseek64 on and...Michael Niedermayer2014-10-101-0/+3
* | lavf: fix 2GB file seek limit on AndroidYu Xiaolei2014-10-091-0/+7
* | Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44'Michael Niedermayer2014-08-261-1/+1
|\ \ | |/
| * os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-261-1/+1
| * os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-221-0/+3
* | avformat: remove duplicate includesMichael Niedermayer2013-09-211-2/+0
* | Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer2013-08-091-5/+0
|\ \ | |/
| * file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-081-5/+0
| * win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-271-1/+1
* | 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