-Original Message-
From: ffmpeg-devel On Behalf Of Michael
Niedermayer
Sent: Friday, May 16, 2025 2:44 AM
To: FFmpeg development discussions and patches
Subject: [EXTERNAL] Re: [FFmpeg-devel] [PATCH] Boost FPS and performance:
Optimize vertical loop for cache-friendly access
-Original Message-
From: Michael Niedermayer
Sent: Wednesday, May 14, 2025 9:40 AM
To: FFmpeg development discussions and patches
Cc: Chitra Dey Sarkar
Subject: [EXTERNAL] Re: [FFmpeg-devel] [PATCH] Boost FPS and performance:
Optimize vertical loop for cache-friendly access
This is a test email
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
for (int lp = 0; lp < lv; lp++)
+for (int j = 0; j < lh; j++)
+data[w * lp + j] = array2DBlock[j * lv + lp];
}
}
+
+if (!useFallback)
+av_free(array2DBlock);
}
static void sr_1d97_int(int32_t *p, int i0, int i1)
--
2.49.0.
[email protected]
X-Unsent: 1
To: [email protected]
From earlier
Hi Michael,
Thanks so much for getting back! I'll quickly implement the first 3 comments
For the last comment is there a way for me to reach you on regular email to
elaborate the proposed change more with a better explanation.
The
t; 4);
Regards
Chitra
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
ing much easier. The logic is
the exact same.
-Mensaje original-
De: Marcos
Para: ffmpeg-devel
CC: Marcos
Fecha: martes, 27 de mayo de 2025 12:29 CEST
Asunto: [PATCH] avformat/webvttdec: improve WebVTT parsing
The parser will now strictly check if WebVTT files start with the correct
&qu
type == AV_PICTURE_TYPE_I)
flags |= AOM_EFLAG_FORCE_KF;
+
+res = add_hdr_plus(avctx, rawimg, frame);
+if (res < 0)
+return res;
}
res = aom_codec_encode(&ctx->encoder, rawimg, timestamp, duration, flags);
diff --git a/libavcodec/version.h b/
_DATA]
+[/FRAME]
\ No newline at end of file
--
2.49.0.1204.g71687c7c1d-goog
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
/1023
+[/SIDE_DATA]
+[/FRAME]
\ No newline at end of file
--
2.49.0.1204.g71687c7c1d-goog
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
add_hdr_plus(avctx, rawimg, frame);
+if (res < 0)
+return res;
}
res = aom_codec_encode(&ctx->encoder, rawimg, timestamp, duration, flags);
diff --git a/libavcodec/version.h b/libavcodec/version.h
index eedf4c5a92..cde7d40bc0 100644
--- a/libavcodec/version.h
tic const OptionDef real_options[] = {
{ "print_filename",OPT_TYPE_FUNC, OPT_FUNC_ARG, {.func_arg =
opt_print_filename}, "override the printed input filename", "print_file"},
{ "find_stream_info", OPT_TYPE_BOOL, OPT_INPUT | OPT_EXPERT, {
&find
--- Begin Message ---
Hi Devin,
I saw your patch but noticed it was still not merged. Since it’s more
comprehensive, I’m all for merging your patch instead of mine if it’s not too
stale.
Best,
Pierre
From: ffmpeg-devel on behalf of Devin
Heitmueller
Date: Wednesday, 11 June 2025 at 16:32
To
bytestream_put_be16(&payload, 0x01); // provider_oriented_code
bytestream_put_byte(&payload, 0x04); // application_identifier
--
2.50.0.rc2.692.g299adb8693-goog
--- End Message ---
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
ype != AVMEDIA_TYPE_ATTACHMENT &&
par->codec_id != AV_CODEC_ID_VP8 &&
par->codec_id != AV_CODEC_ID_VP9 &&
- par->codec_id != AV_CODEC_ID_SMPTE_2038) {
+ par->codec_id != AV_CODEC_ID_SMPTE_2038 &
er_curve_anchors=819/1023
+bezier_curve_anchors=922/1023
+[/SIDE_DATA]
+[/FRAME]
\ No newline at end of file
--
2.50.1.703.g449372360f-goog
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscri
, rawimg, frame);
+if (res < 0)
+return res;
}
res = aom_codec_encode(&ctx->encoder, rawimg, timestamp, duration, flags);
diff --git a/libavcodec/version.h b/libavcodec/version.h
index da2264a097..2e28c23410 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -3
ler then.
Is this attribute even defined by the X86 ABI? How will that work on compilers
other than LLVM?
--
德尼-库尔蒙‧雷米
Tapiolan uusi kaupunki, Uudenmaan entinen Suomen tasavalta
___________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/
e with email at all and never will be, since email simply
can't convey and track the necessary info accurately and reliably, so Forgejo
at least is no worse than email.
--
Rémi Denis-Courmont
Tapiolan uusi kaupunki, Uudenmaan entinen Suomen tasavalta
_
ne to show_filters output"
I submitted this patch via email on [Date of Submission], but I have been
unable to locate it in the mailing list archives at
https://ffmpeg.org/pipermail/ffmpeg-devel/.
As this is my first time contributing to FFmpeg, I am concerned that there
might be an iss
+ " | = Source or sink filter\n"
+ " --\n");
while ((filter = av_filter_iterate(&opaque))) {
descr_cur = descr;
for (i = 0; i < 2; i++) {
--
2.49.1
_______
ffmpeg-devel mailing
F
On Tue, Sep 16, 2025 at 10:50 AM Michael Niedermayer via ffmpeg-devel
wrote:
>
> Hi all
>
> 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested
> Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it)
> heres the "after testi
n my setup, this configuration requires the gas-preprocessor.pl patch, as the
build otherwise ends with a “GNU assembler not found” error.
Thanks,
Harish Raja Selvan.
0001-compat-windows-makedef-fix-.def-generation-for-ARM64.patch
Description: 0001-compat-windows-makedef-fix-.def-generation-for-ARM6
On Tue, Sep 23, 2025 at 3:58 PM Michael Niedermayer via ffmpeg-devel
wrote:
>
> Hi
>
> Should tickets which are inactive be closed with a new resolution:dormant?
IMHO tickets should not be closed until resolved with a clear
rationale -- a resolution can be "will not fix&quo
Hi Michael,
On Thu, Oct 9, 2025 at 11:01 AM Michael Niedermayer via ffmpeg-devel <
[email protected]> wrote:
> The number of people voting was a bit disappointing but
I can't speak for others, but I saw the vote request and didn't find it
very serious.
What I mean
d()` provides a
solution.
- Includes detailed, reproducible test cases with code snippets.
Best regards,
Cen Zhanquan
Replied Message ----
| From | Nicolas George via ffmpeg-devel |
| Date | 09/28/2025 19:18 |
| To | FFmpeg development discussions and patches |
| Cc | cenzhanquan1
Hi,
Le 14 octobre 2025 13:32:00 GMT+03:00, Nicolas George via ffmpeg-devel
a écrit :
>michaelni (HE12025-10-13):
>> Also you would have to convince the community, that we want this. iam
>> not sure how the community would think about it, but for example you
>> could offer t
Le perjantaina 10. lokakuuta 2025, 15.28.58 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> The FFmpeg community decided, that we should actively look for sponsors.
Insofar as "absentees are always wrong" (French proverb), yes, but it should
be noted that
Le perjantaina 3. lokakuuta 2025, 23.49.46 Itä-Euroopan kesäaika Stephen
Hutchinson via ffmpeg-devel a écrit :
> While I haven't gotten through adding the more newly-added external
> libraries to the tedious mingw build guide, IIRC most/all of them
> already can be built natively f
Le 3 octobre 2025 15:44:56 GMT+03:00, "Martin Storsjö via ffmpeg-devel"
a écrit :
>First off, calling a C function, which turns out to be in x86_64 mode, will
>clobber those registers.
Will it? I thought code JITed from x86_64 to AArch64 could *not* access the
reserved reg
_riscv_v_min_vlen
if (bits <= __riscv_v_min_vlen)
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Mon, Oct 13, 2025 at 10:33 AM Nicolas George via ffmpeg-devel
wrote:
>
> Hi. I just went to the new archive for this mailing-list.
>
> Is it just me or does it suck?
>
> I am looking at
> <https://lists.ffmpeg.org/archives/list/[email protected]/thread/OU7LIDH6
_cmd = grep ! /^-I/, @gcc_cmd;
--
2.50.1.windows.1
From: Martin Storsjö
Sent: 22 September 2025 17:18
To: harish.rajaselvan--- via ffmpeg-devel
Cc: Harish Raja Selvan
Subject: Re: [FFmpeg-devel] [DISCUSSION] Adding ARM64EC support to FFmpeg
On Mon, 22 Sep 2025, ha
ad, f.d. Finska republik Nylands
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hello,
Le maanantaina 22. syyskuuta 2025, 13.04.40 Itä-Euroopan kesäaika
harish.rajaselvan--- via ffmpeg-devel a écrit :
> I'm reaching out regarding ARM64EC support for FFmpeg on Windows.
I don't really see the point. There is no use case for FFmpeg proper (the
executable) to t
libswscale/.* @haasn
# tools
@@ -210,4 +214,5 @@ doc/.* @GyanD
# tests
# =
+tests/checkasm/riscv/.* @Courmisch
tests/ref/fate/sub-mcc.* @programmerjake
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an
Le maanantaina 15. syyskuuta 2025, 0.23.17 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Hi everyone
>
> trac supports, custom search queries, customly formated results
>
> People can vote on tickets,
I don't see much value in voting on tickets. I
Le sunnuntai 28. syyskuuta 2025, 11.51.13 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Hi Remi
>
> On Sun, Sep 28, 2025 at 10:54:14AM +0300, Rémi Denis-Courmont via ffmpeg-
devel wrote:
> > Le maanantaina 15. syyskuuta 2025, 0.23.17 Itä-Euroopan k
x27;b','x')) {
+mov_write_gmhd_tag(pb, track);
}
if (track->mode == MODE_MOV) /* ISO 14496-12 8.4.3.1 specifies hdlr only
within mdia or meta boxes */
mov_write_hdlr_tag(s, pb, NULL);
@@ -8803,6 +8839,7 @@ static const AVCodecTag codec_mp4_tags[] = {
{ AV_CODEC_ID_DVD_SUBTITLE,
Le perjantaina 22. elokuuta 2025, 15.59.14 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> > Since you tagged the GA on this, I am going to go ahead and request that
> > a formal GA vote, which I assume will be conducted before any action, must
> > have
Le sunnuntai 24. elokuuta 2025, 13.47.49 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Then thilo was attacked by derek claiming he stole money.
Derek claimed that Thilo had some sort of alcohol-related issue. This was
totally unacceptable behaviour, since he failed
.
Best,
-- Pierre
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
ext* week but not right now.
> risc-v looks mostly green on fate, am i missing something ?
The RVA20 lines are green, but the V line is yellow.
--
ヅニ-クーモン・レミ
Tapio's place new town, former Finnish Republic of Uusimaa
___________
ffmpeg-devel mailing
standpoint, 2 members who are inactive, one is extremely busy and one
has had to deal with a bunch of different personal issues, and I can't make
decisions alone.
--
德尼-库尔蒙‧雷米
Tapio's place new town, former Finnish Republic of Uusimaa
____
avformat/kvag.* @zane
+libavformat/pp_bnk.* @zane
+libavformat/scd.* @zane
libavformat/iamf.* @jamrial
libavformat/.*jpegxl.* @Traneptora
libavformat/.*jxl.* @Traneptora
--
2.49.1
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpe
Doesn't this ML have a plain text policy?
I suppose that this is a problem with FFFjo rather than OP, but still.
--
Rémi Denis-Courmont
Villeneuve de Tapiola, ex-République finlandaise d´Uusimaa
___
ffmpeg-devel mailing list -- ffmpeg-
Le maanantaina 25. elokuuta 2025, 11.35.28 Itä-Euroopan kesäaika daichengrong
via ffmpeg-devel a écrit :
> ping~
Can you please submit via code.ffmpeg.org ?
--
ヅニ-クーモン・レミ
Tapio's place new town, former Finnish Republic of Uusimaa
___
ffmp
rds compatible HE-AAC the sample rate, channel count,
and total number of samples found in an AAC ADTS header are not
--
2.34.1
___________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Le tiistaina 2. syyskuuta 2025, 16.10.04 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Simple awnser: because iam not 100% sure
Then don't allow it until you, or rather SPI, are sure.
You don't want to get into legal/fiscal troubles, especially not for sma
Le perjantaina 5. syyskuuta 2025, 18.11.49 Itä-Euroopan kesäaika Rémi Denis-
Courmont via ffmpeg-devel a écrit :
> Le maanantaina 25. elokuuta 2025, 11.35.28 Itä-Euroopan kesäaika
> daichengrong
via ffmpeg-devel a écrit :
>
> > ping~
>
>
> Can you please submit via
mples found in an AAC ADTS header are not
--
2.34.1
___________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
function expects AVPacketSideDataType.
CC: [email protected]
Signed-off-by: zhanquan cen
---
libavcodec/decode.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index f395948d60..f6ed1b4600 100644
--- a/libavcodec/decode.c
Le tiistaina 9. syyskuuta 2025, 15.10.37 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> > 2) A legal entity with clear oversight rules that sponsors can trust and
> > influence collects funding from sponsors and decides whom to pay for
> > what.
> We h
Hi,
Le 9 septembre 2025 11:19:26 GMT+03:00, Michael Niedermayer via ffmpeg-devel
a écrit :
>Hi Everyone
>
>The subject of funding and sponsors came up a few times recently.
>
>I think FFmpeg needs a clear guideline on this matter. To avoid
>confusion, to avoid disagreem
Le perjantaina 29. elokuuta 2025, 23.40.40 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Ive sent a V2 of this patch without this wallet, but to awnser your
> questions
>
> This is FFmpegs gnosis safe wallet, i have originally set it up
> The wallet is co
gt; patch there? Do I just submit it as a pull request?
>
> On Tue, Aug 26, 2025 at 2:33 PM Ronald S. Bultje
> wrote:
>
>> Hi Drew,
>>
>> Thanks for the bug report!
>>
>> On Mon, Aug 25, 2025 at 10:50 AM Drew Dunne via ffmpeg-devel <
>> ffmpeg-devel@
Le torstaina 2. lokakuuta 2025, 15.55.16 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> "Yes"
> - The FFmpeg project should actively seek sponsors and funding.
Repeating myself but that sentence does not mean anything. How are we supposed
to vote on so
.
From: Martin Storsjö
Sent: 09 October 2025 17:41
To: [email protected]
Cc: Harish Raja Selvan
Subject: Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm
On Fri, 3 Oct 2025, Martin Storsjö wrote:
> Filter them out from the preprocessor invocati
Hi Drew,
Thanks for the bug report!
On Mon, Aug 25, 2025 at 10:50 AM Drew Dunne via ffmpeg-devel <
[email protected]> wrote:
> A solid color image of 8-bit YUV: Y=157, U=164, V=98.
>
> Specify the input as:
>
> Input range: MPEG
> In color matrix: BT470BG
> In c
On Wed, Aug 20, 2025 at 9:24 AM Niklas Haas via ffmpeg-devel
wrote:
>
> On Tue, 12 Aug 2025 08:32:39 -0700 Pierre-Anthony Lemieux
> wrote:
> > Quick reminder that the deadline for submitting your proposal is
> > quickly approaching.
> >
> > Also note that
ni
--
2.49.1
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
On Wed, Aug 20, 2025 at 6:24 PM Kieran Kunhya via ffmpeg-devel
wrote:
>
> On Wed, 20 Aug 2025, 11:37 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
> > Hi Pierre
> >
> > On Wed, Aug 20, 2025 at 09:28:26AM -0700, Pierre-Anthon
Hi Drew,
On Mon, Aug 18, 2025 at 11:55 AM Drew Dunne via ffmpeg-devel <
[email protected]> wrote:
> Add a new flag to the vf_colorspace filter which provides the user an
> option to clamp the linear and delinear transfer characteristics LUT
> values to the [0, 1] represen
On Fri, Aug 22, 2025 at 2:30 PM Niklas Haas via ffmpeg-devel
wrote:
>
> On Thu, 21 Aug 2025 13:32:02 +0200 Michael Niedermayer via ffmpeg-devel
> wrote:
> > Hi
> >
> > Should we use a Merge or Cherry picks for integrating Pauls work ?
> >
> > Following a
Le 29 août 2025 00:10:26 GMT+03:00, Michael Niedermayer via ffmpeg-devel
a écrit :
>See: https://fundingjson.org/
>See: https://floss.fund/
>
>Based on: https://www.python.org/funding.json and the example from
>fundingjson.org
>
>It is put in the web repository so
makeinfo
>@@ -6658,6 +6673,7 @@ if ! disabled network; then
> else
> disable network
> fi
>+ test_ioctl SIOCGIFINDEX && enable ioctl_gifindex
> fi
>
> check_builtin MemoryBarrier windows.h "MemoryBarrier()"
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://jbkempf.com/
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
aled "
+"SBR but contains no EXT_SBR_DATA\n");
+ac->warned_sbr_signaled_but_missing = 1;
+}
+return;
+}
int downsampled = ac->oc[1].m4ac.ext_sample_rate < sbr->sample_rate;
int ch;
int nch = (id_aac == TYPE_CPE) ? 2 : 1;
-
Hi,
Le 4 novembre 2025 21:39:49 GMT+02:00, Nicolas George via ffmpeg-devel
a écrit :
>Niklas Haas via ffmpeg-devel (HE12025-11-03):
>> 4. Developers should announce when they begin working on a bounty, and then
>>nobody else should be able to claim it until a reasonable amoun
Hi,
Le 30 octobre 2025 00:32:58 GMT+02:00, Michael Niedermayer via ffmpeg-devel
a écrit :
>You talk like you understand legal matters and are refering to wiktionary.
>Thilo is in Germany, lets refer to german law:
Pretty sure German law doesn't define the English term "dox
what they don't, IMO, not the FFmpeg
project/community.
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
.
That was evidently a rushed overreaction on my part, sorry for that.
On that note, this probably will not be much of a surprise, but I do not intend
to nominate myself for the CC in 2026.
___
ffmpeg-devel mailing list -- [email protected]
To
Le sunnuntai 26. lokakuuta 2025, 15.56.30 Itä-Euroopan normaaliaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Quick vote, should the delegation from where this came from, be revoked to
> FFmpeg social media? (vote ends in 7 days)
> Please reply on ffmpeg-devel with your choice
Le sunnuntai 26. lokakuuta 2025, 17.26.24 Itä-Euroopan normaaliaika Michael
Niedermayer via ffmpeg-devel a écrit :
> Hi Everyone
>
> As requested, reposting this, as a new thread
>
> For context please see:
> https://www.youtube.com/watch?v=3VkcAvqV24c
> https://lists.ffm
Le keskiviikkona 22. lokakuuta 2025, 16.07.36 Itä-Euroopan kesäaika Timo
Rothenpieler via ffmpeg-devel a écrit :
> C++ can be used as-is, since it can read all our headers just fine.
FFmpeg public headers are C++-compatible and, frankly as a C developer, I find
that annoying. Not sure about
Le keskiviikkona 22. lokakuuta 2025, 15.09.32 Itä-Euroopan kesäaika Gregor
Riepl via ffmpeg-devel a écrit :
> > My main motivation is to be able to use STL, which would simplify
> > string handling and memory management, and give us access to its data
> > structures. Manual mem
Hello,
Le keskiviikkona 22. lokakuuta 2025, 7.33.31 Itä-Euroopan kesäaika Harish Raja
Selvan via ffmpeg-devel a écrit :
> This patch adds support for ARM64EC builds on Windows by updating .def file
> generation logic for shared libraries and ensuring the correct machine flag
>
Le keskiviikkona 22. lokakuuta 2025, 21.12.47 Itä-Euroopan kesäaika Timo
Rothenpieler via ffmpeg-devel a écrit :
> They allow a distributor to do it centrally, and don't burden it onto
> every single developer.
And? Neither does Cargo? It does not force developers to pin any
Hi,
Speaking as a member of the CC,
Le sunnuntai 26. lokakuuta 2025, 8.51.35 Itä-Euroopan normaaliaika Gyan Doshi
via ffmpeg-devel a écrit :
> Our outreach channels should not be confrontational or combative,
> irrespective of the merits. Even if the other party gets rude, a civil
> to
s://jbkempf.com/
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ne for fighting and "engagement".
So, just calm down, and tell people to move to the next topic.
And listen to Steven, he is correct as usual on those matters.
JB
PS: the GA has a way to do a vote, please follow it.
On Sun, 26 Oct 2025, at 16:26, Michael Niedermayer via ffmpeg-devel wr
my personal opinion, but I doubt that anyone else in the
CC will disagree.
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Le 27 octobre 2025 00:34:52 GMT+02:00, James Almer via ffmpeg-devel
a écrit :
>On 10/26/2025 2:51 PM, Rémi Denis-Courmont via ffmpeg-devel wrote:
>> Tomas' CoC violation has been recorded.
>>
>> You had been warned.
>
>I'm sorry, what? This makes no s
Le sunnuntai 26. lokakuuta 2025, 19.13.45 Itä-Euroopan normaaliaika Michael
Niedermayer via ffmpeg-devel a écrit :
> > You are totally out of line. You are endorsing the bullying from the
> > YouTuber. That makes you a bully as it does anyone who votes R.
>
> The youtuber p
Tomas' CoC violation has been recorded.
You had been warned.
--
德尼-库尔蒙‧雷米
Villeneuve de Tapiola, ex-République finlandaise d´Uusimaa
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hello,
Le 28 octobre 2025 21:27:23 GMT+02:00, wsbalgotrader--- via ffmpeg-devel
a écrit :
>Possibly because you have an extensive history with demeaning, rude, and
>antagonistic replies (as even proven in this thread). Maybe learn polite
>communication tactics, and people won
ery large and easily bruised ego. Also they repeatedly called Kieran a
"motherfucker" in a public video, something no serious code of conduct would
ever tolerate. But obviously we cannot enforce our CoC on YouTube, so that
point is moot.
Br,
_________
Le 23 octobre 2025 09:31:26 GMT+03:00, "Martin Storsjö via ffmpeg-devel"
a écrit :
>On Thu, 23 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
>
>>
>>
>> Le 23 octobre 2025 00:01:55 GMT+03:00, "Martin Storsjö" a
>> écrit :
>>>
-1 for not addressing any of my earlier comments.
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Le torstaina 6. marraskuuta 2025, 10.40.06 Itä-Euroopan normaaliaika Nicolas
George via ffmpeg-devel a écrit :
> Rémi Denis-Courmont (HE12025-11-04):
>
> > From a technical standpoint, that seems very agreeable indeed. But at
> > the same time, it sounds unreasonable to expec
Le 29 octobre 2025 17:33:12 GMT+02:00, worldofmaps--- via ffmpeg-devel
a écrit :
>Since the current FFMPEG twitter account has a lot of engagement and has been
>found funny by a lot, the project should probably have two ffmpeg account. One
>corporate and one with a title like FFPMEG
Le 29 octobre 2025 19:09:15 GMT+02:00, Michael Niedermayer via ffmpeg-devel
a écrit :
>Does this also apply to the case where kieran doxxed thilo ?
When did that happen? Doxxing is the publication of personal info against that
person's will - not quoting some already public info. I
Le keskiviikkona 29. lokakuuta 2025, 22.38.17 Itä-Euroopan normaaliaika
Michael Niedermayer via ffmpeg-devel a écrit :
> > When did that happen?
>
> Wed, 31 Jan 2024
I can't find it any match in the archives. Besides, that was during the
previous CC and that CC (of which you
Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika Thomas
Dullien via ffmpeg-devel a écrit :
> What's the best way to submit these patches? There is the bug tracker,
> there is this mailing list - what's the best way to contribute them?
I don't think that
}
+#endif
#endif
#ifdef RISCV_HWPROBE_EXT_ZBB
if (pairs[1].value & RISCV_HWPROBE_EXT_ZBB)
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Le torstaina 23. lokakuuta 2025, 13.49.54 Itä-Euroopan kesäaika Michael
Niedermayer via ffmpeg-devel a écrit :
> I ve missed a crucial detail, which only became obvious to me now.
> Seeing that people vote based on what they personally prefer,
> and 90% of the people seem not to care
Hi Martin,
Thanks for the cleanups and explanations!
I’ve tested your fixed-up version and it works as expected.
Looks good to me.
Regards,
Harish Raja Selvan.
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to
Le 23 octobre 2025 00:01:55 GMT+03:00, "Martin Storsjö" a
écrit :
>On Wed, 22 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
>
>> If you want to compile AArch64 FFmpeg for use in emulated x86 processes,
>> then you need a FFmpeg that exposes the same A
reference, here is the configuration used to build FFmpeg with MSVC for
ARM64EC:
AR_CMD="lib.exe -machine:arm64ec"
ARCH="arm64"
"${SRC_DIR}/configure" \
--toolchain=msvc \
--target-os=win64 \
--cc=cl.exe \
--cxx=cl.exe \
--extra-cxxflags="-arm64EC" \
--extra-cflags="-arm64EC" \
--extra-ldflags="/machine:arm64ec" \
--as="armasm64.exe -machine ARM64EC" \
--ld=link.exe \
--ar="${AR_CMD}" \
--arch="${ARCH}" \
--enable-shared
Thanks,
Harish Raja Selvan.
0001-PATCH-v2-Fix-.def-file-generation-for-ARM64EC-builds.patch
Description: 0001-PATCH-v2-Fix-.def-file-generation-for-ARM64EC-builds.patch
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Martin,
Just wanted to check if you have an estimate for when the ARM64EC related
patches for gas-preprocessor and the makedef script changes might be upstreamed.
Thanks,
Harish
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe
3301 - 3400 of 3440 matches
Mail list logo