index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/cache - delete cache file after closing handle
Gyan Doshi
2019-05-25
1
-2
/
+15
*
libavformat: not treat 0 as EOF
Daniel Kucera
2017-10-19
1
-2
/
+2
*
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-1
/
+1
*
Use avpriv_tempfile()
Michael Niedermayer
2016-03-12
1
-2
/
+2
*
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-1
/
+1
*
avformat/cache: Fix memleak of tree entries
Michael Niedermayer
2016-03-02
1
-0
/
+7
*
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-29
1
-1
/
+1
*
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-1
/
+2
*
avformat/cache: Avoid int-overflow in cache compare function
Bryan Huh
2015-11-09
1
-1
/
+1
*
avformat/cache: Use int64_t to avoid int overflow in cache_read
Bryan Huh
2015-11-04
1
-1
/
+1
*
avutil/tree: add additional const qualifier to the comparator
Ganesh Ajjanagadde
2015-10-24
1
-2
/
+2
*
fix spelling errors
Andreas Cadhalpun
2015-03-06
1
-2
/
+2
*
avformat/cache: pass options to the underlying protocol via the url_open2
Zhang Rui
2015-01-31
1
-3
/
+3
*
avformat/cache: remove ftruncate usage, its not always available
Michael Niedermayer
2014-12-26
1
-2
/
+2
*
avformat/cache: Extend cache entries if possible instead of creating new ones
Michael Niedermayer
2014-12-26
1
-17
/
+29
*
avformat/cache: avoid lseek() on reading from the cache if possible
Michael Niedermayer
2014-12-26
1
-2
/
+6
*
avformat/cache: keep cache_pos updated
Michael Niedermayer
2014-12-26
1
-2
/
+6
*
avformat/cache: cleanup cache file on cache write failure
Michael Niedermayer
2014-12-26
1
-1
/
+3
*
avformat/cache: Support user specified read-ahead for non seekable media
Michael Niedermayer
2014-12-25
1
-1
/
+41
*
avformat/cache: Use the correct io handle in seeking
Michael Niedermayer
2014-12-25
1
-5
/
+7
*
avformat/cache: more informative error message
Michael Niedermayer
2014-12-25
1
-1
/
+1
*
avformat/cache: remember EOF point if hit and use it to handle SEEK_END
Michael Niedermayer
2014-12-25
1
-0
/
+10
*
avformat/cache: support non continuous caching
Michael Niedermayer
2014-12-25
1
-29
/
+137
*
cache: check lseek() return
Michael Niedermayer
2012-10-18
1
-1
/
+3
*
cache: Only include unistd.h if it exists
Derek Buitenhuis
2012-09-07
1
-1
/
+3
*
cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...
Michael Niedermayer
2012-02-06
1
-1
/
+1
*
cache: use av_freep instead of av_free in cache_open
Jean First
2011-12-31
1
-1
/
+1
*
cache: remove unused variable in cache_open
Jean First
2011-12-31
1
-1
/
+0
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-02
1
-9
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-14
1
-1
/
+1
*
av_tempfile: Pass int log_offset, void *log_ctx
Michael Niedermayer
2011-10-16
1
-1
/
+1
*
cache: add todo list
Michael Niedermayer
2011-10-16
1
-0
/
+7
*
cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...
Michael Niedermayer
2011-10-16
1
-1
/
+8
*
add cache protocol
Michael Niedermayer
2011-10-16
1
-0
/
+130