[FFmpeg-devel] [PATCH 1/2] Add dirac vulkan hwaccel usage to diracdec.c

2024-08-14 Thread Petro Mozil
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

[FFmpeg-devel] [PATCH 1/2] lavu: Move vulkan_spirv to libavutil

2024-09-11 Thread Petro Mozil
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

[FFmpeg-devel] [PATCH] lavc: Fix epirats suggestions

2024-09-12 Thread Petro Mozil
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

Re: [FFmpeg-devel] [PATCH 2/2] lavc: Add dirac vulkan hwaccel

2024-09-12 Thread Petro Mozil
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

Re: [FFmpeg-devel] [PATCH] lavc: Diracdec / Vulkan Dirac. Fix epirat's suggestion without formatting

2024-09-21 Thread Petro Mozil
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