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
+++
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
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
+++
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
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
+++
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/
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
> @@
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
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
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
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
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
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
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
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-
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
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
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
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
43 matches
Mail list logo