Re: [FFmpeg-devel] Recommendations to facilitation patch reviews on forgejo/ML?

2025-08-01 Thread Romain Beauxis
Le jeu. 31 juil. 2025 à 06:12, Rémi Denis-Courmont a écrit : > > > > Le 30 juillet 2025 00:42:41 GMT+03:00, Romain Beauxis > a écrit : > >Hi all, > > > >Are there any recommendations on how to best get attention to some > >patches/changes? > > > >With the introduction of the new forgejo workflow

Re: [FFmpeg-devel] Recommendations to facilitation patch reviews on forgejo/ML?

2025-08-01 Thread Romain Beauxis
Le mar. 29 juil. 2025 à 16:52, Nicolas George a écrit : > > Romain Beauxis (HE12025-07-29): > > Are there any recommendations on how to best get attention to some > > patches/changes? > > Speaking for myself, I will not lift a finger to adapt to this thing > until the dust is settles and the promi

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-08-01 Thread Romain Beauxis
Le mer. 23 juil. 2025 à 06:43, Michael Niedermayer a écrit : > > Hi everyone > > I intend to create the release/8.0 branch in the next 1-2 weeks > after that i intend to make teh 8.0 release in the following 1-2 weeks > > If theres something you want in it make sure its pushed before the branch >

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-08-01 Thread Jacob Lifshay
On July 23, 2025 4:43:43 AM PDT, Michael Niedermayer wrote: > Hi everyone > > I intend to create the release/8.0 branch in the next 1-2 weeks > after that i intend to make teh 8.0 release in the following 1-2 weeks > > If theres something you want in it make sure its pushed before the branch >

Re: [FFmpeg-devel] [PATCH] avcodec/aarch64/vvc: optimised alf_classify function 8/10/12bit of vvc codec for aarch64

2025-08-01 Thread Martin Storsjö
On Wed, 9 Jul 2025, Georgii Zagoruiko wrote: diff --git a/libavcodec/aarch64/vvc/alf.S b/libavcodec/aarch64/vvc/alf.S index 8801b3afb6..9c9765ead1 100644 --- a/libavcodec/aarch64/vvc/alf.S +++ b/libavcodec/aarch64/vvc/alf.S @@ -291,3 +291,281 @@ function ff_alf_filter_chroma_kernel_10_neon, expo

Re: [FFmpeg-devel] [PATCH] avcodec/sanm: Checks related to negative left/top

2025-08-01 Thread Michael Niedermayer
On Fri, Aug 01, 2025 at 02:50:56PM +0200, Manuel Lauss wrote: > On Fri, Aug 1, 2025 at 12:48 AM Michael Niedermayer > wrote: > > > > Fixes: > > 423673969/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SANM_fuzzer-5466731806261248 > > Fixes: out of array access > > > > CC: Manuel Lauss > > Fou

[FFmpeg-devel] forgejo merge access and 2FA

2025-08-01 Thread Michael Niedermayer
Hi all Please check that you have 2FA enabled, (timo did had to reset 2FA keys a while ago) 2FA is mandatory for merge access, because anyone with access to your email can just click on "forgot password" otherwise. I guess someone will suggest to disable the "forgot password" thing. That may be

Re: [FFmpeg-devel] [PATCH] avcodec/sanm: Checks related to negative left/top

2025-08-01 Thread Manuel Lauss
On Fri, Aug 1, 2025 at 12:48 AM Michael Niedermayer wrote: > > Fixes: > 423673969/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SANM_fuzzer-5466731806261248 > Fixes: out of array access > > CC: Manuel Lauss > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/mas

[FFmpeg-devel] [PATCH] hwcontext_vulkan: fix memory leak in drm->vulkan mapping

2025-08-01 Thread vytskalt via ffmpeg-devel
From: vytskalt If ff_vk_exec_discard_deps is not called after ff_vk_exec_add_dep_frame we get a reference cycle causing the frames context to never be freed. Same situation as in 74e27d9e3182d2d256d11bb0d5d45633b054bbcb Signed-off-by: vytskalt --- libavutil/hwcontext_vulkan.c | 6 +- 1 fi

[FFmpeg-devel] [PATCH] avformat/mov: prevent excessive allocation in mov_read_udta_string

2025-08-01 Thread Sanjay Jangid
Signed-off-by: Sanjay Jangid --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index c935bbf..725a9fa 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -459,6 +459,10 @@ retry: data_type = avio_rb32(pb); // type

Re: [FFmpeg-devel] [PATCH] web: announce code.ffmpeg.org

2025-08-01 Thread Rémi Denis-Courmont
Le 26 juillet 2025 23:14:08 GMT+03:00, Timo Rothenpieler a écrit : >> You do it once, decisively, with no point where it is both dev paths >> simultaniously. >> VideoLAN managed it, and countless companies and other projects have managed >> it with >> no overlap. Many of which I have experien