index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream: remove interrupt callback global variables
wm4
2014-04-25
1
-2
/
+2
*
cache: remove redundant log prefix
wm4
2014-04-23
1
-1
/
+1
*
threads: fix function name
wm4
2014-04-23
1
-2
/
+2
*
stream_dvd, cache: hack seeking with --cache + dvd:// back into working
wm4
2014-04-09
1
-1
/
+1
*
cache: fix description of the offset field
wm4
2014-04-09
1
-1
/
+3
*
cache: change a define to an enum
wm4
2014-04-09
1
-3
/
+3
*
cache: fix checks/output on initialization
wm4
2014-04-09
1
-8
/
+3
*
cache: simplify
wm4
2014-04-09
1
-25
/
+17
*
cache: allow resizing at runtime
wm4
2014-04-09
1
-21
/
+77
*
cache: minor simplification
wm4
2014-04-09
1
-11
/
+7
*
cache: adjust stream position if necessary
wm4
2014-04-09
1
-1
/
+6
*
cache: no short reads in read_buffer
wm4
2014-04-09
1
-16
/
+21
*
cache: move ringbuffer read into a separate function
wm4
2014-04-09
1
-17
/
+32
*
cache: fix typo in comment
wm4
2014-04-09
1
-1
/
+1
*
cache: always update cached controls after running a stream control
wm4
2014-04-09
1
-0
/
+1
*
stream: remove old chapter handling code
wm4
2014-03-25
1
-1
/
+0
*
command: set 'media-title' property for bluray disc with meta-data
xylosper
2014-03-13
1
-7
/
+7
*
cache: cache DVD volume ID
wm4
2014-02-23
1
-0
/
+13
*
cache: refuse to seek outside of cache boundaries
wm4
2014-01-31
1
-4
/
+18
*
cache: remove debug code
wm4
2014-01-17
1
-1
/
+0
*
cache: reduce message spam
wm4
2014-01-16
1
-7
/
+16
*
stream: mp_msg conversions
wm4
2013-12-21
1
-22
/
+21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-2
/
+2
*
Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg
wm4
2013-12-16
1
-2
/
+2
*
cache: add a way to explicitly resume cache
wm4
2013-12-14
1
-0
/
+4
*
cache: try harder on EOF
wm4
2013-12-14
1
-5
/
+11
*
Add prelimimary (basic, possibly broken) dvdnav support
wm4
2013-12-12
1
-0
/
+1
*
stream: split out pthread helper function
wm4
2013-11-17
1
-26
/
+3
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-2
/
+2
*
cache: fix time check for printing warning
wm4
2013-07-20
1
-1
/
+1
*
w32: silence some warnings
James Ross-Gowan
2013-07-13
1
-1
/
+1
*
cache: fix compilation without posix timers
Stefano Pigozzi
2013-07-08
1
-0
/
+1
*
core: update metadata during playback, allow streams to export metadata
wm4
2013-07-02
1
-1
/
+22
*
cache: fix per-block metadata memory leak
wm4
2013-07-02
1
-0
/
+1
*
cache: cache number of chapters
wm4
2013-06-24
1
-0
/
+10
*
cache: fix stream_pts caching
wm4
2013-06-18
1
-20
/
+20
*
cache: actually use time instead of retry count for slow cache warning
wm4
2013-06-18
1
-9
/
+11
*
cache: fix build on OSX (again)
wm4
2013-06-16
1
-0
/
+7
*
cache: fix compilation on Libav
wm4
2013-06-16
1
-1
/
+8
*
cache: use correct header for clock_gettime
wm4
2013-06-16
1
-0
/
+1
*
cache: attempt to improve slow cache warning
wm4
2013-06-16
1
-26
/
+35
*
cache: report more precise stream time
wm4
2013-06-16
1
-9
/
+39
*
cache: use threads instead of fork()
wm4
2013-06-16
1
-526
/
+383
*
cache: make the stream cache a proper stream that wraps other streams
wm4
2013-06-16
1
-237
/
+117
*
core: use STREAM_CTRL instead of accessing stream_dvd internals
wm4
2013-06-09
1
-0
/
+10
*
stream: rename cache2.c to cache.c
wm4
2013-06-09
1
-0
/
+804