aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache.c
Commit message (Expand)AuthorAge
...
* 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
* cache: try harder on EOFGravatar wm42013-12-14
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* stream: split out pthread helper functionGravatar wm42013-11-17
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* cache: fix time check for printing warningGravatar wm42013-07-20
* w32: silence some warningsGravatar James Ross-Gowan2013-07-13
* cache: fix compilation without posix timersGravatar Stefano Pigozzi2013-07-08
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* cache: fix per-block metadata memory leakGravatar wm42013-07-02
* cache: cache number of chaptersGravatar wm42013-06-24
* cache: fix stream_pts cachingGravatar wm42013-06-18