[vlc-commits] d3d11va: handle decoding to DXGI_FORMAT_420_OPAQUE using a ID3D11VideoProcessor
Steve Lhomme
git at videolan.org
Sun May 15 22:03:33 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Sun May 15 21:11:51 2016 +0200| [5914e379632707215575b8e5bc35e833f0fd4369] | committer: Jean-Baptiste Kempf
d3d11va: handle decoding to DXGI_FORMAT_420_OPAQUE using a ID3D11VideoProcessor
The DXGI_FORMAT_420_OPAQUE cannot be displayed or handled by the CPU. But it
can be converted using a VideoProcessor. It can convert directly to the textures
created by the vout.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5914e379632707215575b8e5bc35e833f0fd4369
---
modules/codec/avcodec/d3d11va.c | 219 ++++++++++++++++++++++++++++++++----
modules/codec/avcodec/directx_va.c | 2 +-
modules/codec/avcodec/directx_va.h | 2 +-
modules/codec/avcodec/dxva2.c | 5 +-
4 files changed, 203 insertions(+), 25 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5914e379632707215575b8e5bc35e833f0fd4369
More information about the vlc-commits
mailing list