aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.h
Commit message (Expand)AuthorAge
* 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
* vo: simplify event_fd handlingGravatar wm42014-04-22
* vo: add some general support code for VOs that allow rotationGravatar wm42014-04-21
* Kill all tabsGravatar wm42014-04-13
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* vo: merge get rid of vo.aspdat fieldGravatar wm42014-01-22
* video/out: simplify monitor aspect handlingGravatar wm42014-01-11
* vo: add vo_drop_files()Gravatar wm42014-01-04
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitGravatar wm42013-12-22
* video/out: pass along global contextGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* command: add property to scale window sizeGravatar wm42013-10-31
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* core: add --force-windowGravatar wm42013-10-02
* gl_common: signal to GL backend whether we are probingGravatar wm42013-09-16