Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-26Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2013-08-10Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'Michael Niedermayer
2013-08-10libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö
2013-08-09Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer
2013-08-08file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö
2013-08-08libavutil: Don't use fcntl if the function does not existDerek Buitenhuis
2013-08-08Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer
2013-08-08libavutil: Don't use fcntl if the function does not existDerek Buitenhuis
2013-08-07libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont
2012-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-29avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö
2012-10-11av_tempfile: fix leak in error caseMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavu/file: include unistd.h only when availableMans Rullgard
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27libavutil: Remove pointless file test program.Diego Biurrun
2011-10-17av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer
2011-10-17av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer
2011-10-16av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer
2011-10-16av_tempfile: fix error codesMichael Niedermayer
2011-10-16av_tempfile: use O_EXCLMichael Niedermayer
2011-10-16av_tempfile: try tempnam(NULL) firstMichael Niedermayer
2011-10-16av_tempfile: handle missing O_BINARYMichael Niedermayer
2011-10-16av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer
2011-10-16Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-06-04Fix error check in av_file_map()Mans Rullgard
2011-05-07Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger
2011-05-05file: Fix mmap error check.Michael Niedermayer
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-05Win32 support for av_file_map()Daniel Verkamp
2010-12-22Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini
2010-12-22Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini