aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.h
Commit message (Expand)AuthorAge
* 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
* video: add vaapi decode and output supportGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* options: use new code for parsing --voGravatar wm42013-07-21
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* vo: remove aspdat.asp memberGravatar wm42013-07-18
* core: remove mp_fifo leftoversGravatar wm42013-07-04
* core: remove mp_fifo indirectionGravatar wm42013-07-02
* input: handle mouse movement differentlyGravatar wm42013-06-29
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* vo: define VO_TRUE/FALSE to C99 constantsGravatar wm42013-06-15
* core: introduce separate VOCTRLs for screensaver stop/resumeGravatar wm42013-06-14
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* vo: rip out VO timer wakeup mechanism againGravatar wm42013-05-26
* core: do mouse cursor hiding business in frontendGravatar wm42013-05-26
* vo: remove vo.check_events callbackGravatar wm42013-05-26
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* vo: remove unused callbackGravatar wm42013-05-23
* vo: rename vo_draw_image to vo_queue_imageGravatar wm42013-03-28
* vo: remove two unused symbolsGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28
* video: simplify aspect calculation stuffGravatar wm42013-03-17
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* Remove vo_fps global variableGravatar wm42013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* x11_common: fix --cursor-autohide when pausedGravatar wm42013-03-03
* x11_common: use private variables for window stateGravatar wm42013-03-03
* video/out: remove VO_EVENT_REINITGravatar wm42013-03-03
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* wayland: add wayland supportGravatar Alexander Preisinger2013-02-28
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* Remove --rootwin option and rootwin propertyGravatar wm42013-02-24
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Gravatar Stefano Pigozzi2013-02-21
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13