Re: VDPAU VdpOutputSurface and YCbCr
mINA87, the VdpVideoMixer can only output to a VdpOutputSurface, which always contains RGB data.
With the recently added VDPAU <-> OpenGL/CUDA interop, you could still use the GPU to HW-accelerate de-interlacing, scaling, etc., but you'd have to write your own shader algorithms to do this.
|