summaryrefslogtreecommitdiff
path: root/libavutil/file.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\
| * libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
* | av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer2011-10-16
* | av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer2011-10-16
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-16
* | av_tempfile: fix error codesMichael Niedermayer2011-10-16
* | av_tempfile: use O_EXCLMichael Niedermayer2011-10-16
* | av_tempfile: try tempnam(NULL) firstMichael Niedermayer2011-10-16
* | av_tempfile: handle missing O_BINARYMichael Niedermayer2011-10-16
* | av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer2011-10-16
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include log.h in avutil.hMans Rullgard2011-07-03
| * Fix error check in av_file_map()Mans Rullgard2011-06-04
* | Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger2011-05-07
* | file: Fix mmap error check.Michael Niedermayer2011-05-05
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Win32 support for av_file_map()Daniel Verkamp2011-01-05
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-22
* Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini2010-12-22
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22