[go: up one dir, main page]

Clone this repo:
  1. 500f456 For for ARM32 build when built with __SOFTFP__ by Frank Barchard · 2 days ago main
  2. e49099d Roll chromium_revision 89484fe328..68659bfa38 (1529283:1531610) by Victor Hugo Vianna Silva · 5 days ago
  3. df79165 Roll chromium_revision 9dbf00e283..89484fe328 (1465343:1529283) by Victor Hugo Vianna Silva · 5 days ago
  4. e237e8d RVV: Enable some function for intrinsic >= v1.0 by Mark Zhuang · 5 days ago
  5. 738a53c Fix mac_asan bot by using right architecture for dsymutil by Victor Hugo Vianna Silva · 6 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.