[FFmpeg-devel] [PATCH] swscale/aarch64/rgb2rgb_neon: Implemented {yuyv, uyvy}toyuv{420, 422}

Martin Storsjö martin at martin.st
Mon Feb 17 11:39:00 EET 2025


On Thu, 13 Feb 2025, Krzysztof Pyrkosz via ffmpeg-devel wrote:

> This patch succesfully passes the github pipeline. The previous one,
> which adds tests fails only the first check on linux x86, probably
> because of that mmx issue.
>
> The tiny patch in the second email chain (the one about right shift by
> 2) completes the checks chain as-is.
>
> Krzysztof

Note that the message that you type here end up as part of the commit 
message, when applying the patch. You can add a "---" separator and add 
other comments/messages below it, that aren't meant to be kept as part of 
the final commit message.

> ---
> libswscale/aarch64/rgb2rgb.c      |  16 ++
> libswscale/aarch64/rgb2rgb_neon.S | 262 ++++++++++++++++++++++++++++++
> 2 files changed, 278 insertions(+)

This looks ok to me. I added the benchmarks from an earlier patch to the 
commit message, and pushed it.

// Martin



More information about the ffmpeg-devel mailing list