Re: [FFmpeg-devel] [PATCH v2] swscale/ppc: disable YUV2RGB AltiVec acceleration

2024-11-25 Thread Rémi Denis-Courmont
Le 26 novembre 2024 05:05:53 GMT+02:00, Sean McGovern a écrit : >Hi Rémi, > >On Mon, Nov 25, 2024, 13:02 Rémi Denis-Courmont wrote: > >> Le sunnuntaina 24. marraskuuta 2024, 21.01.48 EET Sean McGovern a écrit : >> > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, >> > in

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Le 26 novembre 2024 00:00:11 GMT+02:00, compn a écrit : >>Also you do realise that using email is not very practical > >please stop arguing just to get the last word in while insulting my >credibility. its awfully annoying. You started an argument about VDD CoC handling, which was "awfully anno

[FFmpeg-devel] [RFC PATCH] avformat/rtpdec: fix another int overflow in start_time_realtime

2024-11-25 Thread jon
From: Jonathan Baudanza This was previously adjusted by me in 6b3f9c2e92b. Unfortunately, I traded one integer overflow bug for another. Currently, ntp timestamps that exceed INT64_MAX (~Jan 20, 1968) will cause an overflow when passed to av_rescale. This patch replaces av_rescale, which oper

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: various: remove empty directories originally for legacy DSP code

2024-11-25 Thread Zhao Zhili
> On Jun 1, 2024, at 23:49, Sean McGovern wrote: > > On Thu, May 30, 2024 at 5:21 PM Sean McGovern wrote: >> >> --- >> libavcodec/bfin/README | 6 -- >> libavcodec/sh4/README | 6 -- >> libavcodec/sparc/README | 6 -- >> 3 files changed, 18 deletions(-) >> delete mode 100644 libav

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/scale_vt: implement frame crop

2024-11-25 Thread Zhao Zhili
> On Nov 25, 2024, at 12:48, Koushik Dutta wrote: > > The crop filter has no effect on scale_vt: > > -vf crop=100:100,scale_vt=300x300 > > Hardware frames (AV_PIX_FMT_FLAG_HWACCEL) are expected to use the crop_* > properties, > as seen in the implementation vf_crop.c. > > The current worka

Re: [FFmpeg-devel] [PATCH v2] swscale/ppc: disable YUV2RGB AltiVec acceleration

2024-11-25 Thread Sean McGovern
Hi Rémi, On Mon, Nov 25, 2024, 13:02 Rémi Denis-Courmont wrote: > Le sunnuntaina 24. marraskuuta 2024, 21.01.48 EET Sean McGovern a écrit : > > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, > > in both little- and big-endian configurations. > > > > Disable it by default.

Re: [FFmpeg-devel] [PATCH 2/2] lavc/vvc_mc: R-V V dmvr

2024-11-25 Thread flow gg
ping 于2024年10月12日周六 17:28写道: > From: sunyuechi > > k230 banana_f3 > dmvr_8_12x20_c: 619.3 ( 1.00x)624.1 ( 1.00x) > dmvr_8_12x20_rvv_i32: 128.6 ( 4.82x)103.4 ( 6.04x) > dmvr_8_20x12_c:

Re: [FFmpeg-devel] [PATCH 4/4] lavc/vvc_mc R-V V sad

2024-11-25 Thread flow gg
Updated them. Rémi Denis-Courmont 于2024年11月18日周一 04:23写道: > Le sunnuntaina 17. marraskuuta 2024, 15.16.23 EET u...@foxmail.com a > écrit : > > From: sunyuechi > > > > k230 banana_f3 > > sad_8x16_c: 385.9 ( 1.00x)403.1 ( 1.00x) > > s

[FFmpeg-devel] [PATCH 4/4] lavc/vvc_mc R-V V sad

2024-11-25 Thread uk7b
From: sunyuechi k230 banana_f3 sad_8x16_c: 387.7 ( 1.00x)394.9 ( 1.00x) sad_8x16_rvv_i32: 109.7 ( 3.53x)103.5 ( 3.82x) sad_16x8_c: 378.2 ( 1.00x)384.7 ( 1.00x) sad_16x8_rvv_i32:82.0 ( 4.61x

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Blackfin has been removed ten years ago

2024-11-25 Thread Michael Niedermayer
On Mon, Nov 25, 2024 at 08:42:32PM +0800, Zhao Zhili wrote: > From: Zhao Zhili > > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "I am not trying to be anyone's saviour, I'm trying to think

Re: [FFmpeg-devel] [PATCH v2] lavfi/qsvvpp: Copy frame props before modify it

2024-11-25 Thread Xiang, Haihao
On Ma, 2024-11-25 at 11:18 +0800, fei.w.wang-at-intel@ffmpeg.org wrote: > From: Fei Wang > > The changes to output frame props in query_frame overlapped since > 578ac59887. Move the copy frame props before the changes. > > Signed-off-by: Fei Wang > --- >  libavfilter/qsvvpp.c | 23 +

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
On Mon, 25 Nov 2024 18:52:02 -0500 Vittorio Giovara wrote: > On Mon, Nov 25, 2024 at 6:11 PM compn wrote: > > > On Mon, 25 Nov 2024 17:37:52 -0500 > > Vittorio Giovara wrote: > > > > > On Mon, Nov 25, 2024 at 5:09 PM compn wrote: > > > > > > > you'll have to get the trademark owners agree

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Vittorio Giovara
On Mon, Nov 25, 2024 at 6:11 PM compn wrote: > On Mon, 25 Nov 2024 17:37:52 -0500 > Vittorio Giovara wrote: > > > On Mon, Nov 25, 2024 at 5:09 PM compn wrote: > > > > > you'll have to get the trademark owners agreement to publish any rules > > > of his trademark like this. > > > > > > > >not su

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
On Mon, 25 Nov 2024 17:37:52 -0500 Vittorio Giovara wrote: > On Mon, Nov 25, 2024 at 5:09 PM compn wrote: > > > you'll have to get the trademark owners agreement to publish any rules > > of his trademark like this. > > > > >not sure what point you're trying to make. fabrice might not agree wit

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Vittorio Giovara
On Mon, Nov 25, 2024 at 5:09 PM compn wrote: > On Mon, 25 Nov 2024 17:01:47 -0500 > Vittorio Giovara wrote: > > > On Mon, Nov 25, 2024 at 4:52 PM compn wrote: > > > > > On Mon, 25 Nov 2024 14:27:13 -0500 > > > Vittorio Giovara wrote: > > > > > > > +* To represent FFmpeg in any product, confere

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
On Mon, 25 Nov 2024 17:01:47 -0500 Vittorio Giovara wrote: > On Mon, Nov 25, 2024 at 4:52 PM compn wrote: > > > On Mon, 25 Nov 2024 14:27:13 -0500 > > Vittorio Giovara wrote: > > > > > +* To represent FFmpeg in any product, conference, or tradeshow, you must > > > obtain > > > > you'll hav

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Vittorio Giovara
On Mon, Nov 25, 2024 at 4:52 PM compn wrote: > On Mon, 25 Nov 2024 14:27:13 -0500 > Vittorio Giovara wrote: > > > +* To represent FFmpeg in any product, conference, or tradeshow, you must > > obtain > > you'll have to get the trademark owners agreement to publish any rules > of his trademark lik

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread compn
On Mon, 25 Nov 2024 23:38:42 +0200 Rémi Denis-Courmont wrote: > He-said-she-said, innocent until proven guilty and all that. totally. an acknowledgment that the vdd organizers / board of directors received my complaint would be nice. a 'we looked into it but its not actionable' is fine too. i

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
On Mon, 25 Nov 2024 14:27:13 -0500 Vittorio Giovara wrote: > +* To represent FFmpeg in any product, conference, or tradeshow, you must > obtain you'll have to get the trademark owners agreement to publish any rules of his trademark like this. if you want a community owned trademark, then start

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/asrc_sine: increase frequency accuracy

2024-11-25 Thread Marton Balint
On Fri, 15 Nov 2024, Nicolas George wrote: Marton Balint (12024-11-15): Will apply the series soon. Sorry, this was the series I was thinking of when replying: I have had a busy week, I will be able to look at it this week-end. Ping for this. Thanks, Marton _

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Le 25 novembre 2024 23:09:41 GMT+02:00, compn a écrit : >On Mon, 25 Nov 2024 20:15:58 +0200 >Rémi Denis-Courmont wrote: > >> Le sunnuntaina 24. marraskuuta 2024, 22.51.08 EET compn a écrit : >> > a non-ff developer at vdd said i was "inactive for years". >> >> FWIW, while I do recall people

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

2024-11-25 Thread Marton Balint
On Fri, 22 Nov 2024, Anton Khirnov wrote: Quoting Marton Balint (2024-11-19 22:47:31) 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

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread compn
On Mon, 25 Nov 2024 20:15:58 +0200 Rémi Denis-Courmont wrote: > Le sunnuntaina 24. marraskuuta 2024, 22.51.08 EET compn a écrit : > > a non-ff developer at vdd said i was "inactive for years". > > FWIW, while I do recall people criticising your answers in the FFmeg meeting, > I don't recall a

Re: [FFmpeg-devel] [PATCH 5/6] avutil/csp: add EOTF function definitions

2024-11-25 Thread Pavel Koshevoy
On Mon, Nov 25, 2024 at 12:43 PM Niklas Haas wrote: > On Mon, 25 Nov 2024 14:16:19 +0100 Niklas Haas wrote: > > From: Niklas Haas > > > av_csp_trc_function av_csp_trc_func_inv_from_id(enum > AVColorTransferCharacteristic trc); > > > > +/** > > + * Struct encapsulating a color in an arbitra

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Vittorio Giovara
On Mon, Nov 25, 2024 at 2:32 PM Rémi Denis-Courmont wrote: > Le maanantaina 25. marraskuuta 2024, 21.27.13 EET Vittorio Giovara a écrit > : > > --- > > Here are some initial talking points, I wasn't sure where to put this so > I > > thought community.texi was ok, please let me know your thoughts.

Re: [FFmpeg-devel] [PATCH] avcodec: deprecate sonic

2024-11-25 Thread Vittorio Giovara
On Mon, Nov 25, 2024 at 12:13 AM Anton Khirnov wrote: > Quoting Vittorio Giovara (2024-11-20 23:14:03) > > On Thu, Feb 29, 2024 at 7:47 AM J. Dekker wrote: > > > > > This is an experimental and research codec of which ffmpeg is the only > > > encoder and decoder, development has stalled since 20

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Michael Niedermayer
Hi Remi On Mon, Nov 25, 2024 at 09:26:50PM +0200, Rémi Denis-Courmont wrote: > Le maanantaina 25. marraskuuta 2024, 20.59.25 EET James Almer a écrit : > > >> And in the last 3 weeks, alot of hostilities have hit me, so i kind of > > >> feel a little like Paul maybe felt. > > > > > > > > > That i

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Michael Niedermayer
Hi Remi On Mon, Nov 25, 2024 at 08:22:02PM +0200, Rémi Denis-Courmont wrote: > Le sunnuntaina 24. marraskuuta 2024, 21.09.43 EET Michael Niedermayer a écrit > : > > And in the last 3 weeks, alot of hostilities have hit me, so i kind of > > feel a little like Paul maybe felt. > > That is a lie, p

Re: [FFmpeg-devel] [PATCH 5/6] avutil/csp: add EOTF function definitions

2024-11-25 Thread Niklas Haas
On Mon, 25 Nov 2024 14:16:19 +0100 Niklas Haas wrote: > From: Niklas Haas > > The existing av_csp_trc_func_from_id() mostly implements the OETF, except for > PQ. As such, we are currently missing a precise definition of an ITU-R EOTF. > Introduce the new functions av_csp_itu_eotf() and av_csp_itu

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Rémi Denis-Courmont
Le maanantaina 25. marraskuuta 2024, 21.27.13 EET Vittorio Giovara a écrit : > --- > Here are some initial talking points, I wasn't sure where to put this so I > thought community.texi was ok, please let me know your thoughts. > Ideally we should have the GA vote on this when we reach consensus (or

[FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread Vittorio Giovara
--- Here are some initial talking points, I wasn't sure where to put this so I thought community.texi was ok, please let me know your thoughts. Ideally we should have the GA vote on this when we reach consensus (or get close to it). Thanks Vittorio doc/community.texi | 33

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Le maanantaina 25. marraskuuta 2024, 20.59.25 EET James Almer a écrit : > >> And in the last 3 weeks, alot of hostilities have hit me, so i kind of > >> feel a little like Paul maybe felt. > > > > > > That is a lie, plain and simple. > > > > You started attacking VDD and VDD attendees, then post

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread James Almer
On 11/25/2024 3:22 PM, Rémi Denis-Courmont wrote: Le sunnuntaina 24. marraskuuta 2024, 21.09.43 EET Michael Niedermayer a écrit : And in the last 3 weeks, alot of hostilities have hit me, so i kind of feel a little like Paul maybe felt. That is a lie, plain and simple. You started attacking V

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Dear CC, Michael is falsely accusing me and the rest of the community of bullying Paul. This is defamation as defined by the 1881 Law on the Freedom of Press (in France, where FFmpeg.org is registered). -- 雷米‧德尼-库尔蒙 http://www.remlab.net/ ___ ffmp

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Le sunnuntaina 24. marraskuuta 2024, 21.09.43 EET Michael Niedermayer a écrit : > And in the last 3 weeks, alot of hostilities have hit me, so i kind of > feel a little like Paul maybe felt. That is a lie, plain and simple. You started attacking VDD and VDD attendees, then posted a trolling infl

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread Rémi Denis-Courmont
Le sunnuntaina 24. marraskuuta 2024, 22.51.08 EET compn a écrit : > a non-ff developer at vdd said i was "inactive for years". FWIW, while I do recall people criticising your answers in the FFmeg meeting, I don't recall any statement to the effect that _you_ were inactive for years. > it makes m

Re: [FFmpeg-devel] [PATCH] [RFC] [GA Vote required] Code of Conduct change re step down requests

2024-11-25 Thread Vittorio Giovara
On Sat, Nov 23, 2024 at 7:21 AM Michael Niedermayer wrote: > > > > Hey Micheal, > > > > Instead of flooding the CoC with a series of ad-personam rules that will > > grant immunity to you and stifle any voice of dissent, can you answer > > whether you're a professional admin or not? Ignoring the q

Re: [FFmpeg-devel] [PATCH v2] swscale/ppc: disable YUV2RGB AltiVec acceleration

2024-11-25 Thread Rémi Denis-Courmont
Le sunnuntaina 24. marraskuuta 2024, 21.01.48 EET Sean McGovern a écrit : > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, > in both little- and big-endian configurations. > > Disable it by default. > Add '-DSWS_USE_ALTIVEC_YUV2RGB' to CPPFLAGS to re-enable it. > --- > v2: r

Re: [FFmpeg-devel] [PATCH] avformat: add AV1 RTP depacketizer and packetizer

2024-11-25 Thread Tristan Matthews via ffmpeg-devel
Hi, On Monday, November 25th, 2024 at 2:29 AM, Chris Hodges wrote: > Hi Anton (sorry for the PM), > > > Your mailer mangled the newlines in the patch. Consider a different > > mailer or sending it as an attachment. > > > Thanks for the info, had sent it with Thunderbird. Resending it as > at

Re: [FFmpeg-devel] [PATCH] Update MAINTAINERS

2024-11-25 Thread Vittorio Giovara
On Sat, Nov 23, 2024 at 5:46 AM Michael Niedermayer wrote: > > That's cool, step down from the CC, > > The CC is elected by the people and represents the people. > I presume you voted for someone, and if so your vote was counted and you > have your representative in the CC. Asking someone who you

[FFmpeg-devel] [PATCH] doc/infra: More details about hosting and security

2024-11-25 Thread Michael Niedermayer
From: Nikolay Aleksandrov Signed-off-by: Michael Niedermayer I have redacted the exact location of the FFmpeg server as writing that in public seems just a bad idea --- doc/infra.txt | 20 1 file changed, 20 insertions(+) diff --git a/doc/infra.txt b/doc/infra.txt index 0

Re: [FFmpeg-devel] [PATCH 2/6] avutil/csp: eliminate redundant branch

2024-11-25 Thread Ronald S. Bultje
Hi, On Mon, Nov 25, 2024 at 8:16 AM Niklas Haas wrote: > From: Niklas Haas > > --- > libavutil/csp.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/libavutil/csp.c b/libavutil/csp.c > index 7ef822c60b..3dd7bc2562 100644 > --- a/libavutil/csp.c > +++ b/libavutil/c

Re: [FFmpeg-devel] [PATCH 1/6] avutil/csp: fix documentation of av_csp_trc_function

2024-11-25 Thread Ronald S. Bultje
Hi, On Mon, Nov 25, 2024 at 8:16 AM Niklas Haas wrote: > + * performs either an OETF transfer function, or alternativel an inverse > EOTF > alternativel -> alternatively (+y). > + * function (in particular, for SMPTE ST 2084 / PQ). > I don't actually know the details here (EOTF or inverse EO

[FFmpeg-devel] [PATCH 6/6] avutil/tests/color_utils: add tests for av_csp_itu_eotf

2024-11-25 Thread Niklas Haas
From: Niklas Haas --- libavutil/tests/color_utils.c | 100 ++ tests/ref/fate/color_utils| 2650 + 2 files changed, 2750 insertions(+) diff --git a/libavutil/tests/color_utils.c b/libavutil/tests/color_utils.c index 9881cd2489..415c7e652f 100644 --- a/libavut

[FFmpeg-devel] [PATCH 2/6] avutil/csp: eliminate redundant branch

2024-11-25 Thread Niklas Haas
From: Niklas Haas --- libavutil/csp.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libavutil/csp.c b/libavutil/csp.c index 7ef822c60b..3dd7bc2562 100644 --- a/libavutil/csp.c +++ b/libavutil/csp.c @@ -290,11 +290,7 @@ static const av_csp_trc_function trc_funcs[AVCOL_T

[FFmpeg-devel] [PATCH 4/6] avutil/csp: add av_csp_trc_inv_from_id()

2024-11-25 Thread Niklas Haas
From: Niklas Haas Mathematical inverse of av_csp_trc_from_id(), plus testing to make sure it roundtrips correctly with the corresponding TRC. --- doc/APIchanges| 3 + libavutil/csp.c | 155 - libavutil/csp.h | 5 + libavutil/tests/color_uti

[FFmpeg-devel] [PATCH 5/6] avutil/csp: add EOTF function definitions

2024-11-25 Thread Niklas Haas
From: Niklas Haas The existing av_csp_trc_func_from_id() mostly implements the OETF, except for PQ. As such, we are currently missing a precise definition of an ITU-R EOTF. Introduce the new functions av_csp_itu_eotf() and av_csp_itu_eotf_inv(), to fill this void. Note that this is not possible i

[FFmpeg-devel] [PATCH 3/6] avutil/tests/color_utils: clean up slightly (cosmetic)

2024-11-25 Thread Niklas Haas
From: Niklas Haas Rewrite this test slightly to fix the formatting, improve the readability of the output, and eliminate some unnecessary branching. --- libavutil/tests/color_utils.c | 34 +- tests/ref/fate/color_utils| 608 +- 2 files changed, 322 insertions

[FFmpeg-devel] [PATCH 1/6] avutil/csp: fix documentation of av_csp_trc_function

2024-11-25 Thread Niklas Haas
From: Niklas Haas This explanation was inaccurate and highly misleading. The new wording is taken more or less directly from ITU-T H.273, and also matches my understanding of these functions. --- libavutil/csp.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavuti

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Add myself as Darwin maintainer

2024-11-25 Thread Zhao Zhili
> On Nov 25, 2024, at 04:49, Marvin Scholz wrote: > > I do some development and usage of FFmpeg regularly on macOS and sent > some patches to fix issues specific to Darwin in the past so I think it > makes sense to add myself as maintainer so people know they can ping me > if required, for Darw

[FFmpeg-devel] [PATCH] MAINTAINERS: Blackfin has been removed ten years ago

2024-11-25 Thread Zhao Zhili
From: Zhao Zhili --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e99a1653ec..36559c585a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -519,7 +519,6 @@ RISC-V [2] Rémi Denis-Courmont Windows MinGW

Re: [FFmpeg-devel] [RFC] libpostproc splitout

2024-11-25 Thread James Almer
On 11/25/2024 1:43 AM, Anton Khirnov wrote: Quoting Tomas Härdin (2024-11-08 11:44:03) 15k sounds like money better spent on something else, for example improving the build system. What actual problems are there with our build systems. It works better than most and is quite easily hackable.

Re: [FFmpeg-devel] [RFC] libpostproc splitout

2024-11-25 Thread Zhao Zhili
> On Nov 25, 2024, at 12:43, Anton Khirnov wrote: > > Quoting Tomas Härdin (2024-11-08 11:44:03) >> 15k sounds like money better spent on something else, for example >> improving the build system. > > What actual problems are there with our build systems. It works better > than most and is qui

[FFmpeg-devel] [PATCH 2/2] lavfi: Add libspatialaudio filter

2024-11-25 Thread Marvin Scholz
--- configure | 5 + libavfilter/Makefile| 1 + libavfilter/af_libspatialaudio.cpp | 294 libavfilter/af_libspatialaudio_c.c | 199 libavfilter/af_libspatialaudio_common.h | 47 libavfil

[FFmpeg-devel] [PATCH 1/2] configure: add {test, check, require}_pkg_config_cxx

2024-11-25 Thread Marvin Scholz
This is necessary to check for C++ only pkg-config dependencies --- configure | 33 + 1 file changed, 33 insertions(+) diff --git a/configure b/configure index 5dd7964fdf..ff26aa2da7 100755 --- a/configure +++ b/configure @@ -1551,6 +1551,26 @@ test_pkg_config_cpp(

Re: [FFmpeg-devel] [PATCH v13 2/8] avcodec/webp: separate VP8 decoding

2024-11-25 Thread Thilo Borgmann via ffmpeg-devel
On 15.11.24 19:52, Thilo Borgmann via ffmpeg-devel wrote: Am 21.06.24 um 13:52 schrieb Anton Khirnov: Quoting Thilo Borgmann via ffmpeg-devel (2024-06-21 12:43:17) From: Thilo Borgmann via ffmpeg-devel ---   libavcodec/webp.c | 50 +--   1 file cha

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/sanm: clear codec47 diff buffers with specific color

2024-11-25 Thread Manuel Lauss
Hello Anton, Ah yes, there are 2 more patches for sanm.c that these apply on top of: 1/2 https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2024-November/335756.html 2/2 https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2024-November/335757.html Cover letter with links to videos showing before/after: