summaryrefslogtreecommitdiff
path: root/libavutil/file.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/file: Add doxy for missing argumentsMarvin Scholz2022-10-171-0/+4
* avutil/file: Properly deprecate av_tempfile()Andreas Rheinhardt2022-09-031-0/+4
* avutil/file: Don't include avutil.hAndreas Rheinhardt2022-02-241-1/+2
* avutil/file: allow mapping 0 byte files with av_file_mapMarton Balint2018-09-091-0/+2
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-121-0/+1
* avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde2015-10-161-0/+1
* avutil/file: fix av_tempfile() documentationMichael Niedermayer2014-11-241-1/+2
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-1/+1
* file: typoMichael Niedermayer2012-10-311-1/+1
* av_tempfile: document umask() issueMichael Niedermayer2012-10-311-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-161-1/+1
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-161-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-021-1/+2
|\ \ | |/
| * doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-011-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-0/+51