aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vdpau.c
Commit message (Expand)AuthorAge
* vo_vdpau: add an additional check for timestamp robustnessGravatar wm42014-04-08
* vo_vdpau: document what WRAP_ADD doesGravatar wm42014-04-08
* vo_vdpau: simplify previous vsync timestamp calculationGravatar wm42014-04-08
* vo_vdpau: simplify time management and make it more robustGravatar wm42014-04-07
* vo_vdpau: more debugging outputGravatar wm42014-04-03
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vo_vdpau: Discard zero timestampsGravatar Jonas Zetterberg2014-02-10
* vo_vdpau: Ensure presentation time is within boundsGravatar Jonas Zetterberg2014-02-10
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* vo_vdpau: add some debugging messages for frame timingGravatar wm42013-12-22
* vdpau: mp_msg conversionsGravatar 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
* video: remove --flipGravatar wm42013-12-05
* vdpau: always let decoder output IMGFMT_VDPAUGravatar wm42013-11-29
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vo_vdpau: don't calculate destination alpha when drawing OSDGravatar wm42013-11-18
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cGravatar wm42013-11-05
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* Enable -WshadowGravatar wm42013-11-01
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vo_vdpau: don't blank screen on VOCTRL_RESETGravatar wm42013-10-02
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* Some more mp_msg conversionsGravatar wm42013-08-23
* vo_vdpau: add RGB supportGravatar wm42013-08-18
* vo_vdpau: fix screenshots if panscan is usedGravatar wm42013-08-18
* vo_vdpau: remove unused variableGravatar wm42013-08-18
* vo_vdpau: use color close to black as default colorkey (instead of green)Gravatar wm42013-08-17
* vo_vdpau: allow setting colorkeyGravatar wm42013-08-17
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* build: fix build with vdpau, simplifyGravatar wm42013-07-29
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* x11: use vo_x11_control() for all VOsGravatar wm42013-05-26
* video: remove aspect.h includes from files which don't need itGravatar wm42013-03-17
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video/out: rename create_window to config_windowGravatar wm42013-02-26
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09