[FFmpeg-devel] [PATCH 0/2] vc1 nvdec hwaccel

Philip Langdale philipl at overt.org
Tue Nov 14 17:24:12 EET 2017


This change would be largely trivial except for the need to adjust the
logic in ff_alloc_picture.

Philip Langdale (2):
  avcodec: Don't assume separate u and v planes in ff_alloc_picture
  avcodec: Implement vc1 nvdec hwaccel

 configure                |   3 +
 libavcodec/Makefile      |   1 +
 libavcodec/allcodecs.c   |   2 +
 libavcodec/mpegpicture.c |   4 +-
 libavcodec/nvdec.c       |   2 +
 libavcodec/nvdec_vc1.c   | 184 +++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/vc1dec.c      |   3 +
 7 files changed, 198 insertions(+), 1 deletion(-)
 create mode 100644 libavcodec/nvdec_vc1.c

-- 
2.14.1



More information about the ffmpeg-devel mailing list