On 09/11/2020 16:30, Timo Rothenpieler wrote:
Signed-off-by: Timo Rothenpieler <t...@rothenpieler.org>
Co-authored-by: James Almer <jamr...@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?

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to