qsv: Add VC-1 decoder

Multimedia / Libav - Mark Thompson [jkqxz.net] - 14 November 2016 13:38 UTC

It uses the same code as the MPEG-2 decoder, so the file is renamed to contain all "other" (that is, not H.26[45]) codecs.

b6582b2 qsv: Add VC-1 decoder
configure | 3 +
libavcodec/Makefile | 3 +-
libavcodec/allcodecs.c | 2 +
libavcodec/qsvdec_mpeg2.c | 179 -------------------------------------
libavcodec/qsvdec_other.c | 218 +++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 225 insertions(+), 180 deletions(-)

Upstream: git.libav.org


  • Share