Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with threads

2023-03-16 Thread Nicolas George
Michael Niedermayer (12023-03-16): > Subject: Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with > threads Rule of thumb: do not use variation percentages above +100% or below -50%, use ratios instead: avfilter/vf_uspp: 11 times faster with threads (11, really? not 10?)

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: fix 2 compile errors

2023-03-16 Thread zhilizhao(赵志立)
> On Mar 16, 2023, at 13:48, Xiang, Haihao > wrote: > > On Do, 2023-03-16 at 13:32 +0800, Tong Wu wrote: >> Compiler: MSVC 14.35.32215 >> Error type: error C2059: syntax error: '}' >> Related commit: 9e1ffed fate/mov: add PCM in mp4 test >> d7e8643 avformat/mov: parse ISO-14496-12

[FFmpeg-devel] [PATCH] avcodec/arm/hevc: remove duplicate mov of deblock neon

2023-03-16 Thread xufuji456
--- libavcodec/arm/hevcdsp_deblock_neon.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/arm/hevcdsp_deblock_neon.S b/libavcodec/arm/hevcdsp_deblock_neon.S index 7cb7487ef6..ebcd056430 100644 --- a/libavcodec/arm/hevcdsp_deblock_neon.S +++ b/libavcodec/arm/hevcdsp_deblock_neon.S