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 | 29 ++- libav

[FFmpeg-devel] [PATCH v2] avformat/utils: added av_get_frame_filename3() (changed parameter int -> int64_t)

2024-09-21 Thread Filip Mašić
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

[FFmpeg-devel] [PATCH v4] avcodec/vvc: Don't use large array on stack

2024-09-21 Thread Zhao Zhili
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(+),

Re: [FFmpeg-devel] [PATCH] lavc/vvc_mc: R-V V avg w_avg

2024-09-21 Thread flow gg
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

[FFmpeg-devel] [PATCH 2/4] aarch64/vvc: Add apply_bdof

2024-09-21 Thread Zhao Zhili
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)

[FFmpeg-devel] [PATCH 3/4] aarch64/vvc: Add dmvr_hv

2024-09-21 Thread Zhao Zhili
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)

[FFmpeg-devel] [PATCH 1/4] aarch64/vvc: Add w_avg

2024-09-21 Thread Zhao Zhili
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)

[FFmpeg-devel] [PATCH 4/4] aarch64/vvc: Add dmvr

2024-09-21 Thread Zhao Zhili
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)

[FFmpeg-devel] [PATCH] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-21 Thread Brad Smith
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