aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache.c
Commit message (Expand)AuthorAge
* cache: make backbuffer size configurableGravatar wm42015-07-22
* cache: fix backbuffer logicGravatar wm42015-07-22
* cache: limit readahead size to half the cache size at the beginningGravatar wm42015-05-29
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* cache: exit early on cancellationGravatar wm42015-04-21
* cache: another minor simplificationGravatar wm42015-04-21
* cache: simplify the check for printing the "cache stuck" messageGravatar wm42015-04-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* cache: assume file size from EOF positionGravatar wm42015-03-04
* cache: use MPCLAMP() macroGravatar wm42015-02-25
* cache: limit to file sizeGravatar wm42015-02-25
* cache: silence "EOF reached" messageGravatar wm42015-02-18
* stream: minor cleanupsGravatar wm42015-02-06
* cache: cache-position needs to be int64_tGravatar Oliver Freyermuth2015-01-13
* Do not call strerror()Gravatar wm42014-11-26
* cache: don't relay STREAM_CTRL_AVSEEK if it's unsupportedGravatar wm42014-11-01
* demux_lavf: mark as seekable if protocol supports seeking by timeGravatar wm42014-10-30
* Set thread name for debuggingGravatar wm42014-10-19
* stream: redo playback abort handlingGravatar wm42014-09-13
* stream: change cache return valuesGravatar wm42014-09-07
* stream: tweaks to network reconnection codeGravatar wm42014-08-29
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* cache, dvd, bluray: simplify stream time handlingGravatar wm42014-07-07
* stream: remove now unused STREAM_CTRL_GET_START_TIMEGravatar wm42014-07-06
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* demux, stream: change metadata notificationGravatar wm42014-07-05
* cache: clear DVD timestampsGravatar wm42014-07-02
* cache: avoid race condition between cache wakeup and idlingGravatar wm42014-06-16
* cache: print cache size only in verbose modeGravatar wm42014-06-12
* stream/cache: handle failure of seeking underlying streamGravatar wm42014-06-05
* stream: don't use end_posGravatar wm42014-05-24
* cache: be silent if no initial fill is requestedGravatar wm42014-05-22
* cache: redo options and default settingsGravatar wm42014-05-20
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* stream: remove interrupt callback global variablesGravatar wm42014-04-25
* cache: remove redundant log prefixGravatar wm42014-04-23
* threads: fix function nameGravatar wm42014-04-23
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingGravatar wm42014-04-09
* cache: fix description of the offset fieldGravatar wm42014-04-09
* cache: change a define to an enumGravatar wm42014-04-09
* cache: fix checks/output on initializationGravatar wm42014-04-09
* cache: simplifyGravatar wm42014-04-09
* cache: allow resizing at runtimeGravatar wm42014-04-09
* cache: minor simplificationGravatar wm42014-04-09
* cache: adjust stream position if necessaryGravatar wm42014-04-09
* cache: no short reads in read_bufferGravatar wm42014-04-09
* cache: move ringbuffer read into a separate functionGravatar wm42014-04-09