[FFmpeg-devel] [PATCH 4/4] avcodec/nvdec: add av1 hwaccel
Mark Thompson
sw at jkqxz.net
Tue Nov 10 00:40:48 EET 2020
On 09/11/2020 16:30, Timo Rothenpieler wrote:
> Signed-off-by: Timo Rothenpieler <timo at rothenpieler.org>
> Co-authored-by: James Almer <jamrial at gmail.com>
> ---
> Changelog | 1 +
> configure | 2 +
> libavcodec/Makefile | 1 +
> libavcodec/av1dec.c | 11 +-
> libavcodec/hwaccels.h | 1 +
> libavcodec/nvdec.c | 4 +
> libavcodec/nvdec.h | 1 +
> libavcodec/nvdec_av1.c | 347 +++++++++++++++++++++++++++++++++++++++++
> libavcodec/version.h | 2 +-
> 9 files changed, 368 insertions(+), 2 deletions(-)
> create mode 100644 libavcodec/nvdec_av1.c
>
> ...
> diff --git a/libavcodec/nvdec_av1.c b/libavcodec/nvdec_av1.c
> new file mode 100644
> index 0000000000..89eb43da84
> --- /dev/null
> +++ b/libavcodec/nvdec_av1.c
> @@ -0,0 +1,347 @@
> +/*
> + * VP9 HW decode acceleration through NVDEC
VP9?
More information about the ffmpeg-devel
mailing list