[FFmpeg-devel] Re: [PATCH] avcodec/h264_vulkan: Fix param error in set_sps

2025-10-27 Thread via ffmpeg-devel
Zhao Zhili wrote: > > On Oct 27, 2025, at 22:05, xin.guo via ffmpeg-devel > > wrote: > > Signed-off-by: xin.guo > > --- > > libavcodec/vulkan_h264.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vulkan_h264.c b/libavcodec/vulkan_h264.c > > index e727aafb16.

[FFmpeg-devel] [PATCH] avcodec/h264_vulkan: Fix param error in set_sps (PR #20772)

2025-10-27 Thread xin.guo via ffmpeg-devel
PR #20772 opened by xin.guo URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20772 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20772.patch Signed-off-by: xin.guo >From 23b19ef03c764cb65f30874ac8d89bdcd1cee6dd Mon Sep 17 00:00:00 2001 From: "xin.guo" Date: Tue, 28 Oct 2025 11:43:58 +

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Jean-Baptiste Kempf via ffmpeg-devel
Hello Everyone, Folks, you really should all calm down. All this drama does not help the project, nor does it give a good image on the outside. It's not even an interesting drama (like vim vs emacs, or gcc vs llvm, or AV2 vs VVC...) Social Media is a lot of stress for everyone, and to be honest

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread James Almer via ffmpeg-devel
On 10/26/2025 10:39 PM, Michael Niedermayer wrote: Hi James On Sun, Oct 26, 2025 at 07:38:39PM -0300, James Almer wrote: On 10/26/2025 12:26 PM, Michael Niedermayer wrote: Hi Everyone As requested, reposting this, as a new thread For context please see: https://www.youtube.com/watch?v=3VkcAv

[FFmpeg-devel] Re: [POLL][VOTE] Preferred Issue Tracker

2025-10-27 Thread Michael Niedermayer via ffmpeg-devel
Hi all We have 3 votes for Forgejo (Timo, Lynne, Philip) I received one vote privately (either trac or Forgejo conditional on specific features), which i belive makes it a vote for trac and i myself voting last would vote for trac So Forgejo wins Thats a great outcome for our admins, it should

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread jamessmithswe64--- via ffmpeg-devel
Hey all, just wanted to chime in that you can definitely revoke this access and collect the bounty, but then reinstate access <3 <3 <3 <3 after he sends funds lol ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to f

[FFmpeg-devel] [PATCH] pixfmt: add 10+12bit LSB-padded gray/420/444 pixel formats for Vulkan (PR #20771)

2025-10-27 Thread Lynne via ffmpeg-devel
PR #20771 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20771 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20771.patch The issue is that Vulkan defines all padding to be in the LSBs for all padded pixel formats. We previously tried to fudge it, by treating padded pixe

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-26): > Should the delegation, from where this came from, be revoked to FFmpeg social > media? > (vote ends in 7 days) K keep access. Whoever is posting these tweets is doing a fine job (except for the one advocating for alcohol ;-), and the overal

[FFmpeg-devel] [PATCH] avfilter/boxblur: add AVX2 assembly (PR #20770)

2025-10-27 Thread MakarDev via ffmpeg-devel
PR #20770 opened by MakarDev URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20770 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20770.patch AVX2 assembly implementation of the boxblur filter. As the boxblur filter has a dependency chain over sum, it can't be fully vectorized, but speed

[FFmpeg-devel] [PATCH] master (PR #20769)

2025-10-27 Thread death via ffmpeg-devel
PR #20769 opened by death URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20769 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20769.patch Remove dependency on dead code elimination + use correct cflags for debug build in MSVC See https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20763 >Fro

[FFmpeg-devel] Re: [PATCH] avcodec/h264_vulkan: Fix param error in set_sps

2025-10-27 Thread Zhao Zhili via ffmpeg-devel
> On Oct 27, 2025, at 22:05, xin.guo via ffmpeg-devel > wrote: > > Signed-off-by: xin.guo > --- > libavcodec/vulkan_h264.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vulkan_h264.c b/libavcodec/vulkan_h264.c > index e727aafb16..0f114af34c 100644 > ---

[FFmpeg-devel] [PATCH] MAINTAINERS: Update the entries for AMF (PR #20768)

2025-10-27 Thread ArazIusubov via ffmpeg-devel
PR #20768 opened by ArazIusubov URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20768 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20768.patch .forgejo/CODEOWNERS: add myself for relevant files(AMF) MAINTAINERS: Update the entries for AMF >From ca4872c5729b3acf7e3e93ad439138decb47807a

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode_h264: remove unused variables (PR #20767)

2025-10-27 Thread Kacper Michajłow via ffmpeg-devel
PR #20767 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20767 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20767.patch From d57de8335282d99c6544009cacecb91044f8b7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 27

[FFmpeg-devel] [PATCH] avcodec/mlpdec: don't depend on context channel layout when setting substream masks (PR #20766)

2025-10-27 Thread James Almer via ffmpeg-devel
PR #20766 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20766 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20766.patch If avctx->ch_layout is unset (as it's allowed and even expeced by the AV_CODEC_CAP_CHANNEL_CONF flag), the code setting substream mas

[FFmpeg-devel] [PATCH] avcodec/h264_vulkan: Fix param error in set_sps

2025-10-27 Thread xin.guo via ffmpeg-devel
Signed-off-by: xin.guo --- libavcodec/vulkan_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vulkan_h264.c b/libavcodec/vulkan_h264.c index e727aafb16..0f114af34c 100644 --- a/libavcodec/vulkan_h264.c +++ b/libavcodec/vulkan_h264.c @@ -188,7 +188,7 @@ static

[FFmpeg-devel] [PATCH] avformat/whip: several improves in ice_dtls_handshake (PR #20765)

2025-10-27 Thread Jack Lau via ffmpeg-devel
PR #20765 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20765 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20765.patch >From 94f217adf0b4b91bcabb7cd9747f7b58c9c125e3 Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Mon, 27 Oct 2025 16:50:30 +0800 Subject: [

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Michael Niedermayer via ffmpeg-devel
Hi Lynne On Sun, Oct 26, 2025 at 05:50:28PM +0100, Lynne via ffmpeg-devel wrote: [...] > I looked at the video, and I failed to understand the author's points - he The authors point is that multiple FFmpeg supporters, who have NOT said bad things about FFmpeg at all, some who donated to FFmpeg,

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Vittorio Giovara via ffmpeg-devel
On Sun, Oct 26, 2025 at 4:43 PM Michael Niedermayer via ffmpeg-devel < [email protected]> wrote: > Hi Everyone > > As requested, reposting this, as a new thread > > For context please see: > https://www.youtube.com/watch?v=3VkcAvqV24c > > https://lists.ffmpeg.org/archives/list/ffmpeg-devel@f

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Rémi Denis-Courmont via ffmpeg-devel
I am being attacked by a bunch of no-lifes on X who somehow ended up mistaking me for the media team, even though: - I explicitly criticised some of the team actions. - I very obviously do not even use X (and never have). Nevertheless Tomas is not responsible for that idiotic nonsense in any way.

[FFmpeg-devel] [PATCH] avutil/vulkan_glslang: use AVMutex instead of pthread_mutex_t (PR #20762)

2025-10-27 Thread Kacper Michajłow via ffmpeg-devel
PR #20762 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20762 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20762.patch From 4deb8b3a7a3fc6131c8adb90ee9e32f7f2029575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 27

[FFmpeg-devel] [PATCH] Miscellaneous small Vulkan fixes (PR #20761)

2025-10-27 Thread Lynne via ffmpeg-devel
PR #20761 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20761 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20761.patch Support for one new extension, image alignment for subsampled images. >From 48e0b65d6fb4b7a64f575815b3a1952a3eb94187 Mon Sep 17 00:00:00 2001 From:

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Rémi Denis-Courmont via ffmpeg-devel
Le 27 octobre 2025 00:34:52 GMT+02:00, James Almer via ffmpeg-devel a écrit : >On 10/26/2025 2:51 PM, Rémi Denis-Courmont via ffmpeg-devel wrote: >> Tomas' CoC violation has been recorded. >> >> You had been warned. > >I'm sorry, what? This makes no sense, so please elaborate. I already warne