[FFmpeg-devel] [PATCH] avcodec: implement vp9 nvdec hwaccel

Ronald S. Bultje rsbultje at gmail.com
Sun Nov 12 15:37:54 EET 2017


Hi,

On Sat, Nov 11, 2017 at 6:04 PM, Timo Rothenpieler <timo at rothenpieler.org>
wrote:

> ---
>  configure              |   2 +
>  libavcodec/Makefile    |   1 +
>  libavcodec/allcodecs.c |   1 +
>  libavcodec/nvdec.c     |   1 +
>  libavcodec/nvdec_vp9.c | 225 ++++++++++++++++++++++++++++++
> +++++++++++++++++++
>  libavcodec/vp9.c       |  11 ++-
>  6 files changed, 240 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/nvdec_vp9.c


No comments from me, vp9.c changes are OK and the nvdec implementation
seems sensible. Feel free to push in 2-3 days if there's no comments from
others.

Ronald


More information about the ffmpeg-devel mailing list