summaryrefslogtreecommitdiff
path: root/libavutil/file_open.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-1/+2
* avutil/wchar_filename,file_open: Support long file names on Windowssoftworkz2022-06-091-1/+1
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-231-1/+8
* avpriv_tempfile: add djgpp fallbackPeter Ross2018-11-281-1/+1
* Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer2017-11-111-1/+1
|\
| * Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-311-1/+1
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-2/+6
|\ \ | |/
* | lavu/file_open: Use current directory for temporary files also on Android.Carl Eugen Hoyos2016-06-111-1/+1
* | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-121-0/+59
* | avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-021-0/+3
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-271-9/+4
|\ \ | |/
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-271-9/+4
* | avutil/file_open: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | avutil: add av_fopen_utf8()Michael Niedermayer2013-11-041-0/+34
* | avutil/file_open: Print debug message if setting close on exec failsMichael Niedermayer2013-10-201-2/+4
* | libavutil/file_open.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'Michael Niedermayer2013-08-101-4/+4
|/
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-101-0/+93