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
2017-10-19libavformat: not treat 0 as EOFDaniel Kucera
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-12Use avpriv_tempfile()Michael Niedermayer
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-03-02avformat/cache: Fix memleak of tree entriesMichael Niedermayer
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-11-09avformat/cache: Avoid int-overflow in cache compare functionBryan Huh
2015-11-04avformat/cache: Use int64_t to avoid int overflow in cache_readBryan Huh
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
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