summaryrefslogtreecommitdiff
path: root/libavutil/file.c
Commit message (Expand)AuthorAge
* 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