aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
...
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* vo: remove redundant wakeupGravatar wm42016-08-26
* vo: be more trusting to estimated display FPSGravatar wm42016-08-20
* player: update Windows playback state asynchronouslyGravatar wm42016-08-20
* vo: fix mismatching types in pointer operationGravatar wm42016-08-20
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* vo: remove now unused event_fd handlingGravatar wm42016-07-21
* vo_opengl: allow backends to provide callbacks for custom event loopsGravatar wm42016-07-20
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* vo_opengl: apply vo-cmdline command incrementallyGravatar wm42016-06-05
* 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