aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache.c
Commit message (Expand)AuthorAge
* 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
* cache: fix typo in commentGravatar wm42014-04-09
* cache: always update cached controls after running a stream controlGravatar wm42014-04-09
* stream: remove old chapter handling codeGravatar wm42014-03-25
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* cache: cache DVD volume IDGravatar wm42014-02-23
* cache: refuse to seek outside of cache boundariesGravatar wm42014-01-31
* cache: remove debug codeGravatar wm42014-01-17
* cache: reduce message spamGravatar wm42014-01-16
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* cache: add a way to explicitly resume cacheGravatar wm42013-12-14