[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-12 04:45 am, Michael Niedermayer via ffmpeg-devel wrote: Hello everyone We have been contacted by Microsoft. Whats your oppinion about putting one or both the current community builds, that we link to, on the Microsoft store? My builds are already available through their winget

[FFmpeg-devel] [PATCH] avcodec/gifenc: avoid redundant local color table when global palette is used (PR #20897)

2025-11-11 Thread damitha via ffmpeg-devel
PR #20897 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20897 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20897.patch Addressing the fact that first frame has a LCT when global palette is used for pal8. issue: [#20896](https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/2

[FFmpeg-devel] [PATCH] swscale: Fix out-of-bounds write errors in yuv2rgb_lasx.c file. (PR #20895)

2025-11-11 Thread chenhao via ffmpeg-devel
PR #20895 opened by chenhao URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20895 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20895.patch In the YUV420 format, a single pair of UV values produces two RGB pixels. Because of this, cases with an odd dstw value do not need to be considere

[FFmpeg-devel] [PATCH] avcodec/omx: Check extradata size and nFilledLen (PR #20894)

2025-11-11 Thread michaelni via ffmpeg-devel
PR #20894 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20894 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20894.patch No testcase, its unknown if this is a real issue Reported-by: Peter Teoh Signed-off-by: Michael Niedermayer >From 67eea3903e440bf1162423b

[FFmpeg-devel] Re: [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Nov 11, 2025 at 10:41:49PM -0300, James Almer via ffmpeg-devel wrote: > On 11/11/2025 10:40 PM, Michael Niedermayer via ffmpeg-devel wrote: > > Signed-off-by: Michael Niedermayer > > --- > > src/security | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src

[FFmpeg-devel] Re: [REFUND-REQUEST] VDD'25 travel expense

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Hi On Mon, Nov 10, 2025 at 10:11:46PM +, Niklas Haas via ffmpeg-devel wrote: > On Monday, November 10th, 2025 at 10:55 PM, Stefano Sabatini via ffmpeg-devel > wrote: > > > > On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel > > [email protected] wrote: > > > > > On

[FFmpeg-devel] Re: [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread James Almer via ffmpeg-devel
On 11/11/2025 10:40 PM, Michael Niedermayer via ffmpeg-devel wrote: Signed-off-by: Michael Niedermayer --- src/security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security b/src/security index 0d5f8dd..65b25bc 100644 --- a/src/security +++ b/src/security @@ -1,4 +

[FFmpeg-devel] [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Signed-off-by: Michael Niedermayer --- src/security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security b/src/security index 0d5f8dd..65b25bc 100644 --- a/src/security +++ b/src/security @@ -1,4 +1,4 @@ -Please report vulnerabilities to mailto:[email protected]

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread Christopher Degawa via ffmpeg-devel
On Tue, Nov 11, 2025 at 6:02 PM Michael Niedermayer via ffmpeg-devel < [email protected]> wrote: > Hi James > > On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel > wrote: > > > Do they serve applications that only run on the command line? Because > they > > surely are no

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Hi James On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel wrote: > On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote: > > Hello everyone > > > > We have been contacted by Microsoft. > > > > Whats your oppinion about putting one or both the current community

[FFmpeg-devel] Re: [RFC] mailing list From mangling and bounces and DMARC

2025-11-11 Thread Pavel Roslyy via ffmpeg-devel
On Fri, Nov 7, 2025 at 6:04 AM Nicolas George via ffmpeg-devel wrote: > > Pavel Roslyy via ffmpeg-devel (HE12025-11-04): > > The headers that are signed for DKIM can be configured. It is not > > recommended, but if needed you can remove Subject from the list of > > signed headers. > > “Eh, Google

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread James Almer via ffmpeg-devel
On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote: Hello everyone We have been contacted by Microsoft. Whats your oppinion about putting one or both the current community builds, that we link to, on the Microsoft store? Do they serve applications that only run on the command

[FFmpeg-devel] [RFC] Microsoft store

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Hello everyone We have been contacted by Microsoft. Whats your oppinion about putting one or both the current community builds, that we link to, on the Microsoft store? thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fu

[FFmpeg-devel] Re: [PATCH] avcodec/tiff: Check order only for tags that we process

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Hi Mathias On Wed, Nov 05, 2025 at 12:29:53PM +0100, Mathias Koehler via ffmpeg-devel wrote: > The initial out of order check was introduced with commit > ad29f9e47cb avcodec/tiff: Restrict tag order based on specification > > This changes the check to only check against tags the we process > si

[FFmpeg-devel] Re: question about submitting security patches

2025-11-11 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-11 12:19 pm, Rémi Denis-Courmont via ffmpeg-devel wrote: Le 11 novembre 2025 04:59:42 GMT+02:00, Michael Niedermayer via ffmpeg-devel a écrit : Hi Remi On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via ffmpeg-devel wrote: Le lauantaina 8. marraskuuta 2025, 10.3