aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* player: fix a corner case in previous commitGravatar wm42017-04-14
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* player: unmess pause state handlingGravatar wm42017-04-14
* player: add --keep-open-pause=no optionGravatar Dan Oscarsson2017-04-14
* player: enable "buffering" pausing for DASH streams tooGravatar wm42017-04-01
* player: don't block playback stop when seekingGravatar wm42017-02-21
* player: fix stats-logging of sleep stateGravatar wm42017-02-21
* player: remove unnecessary wakeupGravatar wm42017-02-21
* player: reduce blocking on VO when switching pauseGravatar wm42017-02-21
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* player: enable no-video subtitle display on coverart tooGravatar wm42016-10-31
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: consistently initialize screensaver state with --force-windowGravatar wm42016-10-26
* player: don't leave buffering during underflowGravatar wm42016-10-21
* player: guard against MPSEEK_RELATIVE when current pts is unknownGravatar Aman Gupta2016-10-21
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* x11: fix external fullscreen updateGravatar wm42016-09-23
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* client API: implement mpv_suspend/resume slightly differentlyGravatar wm42016-09-04
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* player: make --force-window work with opengl-cbGravatar wm42016-08-30
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: offset demuxer on start/seek properly with audio/sub delayGravatar wm42016-08-04
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* player: it's not --force-seeking but --force-seekableGravatar wm42016-07-06
* player: remove unused return valueGravatar wm42016-06-08
* player: tell user about --force-seeking if demuxer is not seekableGravatar wm42016-06-08
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* player: restore usual seeking behaviorGravatar wm42016-05-09
* player: strictly wait until done when backsteppingGravatar wm42016-04-27
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: eagerly redraw OSD when seeking with coverartGravatar wm42016-04-23
* player: force wakeup on playback restartGravatar wm42016-04-20
* player: reduce some timer callsGravatar wm42016-04-20
* player: minor simplification to buffering property updatesGravatar wm42016-04-20
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* player: loop on end of file if ab-loop-b is unsetGravatar wm42016-04-18
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* player: simplify mp_seek()Gravatar wm42016-02-28
* demux: remove relative seekingGravatar wm42016-02-28
* player: minor simplificationGravatar wm42016-02-27
* player: fix --force-window behaviorGravatar wm42016-02-25
* player: honor --force-window if video is selected, but inactiveGravatar wm42016-02-24
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15