I have been looking over the internet on how to display a video in my Direct3D11 game. In Direct3D9 we could use DirectShow, but I haven't been able to find anything comparable in the new version of Direct3D11.
How would we efficiently display videos in an application in Direct3D11?
I'm targeting Windows 7.