summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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