[vlc-commits] DXVA2: split the decoder into generic code and specific DXVA2 code

Steve Lhomme git at videolan.org
Tue May 26 10:25:42 CEST 2015


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri May 15 13:30:19 2015 +0200| [e1db0d5a91d802d3684d1b995aa6c2a185486553] | committer: Jean-Baptiste Kempf

DXVA2: split the decoder into generic code and specific DXVA2 code

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

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

 modules/codec/Makefile.am          |    4 +-
 modules/codec/avcodec/directx_va.c |  560 ++++++++++++++++++++++++++
 modules/codec/avcodec/directx_va.h |  143 +++++++
 modules/codec/avcodec/dxva2.c      |  779 ++++++++----------------------------
 4 files changed, 865 insertions(+), 621 deletions(-)

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


More information about the vlc-commits mailing list