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
2015-03-06fix spelling errorsAndreas Cadhalpun
2015-01-31avformat/cache: pass options to the underlying protocol via the url_open2Zhang Rui
2014-12-26avformat/cache: remove ftruncate usage, its not always availableMichael Niedermayer
2014-12-26avformat/cache: Extend cache entries if possible instead of creating new onesMichael Niedermayer
2014-12-26avformat/cache: avoid lseek() on reading from the cache if possibleMichael Niedermayer
2014-12-26avformat/cache: keep cache_pos updatedMichael Niedermayer
2014-12-26avformat/cache: cleanup cache file on cache write failureMichael Niedermayer
2014-12-26avformat/cache: Support user specified read-ahead for non seekable mediaMichael Niedermayer
2014-12-26avformat/cache: Use the correct io handle in seekingMichael Niedermayer
2014-12-26avformat/cache: more informative error messageMichael Niedermayer
2014-12-26avformat/cache: remember EOF point if hit and use it to handle SEEK_ENDMichael Niedermayer
2014-12-25avformat/cache: support non continuous cachingMichael Niedermayer
2012-10-18cache: check lseek() returnMichael Niedermayer
2012-09-07cache: Only include unistd.h if it existsDerek Buitenhuis
2012-02-06cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...Michael Niedermayer
2011-12-31cache: use av_freep instead of av_free in cache_openJean First
2011-12-31cache: remove unused variable in cache_openJean First
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-16av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer
2011-10-16cache: add todo listMichael Niedermayer
2011-10-16cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...Michael Niedermayer
2011-10-16add cache protocolMichael Niedermayer