index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
cache.c
Age
Commit message (
Expand
)
Author
2015-03-06
fix spelling errors
Andreas Cadhalpun
2015-01-31
avformat/cache: pass options to the underlying protocol via the url_open2
Zhang Rui
2014-12-26
avformat/cache: remove ftruncate usage, its not always available
Michael Niedermayer
2014-12-26
avformat/cache: Extend cache entries if possible instead of creating new ones
Michael Niedermayer
2014-12-26
avformat/cache: avoid lseek() on reading from the cache if possible
Michael Niedermayer
2014-12-26
avformat/cache: keep cache_pos updated
Michael Niedermayer
2014-12-26
avformat/cache: cleanup cache file on cache write failure
Michael Niedermayer
2014-12-25
avformat/cache: Support user specified read-ahead for non seekable media
Michael Niedermayer
2014-12-25
avformat/cache: Use the correct io handle in seeking
Michael Niedermayer
2014-12-25
avformat/cache: more informative error message
Michael Niedermayer
2014-12-25
avformat/cache: remember EOF point if hit and use it to handle SEEK_END
Michael Niedermayer
2014-12-25
avformat/cache: support non continuous caching
Michael Niedermayer
2012-10-18
cache: check lseek() return
Michael Niedermayer
2012-09-07
cache: Only include unistd.h if it exists
Derek Buitenhuis
2012-02-06
cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...
Michael Niedermayer
2011-12-31
cache: use av_freep instead of av_free in cache_open
Jean First
2011-12-31
cache: remove unused variable in cache_open
Jean First
2011-12-02
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-16
av_tempfile: Pass int log_offset, void *log_ctx
Michael Niedermayer
2011-10-16
cache: add todo list
Michael Niedermayer
2011-10-16
cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...
Michael Niedermayer
2011-10-16
add cache protocol
Michael Niedermayer