]> git.sesse.net Git - ffmpeg/history - libavutil/file.c
configure: address a copy-paste typo
[ffmpeg] / libavutil / file.c
2015-02-14 Diego BiurrunDon't anonymously typedef structs
2013-08-09 Martin Storsjölibavutil: Move avpriv_open to a new file, file_open.c
2013-08-08 Martin Storsjöfile: Move win32 utf8->wchar open wrapper to libavutil
2013-08-08 Derek Buitenhuislibavutil: Don't use fcntl if the function does not...
2013-08-07 Rémi Denis-Courmontlibavutil: add avpriv_open() to open files with close...
2012-11-29 Martin Storsjöavutil: Include io.h with a separate condition from...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-21 Mans Rullgardlavu/file: include unistd.h only when available
2012-01-26 Diego Biurrunlibavutil: Remove pointless file test program.
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-06-04 Mans RullgardFix error check in av_file_map()
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-05 Daniel VerkampWin32 support for av_file_map()
2010-12-22 Stefano SabatiniFix av_file_map(): replace stat(filename, &st) with...
2010-12-22 Stefano SabatiniReplace lstat() with stat() in av_file_map(). The lstat...
2010-12-22 Stefano SabatiniAdd av_file_map() and av_file_unmap() functions.