[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-19 Thread Michael Niedermayer via ffmpeg-devel
On Wed, Nov 19, 2025 at 05:21:13AM +0100, Michael Niedermayer via ffmpeg-devel wrote: > On Sat, Nov 15, 2025 at 04:15:14PM +0100, Michael Niedermayer via > ffmpeg-devel wrote: > > Hi all > > > > due to accumulated bug fixes, i think we should make a new release fr

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-19 Thread Michael Niedermayer via ffmpeg-devel
Hi Zhao On Wed, Nov 19, 2025 at 01:25:30PM +0800, Zhao Zhili via ffmpeg-devel wrote: > > > 在 2025年11月19日,下午12:29,Michael Niedermayer via ffmpeg-devel > > 写道: > > > > On Sat, Nov 15, 2025 at 11:29:26PM +0800, Zhao Zhili via ffmpeg-devel > > wrote: > >&g

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix memleak when sdp create failed (PR #20969)

2025-11-19 Thread Jack Lau via ffmpeg-devel
PR #20969 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20969 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20969.patch Fix #20712 When print_sdp() fails during rtp streaming, sch_start() returns error code without calling wirte_trailer, causing a memory l

[FFmpeg-devel] [PATCH] swscale: Fix ff_sws_pixel_type_to_uint (PR #20968)

2025-11-19 Thread Martin Storsjö via ffmpeg-devel
PR #20968 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20968 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20968.patch This function uses ff_sws_pixel_type_size to switch on the size of the provided type. However, ff_sws_pixel_type_size returns a si

[FFmpeg-devel] [PATCH] avcodec/psd: Support auxiliary channels (PR #20966)

2025-11-18 Thread jchw via ffmpeg-devel
PR #20966 opened by jchw URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20966 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20966.patch Photoshop documents can contain additional "auxiliary" channels that don't take part in layer compositing, therefore, using the channel count to deter

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-18 Thread Zhao Zhili via ffmpeg-devel
> 在 2025年11月19日,下午12:29,Michael Niedermayer via ffmpeg-devel > 写道: > > On Sat, Nov 15, 2025 at 11:29:26PM +0800, Zhao Zhili via ffmpeg-devel wrote: >> >> >>>> On Nov 15, 2025, at 23:15, Michael Niedermayer via ffmpeg-devel >>>> wrote: >&

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-18 Thread Michael Niedermayer via ffmpeg-devel
On Sat, Nov 15, 2025 at 11:29:26PM +0800, Zhao Zhili via ffmpeg-devel wrote: > > > > On Nov 15, 2025, at 23:15, Michael Niedermayer via ffmpeg-devel > > wrote: > > > > Hi all > > > > due to accumulated bug fixes, i think we should make a new rele

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-18 Thread Michael Niedermayer via ffmpeg-devel
On Sat, Nov 15, 2025 at 04:15:14PM +0100, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > due to accumulated bug fixes, i think we should make a new release from > release/8.0 soon will probably make 7.1.3 shortly after 8.0.1 [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH] release/8.0: libavformat: backporting bugfix for whip (PR #20965)

2025-11-18 Thread Jack Lau via ffmpeg-devel
PR #20965 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20965 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20965.patch >From cebbb7f74bcff89761b80d6ec0aad627dd4c2232 Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Sat, 23 Aug 2025 09:09:47 +0800 Subject: [

[FFmpeg-devel] [PATCH] .forgejo/labeler: consistently quote strings (PR #20963)

2025-11-18 Thread Marvin Scholz via ffmpeg-devel
PR #20963 opened by Marvin Scholz (ePirat) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20963 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20963.patch As discussed in #20118 >From e49ff365ac11312ce0c6bc8363d4b6ce656db3d2 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Wed, 19 N

[FFmpeg-devel] [PATCH] dovi: fix L11 metadata (PR #20962)

2025-11-18 Thread Cosmin Stejerean via ffmpeg-devel
PR #20962 opened by Cosmin Stejerean (cosmin) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20962 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20962.patch The handling of L11 dolby vision metadata was based on an old version of `dovi_tool` however the structure does not match the sp

[FFmpeg-devel] Fwd: [PATCH] Add myself as maintainer to the various ogg files. (PR #20961)

2025-11-18 Thread Romain Beauxis via ffmpeg-devel
I was not sure about how to CC the current maintainers via code.f.o so this is the CC.. -- Forwarded message - De : toots via ffmpeg-devel Date: mar. 18 nov. 2025 à 17:02 Subject: [FFmpeg-devel] [PATCH] Add myself as maintainer to the various ogg files. (PR #20961) To: Cc: toots

[FFmpeg-devel] [PATCH] Add myself as maintainer to the various ogg files. (PR #20961)

2025-11-18 Thread toots via ffmpeg-devel
PR #20961 opened by toots URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20961 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20961.patch >From ade83020b43d572b4b9f1d1c821fe9f558d31768 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Tue, 18 Nov 2025 16:58:59 -0600 Subject: [PATCH]

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-11-18 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-11-02): > We have people in the community who have experience with company stuff But not necessarily the people we should trust to have the best interests of the project at heart. > I care about money, so i dont have to care about money >

[FFmpeg-devel] Re: [PATCH] Revert " avfilter/avfilter: always forward request frame in filter_activate_default" (PR #20944)

2025-11-18 Thread Nicolas George via ffmpeg-devel
Jack Lau via ffmpeg-devel (HE12025-11-17): > PR #20944 opened by Jack Lau (JackLau) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944.patch > > Fix #20940 > > This reverts commit 4440e499ba > >

[FFmpeg-devel] [PATCH] tests/fate-run: pass threads argument to tests using certain pseudo muxers (PR #20960)

2025-11-18 Thread James Almer via ffmpeg-devel
PR #20960 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20960 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20960.patch >From 8030577241e9439a1ee94c7b9bf1d3d205878d1f Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 18 Nov 2025 00:41:12 -0300 Subj

[FFmpeg-devel] [PATCH] Update libavcodec/opus/parser.c (PR #20959)

2025-11-18 Thread mux47 via ffmpeg-devel
PR #20959 opened by mux47 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20959 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20959.patch Avoid calling ff_opus_parse_packet() on flush (buf_size == 0) Fixes spurious 'Error parsing Opus packet header' in complete-frames mode at EOF. Relat

[FFmpeg-devel] [PATCH] avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling (PR #20958)

2025-11-18 Thread ddesouza via ffmpeg-devel
PR #20958 opened by ddesouza URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20958 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20958.patch This is the revised version of PR #20562, according to the comments from @haasn and @mkver. >From a14bccc09b9af29672c141a447999fd3d99a1ba1 Mon

[FFmpeg-devel] [PATCH] swscale/swscale_unscaled: validate slice alignment before unscaled conversion (PR #20957)

2025-11-18 Thread Ramiro Polla via ffmpeg-devel
PR #20957 opened by Ramiro Polla (ramiro) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20957 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20957.patch This prevents out of bounds access on unscaled converters that process multiple lines at a time. Fixes issue #11691. >From 4c9ba5f6

[FFmpeg-devel] [PATCH] .forgejo/CODEOWNERS: add myself to VideoToolbox and Icecast (PR #20956)

2025-11-18 Thread Marvin Scholz via ffmpeg-devel
PR #20956 opened by Marvin Scholz (ePirat) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20956 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20956.patch >From 00ef656a85f245a400b0cd83a0732c892703a7ae Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 18 Nov 2025 15:17:05 +0100 S

[FFmpeg-devel] [PATCH] avformat/whip: several fixes (PR #20955)

2025-11-18 Thread Jack Lau via ffmpeg-devel
PR #20955 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20955 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20955.patch >From 837b0dd8d96c6f258bbccdfe5e05b40ebabf249a Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Sat, 15 Nov 2025 19:23:39 +0800 Subject: [

[FFmpeg-devel] [PATCH] Make av_make_codec_str a public API, expose in ffprobe stream info (PR #20953)

2025-11-18 Thread Martin Storsjö via ffmpeg-devel
PR #20953 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953.patch Following up on previous concerns: - Adding new unconditionally built source files in libraries. Yes, that's indeed a bit bad, bu

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: fix crash with negative linesize (PR #20952)

2025-11-18 Thread Zhao Zhili via ffmpeg-devel
PR #20952 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20952 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20952.patch >From 3d02b4ed961e928a6f103e3a5c39238866df70bb Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Tue, 18 Nov 2025 12:46:13 +0800 Subject:

[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-18 Thread Tobias Rapp via ffmpeg-devel
On 17/11/2025 16:01, Niklas Haas wrote: On Monday, November 17th, 2025 at 3:48 PM, Tobias Rapp via ffmpeg-devel wrote: On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote: Hi adding niklas to the CC so its not missed but i agree the patch LGTM On Tue, Nov 04, 2025 at 08:52

[FFmpeg-devel] [PATCH] avcodec: fix checkasm-hpeldsp failed on LA (PR #20951)

2025-11-17 Thread HecaiYuan via ffmpeg-devel
PR #20951 opened by HecaiYuan URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20951 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20951.patch This wrapper performs runtime dispatch to SIMD-optimized functions and falls back to a C implementation for unsupported block heights. >From 3d5

[FFmpeg-devel] Re: [PATCH] qsv: fix pitch truncation on negative/oversized stride

2025-11-17 Thread Zhao Zhili via ffmpeg-devel
> On Nov 18, 2025, at 09:26, Xiang, Haihao via ffmpeg-devel > wrote: > > From: Disclosure > > Reviewed-by: Zhong Li > Reviewed-by: Haihao Xiang > Cc: Michael Niedermayer > Signed-off-by: Disclosure > --- > libavcodec/qsv.c | 2 ++ > libavfilt

[FFmpeg-devel] [PATCH] qsv: fix pitch truncation on negative/oversized stride

2025-11-17 Thread Xiang, Haihao via ffmpeg-devel
From: Disclosure Reviewed-by: Zhong Li Reviewed-by: Haihao Xiang Cc: Michael Niedermayer Signed-off-by: Disclosure --- libavcodec/qsv.c | 2 ++ libavfilter/qsvvpp.c | 2 ++ libavutil/hwcontext_qsv.c | 20 ++-- 3 files changed, 18 insertions(+), 6 deletions(-)

[FFmpeg-devel] Re: [PATCH] avformat/aviobuf: ensure EAGAIN is not interpreted as EOF

2025-11-17 Thread Timo Rothenpieler via ffmpeg-devel
Won't this busy-loop in filter.c if it keeps returning EAGAIN for longer periods of time/forever? The whole API really isn't prepared for non-blocking operations, so I'm not sure this is a good idea. OpenPGP_0xD85AAA6874B7507E.asc Description: OpenPGP public key OpenPGP_signature.asc Descript

[FFmpeg-devel] [PATCH] fate: add skip_clean option (PR #20950)

2025-11-17 Thread Kacper Michajłow via ffmpeg-devel
PR #20950 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20950 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20950.patch This is useful if one wants to inspect build artifacts after running fate.sh script. From b1132d722d2e681b87f48946461cb61b0540

[FFmpeg-devel] [PATCH] Fixed broken aselect filter (PR #20949)

2025-11-17 Thread anders-mjoll via ffmpeg-devel
PR #20949 opened by anders-mjoll URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949.patch During migration to the activation filter API the aselect filter was accidentally turned into a no-op filter. >From dd7f99e5b17acde5de9275872

[FFmpeg-devel] [PATCH] avformat/aviobuf: ensure EAGAIN is not interpreted as EOF

2025-11-17 Thread Daniel Riehm via ffmpeg-devel
From cdc2e439bab494ccfcef423ece1f066fab17683c Mon Sep 17 00:00:00 2001 From: Daniel Riehm Date: Mon, 17 Nov 2025 15:25:42 -0600 Subject: [PATCH] avformat/aviobuf: ensure EAGAIN is not interpreted as EOF When AVIO_FLAG_NONBLOCK is enabled, I/O operations may return AVERROR(EAGAIN). avio_read() sh

[FFmpeg-devel] [PATCH] configure: filter out -guard:signret from armasm flags (PR #20948)

2025-11-17 Thread Kacper Michajłow via ffmpeg-devel
PR #20948 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20948 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20948.patch While cl.exe supports -guard:signret, armasm64 complains about unknown flag. Note that -guard:ehcont is accepted by armasm64. F

[FFmpeg-devel] [PATCH] fate: add more configure flags to fate config (PR #20947)

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

[FFmpeg-devel] [PATCH] [libavformat][mov] Fixes individual track duration on fragmented files (PR #20946)

2025-11-17 Thread anthonybajoua via ffmpeg-devel
PR #20946 opened by anthonybajoua URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20946 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20946.patch Currently, when there is a file that is muxed in fragmented mode with flags `frag_keyframe+delay_moov+empty_moov+dash` the second track's len

[FFmpeg-devel] [PATCH] Revert " avfilter/avfilter: always forward request frame in filter_activate_default" (PR #20944)

2025-11-17 Thread Jack Lau via ffmpeg-devel
PR #20944 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944.patch Fix #20940 This reverts commit 4440e499ba It breaks some filters like feedback, and make li->frame_blocked_in check invaild. Signed-of

[FFmpeg-devel] [PATCH] [7.1] Backport HTTP and RTSP fixes (PR #20943)

2025-11-17 Thread Marvin Scholz via ffmpeg-devel
PR #20943 opened by Marvin Scholz (ePirat) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20943 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20943.patch Backports #20541 and #20542 to 7.1. >From 2730ec798357856ba996ac856b14f8325168ebcd Mon Sep 17 00:00:00 2001 From: Marvin Scholz Da

[FFmpeg-devel] [PATCH] avcodec/mpeg12: Inline ff_mpeg1_clean_buffers() into its callers (PR #20942)

2025-11-17 Thread mkver via ffmpeg-devel
PR #20942 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20942 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20942.patch >From fd5fbb41ccaf846a3dc1742ba65dfe6714a543aa Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 17 Nov 2025 15:35:38 +0100 Subject: [PAT

[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-17 Thread Niklas Haas via ffmpeg-devel
On Monday, November 17th, 2025 at 3:48 PM, Tobias Rapp via ffmpeg-devel wrote: > > > On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote: > > > Hi > > > > adding niklas to the CC so its not missed > > but i agree the patch LGTM > > &g

[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-17 Thread Tobias Rapp via ffmpeg-devel
On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote: Hi adding niklas to the CC so its not missed but i agree the patch LGTM On Tue, Nov 04, 2025 at 08:52:36PM +0100, Nicolas George via ffmpeg-devel wrote: Carl Hetherington via ffmpeg-devel (HE12025-11-03): Since

[FFmpeg-devel] github sponsors

2025-11-17 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone Iam working on setting up ffmpeg github sponsors support (this will be connected to SPI) thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates signature.asc Des

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-17 Thread Michael Niedermayer via ffmpeg-devel
Hi On Sun, Nov 16, 2025 at 09:16:03PM -0800, ff--- via ffmpeg-devel wrote: > On 2025-11-16 07:59, Michael Niedermayer via ffmpeg-devel wrote: > > On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via > > ffmpeg-devel wrote: > > > On Sun, Nov 16, 2025 at 01:56:4

[FFmpeg-devel] [PATCH] WIP: aacdec: add support for 960-frame HE-AAC (PR #20941)

2025-11-17 Thread Lynne via ffmpeg-devel
PR #20941 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20941 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20941.patch >From ac98c3e731bccf35480a3bddebc930627cd2d482 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 20 May 2023 16:09:22 +0200 Subject: [PATCH] aacdec: a

[FFmpeg-devel] [Question] Testing and evaluating runtime performance of functions

2025-11-17 Thread Sidd via ffmpeg-devel
I have been going through some code and found a couple of FIXME's that mention the section of code to be "slow" and I was just curious since I am relatively new to most kinds of profiling, how do you evaluate this and if anybody were to come up with a patch for this, how can they reliably show spee

[FFmpeg-devel] [PATCH] avfilter/x86/f_ebur128: only use filter_channels_avx for >= 2 channels (PR #20939)

2025-11-17 Thread Niklas Haas via ffmpeg-devel
PR #20939 opened by Niklas Haas (haasn) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20939 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20939.patch The approach of this ASM routine is to process two channels at a time using AVX instructions. Obviously, there is no point in doing this

[FFmpeg-devel] Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-11-16 Thread Harish Raja Selvan via ffmpeg-devel
Hi Martin and Rémi, Thank you for the clarification and for summarizing the discussion. I understand the concerns about ABI consistency and the maintenance implications. To clarify the intended use case: many Windows applications such as Jianying Pro,

[FFmpeg-devel] [PATCH] release/8.0: libavformat: backporting bugfix for udp (PR #20938)

2025-11-16 Thread Jack Lau via ffmpeg-devel
PR #20938 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20938 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20938.patch >From 175d0fc3cbb1f9ae8954317985e41555d828771b Mon Sep 17 00:00:00 2001 From: Desmond Liu Date: Thu, 30 Oct 2025 17:22:12 -0700 Subject

[FFmpeg-devel] [PATCH] configure: add detailed headers check for openssl (PR #20937)

2025-11-16 Thread Jack Lau via ffmpeg-devel
PR #20937 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20937 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20937.patch Fix #20571 Avoid build errors with openssl forks (like libressl) that lack some APIs. Fail early during configure instead of hitting co

[FFmpeg-devel] [PATCH] WIP: aacdec: implement support for Mps212 decoding (PR #20936)

2025-11-16 Thread Lynne via ffmpeg-devel
PR #20936 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20936 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20936.patch This commit implements support for decoding of MPEG Surround data (USAC-flavoured). I'm raising funds and resources to build a rocket capable of str

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread ff--- via ffmpeg-devel
On 2025-11-16 07:59, Michael Niedermayer via ffmpeg-devel wrote: On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via ffmpeg-devel wrote: On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffm

[FFmpeg-devel] [PATCH] configure: Only test for SSE2 intrinsics on x86 (PR #20934)

2025-11-16 Thread mkver via ffmpeg-devel
PR #20934 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20934 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20934.patch >From 76eef407bf5fa62e129352d2c460b57e6a5fc759 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 17 Nov 2025 00:05:16 +0100 Subject: [PAT

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
On Sun, Nov 16, 2025 at 04:00:38PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 15:12 Michael Niedermayer, > wrote: > > > > > But theres a lot more. We need some sort of wiki page, call for people > > sending project proposals, I mean we wan

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 16 Nov 2025, 15:12 Michael Niedermayer, wrote: > > But theres a lot more. We need some sort of wiki page, call for people > sending project proposals, I mean we want that money to be used for > something. > Or at least i assume we will try to handle this somewhat similar to STF. > I need

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via ffmpeg-devel wrote: > Hi Kieran > > On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < > &

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < > [email protected]> wrote: > > > Hi everyone > > > > It seems neither Thilo nor Pierre have

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi everyone > > It seems neither Thilo nor Pierre have time to look into this. > Does someone else have time ? (id like to work on the 8.0.1 release > and backports and many

[FFmpeg-devel] Re: [REFUND-REQUEST] GSoC 2025 Mentor Summit Reimbursement Request

2025-11-16 Thread Steven Liu via ffmpeg-devel
Michael Niedermayer 于2025年11月5日周三 05:24写道: > > Hi Steven > > On Thu, Oct 30, 2025 at 03:19:54PM +0800, Steven Liu via ffmpeg-devel wrote: > > Hi Folks, > > > > > > I would like to request reimbursement for the following expenses > > incurred attendi

[FFmpeg-devel] Re: [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread Sidd via ffmpeg-devel
PR: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933 On Sun, Nov 16, 2025 at 4:19 PM nots1dd wrote: > > From what I understand, we only need to be moving N bytes as window_size > - s->hop_size after inverse fft to the buffer for overlap. Currently the > compiler throws a warning regarding possib

[FFmpeg-devel] [PATCH] avfilter/af_afftfilt: fix the overlap buffer size (PR #20933)

2025-11-16 Thread nots1dd via ffmpeg-devel
PR #20933 opened by nots1dd URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933.patch >From what I understand, we only need to be moving N bytes as window_size - s->hop_size after inverse fft to the buffer for overlap. Currently the c

[FFmpeg-devel] [PATCH] avcodec/x86/mpegvideoenc cleanup (PR #20932)

2025-11-16 Thread mkver via ffmpeg-devel
PR #20932 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20932 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20932.patch >From a7102ce7ed9e6c0a8c61a92eb8e66b4260057adb Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 15 Nov 2025 16:18:16 +0100 Subject: [PAT

[FFmpeg-devel] Re: [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread Sidd via ffmpeg-devel
Also I am a bit confused what happens after a maintainer accepts or is satisfied with this patch (as I am unable to commit anything to my fork on code.ffmpeg.org) so any help on this would be great (it is my first time if it wasnt obvious enough) On Sun, Nov 16, 2025 at 4:19 PM nots1dd wrote: > >

[FFmpeg-devel] [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread nots1dd via ffmpeg-devel
>From what I understand, we only need to be moving N bytes as window_size - s->hop_size after inverse fft to the buffer for overlap. Currently the compiler throws a warning regarding possible overflow and this patch fixs it. --- libavfilter/af_afftfilt.c | 3 ++- 1 file changed, 2 insertions(+), 1

[FFmpeg-devel] Re: [PATCH] avformat/whip: Fix rtp_ctx->streams access (PR #20805)

2025-11-15 Thread Jack Lau via ffmpeg-devel
> On Nov 10, 2025, at 08:24, Michael Niedermayer via ffmpeg-devel > wrote: > > Hi Kieran > > On Sat, Nov 01, 2025 at 02:37:45AM +0000, Kieran Kunhya via ffmpeg-devel > wrote: >> On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, < >> ffmpeg-devel@

[FFmpeg-devel] Re: [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-16 04:02 am, Tolga Celebi via ffmpeg-devel wrote: From: tolgakaan12 <[email protected]> The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened encoder tag even when -bitexact flag was set, instead of omitting it entirely

[FFmpeg-devel] [PATCH] avformat/whip: fix weird code that clear extradata in rtp muxer (PR #20931)

2025-11-15 Thread Jack Lau via ffmpeg-devel
PR #20931 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931.patch WHIP force the use of Annex B by enabling h264_mp4toannexb BSF in whip_check_bitstream. However, this BSF runs during packet writing and

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: Fix B-frame timestamp handling for proper PTS/DTS ordering

2025-11-15 Thread Bo Xu boxuffmpeg--- via ffmpeg-devel
From: boxu VideoToolbox encoder with B-frames can produce non-monotonic DTS values, causing playback issues. This patch implements a complete timestamp reset strategy to ensure correct PTS/DTS ordering. The fix: - Generates monotonic DTS values based on decode order (frame counter) - Preserves V

[FFmpeg-devel] [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Tolga Celebi via ffmpeg-devel
From: tolgakaan12 <[email protected]> The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened encoder tag even when -bitexact flag was set, instead of omitting it entirely like other formats (flac, mp3, wav) do. This patch makes the function ret

[FFmpeg-devel] [PATCH] avformat/segafilmenc: Fix division by zero with malformed Cinepak data

2025-11-15 Thread Shubin123 via ffmpeg-devel
The film_write_packet() function reads encoded_buf_size from packet data via AV_RB24() and uses it in a modulo operation without validation. When the data contains zeros at this position, it causes division by zero. Add validation to return AVERROR_INVALIDDATA when encoded_buf_size is zero. Signe

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone It seems neither Thilo nor Pierre have time to look into this. Does someone else have time ? (id like to work on the 8.0.1 release and backports and many other things) thx On Tue, Nov 04, 2025 at 11:45:40AM +0530, FLOSS Fund via ffmpeg-devel wrote: > Dear *FFmpeg* > &g

[FFmpeg-devel] [PATCH] doc/fate: document setting of session-wide env variables (PR #20930)

2025-11-15 Thread Gyan Doshi via ffmpeg-devel
PR #20930 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20930 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20930.patch Revision of FFmpeg/FFmpeg!20907 >From e76fcf822346b47c6ec65ec59945ab896c16f193 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sun, 16

[FFmpeg-devel] Re: [PATCH] web/donations: Add Paul B Mahol

2025-11-15 Thread James Almer via ffmpeg-devel
On 11/15/2025 3:14 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, I was asked to add a Paul B Mahol donation entry. By him? I'm not against this patch, but will it help convincing him to contribute again to the project? Kieran ___ f

[FFmpeg-devel] [PATCH] avformat: don't return EIO errors on invalid data (PR #20929)

2025-11-15 Thread James Almer via ffmpeg-devel
PR #20929 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929.patch Demuxers should not generate this error code when they encounter truncated or otherwise invalid files. It's an error code the underly

[FFmpeg-devel] [PATCH] web/donations: Add Paul B Mahol

2025-11-15 Thread Kieran Kunhya via ffmpeg-devel
Hello, I was asked to add a Paul B Mahol donation entry. Kieran 0001-donations-Add-Paul-B-Mahol.patch Description: Binary data ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] doc: Fix building with makeinfo 4.8 (PR #20927)

2025-11-15 Thread Martin Storsjö via ffmpeg-devel
PR #20927 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20927 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20927.patch This fixes building after commit 1ce88d29d0795857a6950c0047e62e2d3ccf8080. That commit caused the following errors: src/doc/

[FFmpeg-devel] [PATCH] doc/filters: add section for VideoToolbox filter (PR #20926)

2025-11-15 Thread Zhao Zhili via ffmpeg-devel
PR #20926 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926.patch Move scale_vt and transpose_vt to this section. >From d0460c7238c10d636465c37f05a048eeb46a852c Mon Sep 17 00:00:00 2001 From: Zhao Zhil

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
On Sat, Nov 15, 2025 at 06:09:59AM +0100, Michael Niedermayer via ffmpeg-devel wrote: > On Fri, Nov 14, 2025 at 04:08:40PM -0800, Jacob Lifshay via ffmpeg-devel > wrote: > > On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel > > wrote: > > > +

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-15 Thread Zhao Zhili via ffmpeg-devel
> On Nov 15, 2025, at 23:15, Michael Niedermayer via ffmpeg-devel > wrote: > > Hi all > > due to accumulated bug fixes, i think we should make a new release from > release/8.0 soon > > if tehres something you want backported, please backport it. (ill of co

[FFmpeg-devel] FFmpeg 8.0.1 release

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
Hi all due to accumulated bug fixes, i think we should make a new release from release/8.0 soon if tehres something you want backported, please backport it. (ill of course try to get my fixes backported before the release as well) thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

[FFmpeg-devel] Re: 回复:Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding in FFmpeg

2025-11-15 Thread Rémi Denis-Courmont via ffmpeg-devel
Nihao, Le lauantaina 15. marraskuuta 2025, 4.50.11 Itä-Euroopan normaaliaika yunfei_zhou--- via ffmpeg-devel a écrit : > Segmented load/store performance: We’ve encountered similar bottlenecks in > our video decoding optimizations. To address this, we’re actively proposing > n

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-14 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Nov 14, 2025 at 04:08:40PM -0800, Jacob Lifshay via ffmpeg-devel wrote: > On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel > wrote: > > + > > + > src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg"

[FFmpeg-devel] 回复:Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding in FFmpeg

2025-11-14 Thread yunfei_zhou--- via ffmpeg-devel
--- 发件人:Rémi Denis-Courmont via ffmpeg-devel 发送时间:2025年11月14日(周五) 22:22 收件人:FFmpeg development discussions and patches 抄 送:"[email protected]"; "Rémi Denis-Courmont" 主 题:[FFmpeg-devel] Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding i

[FFmpeg-devel] Re: New mailing-list archive

2025-11-14 Thread Michael Niedermayer via ffmpeg-devel
Hi On Wed, Nov 12, 2025 at 07:26:25PM +0100, Nicolas George via ffmpeg-devel wrote: > Michael Niedermayer via ffmpeg-devel (HE12025-10-16): > > for this https://ffmpeg.org/contact.html#MailingLists > > > > you can add it to [email protected]:ffmpeg-web > > you shoul

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-14 Thread Jacob Lifshay via ffmpeg-devel
On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel wrote: > + > + src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg"; > alt="Ethereum" width="32" height="32"> > + s

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

2025-11-14 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Fri, Nov 14, 2025 at 11:49:23PM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote: > > On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via > > ffmpeg-devel wrote: > >

[FFmpeg-devel] [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-14 Thread Michael Niedermayer via ffmpeg-devel
Only showing small logos, that show and copy the address when clicked Signed-off-by: Michael Niedermayer --- src/donations | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/donations b/src/donations index 54c7388..c92c438 100644 --- a/src/donations +

[FFmpeg-devel] [PATCH] Update libavformat/segafilmenc.c (PR #20922)

2025-11-14 Thread Shubin123 via ffmpeg-devel
PR #20922 opened by Shubin123 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20922 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20922.patch The film_write_packet() function reads encoded_buf_size from packet data via AV_RB24() and uses it in a modulo operation without validation. When

[FFmpeg-devel] [PATCH] avformat/segafilmenc: Fix division by zero with malformed Cinepak data

2025-11-14 Thread Shubin123 via ffmpeg-devel
The film_write_packet() function reads encoded_buf_size from packet data via AV_RB24() and uses it in a modulo operation without validation. When the data contains zeros at this position, it causes division by zero. Add validation to return AVERROR_INVALIDDATA when encoded_buf_size is zero. Signe

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

2025-11-14 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote: On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel wrote: This was suggested to me. Allowing only donations to a 501(c)(3) restricts both donators as well as developers patchset applied Is

[FFmpeg-devel] [PATCH] avcodec/h264_slice: don't force ff_get_format unconditionally after flush (PR #20921)

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
PR #20921 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20921 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20921.patch h->context_initialized is zero after flush, which triggers call to ff_get_format unconditionally. ff_get_format can be heavy with ff_hwac

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

2025-11-14 Thread Michael Niedermayer via ffmpeg-devel
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel wrote: > This was suggested to me. > > Allowing only donations to a 501(c)(3) restricts both donators as well as > developers patchset applied @everyone, dont hesitate to add yourself too,

[FFmpeg-devel] Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding in FFmpeg

2025-11-14 Thread Rémi Denis-Courmont via ffmpeg-devel
Nihao, Le 14 novembre 2025 03:52:51 GMT+02:00, yunfei_zhou--- via ffmpeg-devel a écrit : >Before proceeding, we would like to understand whether there are any existing >or ongoing efforts in this area to avoid duplication and, ideally, align or >collaborate with current initiatives.

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
> On Nov 14, 2025, at 19:30, Rémi Denis-Courmont via ffmpeg-devel > wrote: > > > > Le 14 novembre 2025 06:09:25 GMT+02:00, Zhao Zhili via ffmpeg-devel > a écrit : >>> For FFmpeg, WASM optimisations are embryonic at best. There is no >>> documentatio

[FFmpeg-devel] [PATCH] lavu/x86: add Intel CET support (PR #20919)

2025-11-14 Thread brad via ffmpeg-devel
PR #20919 opened by brad URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20919 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20919.patch Co-authored-by: Sebastien Marie >From c6926060a98f335e069c3e631b96cc4e0b8e758e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 14 Nov 2025 05:

[FFmpeg-devel] [PATCH] avcodec/prores_raw: Reuse permutation (PR #20918)

2025-11-14 Thread mkver via ffmpeg-devel
PR #20918 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20918 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20918.patch The ProresDSPContext already contains the idct_permutation. Seems like the raw code has been branched of before February (before deee2fb52d4ae0fe2a0

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-14 Thread Rémi Denis-Courmont via ffmpeg-devel
Le 14 novembre 2025 06:09:25 GMT+02:00, Zhao Zhili via ffmpeg-devel a écrit : >> For FFmpeg, WASM optimisations are embryonic at best. There is no >> documentation since there is very little experience with them as yet. > >The wasm and wasm simd has already reached a con

[FFmpeg-devel] [PATCH] avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument (PR #20917)

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
PR #20917 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20917 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20917.patch For GET_UTF8(val, GET_BYTE, ERROR), val has type of uint32_t, GET_BYTE must return an unsigned integer, otherwise signed extension happen

[FFmpeg-devel] [PATCH] doc/encoders: Document MediaFoundation encoders (PR #20916)

2025-11-14 Thread dashsantosh-mcw via ffmpeg-devel
PR #20916 opened by dashsantosh-mcw URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20916 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20916.patch >From e7dcef8d8dee549fd8345c5d08d303e781dfd74b Mon Sep 17 00:00:00 2001 From: Harshitha Date: Fri, 14 Nov 2025 01:45:44 -0800 Subject: [PA

[FFmpeg-devel] [PATCH] avutil/hwcontext_amf: move AVMutex to internal context (PR #20915)

2025-11-14 Thread Dmitrii Ovchinnikov via ffmpeg-devel
PR #20915 opened by Dmitrii Ovchinnikov (OvchinnikovDmitrii) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20915 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20915.patch >From bfcdc58dee88778c8f48a54d7d7989417bba79c2 Mon Sep 17 00:00:00 2001 From: Dmitrii Ovchinnikov Date: Thu, 13 N

[FFmpeg-devel] Re: [GASPP PATCH] Translate .inst into DCD, the same as for .int or .word

2025-11-14 Thread Martin Storsjö via ffmpeg-devel
On Wed, 12 Nov 2025, Martin Storsjö wrote: For ELF targets, the assembler keeps track of which words are actual instructions, and which are data - and the disassembler shows them differently depending on this. For other object file formats, there's no difference. Thus, for armasm for targeting C

[FFmpeg-devel] Re: [PATCH] avdevice/lavfi: stop setting deprecated buffersink options (PR #20913)

2025-11-13 Thread Nicolas George via ffmpeg-devel
James Almer via ffmpeg-devel (HE12025-11-13): > PR #20913 opened by James Almer (jamrial) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913.patch I intended to review that. I see no review on the web monster either.

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

2025-11-13 Thread Tobias Rapp via ffmpeg-devel
On 13/11/2025 15:50, Timo Rothenpieler via ffmpeg-devel wrote: On 13/11/2025 04:06, Michael Niedermayer via ffmpeg-devel wrote: Hi Kieran On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel wrote: On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, < ffm

  1   2   3   4   5   6   7   8   9   10   >