aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/cache.c
Commit message (Collapse)AuthorAgeFilesLines
* av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-161-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cache: add todo listMichael Niedermayer2011-10-161-0/+7
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying ↵Michael Niedermayer2011-10-161-1/+8
| | | | | | protocol has nothing better. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* add cache protocolMichael Niedermayer2011-10-161-0/+130
This allows backward seeking on top of some non seekable streams. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>