vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
