input.vc2 output.mkv
# Decode without hwaccel
ffmpeg -i input.vc2 output.mkv
Signed-off-by: Petro Mozil
---
libavcodec/diracdec.c | 336 +++---
libavcodec/diracdec.h | 267 +
2 files changed, 355 insertions(+), 248 deletions(-)
c
Lynne has pushed multiple changes to vulkan usage in FFmpeg,
this is the patch with those changes. Main one is
the move to ff_vk_init.
Signed-off-by: Petro Mozil
---
libavcodec/Makefile | 4 +
libavcodec/vulkan_glslang.c | 19 +++
libavcodec/vulkan_shaderc.c | 19 +++
libavcodec
Thanks for the review!
Sorry about the mistakes, fixed them
Signed-off-by: Petro Mozil
---
libavcodec/diracdec.c | 1275 +++--
libavcodec/vulkan_dirac.c | 52 +-
2 files changed, 687 insertions(+), 640 deletions(-)
diff --git a/libavcodec/diracdec.c b
Thanks for the review!
Sorry about those mistakes, fixed them here
---
libavcodec/diracdec.c | 1275 +++--
libavcodec/vulkan_dirac.c | 52 +-
2 files changed, 687 insertions(+), 640 deletions(-)
diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c
inde
From: Petro Mozil
Date: Sat, 21 Sep 2024 16:52:03 +0300
Subject: [PATCH] lavc: Diracdec / Vulkan Dirac. Fix epirat's suggestion
without formatting
Sorry for the delay, this is the patch without formatting.
Signed-off-by: Petro Mozil
---
libavcodec/diracdec.c