summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
Commit message (Expand)AuthorAgeFilesLines
* vo: pass through framedrop flag differentlywm42018-03-151-0/+2
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-1/+0
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINAman Gupta2018-02-171-2/+2
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+5
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-0/+11
* video: change some remaining vo_opengl mentions to vo_gpuAkemi2018-01-201-1/+1
* player: add internal `vo-resize` commandsfan52017-12-271-0/+3
* vo: add support for externally driven renderloop and make wayland use itRostislav Pehlivanov2017-12-051-0/+3
* vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embedAman Gupta2017-10-091-0/+2
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-1/+1
* vo: avoid putting large voctrl_performance_data on stackNiklas Haas2017-09-111-1/+1
* vo_opengl: refactor timer_pool_measure (again)Niklas Haas2017-09-111-1/+1
* vo_opengl: refactor/fix mp_pass_perf codeNiklas Haas2017-09-111-6/+3
* video: redo video equalizer option handlingwm42017-08-221-0/+1
* options: add a thread-safe way to notify option updateswm42017-08-221-0/+1
* vo_opengl: add direct rendering supportwm42017-07-241-0/+32
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-3/+21
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-101-10/+7
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-9/+7
* vo_opengl: make frame reupload logic more robustwm42016-11-011-0/+1
* vo_opengl_cb: don't wait for redrawn frameswm42016-10-051-2/+4
* x11: fix external fullscreen updatewm42016-09-231-1/+6
* vo: add a unique frame_id to vo_framewm42016-09-221-0/+6
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-0/+2
* vo: change defines to an enumwm42016-09-121-15/+17
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-1/+0
* options: add automagic hack for handling sub-option deprecationswm42016-09-051-0/+6
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-0/+4
* command: remove vo-cmdlinewm42016-09-021-1/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+1
* vo: use new option update mechanismwm42016-09-021-2/+4
* player: update Windows playback state asynchronouslywm42016-08-201-0/+1
* vo: fix mismatching types in pointer operationwm42016-08-201-1/+1
* player: fix display-sync timing if audio take long on resumewm42016-08-071-0/+1
* vo: remove now unused event_fd handlingwm42016-07-211-4/+2
* vo_opengl: allow backends to provide callbacks for custom event loopswm42016-07-201-1/+2
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+12
* vo_opengl: apply vo-cmdline command incrementallywm42016-06-051-0/+1
* video: refactor how VO exports hwdec device handleswm42016-05-091-3/+3
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+1
* vo: get rid of vo_get_window_title()wm42015-12-061-2/+0
* vo_opengl: fix interpolation with display-syncwm42015-11-281-0/+3
* vo: change vo_frame field unitswm42015-11-271-2/+2
* vo_opengl: disable interpolation without display-syncwm42015-11-251-2/+1
* command, vo: add estimated-display-fps propertywm42015-11-251-0/+2
* vo: remove VOCTRL_GET_RECENT_FLIP_TIMEwm42015-11-231-1/+0
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-231-0/+1
* win32: support taskbar button progress indicatorMartin Herkt2015-11-151-0/+7
* player: account for minor VO underrunswm42015-11-141-1/+1
* command: rename vo-missed-frame-count propertywm42015-11-131-1/+1
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldswm42015-11-041-3/+2
* video/out: remove an unused parameterwm42015-10-031-10/+2
* vo: change some defines to enumswm42015-10-021-9/+13
* vo_opengl: drop old backend APIwm42015-10-021-1/+0
* vo_opengl: make sw suboption work without explicit backend selectionwm42015-10-011-0/+1
* player: add display sync modewm42015-08-101-0/+6
* vo: minor simplification for queue size handlingwm42015-07-201-4/+4
* vo: fix number of future frameswm42015-07-161-1/+1
* vo: change internal API for drawing frameswm42015-07-011-31/+31
* video: pass vsync offset to VOwm42015-07-011-0/+2
* video: pass future frames to VOwm42015-07-011-3/+23
* vo_opengl: change user options for requesting GLESwm42015-05-141-0/+1
* cocoa: make live-resizing as fast as beforewm42015-05-121-0/+2
* video/out: remove VOFLAG_FLIPPINGwm42015-05-011-1/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+5
* video/out: remove unused colorspace reportingwm42015-03-311-5/+0
* command: fix display-fps property (again)wm42015-03-131-0/+2
* vo: update FPS only on state changeswm42015-03-121-1/+1
* cocoa: add support for querying ambient lightingStefano Pigozzi2015-03-041-0/+3
* vo_opengl: fix smoothmotion coefficient calculationStefano Pigozzi2015-02-131-0/+1
* video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGEDwm42015-01-261-1/+1
* vo_opengl: remove remnants of dropped stereo buffer supportwm42015-01-241-1/+0
* vo: generic redraw supportwm42015-01-241-2/+2
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-3/+2
* video: separate screenshot modeswm42015-01-231-20/+4
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-231-3/+1
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-231-0/+13
* video: remove vfcap.hwm42015-01-211-2/+2
* x11: add --on-all-workspaces option and propertywm42015-01-161-2/+3
* vo: add functions to increment drop_countxylosper2015-01-081-0/+1
* vo_opengl: add support for in memory icc profilesStefano Pigozzi2015-01-071-1/+1
* video: batch query_format callswm42015-01-031-1/+1
* vo_opengl_cb: pass context directlywm42014-12-311-2/+1
* video: pass some VO params as structwm42014-12-311-4/+8
* vo: fix some nonsensewm42014-12-101-2/+0
* client API: expose OpenGL rendererwm42014-12-091-0/+2
* vo: include normal render-ahead time in flip_queue_offsetwm42014-12-091-0/+2
* video/out: minor simplification to event query functionwm42014-11-091-1/+1
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Kevin Mitchell2014-11-071-0/+4
* command: add window-minimized property (X11 only)wm42014-11-021-1/+8
* command: make window-scale property observablewm42014-11-021-0/+8
* video: return responsibility of video redraw back to playloopwm42014-10-031-0/+1
* vo_vdpau: better integration with the generic framedrop codewm42014-09-201-3/+9
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+4
* video: don't assume query_format is thread-safewm42014-08-201-0/+1
* video: add VOCTRL_GET_RECENT_FLIP_TIMEwm42014-08-181-0/+1
* video: take refresh rate changes into accountwm42014-08-171-0/+1
* video: add VO framedropping modewm42014-08-151-0/+5
* video: fix and simplify video format changes and last frame displaywm42014-08-121-8/+4
* video: move display and timing to a separate threadwm42014-08-121-29/+48
* video: don't keep multiple pointers to hwdec info structwm42014-08-111-1/+1
* vdpau: don't upload video images in advancewm42014-07-291-14/+0
* vo: remove vo_mouse_movement() wrapperwm42014-07-271-3/+0
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-271-3/+0
* vo: hack to avoid threading issues with mouse inputwm42014-07-261-0/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-2/+1
* video: introduce failure path for image allocationswm42014-06-171-1/+1
* video/out: change aspects of OSD handlingwm42014-06-151-7/+8
* Add more constwm42014-06-111-3/+0
* player: remove VO from seeking code pathwm42014-05-071-1/+0
* vo: remove old stuffwm42014-05-061-8/+0
* vo: get rid of config_count fieldwm42014-05-061-1/+0
* video: change everythingwm42014-05-021-4/+3
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-021-16/+21
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-021-0/+2
* vo: document draw_imagewm42014-04-301-0/+6
* vo: simplify event_fd handlingwm42014-04-221-1/+0
* vo: add some general support code for VOs that allow rotationwm42014-04-211-0/+6
* Kill all tabswm42014-04-131-6/+6
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-311-0/+3
* video/out: remove legacy colorspace stuffwm42014-03-291-2/+4
* video/out: do remaining config to reconfig replacementswm42014-01-241-14/+0
* vo: merge get rid of vo.aspdat fieldwm42014-01-221-13/+4
* video/out: simplify monitor aspect handlingwm42014-01-111-3/+3
* vo: add vo_drop_files()wm42014-01-041-0/+1
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitwm42013-12-221-1/+1
* video/out: pass along global contextwm42013-12-211-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* command: add property to scale window sizewm42013-10-311-0/+2
* m_config: refactor option defaults handlingwm42013-10-241-3/+0
* video/out: remove useless info struct and redundant fieldswm42013-10-231-13/+3
* core: add --force-windowwm42013-10-021-0/+1
* gl_common: signal to GL backend whether we are probingwm42013-09-161-0/+2
* video: add vaapi decode and output supportwm42013-08-121-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-311-3/+8
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-2/+1
* video/out: remove options argument from preinit()wm42013-07-221-3/+1
* options: use new code for parsing --vowm42013-07-211-4/+0
* video: remove fullscreen flags chaoswm42013-07-181-1/+0
* vo: remove aspdat.asp memberwm42013-07-181-1/+0
* core: remove mp_fifo leftoverswm42013-07-041-1/+0
* core: remove mp_fifo indirectionwm42013-07-021-1/+0
* input: handle mouse movement differentlywm42013-06-291-0/+1
* video: add a new method to configure filters and VOswm42013-06-281-15/+22
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-0/+1
* vo: define VO_TRUE/FALSE to C99 constantswm42013-06-151-2/+2
* core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-141-0/+3
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-1/+5
* vo: rip out VO timer wakeup mechanism againwm42013-05-261-4/+0
* core: do mouse cursor hiding business in frontendwm42013-05-261-0/+2
* vo: remove vo.check_events callbackwm42013-05-261-6/+0
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-0/+2
* vo: remove unused callbackwm42013-05-231-1/+0
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-281-1/+1
* vo: remove two unused symbolswm42013-03-281-6/+0
* vo_opengl: add alpha outputwm42013-03-281-0/+1
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-0/+6
* video: simplify aspect calculation stuffwm42013-03-171-12/+2
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-3/+3
* Remove vo_fps global variablewm42013-03-041-2/+0
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-21/+6
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-0/+4
* x11_common: use private variables for window statewm42013-03-031-2/+0
* video/out: remove VO_EVENT_REINITwm42013-03-031-1/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-1/+1
* wayland: add wayland supportAlexander Preisinger2013-02-281-0/+1
* video/out: remove video mode switching (--vm)wm42013-02-261-2/+0
* Remove --rootwin option and rootwin propertywm42013-02-241-2/+0
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-1/+0
* audio/out, video/out: hide encoding VO/AOwm42013-02-061-0/+3
* video: decouple internal pixel formats from FourCCswm42013-01-131-1/+1
* video: cleanup: replace old mp_image function nameswm42013-01-131-1/+1
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm4