summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-10Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'Michael Niedermayer3-64/+94
2013-08-09libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö3-64/+94
2013-08-09Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer3-45/+39
2013-08-08file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö3-45/+39
2013-08-08libavutil: Don't use fcntl if the function does not existDerek Buitenhuis1-0/+3
2013-08-08Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer2-1/+29
2013-08-08libavutil: Don't use fcntl if the function does not existDerek Buitenhuis1-0/+3
2013-08-07libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2-1/+29
2012-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-3/+6
2012-11-29avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö1-1/+3
2012-10-11av_tempfile: fix leak in error caseMichael Niedermayer1-0/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Add some more missing includes after removing the implicit common.hMartin Storsjö5-0/+6
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-33/+92
2012-06-21lavu/file: include unistd.h only when availableMans Rullgard1-0/+2
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-26libavutil: Remove pointless file test program.Diego Biurrun2-19/+1
2011-10-16av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer1-0/+2
2011-10-16av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer1-1/+1
2011-10-16av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer5-7/+8
2011-10-16av_tempfile: fix error codesMichael Niedermayer1-2/+3
2011-10-16av_tempfile: use O_EXCLMichael Niedermayer1-1/+4
2011-10-16av_tempfile: try tempnam(NULL) firstMichael Niedermayer1-1/+3
2011-10-16av_tempfile: handle missing O_BINARYMichael Niedermayer1-0/+3
2011-10-16av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer1-1/+4
2011-10-16Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer4-41/+44
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include log.h in avutil.hMans Rullgard12-1/+11
2011-06-04Fix error check in av_file_map()Mans Rullgard1-1/+1
2011-05-07Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger1-1/+1
2011-05-04file: Fix mmap error check.Michael Niedermayer1-1/+1
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer67-1376/+150
2011-04-19lavu: remove misc disabled cruftAnton Khirnov5-33/+8
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-05Win32 support for av_file_map()Daniel Verkamp2-0/+28
2010-12-22Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini1-2/+2
2010-12-22Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini1-1/+1
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini7-1/+184