| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+30 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -30/+0 |
* | cache, dvd, bluray: simplify stream time handling | wm4 | 2014-07-07 | 1 | -42/+16 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 | 1 | -9/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -6/+0 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 1 | -14/+9 |
* | cache: clear DVD timestamps | wm4 | 2014-07-02 | 1 | -0/+3 |
* | cache: avoid race condition between cache wakeup and idling | wm4 | 2014-06-16 | 1 | -0/+1 |
* | cache: print cache size only in verbose mode | wm4 | 2014-06-12 | 1 | -2/+2 |
* | stream/cache: handle failure of seeking underlying stream | wm4 | 2014-06-05 | 1 | -1/+4 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -6/+10 |
* | cache: be silent if no initial fill is requested | wm4 | 2014-05-22 | 1 | -1/+3 |
* | cache: redo options and default settings | wm4 | 2014-05-20 | 1 | -5/+7 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -2/+2 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -2/+2 |
* | cache: remove redundant log prefix | wm4 | 2014-04-23 | 1 | -1/+1 |
* | threads: fix function name | wm4 | 2014-04-23 | 1 | -2/+2 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 1 | -1/+1 |
* | cache: fix description of the offset field | wm4 | 2014-04-09 | 1 | -1/+3 |
* | cache: change a define to an enum | wm4 | 2014-04-09 | 1 | -3/+3 |
* | cache: fix checks/output on initialization | wm4 | 2014-04-09 | 1 | -8/+3 |
* | cache: simplify | wm4 | 2014-04-09 | 1 | -25/+17 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 1 | -21/+77 |
* | cache: minor simplification | wm4 | 2014-04-09 | 1 | -11/+7 |
* | cache: adjust stream position if necessary | wm4 | 2014-04-09 | 1 | -1/+6 |
* | cache: no short reads in read_buffer | wm4 | 2014-04-09 | 1 | -16/+21 |
* | cache: move ringbuffer read into a separate function | wm4 | 2014-04-09 | 1 | -17/+32 |
* | cache: fix typo in comment | wm4 | 2014-04-09 | 1 | -1/+1 |
* | cache: always update cached controls after running a stream control | wm4 | 2014-04-09 | 1 | -0/+1 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -1/+0 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -7/+7 |
* | cache: cache DVD volume ID | wm4 | 2014-02-23 | 1 | -0/+13 |
* | cache: refuse to seek outside of cache boundaries | wm4 | 2014-01-31 | 1 | -4/+18 |
* | cache: remove debug code | wm4 | 2014-01-17 | 1 | -1/+0 |
* | cache: reduce message spam | wm4 | 2014-01-16 | 1 | -7/+16 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -22/+21 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -2/+2 |
* | cache: add a way to explicitly resume cache | wm4 | 2013-12-14 | 1 | -0/+4 |
* | cache: try harder on EOF | wm4 | 2013-12-14 | 1 | -5/+11 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -0/+1 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 1 | -26/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | cache: fix time check for printing warning | wm4 | 2013-07-20 | 1 | -1/+1 |
* | w32: silence some warnings | James Ross-Gowan | 2013-07-13 | 1 | -1/+1 |
* | cache: fix compilation without posix timers | Stefano Pigozzi | 2013-07-08 | 1 | -0/+1 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -1/+22 |
* | cache: fix per-block metadata memory leak | wm4 | 2013-07-02 | 1 | -0/+1 |
* | cache: cache number of chapters | wm4 | 2013-06-24 | 1 | -0/+10 |
* | cache: fix stream_pts caching | wm4 | 2013-06-18 | 1 | -20/+20 |
* | cache: actually use time instead of retry count for slow cache warning | wm4 | 2013-06-18 | 1 | -9/+11 |
* | cache: fix build on OSX (again) | wm4 | 2013-06-16 | 1 | -0/+7 |
* | cache: fix compilation on Libav | wm4 | 2013-06-16 | 1 | -1/+8 |
* | cache: use correct header for clock_gettime | wm4 | 2013-06-16 | 1 | -0/+1 |
* | cache: attempt to improve slow cache warning | wm4 | 2013-06-16 | 1 | -26/+35 |
* | cache: report more precise stream time | wm4 | 2013-06-16 | 1 | -9/+39 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 1 | -526/+383 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 1 | -237/+117 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 1 | -0/+10 |
* | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 1 | -0/+804 |