[FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread uk7b
From: sunyuechi --- libavcodec/riscv/rv40dsp_rvv.S | 111 ++--- 1 file changed, 73 insertions(+), 38 deletions(-) diff --git a/libavcodec/riscv/rv40dsp_rvv.S b/libavcodec/riscv/rv40dsp_rvv.S index ca431eb8ab..a1b2d6d1df 100644 --- a/libavcodec/riscv/rv40dsp_rvv.S +++

[FFmpeg-devel] [PATCH 1/2] checkasm/rv40dsp: Modify 0x3 to 0xFF to test for overflow

2024-11-19 Thread uk7b
From: sunyuechi --- tests/checkasm/rv40dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkasm/rv40dsp.c b/tests/checkasm/rv40dsp.c index a1a873d430..229864b3a1 100644 --- a/tests/checkasm/rv40dsp.c +++ b/tests/checkasm/rv40dsp.c @@ -27,7 +27,7 @@ #define random

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Please ignore this 于2024年11月19日周二 17:08写道: > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 111 ++--- > 1 file changed, 73 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S > b/libavcodec/riscv/rv40dsp_rvv.S > index ca431eb8

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Use this instead 于2024年11月19日周二 17:12写道: > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 113 ++--- > 1 file changed, 75 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S > b/libavcodec/riscv/rv40dsp_rvv.S > index ca431eb8ab

Re: [FFmpeg-devel] [REQUEST] Remove me from GA

2024-11-19 Thread Michael Niedermayer
Hi Derek On Tue, Nov 19, 2024 at 02:19:45PM +, Derek Buitenhuis wrote: > Buckle in, this'll be a bit of a ride. Part of it is inflamatory, and > part of it is paranoid (or not) rants. I accept this may be slander and > will pre-emptively ban myself for the sake of getting it in the open. > >

Re: [FFmpeg-devel] [REQUEST] Remove me from GA

2024-11-19 Thread Vittorio Giovara
On Tue, Nov 19, 2024 at 3:50 PM Michael Niedermayer wrote: > Hi Derek > > On Tue, Nov 19, 2024 at 02:19:45PM +, Derek Buitenhuis wrote: > > Buckle in, this'll be a bit of a ride. Part of it is inflamatory, and > > part of it is paranoid (or not) rants. I accept this may be slander and > > wil

Re: [FFmpeg-devel] [PATCH v2] libavfi/vf_drawtext: fix memory management when destroying font face

2024-11-19 Thread Marton Balint
On Thu, 14 Nov 2024, Leandro Santiago wrote: Just as a ping, to know whether anyone is able to have a look at this patch :-) Please let me know if you folks need extra context or info. Will apply with some cosmetic changes. Thanks, Marton 31 Oct 2024 21:48:31 Leandro Santiago : Ref ht

Re: [FFmpeg-devel] [PATCH 2/3] doc/developer: Document how disagreements should be handled

2024-11-19 Thread Vittorio Giovara
On Tue, Nov 19, 2024 at 1:55 PM Michael Niedermayer wrote: > Hi > > On Sun, Nov 17, 2024 at 11:03:35AM +0100, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2024-11-17 01:42:20) > > > I think this would work better than TC or nothing process. > > > > > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread Rémi Denis-Courmont
Le tiistaina 19. marraskuuta 2024, 5.18.52 EET compn a écrit : > Since no one mentioned it this time around, i'll repeat what was said > in the past. "ffmpeg" the name/trademark is not future proof. you cant > just call yourself FFapple, FFmicrosoft, FFsony, FFcocacola, ffDVD, > ffbluray, ffkodi, f

[FFmpeg-devel] [PATCH 2/2] avcodec/dnxuc_parser: rework DNXUC parser

2024-11-19 Thread Marton Balint
The current parser does things which a parser should not, like skipping parts of the packet header, but it does not actually able to packetize a raw DNXUC bitstream. Rework the parser logic to work similar to other parsers and be able to correctly packetize raw DNXUC bitstreams. Signed-off-by: Ma

[FFmpeg-devel] [PATCH 1/2] avformat/framecrc: add AVFMT_NODIMENSIONS flag

2024-11-19 Thread Marton Balint
Framecrc does not need frame dimensions to work correctly. Signed-off-by: Marton Balint --- libavformat/framecrcenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/framecrcenc.c b/libavformat/framecrcenc.c index ce306a6c49..2ba20f3aab 100644 --- a/libavformat/fr

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread Michael Niedermayer
Hi On Mon, Nov 18, 2024 at 05:18:52PM -1000, compn wrote: > On Sat, 16 Nov 2024 10:12:13 -1000 > compn wrote: > > > Here is a list of things people want documented. gathered from > > previous emails and memories: > > > > 1. Complete list of infrastructure I dont really know, if its not in inf

Re: [FFmpeg-devel] [PATCH 06/11] avcodec/aac_parser: set key_frame and profile

2024-11-19 Thread Michael Niedermayer
On Sun, Nov 17, 2024 at 11:04:18PM -0300, James Almer wrote: > This is in preparation for a following change. > > Signed-off-by: James Almer > --- > libavcodec/aac_ac3_parser.c | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/aac_ac3_parser.c

[FFmpeg-devel] [PATCH 1/2] doc/infra: clarify domain name servers

2024-11-19 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- doc/infra.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/infra.txt b/doc/infra.txt index dfb13eda7b1..7d2cfe44c08 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -9,8 +9,11 @@ ffmpeg trademark registered in france by ffmpeg

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread Michael Niedermayer
On Tue, Nov 19, 2024 at 02:40:30PM -1000, compn wrote: > On Tue, 19 Nov 2024 23:16:17 +0100 > Michael Niedermayer wrote: > > > > > 6. document the release tarball checksum script in docs/website > > > > what is that ? > > James mentions your script being in the ml here > https://ffmpeg.org/p

Re: [FFmpeg-devel] [PATCH 06/11] avcodec/aac_parser: set key_frame and profile

2024-11-19 Thread James Almer
On 11/19/2024 10:28 PM, Michael Niedermayer wrote: On Sun, Nov 17, 2024 at 11:04:18PM -0300, James Almer wrote: This is in preparation for a following change. Signed-off-by: James Almer --- libavcodec/aac_ac3_parser.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) d

[FFmpeg-devel] [PATCH 1/2] avformat/matroskadec: add support for IETF BCP47 locale tag

2024-11-19 Thread Marth64
Matroska EBML allows for an element LanguageBCP47 per stream, which contains an IETF BCP47 locale code that can declare the language, script, and region according to the RFC5646. For example, "en-US" indicates English (United States) form. The specification also declares that if the LanguageBCP47 e

[FFmpeg-devel] [PATCH 0/2] [RFC] initial support for locale tags

2024-11-19 Thread Marth64
It would be nice if FFmpeg could have some concept of locale; for example, in Matroska, geographical region and writing script metadata can coexist with the language code using LanguageBCP47 element (think "en-US", "fr-FR"). This is particularly useful to distinguish between streams with same lang

[FFmpeg-devel] [PATCH 2/2] ref/fate/matroska: update tags for samples with LanguageBCP47 tags

2024-11-19 Thread Marth64
Signed-off-by: Marth64 --- tests/ref/fate/matroska-side-data-pref-codec | 1 + tests/ref/fate/matroska-side-data-pref-packet | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/ref/fate/matroska-side-data-pref-codec b/tests/ref/fate/matroska-side-data-pref-codec index 2b67c0191f..5a91d3

[FFmpeg-devel] [PATCH 1/2] ffv1enc_vulkan: switch to out of place encoding

2024-11-19 Thread Lynne via ffmpeg-devel
The issue is that the trial buffer for encoding needs to be really huge due to the possibility that encoding will require more space than it would take for the raw image data. Giving the framework the buffer directly is what we'd like, since the first slice is already in place, but the issue is th

[FFmpeg-devel] [PATCH 2/2] ffv1enc_vulkan: add support for RCT coefficient searching

2024-11-19 Thread Lynne via ffmpeg-devel
--- libavcodec/ffv1enc_vulkan.c| 268 - libavcodec/vulkan/Makefile | 4 +- libavcodec/vulkan/ffv1_enc_rct_search.comp | 139 +++ libavcodec/vulkan/ffv1_enc_setup.comp | 16 ++ 4 files changed, 422 insertions(+), 5 deletions(-) cr

[FFmpeg-devel] [PATCH] avformat/libssh: fix credential variables typo

2024-11-19 Thread Marth64
Signed-off-by: Marth64 --- libavformat/libssh.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/libssh.c b/libavformat/libssh.c index 5c062a7245..523b79befe 100644 --- a/libavformat/libssh.c +++ b/libavformat/libssh.c @@ -190,13 +190,13 @@ static av_cold int

[FFmpeg-devel] [PATCH] avformat/dashdec: reformat and lowercase get_Fragment()

2024-11-19 Thread Marth64
Signed-off-by: Marth64 --- libavformat/dashdec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index a1d274f2f0..8107280444 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -578,9 +578,9 @@ static enum AV

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread compn
On Tue, 19 Nov 2024 18:16:45 +0200 Rémi Denis-Courmont wrote: > Le tiistaina 19. marraskuuta 2024, 5.18.52 EET compn a écrit : > > Since no one mentioned it this time around, i'll repeat what was > > said in the past. "ffmpeg" the name/trademark is not future proof. > > you cant just call yoursel

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread compn
On Tue, 19 Nov 2024 23:16:17 +0100 Michael Niedermayer wrote: > > > 6. document the release tarball checksum script in docs/website > > what is that ? James mentions your script being in the ml here https://ffmpeg.org/pipermail/ffmpeg-devel/2024-November/335971.html i dont know more details

[FFmpeg-devel] [PATCH v2] avformat/hevc: fix writing hvcC when no arrays are provided in hvcC-formatted input

2024-11-19 Thread James Almer
Pass the input through in that case. Fixes a regression since a696b28886. Signed-off-by: James Almer --- libavformat/hevc.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libavformat/hevc.c b/libavformat/hevc.c index e1f31ee1bb..6ad26dfadc 100644 --- a/libav

[FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread uk7b
From: sunyuechi --- libavcodec/riscv/rv40dsp_rvv.S | 113 ++--- 1 file changed, 75 insertions(+), 38 deletions(-) diff --git a/libavcodec/riscv/rv40dsp_rvv.S b/libavcodec/riscv/rv40dsp_rvv.S index ca431eb8ab..634cdd2b34 100644 --- a/libavcodec/riscv/rv40dsp_rvv.S +++

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Updated. Rémi Denis-Courmont 于2024年11月20日周三 00:19写道: > Le tiistaina 19. marraskuuta 2024, 11.11.40 EET u...@foxmail.com a écrit : > > From: sunyuechi > > That patch does not conform to the ABI. > > -- > レミ・デニ-クールモン > http://www.remlab.net/ > ___ > ffm

[FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread uk7b
From: sunyuechi --- libavcodec/riscv/rv40dsp_rvv.S | 113 ++--- 1 file changed, 75 insertions(+), 38 deletions(-) diff --git a/libavcodec/riscv/rv40dsp_rvv.S b/libavcodec/riscv/rv40dsp_rvv.S index ca431eb8ab..dc36b09be3 100644 --- a/libavcodec/riscv/rv40dsp_rvv.S +++

Re: [FFmpeg-devel] [PATCH 1/2] doc/infra: clarify domain name servers

2024-11-19 Thread Vittorio Giovara
On Tue, Nov 19, 2024 at 6:23 PM Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/infra.txt | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/doc/infra.txt b/doc/infra.txt > index dfb13eda7b1..7d2cfe44c08 100644 > --- a/doc/infra.txt > +++ b/

Re: [FFmpeg-devel] [PATCH 2/2] doc/infra: Document trac backup system

2024-11-19 Thread Vittorio Giovara
On Tue, Nov 19, 2024 at 6:23 PM Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/infra.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/infra.txt b/doc/infra.txt > index 7d2cfe44c08..10b2b8625cc 100644 > --- a/doc/infra.txt > +++ b/doc/infra.txt > @@

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dnxuc_parser: rework DNXUC parser

2024-11-19 Thread martin schitter
On 19.11.24 22:47, Marton Balint wrote: The current parser does things which a parser should not, like skipping parts of the packet header, but it does not actually able to packetize a raw DNXUC bitstream. You're right! I simply can't reject this judgment about the obvious flaws of the curr

Re: [FFmpeg-devel] root access voting

2024-11-19 Thread Vittorio Giovara
On Fri, Nov 15, 2024 at 1:41 PM Michael Niedermayer wrote: > Hi Vittorio > > On Fri, Nov 15, 2024 at 10:19:07AM -0500, Vittorio Giovara wrote: > > So when are we going to vote? > > vote about what ? > 1. root access documentation - right now we don't even KNOW who to ask about this, maybe you? m

Re: [FFmpeg-devel] [PATCH 3/3] doc/developer: Duties of a maintainer

2024-11-19 Thread Vittorio Giovara
On Sat, Nov 16, 2024 at 7:42 PM Michael Niedermayer wrote: > Not sure we have such a list elsewhere, i failed to find it > > Signed-off-by: Michael Niedermayer > --- > doc/developer.texi | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/doc/developer.texi b/doc/develop

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-19 Thread compn
On Tue, 19 Nov 2024 14:03:51 + Derek Buitenhuis wrote: > On 11/12/2024 7:55 PM, compn wrote: > > On Tue, 12 Nov 2024 16:46:42 + > > Derek Buitenhuis wrote: > > > >> On 11/11/2024 7:34 PM, compn wrote: > >>> one of my goals is to make sure that certain developers, who made > >>> thei

[FFmpeg-devel] [REQUEST] Remove me from GA

2024-11-19 Thread Derek Buitenhuis
Buckle in, this'll be a bit of a ride. Part of it is inflamatory, and part of it is paranoid (or not) rants. I accept this may be slander and will pre-emptively ban myself for the sake of getting it in the open. I do not wish to be involved in any voting or disucssions anymore, related to the dire

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread Rémi Denis-Courmont
Le tiistaina 19. marraskuuta 2024, 11.11.40 EET u...@foxmail.com a écrit : > From: sunyuechi That patch does not conform to the ABI. -- レミ・デニ-クールモン http://www.remlab.net/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Add missing bounds for first subpic size

2024-11-19 Thread Nuo Mi
On Sun, Nov 17, 2024 at 8:28 PM Frank Plowman wrote: > Add missing upper bounds for the width and height of the first > subpicture. Corresponding bounds were added for all other subpictures > in 01701bd, but were not included for the first subpicture (which has > slightly different syntax). > Hi

[FFmpeg-devel] SCaLE booth

2024-11-19 Thread Rémi Denis-Courmont
Hello, I plan to solicit an FFmpeg booth at SCaLE 22x to be held early next March. Booths for open-source communities are free and include 5 full conference passes. The exhibition area is open, and needs to be manned, on Friday afternoon (14-18), Saturday (10-18) and Sunday morning (10-

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-19 Thread Derek Buitenhuis
On 11/12/2024 7:37 PM, compn wrote: > concern trolling? I am pointing out Michael's own logic isn't even consistent with itself. What is logic *actually* is is that the of course *he* is trustworthy, to him. > > you're concerned about one developer adding in a backdoor, so the > solution is to

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-19 Thread Derek Buitenhuis
On 11/12/2024 6:41 PM, Rémi Denis-Courmont wrote: > I don't think that Derek meant that literally. The GA is not a legal entity > so it can't hold a domain name or a trademark in the first place, or for that > matter physical servers or hosting service contracts. Just like the bank > account, th

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-19 Thread Derek Buitenhuis
On 11/12/2024 7:55 PM, compn wrote: > On Tue, 12 Nov 2024 16:46:42 + > Derek Buitenhuis wrote: > >> On 11/11/2024 7:34 PM, compn wrote: >>> if your goal is to post old quotes, thats cool. >> >> Woosh. > > the quotes are from michael in 2015 saying elect a new leader. pretty > sure we never

Re: [FFmpeg-devel] [PATCH 2/3] doc/developer: Document how disagreements should be handled

2024-11-19 Thread Michael Niedermayer
Hi On Sun, Nov 17, 2024 at 11:03:35AM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2024-11-17 01:42:20) > > I think this would work better than TC or nothing process. > > > > Signed-off-by: Michael Niedermayer > > --- > > doc/developer.texi | 3 +++ > > 1 file changed, 3 insertion