May 7, 2011
View 314374e

Use MAP_FAILED to check for mmap failure instead of manually recreating the value.

Reimar Döffinger authored on 2011/05/07 17:00:03
May 5, 2011
View 10ff296

file: Fix mmap error check. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/05/05 07:52:03
April 20, 2011
View efb5fa7

Merge remote branch 'qatar/master'

Michael Niedermayer authored on 2011/04/20 11:48:23
April 13, 2011
View 490a022

lavu: remove misc disabled cruft

Anton Khirnov authored on 2011/04/13 04:17:26
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
January 5, 2011
View 73f6d31

Win32 support for av_file_map()

Daniel Verkamp authored on 2011/01/05 14:16:33
December 23, 2010
View f02cbc4

Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).

Stefano Sabatini authored on 2010/12/23 01:16:31
View 1b31037

Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.

Stefano Sabatini authored on 2010/12/23 00:32:13
December 22, 2010
View 0328b9e

Add av_file_map() and av_file_unmap() functions.

Stefano Sabatini authored on 2010/12/22 23:13:04