Merge "Revert^2 "Upgrade libyuv to b7d97d5f3f8f897b88872b6935e4c996b955bc1f am: 303164176b"" into androidx-main
tree: 12133e9e0bff17637b571c796304528aa0da3d6f
  1. build_overrides/
  2. docs/
  3. fuzz/
  4. include/
  5. infra/
  6. riscv_script/
  7. source/
  8. tools_libyuv/
  9. unit_test/
  10. util/
  11. .clang-format
  12. .gitignore
  13. .gn
  14. .vpython3
  15. Android.bp
  16. AUTHORS
  17. BUILD.gn
  18. CM_linux_packages.cmake
  19. CMakeLists.txt
  20. codereview.settings
  21. DEPS
  22. DIR_METADATA
  23. download_vs_toolchain.py
  24. libyuv.gni
  25. libyuv.gyp
  26. libyuv.gypi
  27. LICENSE
  28. linux.mk
  29. METADATA
  30. OWNERS
  31. OWNERS.android
  32. PATENTS
  33. PRESUBMIT.py
  34. public.mk
  35. pylintrc
  36. README.chromium
  37. README.md
  38. setup_env.bat
  39. winarm.mk
README.md

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.