Clone this repo:
  1. 06a1c00 Revert "Enable explicit control over LoongArch LSX & LASX for GYP builds" by Xi Ruoyao · 15 hours ago main
  2. eb4e473 loong64: UV subsample's 4-pixel rounding average and ARGBToJ444 fixed-point scaling by yuanhecai · 3 days ago
  3. 7045884 [libyuv] Bump vpython from 3.8 to 3.11 by Victor Hugo Vianna Silva · 3 days ago
  4. c00b838 infra/config: Remove luci.recipes.use_python3 experiment by Takuto Ikuta · 4 days ago
  5. 36edc5f Fix assert(current_toolchain == default_toolchain) failure on win bots. by Jeremy Leconte · 5 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.