Clone this repo:
  1. c6c8689 Fix I444 and J444 parameter names/order by Frank Barchard · 6 hours ago main
  2. dd8b466 ARGBToUV444MatrixRow_AVX2 intrinsics for Visual C by Frank Barchard · 7 hours ago
  3. cb061d0 Unittests use ASSERT instead of EXPECT by Frank Barchard · 27 hours ago
  4. e232827 ARGBToYRow_AVX512BW preserve XMM6-XMM15 due to Windows stack alignment by Frank Barchard · 33 hours ago
  5. 4b4e68b ABGRToJ420 call ARGBToI420Matrix by Frank Barchard · 4 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.