master
swscale/aarch64: split ops_static.c out of ops_asmgen.c
swscale: Add AArch64 Neon path for xyz12Torgb48 LE
all: fix typos found by codespell
swscale/aarch64: dotprod implementation of rgba32_to_Y
swscale/ops_optimizer: eliminate unneeded SWS_OP_MIN/MAX components
swscale/aarch64/ops: use SwsUOpParams for SwsAArch64OpImplParams's parameter fields
swscale/aarch64/ops: set correct mask for SWS_OP_MIN/MAX
swscale/aarch64/ops_static: fix av_assert0 on NDEBUG builds
swscale/output: Implement yuv2nv12cx neon assembly
swscale/aarch64: add neon {lum,chr}ConvertRange16
swscale/aarch64/rasm: fill AArch64VecViews by value
swscale/aarch64/rasm: add extra helpers for instructions that take all 16b operands
swscale/aarch64/rasm: use AVBPrint instead of custom string functions
swscale/aarch64: add NEON rgb32tobgr24 and rgb24tobgr32 conversions
swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd width
swscale/aarch64/yuv2rgb_neon: add BE 16bpp output formats
swscale/aarch64: cosmetics fix (spaces inside curly braces)