| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | libavutil: Move avpriv_open to a new file, file_open.c | Martin Storsjö | 2013-08-10 | 1 | -64/+0 |
* | file: Move win32 utf8->wchar open wrapper to libavutil | Martin Storsjö | 2013-08-08 | 1 | -0/+39 |
* | libavutil: Don't use fcntl if the function does not exist | Derek Buitenhuis | 2013-08-08 | 1 | -0/+3 |
* | libavutil: add avpriv_open() to open files with close-on-exec flag | Rémi Denis-Courmont | 2013-08-07 | 1 | -1/+24 |
* | avutil: Include io.h with a separate condition from MapViewOfFile | Martin Storsjö | 2012-11-29 | 1 | -1/+3 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavu/file: include unistd.h only when available | Mans Rullgard | 2012-06-21 | 1 | -0/+2 |
* | libavutil: Remove pointless file test program. | Diego Biurrun | 2012-01-26 | 1 | -18/+0 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Fix error check in av_file_map() | Mans Rullgard | 2011-06-04 | 1 | -1/+1 |
* | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -2/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Win32 support for av_file_map() | Daniel Verkamp | 2011-01-05 | 1 | -0/+26 |
* | Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st). | Stefano Sabatini | 2010-12-22 | 1 | -2/+2 |
* | Replace lstat() with stat() in av_file_map(). The lstat() use was wrong. | Stefano Sabatini | 2010-12-22 | 1 | -1/+1 |
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -0/+123 |