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
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