Clone this repo:
  1. 20b1d84 infra: Remove reclient properties from infra config by Junji Watanabe · 4 days ago main upstream/main
  2. f7392e0 infra: Add $build/siso properties to libyuv builders by Junji Watanabe · 4 days ago
  3. 6ecfe10 Enable explicit control over LoongArch LSX & LASX for GYP builds by WANG Xuerui · 7 days ago
  4. ef9833f Add Neon implementation of Convert8To16Row by George Steed · 7 days ago
  5. 7e5863a Add SVE2 and SME implementations of I422ToAR30Row by George Steed · 10 days 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.