yes, of course, Re-add the missing mailing list...
在 2023/5/27 13:45, Martin Storsjö 写道:
Hi,
Thanks - can you send the new patches to the mailing list too? They
need to be available publicly for review before they can be accepted.
(I didn't check these yet.)
// Martin
On Sat, 27 May 202
Hi, Martin,
I saw your new opinions. Do you mean that the code of my current patch
should be guard as follows?
C code:
/if (have_i8mm(cpu_flags)) {//
//}/
/asm code :/
/#if HAVE_I8MM/
/#endif/
I mean my current code base does not have those definitions, should I
implement them directly
Le perjantaina 26. toukokuuta 2023, 11.03.12 EEST Martin Storsjö a écrit :
> These are available since ARMv8.4-a and ARMv8.6-a respectively,
> but can also be available optionally since ARMv8.2-a.
>
> Check if these are available for use unconditionally (e.g. if compiling
> with -march=armv8.6-a),
Le perjantaina 26. toukokuuta 2023, 11.03.14 EEST Martin Storsjö a écrit :
> Based on code by Janne Grunau.
>
> Using HWCAP_CPUID for user space access to the CPU feature registers. See
> https://www.kernel.org/doc/html/latest/arm64/cpu-feature-registers.html.
> ---
> configure | 2
Hi Zane,
Quoting Zane van Iperen (2020-05-09 16:00:04)
> diff --git a/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1
> b/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1
> new file mode 100644
> index 00..df9edc403d
> --- /dev/null
> +++ b/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1
On 27/5/23 19:14, Anton Khirnov wrote:
Hi Zane,
Quoting Zane van Iperen (2020-05-09 16:00:04)
diff --git a/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1
b/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1
new file mode 100644
index 00..df9edc403d
--- /dev/null
+++ b/tests/ref/fate/
Tristan Matthews:
> ---
> libavcodec/nellymoser.c | 36 ++--
> 1 file changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c
> index 66c5f83a56..fa22b79909 100644
> --- a/libavcodec/nellymoser.c
> +++ b/libavco
On Sat, May 27, 2023 at 8:17 AM Andreas Rheinhardt
wrote:
>
> Tristan Matthews:
> > ---
> > libavcodec/nellymoser.c | 36 ++--
> > 1 file changed, 18 insertions(+), 18 deletions(-)
> >
> > diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c
> > index 66c
Will apply.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
Hello Marton,
On Fri, May 12, 2023 at 11:09 AM Devin Heitmueller
wrote:
>
> The existing DecklinkQueue implementation was using the PacketList
> structure but wasn't using the standard avpriv_packet_list_get and
> avpriv_packet_list_put functions. Convert to using them so we
> eliminate the dupl
Quoting Paul B Mahol (2023-05-18 19:48:47)
> Attached.
>
> From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00 2001
> From: Paul B Mahol
> Date: Wed, 17 May 2023 09:14:56 +0200
> Subject: [PATCH 21/27] avfilter/af_apad: switch to activate
>
> Signed-off-by: Paul B Mahol
> ---
> l
On Sat, May 27, 2023 at 5:43 PM Anton Khirnov wrote:
> Quoting Paul B Mahol (2023-05-18 19:48:47)
> > Attached.
> >
> > From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00 2001
> > From: Paul B Mahol
> > Date: Wed, 17 May 2023 09:14:56 +0200
> > Subject: [PATCH 21/27] avfilter/af_a
On Sat, May 27, 2023 at 5:46 PM Paul B Mahol wrote:
>
>
> On Sat, May 27, 2023 at 5:43 PM Anton Khirnov wrote:
>
>> Quoting Paul B Mahol (2023-05-18 19:48:47)
>> > Attached.
>> >
>> > From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00 2001
>> > From: Paul B Mahol
>> > Date: Wed,
Will apply soon.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
Hi,
On Sat, 27 May 2023, myais wrote:
I saw your new opinions. Do you mean that the code of my current patch
should be guard as follows?
C code:
/if (have_i8mm(cpu_flags)) {//
//}/
/asm code :/
/#if HAVE_I8MM/
/#endif/
Yes
I mean my current code base does not have those definitions, sh
On Sat, 27 May 2023, Rémi Denis-Courmont wrote:
Le perjantaina 26. toukokuuta 2023, 11.03.14 EEST Martin Storsjö a écrit :
Based on code by Janne Grunau.
Using HWCAP_CPUID for user space access to the CPU feature registers. See
https://www.kernel.org/doc/html/latest/arm64/cpu-feature-registers
On Sat, 27 May 2023, Rémi Denis-Courmont wrote:
Le perjantaina 26. toukokuuta 2023, 11.03.12 EEST Martin Storsjö a écrit :
These are available since ARMv8.4-a and ARMv8.6-a respectively,
but can also be available optionally since ARMv8.2-a.
Check if these are available for use unconditionally
On 5/24/2023 9:32 PM, Lynne wrote:
May 24, 2023, 23:24 by leo.i...@gmail.com:
On 5/24/23 16:35, Lynne wrote:
Patch attached.
+av_log((void *)&tx_class, AV_LOG_DEBUG, "%s\n", bp.str);
The type of the first argument to av_log should be AVClass **, but this only
appears to be AVClass *.
May 28, 2023, 03:07 by jamr...@gmail.com:
> On 5/24/2023 9:32 PM, Lynne wrote:
>
>> May 24, 2023, 23:24 by leo.i...@gmail.com:
>>
>>> On 5/24/23 16:35, Lynne wrote:
>>>
Patch attached.
>>>
>>> +av_log((void *)&tx_class, AV_LOG_DEBUG, "%s\n", bp.str);
>>>
>>> The type of the first arg
Hi, Martin
I have finished the modification, please review again.
Thanks.
在 2023/5/26 16:34, Martin Storsjö 写道:
Hi,
Overall these patches seem mostly ok, but I've got a few minor points
to make:
- The usdot instruction requires the i8mm extension (part of
armv8.6-a), while udot or sdot w
Le sunnuntaina 28. toukokuuta 2023, 0.34.15 EEST Martin Storsjö a écrit :
> > Someone would have to write assembler code that would fail to build under
> > a toolchain with a lower target version. That sounds like a bug that
> > should be spotted and fixed, rather than papered over.
>
> I don't se
Le lauantaina 27. toukokuuta 2023, 23.35.14 EEST Martin Storsjö a écrit :
> > NEON detection could be added here, though I've yet to see an Armv8
> > implementation without AdvSIMD.
>
> I guess we could, but as it's part of the require baseline for armv8-a I
> don't think there's much need for it?
在 2023/5/28 12:36, Jean-Baptiste Kempf 写道:
Hello,
The last interaction still has the wrong name in patchset.
Thanks for reminding. I modified the correct name in git.
jb
On Sun, 28 May 2023, at 12:23, Logan.Lyu wrote:
Hi, Martin
I have finished the modification, please review again.
Tha
23 matches
Mail list logo