Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-30 Thread Nicolas George
Alexander Strasser via ffmpeg-devel (HE12025-07-30): > Also to make FFmpeg more attractive for new > contributors and hopefully maintainers as well. At some point, I hope you will realize how bad an idea it is to try to attract more newbies, dilettantes and vibe coders at the cost of making the pe

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-30 Thread Alexander Strasser via ffmpeg-devel
Am 29. Juli 2025 22:59:22 MESZ schrieb Nicolas George : >Alexander Strasser via ffmpeg-devel (HE12025-07-29): >> You are looking at the overview with latest events for that PR. >> >> To see the the individual commits select >> that view at the top. Or if you want to see >> the combined diff, cl

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Kacper Michajlow (HE12025-07-29): > https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055.patch You forgot to do a copy-paste. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To un

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Kacper Michajlow
On Tue, 29 Jul 2025 at 22:59, Nicolas George wrote: > > Alexander Strasser via ffmpeg-devel (HE12025-07-29): > > You are looking at the overview with latest events for that PR. > > > > To see the the individual commits select > > that view at the top. Or if you want to see > > the combined diff, c

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Alexander Strasser via ffmpeg-devel (HE12025-07-29): > You are looking at the overview with latest events for that PR. > > To see the the individual commits select > that view at the top. Or if you want to see > the combined diff, click on changes one > further to the right. This thing is looking

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Alexander Strasser via ffmpeg-devel
Hi Nicolas! Am 29. Juli 2025 10:55:15 MESZ schrieb Nicolas George : >Michael Niedermayer (HE12025-07-29): >> regression fix for this is here: >> https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055 > >I see no commit message. > >I see removing opening braces without removing them. > >(see attached sc

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Michael Niedermayer (HE12025-07-29): > regression fix for this is here: > https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055 I see no commit message. I see removing opening braces without removing them. (see attached screenshot; maybe it looks better for others) As is: rejected and revert the pr

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-28 Thread Michael Niedermayer
On Fri, Jul 11, 2025 at 09:49:29PM +0200, Kacper Michajłow wrote: > Fixes: signed integer overflow: 9223372036854737920 + 1649410 cannot be > represented in type 'int64_t' > > Fixes OSS-Fuzz: 410100610 > > Signed-off-by: Kacper Michajłow > --- > libavformat/subfile.c | 6 +++--- > 1 file change

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-20 Thread Kacper Michajlow
On Fri, 11 Jul 2025 at 21:49, Kacper Michajłow wrote: > Fixes: signed integer overflow: 9223372036854737920 + 1649410 cannot be > represented in type 'int64_t' > > Fixes OSS-Fuzz: 410100610 > > Signed-off-by: Kacper Michajłow > --- > libavformat/subfile.c | 6 +++--- > 1 file changed, 3 inserti

[FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-11 Thread Kacper Michajłow
Fixes: signed integer overflow: 9223372036854737920 + 1649410 cannot be represented in type 'int64_t' Fixes OSS-Fuzz: 410100610 Signed-off-by: Kacper Michajłow --- libavformat/subfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/subfile.c b/libavformat