| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\ |
|
| * | 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 |
* | | Use MAP_FAILED to check for mmap failure instead of manually | Reimar Döffinger | 2011-05-07 | 1 | -1/+1 |
* | | file: Fix mmap error check. | Michael Niedermayer | 2011-05-05 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -2/+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 |