summaryrefslogtreecommitdiff
path: root/libavutil/file.c
Commit message (Expand)AuthorAge
* Don't anonymously typedef structsDiego Biurrun2015-02-14
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-10
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-08
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-07
* avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö2012-11-29
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-21
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Fix error check in av_file_map()Mans Rullgard2011-06-04
* 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