Re: [FFmpeg-devel] [PATCH] avcodec/leaddec: support format 0x1006

2025-01-14 Thread Leo Izen
On 1/15/25 2:10 AM, Peter Ross wrote: Fixes ticket #10658. --- libavcodec/leaddec.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavcodec/leaddec.c b/libavcodec/leaddec.c index 88387902ca..12e27061e9 100644 --- a/libavcodec/leaddec.c +++ b/libavcodec/leadde

Re: [FFmpeg-devel] [PATCH 1/2] avformat/flvdec: implement support for parsing ModEx data

2025-01-14 Thread Leo Izen
On 1/14/25 7:36 PM, Timo Rothenpieler wrote: --- libavformat/flv.h| 5 libavformat/flvdec.c | 63 2 files changed, 68 insertions(+) diff --git a/libavformat/flv.h b/libavformat/flv.h index 74d3b8de8b..d8f7980f2e 100644 --- a/libavformat/

[FFmpeg-devel] [PATCH] avcodec/leaddec: support format 0x1006

2025-01-14 Thread Peter Ross
Fixes ticket #10658. --- libavcodec/leaddec.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavcodec/leaddec.c b/libavcodec/leaddec.c index 88387902ca..12e27061e9 100644 --- a/libavcodec/leaddec.c +++ b/libavcodec/leaddec.c @@ -164,6 +164,10 @@ static int lead_d

[FFmpeg-devel] [PATCH] avutil/avstring: dont mess with NULL pointers in av_match_list()

2025-01-14 Thread Michael Niedermayer
Fixes: applying zero offset to null pointer Signed-off-by: Michael Niedermayer --- libavutil/avstring.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavutil/avstring.c b/libavutil/avstring.c index 2071dd36a59..875eb691db6 100644 --- a/libavutil/avstring.c +++ b/lib

[FFmpeg-devel] [PATCH 2/2] avformat/flvdec: correctly skip command frame for enhanced flv

2025-01-14 Thread Timo Rothenpieler
--- libavformat/flvdec.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index b4ea984f58..029992fc23 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -1439,6 +1439,10 @@ retry: goto leave; } +if

[FFmpeg-devel] [PATCH 1/2] avformat/flvdec: implement support for parsing ModEx data

2025-01-14 Thread Timo Rothenpieler
--- libavformat/flv.h| 5 libavformat/flvdec.c | 63 2 files changed, 68 insertions(+) diff --git a/libavformat/flv.h b/libavformat/flv.h index 74d3b8de8b..d8f7980f2e 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -130,6 +130,7 @@

Re: [FFmpeg-devel] Democratization

2025-01-14 Thread James Almer
On 1/14/2025 4:51 PM, Nicolas George wrote: James Almer (12025-01-14): The GA is a list of currently active contributors Please, let us avoid that simplistic mistake. The GA is an attempt at an approximation of a list of active contributors. That's no different than what i stated. If someon

Re: [FFmpeg-devel] Democratization

2025-01-14 Thread Nicolas George
James Almer (12025-01-14): > The GA is a list of currently active contributors Please, let us avoid that simplistic mistake. The GA is an attempt at an approximation of a list of active contributors. Why 20 commits, not 19 or 21? Because it's round: arbitrary. Why 36 months, not 35 or 37? Same,

[FFmpeg-devel] [PATCH] avformat/mov: remove superfluous realloc in mov_read_ctts()

2025-01-14 Thread James Almer
The array will be allocated as needed in the loop below. Signed-off-by: James Almer --- libavformat/mov.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 138120488a..1c36d7dc4a 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3659,9 +36

Re: [FFmpeg-devel] [PATCH 1/2] swscale/x86/swscale: Move some constants to rgb2rgb.c

2025-01-14 Thread Michael Niedermayer
On Sun, Jan 12, 2025 at 10:17:33PM +0100, Andreas Rheinhardt wrote: > Patches attached > rgb2rgb.c | 20 ++-- > swscale.c |5 - > 2 files changed, 10 insertions(+), 15 deletions(-) > f5fd376dd156a850939bbde60171972ab0b29a98 > 0001-swscale-x86-swscale-Move-some-constant

Re: [FFmpeg-devel] [PATCH 3/4] doc/faq: Document the plan ahead for Governance

2025-01-14 Thread James Almer
On 1/14/2025 3:30 PM, Nicolas George wrote: Michael Niedermayer (12025-01-13): The xz exploit situation is documented publically straight on wikipedia and in more details in the references one can follow from there https://en.wikipedia.org/wiki/XZ_Utils_backdoor Indeed. But that came later. F

Re: [FFmpeg-devel] Democratization

2025-01-14 Thread James Almer
On 1/14/2025 2:06 PM, Michael Niedermayer wrote: Hi To come back to this, and iam not sure this is the best mail to reply to (i think there was a better one) but thres a glaring missconception, see below On Thu, Jan 02, 2025 at 04:38:07PM +0100, Niklas Haas wrote: On Thu, 02 Jan 2025 15:17:31

Re: [FFmpeg-devel] [PATCH 3/4] doc/faq: Document the plan ahead for Governance

2025-01-14 Thread Nicolas George
Michael Niedermayer (12025-01-13): > The xz exploit situation is documented publically straight on wikipedia > and in more details in the references one can follow from there > https://en.wikipedia.org/wiki/XZ_Utils_backdoor Indeed. But that came later. FIRST, they kicked the spooks out, revoked

Re: [FFmpeg-devel] Democratization

2025-01-14 Thread Michael Niedermayer
Hi To come back to this, and iam not sure this is the best mail to reply to (i think there was a better one) but thres a glaring missconception, see below On Thu, Jan 02, 2025 at 04:38:07PM +0100, Niklas Haas wrote: > On Thu, 02 Jan 2025 15:17:31 +0100 Michael Niedermayer > wrote: [...] > >

Re: [FFmpeg-devel] [PATCH 1/2] swscale/x86/swscale: Move some constants to rgb2rgb.c

2025-01-14 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Patches attached > Will apply these patches and my two others tomorrow unless there are objections. - Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe,

Re: [FFmpeg-devel] [PATCH v2] lavc/vvc: Set both s->pix_fmt & c->pix_fmt in set_output_format

2025-01-14 Thread Wang, Fei W
On Mon, 2025-01-13 at 13:10 +, Frank Plowman wrote: > The logic in export_frame_params relies on the assumption that > s->pix_fmt and c->pix_fmt always correspond to one another (although > they are not necessarily equal to one another in the case of > hardware-accelerated decoders).  Consequen

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: set pict_type and AV_FRAME_FLAG_KEY

2025-01-14 Thread Nuo Mi
On Tue, Jan 14, 2025 at 5:01 AM Rubén Gonzalez wrote: > I tested your ([PATCH v2] lavc/vvc/refs: export keyframe and picture type > in output frames) implementation and it works correctly. > > For instance, I found different output from my original implementation in > SUBPIC_D_ERICSSON_1.bit[1].

Re: [FFmpeg-devel] [PATCH] lavc/vvcdec: show frames info with ffprobe and other tools.

2025-01-14 Thread Nuo Mi
On Tue, Jan 14, 2025 at 4:58 AM Rubén Gonzalez wrote: > IIRC This is needed for raw bitstreams and muxed videos. I did a fast test > [1] and only patched version works. > > [2] https://www.elecard.com/storage/video/NovosobornayaSquare_640x360.mp4 Could you clarify the real use case for the key f

[FFmpeg-devel] [PATCH] avfilter/signalstats: add NULL_IF_CONFIG_SMALL

2025-01-14 Thread Abdulrahman Saber
Signed-off-by: abdo --- libavfilter/vf_signalstats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c index b1451cc465..9b6af8becd 100644 --- a/libavfilter/vf_signalstats.c +++ b/libavfilter/vf_signalstats.c @@ -20,