aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* vo_opengl: fix smoothmotion coefficient calculationGravatar Stefano Pigozzi2015-02-13
* vo: minor simplificationGravatar wm42015-02-07
* vo: handle very long frame durations with smoothmotion enabledGravatar wm42015-01-26
* vo: fix redraw logicGravatar wm42015-01-25
* vo: generic redraw supportGravatar wm42015-01-24
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* vo: fix disabling/enabling smoothmotion at runtimeGravatar wm42015-01-23
* vo: allow dropping additional frames with smoothmotionGravatar wm42015-01-23
* vo: cosmeticsGravatar wm42015-01-23
* vo: fix framedrop in normal caseGravatar wm42015-01-23
* vo_opengl: add smoothmotion frame blendingGravatar Stefano Pigozzi2015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* vo: never autoselect vo_nullGravatar wm42015-01-21
* vo_opengl_old: remove this VOGravatar wm42015-01-20
* vo: restore framedropGravatar wm42015-01-20
* video: fix waiting for last frame/format reconfigGravatar wm42015-01-19
* player: respect --untimed on last frameGravatar wm42015-01-16
* vo: don't synchronize when seekingGravatar wm42015-01-12
* vo: add functions to increment drop_countGravatar xylosper2015-01-08
* video: batch query_format callsGravatar wm42015-01-03
* video: pass some VO params as structGravatar wm42014-12-31
* vo_opengl: better probe handlingGravatar wm42014-12-19
* vo: fix some nonsenseGravatar wm42014-12-10
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo: include normal render-ahead time in flip_queue_offsetGravatar wm42014-12-09
* video/out: minor simplification to event query functionGravatar wm42014-11-09
* command: make window-scale property observableGravatar wm42014-11-02
* Set thread name for debuggingGravatar wm42014-10-19
* video: return responsibility of video redraw back to playloopGravatar wm42014-10-03
* video: fix redrawing when pausing after framedropGravatar wm42014-09-21
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* video: wake up core as soon as possibleGravatar wm42014-09-16
* vo_corevideo: remove this VOGravatar Stefano Pigozzi2014-09-06
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: avoid unnecessary frame droppingGravatar wm42014-08-23
* video: some debugging outputGravatar wm42014-08-22
* video: don't assume query_format is thread-safeGravatar wm42014-08-20
* video: add VOCTRL_GET_RECENT_FLIP_TIMEGravatar wm42014-08-18
* video: dump vsync phase into stats fileGravatar wm42014-08-18
* video: make vo_opengl the default over vo_vdpauGravatar wm42014-08-17
* video: take refresh rate changes into accountGravatar wm42014-08-17
* video: add --display-fps switch to control framedrop FPSGravatar wm42014-08-16
* video: add VO framedropping modeGravatar wm42014-08-15
* vo: eliminate a redundant variableGravatar wm42014-08-15
* vo: remove unused libavutil includeGravatar wm42014-08-14
* vo: fix mingw compilationGravatar wm42014-08-14
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27