aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.h
Commit message (Expand)AuthorAge
* command: fix display-fps property (again)Gravatar wm42015-03-13
* vo: update FPS only on state changesGravatar wm42015-03-12
* cocoa: add support for querying ambient lightingGravatar Stefano Pigozzi2015-03-04
* vo_opengl: fix smoothmotion coefficient calculationGravatar Stefano Pigozzi2015-02-13
* video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGEDGravatar wm42015-01-26
* vo_opengl: remove remnants of dropped stereo buffer supportGravatar wm42015-01-24
* vo: generic redraw supportGravatar wm42015-01-24
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* vo: fix disabling/enabling smoothmotion at runtimeGravatar wm42015-01-23
* vo_opengl: add smoothmotion frame blendingGravatar Stefano Pigozzi2015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16
* vo: add functions to increment drop_countGravatar xylosper2015-01-08
* vo_opengl: add support for in memory icc profilesGravatar Stefano Pigozzi2015-01-07
* video: batch query_format callsGravatar wm42015-01-03
* vo_opengl_cb: pass context directlyGravatar wm42014-12-31
* video: pass some VO params as structGravatar wm42014-12-31
* 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
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Gravatar Kevin Mitchell2014-11-07
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* command: make window-scale property observableGravatar wm42014-11-02
* video: return responsibility of video redraw back to playloopGravatar wm42014-10-03
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* video: rename VOCTRL_GET_WINDOW_SIZEGravatar wm42014-09-05
* video: don't assume query_format is thread-safeGravatar wm42014-08-20
* video: add VOCTRL_GET_RECENT_FLIP_TIMEGravatar wm42014-08-18
* video: take refresh rate changes into accountGravatar wm42014-08-17
* video: add VO framedropping modeGravatar wm42014-08-15
* 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
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* vo: hack to avoid threading issues with mouse inputGravatar wm42014-07-26
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* Add more constGravatar wm42014-06-11
* player: remove VO from seeking code pathGravatar wm42014-05-07
* vo: remove old stuffGravatar wm42014-05-06
* vo: get rid of config_count fieldGravatar wm42014-05-06
* video: change everythingGravatar wm42014-05-02
* video: move video frame queue from vo_vdpau.c to vo.cGravatar wm42014-05-02
* command, vo_vdpau: respect vdpau deint sub-optionGravatar wm42014-05-02
* vo: document draw_imageGravatar wm42014-04-30