18 Commits (5b1b495c8d21600eac694d50f428654a3125e217)

Author SHA1 Message Date
Diego Biurrun bf704132a5 Don't anonymously typedef structs 10 years ago
Martin Storsjö a76d0cdf21 libavutil: Move avpriv_open to a new file, file_open.c 11 years ago
Martin Storsjö dfc6b5c814 file: Move win32 utf8->wchar open wrapper to libavutil 11 years ago
Derek Buitenhuis 0f1fb6c019 libavutil: Don't use fcntl if the function does not exist 11 years ago
Rémi Denis-Courmont 869b04e891 libavutil: add avpriv_open() to open files with close-on-exec flag 11 years ago
Martin Storsjö 15816c8e8b avutil: Include io.h with a separate condition from MapViewOfFile 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard d11baad055 lavu/file: include unistd.h only when available 13 years ago
Diego Biurrun 299ab0fd17 libavutil: Remove pointless file test program. 13 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard d0989bed22 Fix error check in av_file_map() 14 years ago
Anton Khirnov 490a022d86 lavu: remove misc disabled cruft 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Daniel Verkamp 73f6d31e6c Win32 support for av_file_map() 14 years ago
Stefano Sabatini f02cbc4590 Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st). 14 years ago
Stefano Sabatini 1b31037d62 Replace lstat() with stat() in av_file_map(). The lstat() use was wrong. 14 years ago
Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago