aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vdpau.c
Commit message (Expand)AuthorAge
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* vo_vdpau: always allocate the black pixelGravatar wm42014-05-22
* vo_vdpau, vo_opengl: handle vdpau preemption differentlyGravatar wm42014-05-10
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* vdpau: deduplicate video surface upload codeGravatar wm42014-05-04
* vo_vdpau: keep colorspace flagsGravatar wm42014-05-02
* video: move video frame queue from vo_vdpau.c to vo.cGravatar wm42014-05-02
* vo_vdpau: always use mp_image for internal buffer queueGravatar wm42014-05-02
* command, vo_vdpau: respect vdpau deint sub-optionGravatar wm42014-05-02
* vo_vdpau: apply vo_vdpau postprocessing optionsGravatar wm42014-05-02
* vdpau_mixer: allow overriding frame optsGravatar wm42014-05-02
* vo_vdpau: support vf_vdpauppGravatar wm42014-05-02
* vo_vdpau: let vdpau scale anamorphic screenshotsGravatar wm42014-04-29
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* 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