Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vdpau_mixer: allow overriding frame opts | wm4 | 2014-05-02 | 1 | -0/+1 |
| | | | | So a caller can override the filter options dictated by vf_vdpaupp. | ||||
* | vdpau: add a postprocessing pseudo-filter | wm4 | 2014-05-02 | 1 | -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. |