Clone this repo:
  1. 307b951 Add CopyPlane_Unaligned, _Any and _Invert tests/benchmarksCpuId test by Frank Barchard · 33 hours ago main upstream/main
  2. 1c501a8 CpuId test FSMR - Fast Short Rep Movsb by Frank Barchard · 4 days ago
  3. 75f7cfd SplitRGB for SSE4 and AVX2 by Frank Barchard · 6 days ago
  4. 823d960 [AArch64] Add SVE2 implementations of {P210,P410}ToAR30Row by George Steed · 6 months ago
  5. 0ddf3f7 [AArch64] Add SVE2 implementation of I210ToARGBRow by George Steed · 6 months ago

libyuv is an open source project that includes YUV scaling and conversion functionality.

  • Scale YUV to prepare content for compression, with point, bilinear or box filter.
  • Convert to YUV from webcam formats for compression.
  • Convert to RGB formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSSE3/AVX2 on x86/x64.
  • Optimized for Neon/SVE2/SME on Arm.
  • Optimized for MSA on Mips.
  • Optimized for RVV on RISC-V.

Development

See Getting started for instructions on how to get started developing.

You can also browse the docs directory for more documentation.