aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vo: don't reset vsync statistics on seeks etc.Gravatar wm42016-04-06
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vo: get rid of vo_get_window_title()Gravatar wm42015-12-06
* vo: cosmetics: split functionGravatar wm42015-11-29
* vo: make using estimated FPS more conservativeGravatar wm42015-11-29
* vo: remove redundant and broken codeGravatar wm42015-11-29
* vo: report when switching back to system-reported FPS tooGravatar wm42015-11-28
* vo: wait longer before abandoning system-reported display-fpsGravatar wm42015-11-28
* vo: change vo_frame field unitsGravatar wm42015-11-27
* vo: switch back to system-reported display FPS if possibleGravatar wm42015-11-27
* vo: factor redundant timer callsGravatar wm42015-11-27
* vo: fix audio-timing framedrop regressionsGravatar wm42015-11-27
* vo: disregard system-reported display FPS if it's too impreciseGravatar wm42015-11-27
* vo: improve vsync delay detectionGravatar wm42015-11-27
* vo: smooth out reported vsync timeGravatar wm42015-11-25
* vo: add new frame drop detectionGravatar wm42015-11-25
* vo: do not use display FPS for framedropGravatar wm42015-11-25
* vo_opengl: disable interpolation without display-syncGravatar wm42015-11-25
* command, vo: add estimated-display-fps propertyGravatar wm42015-11-25
* vo: remove VOCTRL_GET_RECENT_FLIP_TIMEGravatar wm42015-11-23
* vo: fix unpausing with display-syncGravatar wm42015-11-15
* vo: fix dropping frames with display-syncGravatar wm42015-11-14
* player: account for minor VO underrunsGravatar wm42015-11-14
* command: rename vo-missed-frame-count propertyGravatar wm42015-11-13
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldsGravatar wm42015-11-04
* vo: do not go to sleep if there's a new frame queuedGravatar wm42015-11-03
* vo: fix display-sync frame drop accounting againGravatar wm42015-11-03
* vo: fix no-audio mode with interpolation enabled/display-sync disabledGravatar wm42015-11-01
* video: fix framedrop accounting in display-sync modeGravatar wm42015-10-30
* vo: take normal drop path when dropping in display-sync modeGravatar wm42015-10-29
* vo: kill non-working missed frame detectionGravatar wm42015-10-27
* vo: expose frame->num_vsyncs to the VO backendGravatar Niklas Haas2015-10-23
* vo: log deviation from ideal vsync intervalGravatar wm42015-10-08
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo: fix compilation failure when vaapi is enabled and x11 disabledGravatar Emmanuel Gil Peyrot2015-10-02
* Revert "vo_x11: remove this video output"Gravatar wm42015-09-30
* vo: fix video EOF with display-syncGravatar wm42015-08-12
* player: add display sync modeGravatar wm42015-08-10
* vo_vdpau: fix frame scheduling if display FPS is unknownGravatar wm42015-08-04
* vo: fix inverted conditionGravatar wm42015-08-03
* vo: correctly account for dropped framesGravatar wm42015-08-01
* vo: minor simplification for queue size handlingGravatar wm42015-07-20
* vo: fix number of future framesGravatar wm42015-07-16
* vo: free frames before killing VOGravatar wm42015-07-04
* vo: set correct frame parameters on redrawGravatar wm42015-07-03
* vo: reset frame timing when redrawingGravatar wm42015-07-02
* vo: better magic value for unknown vsync intervalGravatar wm42015-07-01
* vo: change internal API for drawing framesGravatar wm42015-07-01