| Commit message (Expand) | Author | Age | Files | Lines |
* | cache: fix --cache-initial status message | wm4 | 2018-01-07 | 1 | -4/+3 |
* | stream: use native libavformat reconnection feature | wm4 | 2018-01-04 | 1 | -1/+0 |
* | cache: propagate underlying stream seek errors in some cases | wm4 | 2017-12-24 | 1 | -1/+12 |
* | cache: lower default size to 2*10MB | wm4 | 2017-12-23 | 1 | -2/+2 |
* | cache: throttle wakeups | wm4 | 2017-10-20 | 1 | -2/+14 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 1 | -8/+1 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 1 | -0/+27 |
* | cache: move duplicated condition to a function | wm4 | 2017-05-15 | 1 | -6/+12 |
* | cache: fix unnecessary seek blocking from f4d62dc4a0 | Uoti Urpala | 2017-05-15 | 1 | -9/+18 |
* | cache: clarify that copyright will be changed to LGPL v2.1 if possible | wm4 | 2017-05-11 | 1 | -0/+2 |
* | cache: change license to LGPL v3 | wm4 | 2017-05-08 | 1 | -7/+12 |
* | cache: remove redundant free() | wm4 | 2017-01-09 | 1 | -3/+1 |
* | cache: don't use a backbuffer if the cache is as large as the file | wm4 | 2016-08-26 | 1 | -10/+14 |
* | cache: minor simplification | wm4 | 2016-07-11 | 1 | -7/+10 |
* | cache: fix previous commit | wm4 | 2016-07-11 | 1 | -1/+11 |
* | cache: propagate seek failures | wm4 | 2016-07-11 | 1 | -7/+17 |
* | cache: simplify speed calculations | wm4 | 2016-05-12 | 1 | -19/+7 |
* | cache: disable useless "Cache is not responding" warning | wm4 | 2016-04-03 | 1 | -1/+1 |
* | cache: fix incorrect EOF condition | wm4 | 2016-03-29 | 1 | -1/+2 |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 1 | -19/+14 |
* | command: add cache-speed property | wm4 | 2016-03-20 | 1 | -14/+47 |
* | cache: remove unused STREAM_CTRL_RESUME_CACHE | wm4 | 2016-03-03 | 1 | -4/+0 |
* | cache: add mechanism for disabling readahead | wm4 | 2016-01-18 | 1 | -1/+16 |
* | player, stream_dvb: implement dvb-channel-name property. | Oliver Freyermuth | 2016-01-14 | 1 | -0/+1 |
* | cache: remove useless return value | wm4 | 2016-01-11 | 1 | -5/+2 |
* | cache: do not include backbuffer size in total stream cache size | wm4 | 2015-09-10 | 1 | -1/+1 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 1 | -3/+3 |
* | cache: make backbuffer size configurable | wm4 | 2015-07-22 | 1 | -5/+12 |
* | cache: fix backbuffer logic | wm4 | 2015-07-22 | 1 | -4/+5 |
* | cache: limit readahead size to half the cache size at the beginning | wm4 | 2015-05-29 | 1 | -0/+6 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -3/+6 |
* | cache: exit early on cancellation | wm4 | 2015-04-21 | 1 | -0/+3 |
* | cache: another minor simplification | wm4 | 2015-04-21 | 1 | -11/+5 |
* | cache: simplify the check for printing the "cache stuck" message | wm4 | 2015-04-21 | 1 | -16/+6 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | cache: assume file size from EOF position | wm4 | 2015-03-04 | 1 | -2/+8 |
* | cache: use MPCLAMP() macro | wm4 | 2015-02-25 | 1 | -9/+2 |
* | cache: limit to file size | wm4 | 2015-02-25 | 1 | -1/+8 |
* | cache: silence "EOF reached" message | wm4 | 2015-02-18 | 1 | -1/+1 |
* | stream: minor cleanups | wm4 | 2015-02-06 | 1 | -2/+1 |
* | cache: cache-position needs to be int64_t | Oliver Freyermuth | 2015-01-13 | 1 | -1/+1 |
* | Do not call strerror() | wm4 | 2014-11-26 | 1 | -2/+1 |
* | cache: don't relay STREAM_CTRL_AVSEEK if it's unsupported | wm4 | 2014-11-01 | 1 | -0/+4 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 1 | -0/+4 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+1 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -2/+2 |
* | stream: change cache return values | wm4 | 2014-09-07 | 1 | -4/+4 |
* | stream: tweaks to network reconnection code | wm4 | 2014-08-29 | 1 | -0/+3 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 1 | -0/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -23/+0 |
* | 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 |