summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
Commit message (Expand)AuthorAgeFilesLines
* 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_lavcwm42013-01-131-0/+2
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-2/+2
* video: make vdpau hardware decoding not use DR code pathwm42013-01-131-2/+2
* video: remove slice based filtering and video outputwm42013-01-131-14/+0
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-0/+3
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+9
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-4/+2
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-191-0/+1
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-1/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+352