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