summaryrefslogtreecommitdiff
path: root/libavutil/file.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/file: Properly deprecate av_tempfile()Andreas Rheinhardt2022-09-031-0/+2
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* avutil/file: add more check befor destory the bufferJun Zhao2019-08-301-1/+1
* avutil/file: always set *size to zero if *bufptr is NULLJun Zhao2019-08-301-0/+5
* avutil/file: allow mapping 0 byte files with av_file_mapMarton Balint2018-09-091-0/+8
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-2/+6
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-2/+6
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-19/+0
|\ \ | |/
* | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-121-46/+2
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer2014-08-261-3/+4
|\ \ | |/
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
* | Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'Michael Niedermayer2013-08-101-64/+0
|\ \ | |/
| * libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-101-64/+0
* | Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer2013-08-091-0/+39
|\ \ | |/
| * file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-081-0/+39
| * libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-081-0/+3
* | libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-081-0/+3
* | Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer2013-08-081-1/+24
|\ \ | |/
| * libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-071-1/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-301-1/+3
|\ \ | |/
| * avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö2012-11-291-1/+3
* | av_tempfile: fix leak in error caseMichael Niedermayer2012-10-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-0/+2
|\ \ | |/
| * lavu/file: include unistd.h only when availableMans Rullgard2012-06-211-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-0/+1
|\ \ | |/
| * libavutil: Remove pointless file test program.Diego Biurrun2012-01-261-18/+0
* | av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer2011-10-161-0/+2
* | av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer2011-10-161-1/+1
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-161-3/+4
* | av_tempfile: fix error codesMichael Niedermayer2011-10-161-2/+3
* | av_tempfile: use O_EXCLMichael Niedermayer2011-10-161-1/+4
* | av_tempfile: try tempnam(NULL) firstMichael Niedermayer2011-10-161-1/+3
* | av_tempfile: handle missing O_BINARYMichael Niedermayer2011-10-161-0/+3
* | av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer2011-10-161-1/+4
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-161-0/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Fix error check in av_file_map()Mans Rullgard2011-06-041-1/+1
* | Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger2011-05-071-1/+1
* | file: Fix mmap error check.Michael Niedermayer2011-05-051-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-2/+1
|\ \ | |/
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-191-2/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Win32 support for av_file_map()Daniel Verkamp2011-01-051-0/+26
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-221-2/+2