summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
Commit message (Expand)AuthorAgeFilesLines
* stream: remove old chapter handling codewm42014-03-251-1/+0
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-131-7/+7
* cache: cache DVD volume IDwm42014-02-231-0/+13
* cache: refuse to seek outside of cache boundarieswm42014-01-311-4/+18
* cache: remove debug codewm42014-01-171-1/+0
* cache: reduce message spamwm42014-01-161-7/+16
* stream: mp_msg conversionswm42013-12-211-22/+21
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-2/+2
* cache: add a way to explicitly resume cachewm42013-12-141-0/+4
* cache: try harder on EOFwm42013-12-141-5/+11
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+1
* stream: split out pthread helper functionwm42013-11-171-26/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* cache: fix time check for printing warningwm42013-07-201-1/+1
* w32: silence some warningsJames Ross-Gowan2013-07-131-1/+1
* cache: fix compilation without posix timersStefano Pigozzi2013-07-081-0/+1
* core: update metadata during playback, allow streams to export metadatawm42013-07-021-1/+22
* cache: fix per-block metadata memory leakwm42013-07-021-0/+1
* cache: cache number of chapterswm42013-06-241-0/+10
* cache: fix stream_pts cachingwm42013-06-181-20/+20
* cache: actually use time instead of retry count for slow cache warningwm42013-06-181-9/+11
* cache: fix build on OSX (again)wm42013-06-161-0/+7
* cache: fix compilation on Libavwm42013-06-161-1/+8
* cache: use correct header for clock_gettimewm42013-06-161-0/+1
* cache: attempt to improve slow cache warningwm42013-06-161-26/+35
* cache: report more precise stream timewm42013-06-161-9/+39
* cache: use threads instead of fork()wm42013-06-161-526/+383
* cache: make the stream cache a proper stream that wraps other streamswm42013-06-161-237/+117
* core: use STREAM_CTRL instead of accessing stream_dvd internalswm42013-06-091-0/+10
* stream: rename cache2.c to cache.cwm42013-06-091-0/+804