Re: [FFmpeg-devel] [PATCH 4/4] fate: add raw IAMF tests

2024-01-09 Thread Michael Niedermayer
On Sun, Jan 07, 2024 at 06:31:00PM -0300, James Almer wrote: > Covers muxing from raw pcm audio input into FLAC, using several scalable > layouts, > and demuxing the result. > > Signed-off-by: James Almer > --- > tests/Makefile | 7 +- > tests/fate/iamf.mak

Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-09 Thread Michael Niedermayer
On Tue, Jan 02, 2024 at 03:14:19AM +, aybe aybe wrote: > This fourth and last patch is an attempt at removing the hard-coded value of > 15 FPS. > > In patch 1/4, although it would render video, the audio and video were not > synchronized at all, now there are. > > In this approach I kept

Re: [FFmpeg-devel] Hardware purchase request: AVX512-capable laptop

2024-01-09 Thread Lynne
Jan 10, 2024, 03:31 by mich...@niedermayer.cc: > On Sat, Jan 06, 2024 at 06:42:40PM +0100, Michael Niedermayer wrote: > >> Hi >> >> On Wed, Jan 03, 2024 at 01:56:12AM +0100, Lynne wrote: >> > As some of you know, my laptop died nearly 2 years ago, and >> >> Why/how did the laptop die ? >> is it

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/mdec: DC reading for STRv1 is like STRv2

2024-01-09 Thread Michael Niedermayer
On Tue, Jan 02, 2024 at 02:49:26AM +, aybe aybe wrote: > Hi, > > As I understand, support for .STR files is broken for almost 10 years now > (since 161442ff2c4b0dd8a5072c6bbe6bf55303fffccf it seems). > > Currently, ffmpeg fails with tons of errors like this on version 1 STRs, e.g. >

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/mdec: DC reading for STRv1 is like STRv2

2024-01-09 Thread Michael Niedermayer
On Tue, Jan 02, 2024 at 02:49:26AM +, aybe aybe wrote: > Hi, > > As I understand, support for .STR files is broken for almost 10 years now > (since 161442ff2c4b0dd8a5072c6bbe6bf55303fffccf it seems). > > Currently, ffmpeg fails with tons of errors like this on version 1 STRs, e.g. >

Re: [FFmpeg-devel] Hardware purchase request: AVX512-capable laptop

2024-01-09 Thread Michael Niedermayer
On Sat, Jan 06, 2024 at 06:42:40PM +0100, Michael Niedermayer wrote: > Hi > > On Wed, Jan 03, 2024 at 01:56:12AM +0100, Lynne wrote: > > As some of you know, my laptop died nearly 2 years ago, and > > Why/how did the laptop die ? > is it unrepearable ? ping [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] avcodec/av1dec: attempt to set SAR even if no hardware decoding is available

2024-01-09 Thread James Almer
On 1/9/2024 11:30 PM, Andreas Rheinhardt wrote: James Almer: Should fix fate failures in avif tests when no external decoder is available. Signed-off-by: James Almer --- libavcodec/av1dec.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavcodec/av1dec.c

Re: [FFmpeg-devel] [PATCH] avcodec/av1dec: attempt to set SAR even if no hardware decoding is available

2024-01-09 Thread Andreas Rheinhardt
James Almer: > Should fix fate failures in avif tests when no external decoder is > available. > > Signed-off-by: James Almer > --- > libavcodec/av1dec.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c > index

Re: [FFmpeg-devel] [PATCH] web/index: fix unclosed SMALL tag

2024-01-09 Thread Michael Niedermayer
On Wed, Jan 10, 2024 at 12:43:13AM +0100, Stefano Sabatini wrote: > On date Monday 2024-01-08 15:22:17 -0600, Marth64 wrote: > > Signed-off-by: Marth64 > > --- > > src/template_footer1 | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/template_footer1

Re: [FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag (2)

2024-01-09 Thread Michael Niedermayer
On Wed, Jan 10, 2024 at 12:33:28AM +0100, Stefano Sabatini wrote: > On date Monday 2024-01-08 15:17:25 -0600, Marth64 wrote: > > Signed-off-by: Marth64 > > --- > > src/index | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/index b/src/index > > index

[FFmpeg-devel] [PATCH 2/2 v2] avformat/mov: improve HEIF parsing

2024-01-09 Thread James Almer
Parse iprp and iinf boxes and children boxes to get the actual codec used (AV1 for avif, HEVC for heic), and properly export extradata and other properties in a generic way. The reference files for the avif tests are updated as the extradata is now exported. Based on a patch by Swaraj Hota.

Re: [FFmpeg-devel] [PATCH v2 0/3] Fix some active sequences in subtitles

2024-01-09 Thread Oneric
On Thu, Dec 28, 2023 at 01:55:02 +0100, Oneric wrote: > On Sun, Dec 10, 2023 at 17:37:12 +0100, Oneric wrote: > > Changes from v1: > > - ff_ass_bprint_text_event now only inserts a word-joiner > >if there isn’t already one anyway > > - added a third commit improving the handling of > >

Re: [FFmpeg-devel] [PATCH] web/index: fix unclosed SMALL tag

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 15:22:17 -0600, Marth64 wrote: > Signed-off-by: Marth64 > --- > src/template_footer1 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/template_footer1 b/src/template_footer1 > index 4fce551..6722421 100644 > --- a/src/template_footer1 > +++

Re: [FFmpeg-devel] [PATCH] web/index: fix invalid line-break (BR) tags

2024-01-09 Thread Marth64
I am good with that, will update. I am used to XHTML so did that style. Either way I just wanted to fix the truly invalid ones (). Thank you! On Tue, Jan 9, 2024 at 5:30 PM Stefano Sabatini wrote: > On date Monday 2024-01-08 15:13:18 -0600, Marth64 wrote: > > Signed-off-by: Marth64 > > --- > >

Re: [FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag

2024-01-09 Thread Marth64
Yup, when combined with the (2) version of this same patch, both should be addressed. Next time will combine in one patch. Thanks! On Tue, Jan 9, 2024 at 5:32 PM Stefano Sabatini wrote: > On date Monday 2024-01-08 15:14:27 -0600, Marth64 wrote: > > --- > > src/index | 2 +- > > 1 file changed,

Re: [FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag (2)

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 15:17:25 -0600, Marth64 wrote: > Signed-off-by: Marth64 > --- > src/index | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/index b/src/index > index 1d74e8c..4b01f55 100644 > --- a/src/index > +++ b/src/index > @@ -146,7 +146,7 @@ >

Re: [FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 15:14:27 -0600, Marth64 wrote: > --- > src/index | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/index b/src/index > index a949270..1d74e8c 100644 > --- a/src/index > +++ b/src/index > @@ -147,7 +147,7 @@ > The functionality will be

Re: [FFmpeg-devel] [PATCH] web/index: fix invalid line-break (BR) tags

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 15:13:18 -0600, Marth64 wrote: > Signed-off-by: Marth64 > --- > src/index | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/index b/src/index > index 98cc516..a949270 100644 > --- a/src/index > +++ b/src/index > @@ -113,11

Re: [FFmpeg-devel] [PATCH 27/35] avcodec/proresenc_anatoliy: remove TO_GOLOMB2()

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 00:00:37 +0100, Clément Bœsch wrote: > On Sun, Dec 24, 2023 at 12:43:32AM +0100, Stefano Sabatini wrote: > > On date Monday 2023-12-11 02:35:28 +0100, Clément Bœsch wrote: > > > A few cosmetics aside, this makes the function identical to the one with > > > the same name

[FFmpeg-devel] [PATCH] avcodec/av1dec: attempt to set SAR even if no hardware decoding is available

2024-01-09 Thread James Almer
Should fix fate failures in avif tests when no external decoder is available. Signed-off-by: James Almer --- libavcodec/av1dec.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index da05a0f039..43b5aef687 100644 ---

[FFmpeg-devel] [PATCH v2] checkasm: Generalize crash handling

2024-01-09 Thread Martin Storsjö
This replaces the riscv specific handling from 7212466e735aa187d82f51dadbce957fe3da77f0 (which essentially is reverted, together with 286d6742218ba0235c32876b50bf593cb1986353) with a different implementation of the same (plus a bit more), based on the corresponding feature in dav1d's checkasm,

[FFmpeg-devel] [PATCH 2/2] avformat/mov: improve HEIF parsing

2024-01-09 Thread James Almer
Parse iinf boxes and its child infe boxes to get the actual codec used (AV1 for avif, HEVC for heic), and properly export extradata in a generic way. The avif tests reference files are updated as the extradata is now exported. Signed-off-by: James Almer --- libavformat/isom.h

[FFmpeg-devel] [PATCH 1/2] avformat/mov: rename avif fields to heif

2024-01-09 Thread James Almer
They are no longer avif specific. Signed-off-by: James Almer --- libavformat/isom.h | 4 ++-- libavformat/mov.c | 28 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/libavformat/isom.h b/libavformat/isom.h index b30b9da65e..90c4fb5530 100644 ---

Re: [FFmpeg-devel] Hardware purchase request: AVX512-capable laptop

2024-01-09 Thread Lynne
Jan 3, 2024, 04:30 by d...@lynne.ee: > Jan 3, 2024, 04:04 by d...@lynne.ee: > >> Jan 3, 2024, 02:22 by jamr...@gmail.com: >> >>> On 1/2/2024 9:56 PM, Lynne wrote: >>> As some of you know, my laptop died nearly 2 years ago, and I've been working on a desktop machine, which is currently a

[FFmpeg-devel] avfilter/vsrc_testsrc: fix colorchart black stripe

2024-01-09 Thread Vladimir Petrov
From c9b1deef0abd1d04866f7009b589339ae791937e Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Tue, 9 Jan 2024 18:42:19 +0200 Subject: [PATCH] avfilter/vsrc_testsrc: fix colorchart black stripe Fixed blackstripe on bottom or segmentation fault in case when patch width and height differ.

[FFmpeg-devel] [PATCH v4] avcodec/cbs_vp8: Use little endian in fixed() and improve the pos check

2024-01-09 Thread Dai, Jianhui J
This commit adds value range checks to cbs_vp8_read_unsigned_le, migrates fixed() to use it, and enforces little-endian consistency for all read methods. The VP8 compressed header may not be byte-aligned due to boolean coding. Use bitwise comparison to prevent the potential overread. TETS:

Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-09 Thread Ronald S. Bultje
Hi, On Mon, Jan 8, 2024 at 10:05 PM Nuo Mi wrote: > On Tue, Jan 9, 2024 at 9:23 AM Ronald S. Bultje > wrote: > > > Hi, > > > > On Mon, Jan 8, 2024 at 8:03 PM Nuo Mi wrote: > > > > > On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi wrote: > > > > > > > --- > > > > libavcodec/vvc/vvc_filter_template.c |

Re: [FFmpeg-devel] [PATCH v3] avformat/mov: Add support for demuxing still HEIC images

2024-01-09 Thread James Almer
On 10/4/2023 1:40 PM, Vignesh Venkatasubramanian via ffmpeg-devel wrote: They are similar to AVIF images (both use the HEIF container). The only additional work needed is to parse the hvcC box and put it in the extradata. With this patch applied, ffmpeg (when built with an HEVC decoder) is able

Re: [FFmpeg-devel] [PATCH] libavdevice/decklink: extend available actions on signal loss

2024-01-09 Thread Michael Riedl
On 11/28/23 16:48, Devin Heitmueller wrote: > My apologies, I saw your remarks that this didn't change backward > compatibility but failed to reply. I have no further issues with this > patch. > > Thanks, > > Devin Ping. Can this please be merged? Thanks.