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 | 29 ++-
libav
Any mergers in the chat? If I'm understanding correctly, all you need to do
for this one is compile it and run the sample command in issue #11194 (or
better yet, the one in https://superuser.com/a/1854641 that
cross-references it against vf=drawtext), and maybe also omit the frame_pts
option to che
From: Zhao Zhili
tmp_array in dmvr_hv takes 33024 bytes on stack, which can be
dangerous.
---
v4:
1. Add DMVR_FILTER2 macro
2. Process first line out of loop to remove condition check.
libavcodec/vvc/inter_template.c | 33 ++---
1 file changed, 18 insertions(+),
It feels like this patch has been sitting idle for quite a long time...
Maybe it's time to merge it
Rémi Denis-Courmont 于2024年9月14日周六 22:45写道:
> Hi,
>
> LGTM for the RISC-V side. No clue about the VVC side.
> ___
> ffmpeg-devel mailing list
> ffmpeg-de
From: Zhao Zhili
apply_bdof_8_8x16_c:18.7 ( 1.00x)
apply_bdof_8_8x16_neon: 9.7 ( 1.93x)
apply_bdof_8_16x8_c:20.0 ( 1.00x)
apply_bdof_8_16x8_neon: 9.5 ( 2.11x)
From: Zhao Zhili
dmvr_hv_8_12x20_c: 8.0 ( 1.00x)
dmvr_hv_8_12x20_neon:1.2 ( 6.62x)
dmvr_hv_8_20x12_c: 8.0 ( 1.00x)
dmvr_hv_8_20x12_neon:0.9 ( 8.37x)
From: Zhao Zhili
w_avg_8_2x2_c: 0.0 ( 0.00x)
w_avg_8_2x2_neon:0.0 ( 0.00x)
w_avg_8_4x4_c: 0.2 ( 1.00x)
w_avg_8_4x4_neon:0.0 ( 0.00x)
From: Zhao Zhili
dmvr_8_12x20_c: 2.2 ( 1.00x)
dmvr_8_12x20_neon: 0.5 ( 4.50x)
dmvr_8_20x12_c: 2.0 ( 1.00x)
dmvr_8_20x12_neon: 0.2 ( 8.00x)
ppc: Recognize the PPC VSX and Power8 CPU flags
Signed-off-by: Brad Smith
---
libavutil/cpu.c | 2 ++
libavutil/tests/cpu.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index df00bd541f..44cbb9e9ff 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu