aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.h
Commit message (Expand)AuthorAge
* 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
* 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