[vlc-commits] d3d11va: add a D3D11 hardware decoder similar to DXVA2

Steve Lhomme git at videolan.org
Fri Jun 5 22:46:00 CEST 2015


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Fri Jun  5 09:45:15 2015 +0200| [8b62450cea1118578f2de3427ac01f34db52dcef] | committer: Jean-Baptiste Kempf

d3d11va: add a D3D11 hardware decoder similar to DXVA2

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b62450cea1118578f2de3427ac01f34db52dcef
---

 NEWS                                 |    1 +
 configure.ac                         |   49 ++
 modules/MODULES_LIST                 |    2 +
 modules/codec/Makefile.am            |    8 +
 modules/codec/avcodec/d3d11va.c      |  828 ++++++++++++++++++++++++++++++++++
 modules/codec/avcodec/va.c           |    4 +
 modules/video_chroma/Makefile.am     |   10 +
 modules/video_chroma/d3d11_surface.c |  281 ++++++++++++
 po/POTFILES.in                       |    2 +
 9 files changed, 1185 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=8b62450cea1118578f2de3427ac01f34db52dcef


More information about the vlc-commits mailing list