index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
cache.c
Commit message (
Expand
)
Author
Age
*
stream: provide a stream_get_size() convenience function
wm4
2015-08-18
*
cache: make backbuffer size configurable
wm4
2015-07-22
*
cache: fix backbuffer logic
wm4
2015-07-22
*
cache: limit readahead size to half the cache size at the beginning
wm4
2015-05-29
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
*
cache: exit early on cancellation
wm4
2015-04-21
*
cache: another minor simplification
wm4
2015-04-21
*
cache: simplify the check for printing the "cache stuck" message
wm4
2015-04-21
*
Update license headers
Marcin Kurczewski
2015-04-13
*
cache: assume file size from EOF position
wm4
2015-03-04
*
cache: use MPCLAMP() macro
wm4
2015-02-25
*
cache: limit to file size
wm4
2015-02-25
*
cache: silence "EOF reached" message
wm4
2015-02-18
*
stream: minor cleanups
wm4
2015-02-06
*
cache: cache-position needs to be int64_t
Oliver Freyermuth
2015-01-13
*
Do not call strerror()
wm4
2014-11-26
*
cache: don't relay STREAM_CTRL_AVSEEK if it's unsupported
wm4
2014-11-01
*
demux_lavf: mark as seekable if protocol supports seeking by time
wm4
2014-10-30
*
Set thread name for debugging
wm4
2014-10-19
*
stream: redo playback abort handling
wm4
2014-09-13
*
stream: change cache return values
wm4
2014-09-07
*
stream: tweaks to network reconnection code
wm4
2014-08-29
*
stream: hack-fix rtmp-level seeking
wm4
2014-07-30
*
demux: add a demuxer thread
wm4
2014-07-16
*
Revert "Remove DVD and Bluray support"
wm4
2014-07-15
*
Remove DVD and Bluray support
wm4
2014-07-14
*
cache, dvd, bluray: simplify stream time handling
wm4
2014-07-07
*
stream: remove now unused STREAM_CTRL_GET_START_TIME
wm4
2014-07-06
*
dvd, bluray, cdda: add demux_disc containing all related hacks
wm4
2014-07-05
*
demux, stream: change metadata notification
wm4
2014-07-05
*
cache: clear DVD timestamps
wm4
2014-07-02
*
cache: avoid race condition between cache wakeup and idling
wm4
2014-06-16
*
cache: print cache size only in verbose mode
wm4
2014-06-12
*
stream/cache: handle failure of seeking underlying stream
wm4
2014-06-05
*
stream: don't use end_pos
wm4
2014-05-24
*
cache: be silent if no initial fill is requested
wm4
2014-05-22
*
cache: redo options and default settings
wm4
2014-05-20
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
*
stream: remove interrupt callback global variables
wm4
2014-04-25
*
cache: remove redundant log prefix
wm4
2014-04-23
*
threads: fix function name
wm4
2014-04-23
*
stream_dvd, cache: hack seeking with --cache + dvd:// back into working
wm4
2014-04-09
*
cache: fix description of the offset field
wm4
2014-04-09
*
cache: change a define to an enum
wm4
2014-04-09
*
cache: fix checks/output on initialization
wm4
2014-04-09
*
cache: simplify
wm4
2014-04-09
*
cache: allow resizing at runtime
wm4
2014-04-09
*
cache: minor simplification
wm4
2014-04-09
*
cache: adjust stream position if necessary
wm4
2014-04-09
*
cache: no short reads in read_buffer
wm4
2014-04-09
[next]