summaryrefslogtreecommitdiffstats
path: root/video/vdpau_mixer.h
Commit message (Collapse)AuthorAgeFilesLines
* vdpau_mixer: allow overriding frame optswm42014-05-021-0/+1
| | | | So a caller can override the filter options dictated by vf_vdpaupp.
* vdpau: add a postprocessing pseudo-filterwm42014-05-021-0/+57
This factors out some code from vo_vdpau.c, especially deinterlacing handling. The intention is to use this for vo_vdpau.c to make the logic significantly easier, and to use it for vo_opengl (gl_hwdec_vdpau.c) to allow selecting deinterlace and postprocessing modes. As of this commit, the filter actually does nothing, since both vo_vdpau and vo_opengl treat the generated images as normal vdpau images. This will change in the following commits.