Re: [FFmpeg-devel] [PATCH v2] configure: Clearer documentation for "disable-safe-bitstream-reader"

2025-04-10 Thread Andreas Rheinhardt
Michael Niedermayer: > Signed-off-by: Michael Niedermayer > --- > configure | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index bd4f8723760..f1db8b6f235 100755 > --- a/configure > +++ b/configure > @@ -436,7 +436,8 @@ Advanced options (experts

Re: [FFmpeg-devel] [PATCH v8 0/4] print_graphs: Complete Filtergraph Printing

2025-04-10 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > softworkz . > Sent: Dienstag, 8. April 2025 12:54 > To: Stefano Sabatini > Cc: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v8 0/4] print_graphs: Complete > Filtergraph Printing > > > > > --

Re: [FFmpeg-devel] [PATCH 01/15] avcodec/motionpixels: Avoid av_unused

2025-04-10 Thread James Almer
On 4/10/2025 7:36 PM, Andreas Rheinhardt wrote: James Almer: From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 10 Apr 2025 13:41:55 +0200 Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if (ARCH_X86) Signed-off-by: Andreas

[FFmpeg-devel] [PATCH v10 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread softworkz
From: softworkz which is controls prefix formatting. With this flag set, the prefix is printed without the memory address, otherwise it is included. Signed-off-by: softworkz --- doc/APIchanges | 3 +++ libavutil/log.c | 6 -- libavutil/log.h | 5 + libavutil/version.h | 2

Re: [FFmpeg-devel] [PATCH] nvdec/vc1: add marker insertion logic

2025-04-10 Thread Zhao Zhili
Sorry for the long delay. > On Mar 5, 2025, at 01:17, averne wrote: > > > --- > Insert the relevant marker into the bitstream on > slice submission. > This is analogous to the logic found in DXVA and > D3D hwaccels. > > Fixes decoding of various VC-1 streams, eg.: > https://drive.google.com/fi

[FFmpeg-devel] [PATCH v3] avformat/fifo: Check for keyframe video type before stop dropping

2025-04-10 Thread Arthur Grillo
The current behavior when using restart_with_keyframe is that it will recover if it also encounters any audio packet, as they are flagged as a keyframe. The expectation is that packets are dropped until the next _video_ keyframe. To fix that, check if exists a video stream, if it exists check the

Re: [FFmpeg-devel] [PATCH 01/15] avcodec/motionpixels: Avoid av_unused

2025-04-10 Thread Andreas Rheinhardt
James Almer: >> From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001 >> From: Andreas Rheinhardt >> Date: Thu, 10 Apr 2025 13:41:55 +0200 >> Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if >> (ARCH_X86) >> >> Signed-off-by: Andreas Rheinhardt >> --- >>  libavutil

Re: [FFmpeg-devel] [PATCH 01/15] avcodec/motionpixels: Avoid av_unused

2025-04-10 Thread James Almer
From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 10 Apr 2025 13:41:55 +0200 Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if (ARCH_X86) Signed-off-by: Andreas Rheinhardt --- libavutil/aes.c | 5 +++-- 1 file changed, 3 in

Re: [FFmpeg-devel] SW's Patchsets Overview

2025-04-10 Thread Nicolas George
Marton Balint (HE12025-04-09): > Not showing pointer addresses also has benefits, such as easier diffability > of output, or better human readability. It depends on actual use case which > is "useful", so a logging flag completely makes sense to me to show or hide > it, depending on what the user w

Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread Andreas Rheinhardt
softworkz .: > > >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> softworkz . >> Sent: Mittwoch, 9. April 2025 09:51 >> To: FFmpeg development discussions and patches >> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag >> AV_LOG_PRINT_MEMADDRESSES >> >> >>

Re: [FFmpeg-devel] SW's Patchsets Overview

2025-04-10 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Mittwoch, 9. April 2025 00:25 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] SW's Patchsets Overview > > Hi > > On Sun, Apr 06, 2025 at 09:12:00PM +, softworkz . wr

Re: [FFmpeg-devel] [RFC] AVDictionary2

2025-04-10 Thread Nicolas George
Michael Niedermayer (HE12025-04-08): > As i have too many things to do already i did the most logic thing and > started thinking about a new and unrelated idea. > > This is a list of problems and ideas, that everyone is welcome to add to and > comment on. > > AVDictionary is just bad. A few note

Re: [FFmpeg-devel] [PATCH 3/4] checkasm: hevc_pel: Use helpers for checking for writes out of bounds

2025-04-10 Thread Martin Storsjö
On Tue, 1 Apr 2025, yinshiyou...@loongson.cn wrote: -原始邮件- 发件人: "Martin Storsjö" 发送时间:2025-04-01 17:35:16 (星期二) 收件人: ffmpeg-devel@ffmpeg.org 抄送: jinbo , yinshiyou...@loongson.cn, "Lu Wang" 主题: Re: [PATCH 3/4] checkasm: hevc_pel: Use helpers for checking for writes out of bounds On W

Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > softworkz . > Sent: Mittwoch, 9. April 2025 09:51 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag > AV_LOG_PRINT_MEMADDRESSES > > > > > -Original Messag

[FFmpeg-devel] [PATCH 01/15] avcodec/motionpixels: Avoid av_unused

2025-04-10 Thread Andreas Rheinhardt
Patches attached. - Andreas From 33d5388fc680997e3950652caf90410604922ca0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 10 Apr 2025 12:54:30 +0200 Subject: [PATCH 01/15] avcodec/motionpixels: Avoid av_unused Easily possible now that -Wdeclaration-after-statement is gone. Signed-o

Re: [FFmpeg-devel] [PATCH v10 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread Andreas Rheinhardt
softworkz: > From: softworkz > > which is controls prefix formatting. With this flag set, the prefix is > printed without the memory address, otherwise it is included. > > Signed-off-by: softworkz > --- > doc/APIchanges | 3 +++ > libavutil/log.c | 6 -- > libavutil/log.h | 5

Re: [FFmpeg-devel] [RFC] AVDictionary2

2025-04-10 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Donnerstag, 10. April 2025 10:40 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] AVDictionary2 > > Michael Niedermayer (HE12025-04-08): > > As i have too many things to

Re: [FFmpeg-devel] [PATCH v10 2/3] fftools: add mem log flag and disable printing addresses by default

2025-04-10 Thread softworkz .
> -Original Message- > From: Nicolas George > Sent: Donnerstag, 10. April 2025 08:51 > To: FFmpeg development discussions and patches > Cc: softworkz > Subject: Re: [FFmpeg-devel] [PATCH v10 2/3] fftools: add mem log flag > and disable printing addresses by default > > softworkz (HE1

Re: [FFmpeg-devel] [PATCH v10 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Andreas Rheinhardt > Sent: Donnerstag, 10. April 2025 09:39 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v10 1/3] avutil/log: Add log flag > AV_LOG_PRINT_MEMADDRESSES > > softworkz: > > From: softworkz > >

[FFmpeg-devel] [PATCH v8 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESSES

2025-04-10 Thread softworkz
From: softworkz which is controls prefix formatting. With this flag set, the prefix is printed without the memory address, otherwise it is included. Signed-off-by: softworkz --- doc/APIchanges | 3 +++ libavutil/log.c | 6 -- libavutil/log.h | 5 + libavutil/version.h | 2

[FFmpeg-devel] [PATCH v2] configure: Clearer documentation for "disable-safe-bitstream-reader"

2025-04-10 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index bd4f8723760..f1db8b6f235 100755 --- a/configure +++ b/configure @@ -436,7 +436,8 @@ Advanced options (experts only): --enable-hardcoded-tables use

[FFmpeg-devel] [PATCH v10 2/4] fftools/ffprobe: Change to use textformat api

2025-04-10 Thread softworkz
From: softworkz Signed-off-by: softworkz --- fftools/Makefile | 15 +- fftools/ffprobe.c | 1849 - 2 files changed, 144 insertions(+), 1720 deletions(-) diff --git a/fftools/Makefile b/fftools/Makefile index 4499799818..e9c9891c34 100644 --- a/fft

Re: [FFmpeg-devel] [PATCH] libpostproc: remove big-endian AltiVec acceleration

2025-04-10 Thread Sean McGovern
Hi Andreas, On Thu, Apr 10, 2025, 03:37 Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Sean McGovern: > > Hi, > > > > On Wed, Apr 9, 2025 at 2:55 PM Michael Niedermayer > > wrote: > >> > >> Hi Sean > >> > >> On Sun, Apr 06, 2025 at 12:42:30PM -0400, Sean McGovern wrote: > >>> Whil

Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix decoding fragmented MP4 with multiple sample entries and empty stsc

2025-04-10 Thread Dimitry Andric
On 3 Apr 2025, at 22:02, Dimitry Andric wrote: > > When decoding fragmented MP4 files that have an empty stsc box, and > instead contain sample description indexes in their tfhd boxes, the mov > demuxer does not notify the decoder whenever the current sample > description index changes. If the SP

Re: [FFmpeg-devel] [PATCH] libpostproc: remove big-endian AltiVec acceleration

2025-04-10 Thread Andreas Rheinhardt
Sean McGovern: > Hi, > > On Wed, Apr 9, 2025 at 2:55 PM Michael Niedermayer > wrote: >> >> Hi Sean >> >> On Sun, Apr 06, 2025 at 12:42:30PM -0400, Sean McGovern wrote: >>> While POWER & PowerPC systems have technically >>> supported little-endian from inception, >>> it did not come into proper us

Re: [FFmpeg-devel] [PATCH v10 2/3] fftools: add mem log flag and disable printing addresses by default

2025-04-10 Thread Nicolas George
softworkz (HE12025-04-10): > From: softworkz > > This commit adds the mem log flag. > When specifying this flag at the command line, context prefixes will > be printed with memory addresses like in earlier ffmpeg versions. > > Example with mem flag: > > [hevc @ 018e72a89cc0] . As expla

[FFmpeg-devel] [PATCH v10 3/4] fftools/ffprobe: Rename writer_print_section_* and WriterContext

2025-04-10 Thread softworkz
From: softworkz separated for better clarity of the preceding commit Signed-off-by: softworkz ren --- fftools/ffprobe.c | 363 +++--- 1 file changed, 179 insertions(+), 184 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index e99988bb17