summaryrefslogtreecommitdiff
path: root/libavformat/cache.c
Commit message (Expand)AuthorAge
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/cache: rename the class name fro Cache to cacheSteven Liu2019-12-11
* avformat/cache - delete cache file after closing handleGyan Doshi2019-05-25
* libavformat: not treat 0 as EOFDaniel Kucera2017-10-19
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
* Use avpriv_tempfile()Michael Niedermayer2016-03-12
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* avformat/cache: Fix memleak of tree entriesMichael Niedermayer2016-03-02
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* avformat/cache: Avoid int-overflow in cache compare functionBryan Huh2015-11-09
* avformat/cache: Use int64_t to avoid int overflow in cache_readBryan Huh2015-11-04
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* fix spelling errorsAndreas Cadhalpun2015-03-06
* avformat/cache: pass options to the underlying protocol via the url_open2Zhang Rui2015-01-31
* avformat/cache: remove ftruncate usage, its not always availableMichael Niedermayer2014-12-26
* avformat/cache: Extend cache entries if possible instead of creating new onesMichael Niedermayer2014-12-26
* avformat/cache: avoid lseek() on reading from the cache if possibleMichael Niedermayer2014-12-26
* avformat/cache: keep cache_pos updatedMichael Niedermayer2014-12-26
* avformat/cache: cleanup cache file on cache write failureMichael Niedermayer2014-12-26
* avformat/cache: Support user specified read-ahead for non seekable mediaMichael Niedermayer2014-12-25
* avformat/cache: Use the correct io handle in seekingMichael Niedermayer2014-12-25
* avformat/cache: more informative error messageMichael Niedermayer2014-12-25
* avformat/cache: remember EOF point if hit and use it to handle SEEK_ENDMichael Niedermayer2014-12-25
* avformat/cache: support non continuous cachingMichael Niedermayer2014-12-25
* cache: check lseek() returnMichael Niedermayer2012-10-18
* cache: Only include unistd.h if it existsDerek Buitenhuis2012-09-07
* cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...Michael Niedermayer2012-02-06
* cache: use av_freep instead of av_free in cache_openJean First2011-12-31
* cache: remove unused variable in cache_openJean First2011-12-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
* av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-16
* cache: add todo listMichael Niedermayer2011-10-16
* cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...Michael Niedermayer2011-10-16
* add cache protocolMichael Niedermayer2011-10-16