kinect/codes/Azure-Kinect-Sensor-SDK/extern/libyuv/src
davoudn 5986417fda reorganising folders. 2024-03-06 21:35:53 +03:30
..
build_overrides reorganising folders. 2024-03-06 21:35:53 +03:30
docs reorganising folders. 2024-03-06 21:35:53 +03:30
include reorganising folders. 2024-03-06 21:35:53 +03:30
infra/config reorganising folders. 2024-03-06 21:35:53 +03:30
source reorganising folders. 2024-03-06 21:35:53 +03:30
tools_libyuv reorganising folders. 2024-03-06 21:35:53 +03:30
unit_test reorganising folders. 2024-03-06 21:35:53 +03:30
util reorganising folders. 2024-03-06 21:35:53 +03:30
.clang-format reorganising folders. 2024-03-06 21:35:53 +03:30
.gitignore reorganising folders. 2024-03-06 21:35:53 +03:30
.gn reorganising folders. 2024-03-06 21:35:53 +03:30
.vpython reorganising folders. 2024-03-06 21:35:53 +03:30
AUTHORS reorganising folders. 2024-03-06 21:35:53 +03:30
Android.bp reorganising folders. 2024-03-06 21:35:53 +03:30
Android.mk reorganising folders. 2024-03-06 21:35:53 +03:30
BUILD.gn reorganising folders. 2024-03-06 21:35:53 +03:30
CM_linux_packages.cmake reorganising folders. 2024-03-06 21:35:53 +03:30
CMakeLists.txt reorganising folders. 2024-03-06 21:35:53 +03:30
DEPS reorganising folders. 2024-03-06 21:35:53 +03:30
LICENSE reorganising folders. 2024-03-06 21:35:53 +03:30
OWNERS reorganising folders. 2024-03-06 21:35:53 +03:30
PATENTS reorganising folders. 2024-03-06 21:35:53 +03:30
PRESUBMIT.py reorganising folders. 2024-03-06 21:35:53 +03:30
README.chromium reorganising folders. 2024-03-06 21:35:53 +03:30
README.md reorganising folders. 2024-03-06 21:35:53 +03:30
cleanup_links.py reorganising folders. 2024-03-06 21:35:53 +03:30
codereview.settings reorganising folders. 2024-03-06 21:35:53 +03:30
download_vs_toolchain.py reorganising folders. 2024-03-06 21:35:53 +03:30
libyuv.gni reorganising folders. 2024-03-06 21:35:53 +03:30
linux.mk reorganising folders. 2024-03-06 21:35:53 +03:30
public.mk reorganising folders. 2024-03-06 21:35:53 +03:30
pylintrc reorganising folders. 2024-03-06 21:35:53 +03:30
winarm.mk reorganising folders. 2024-03-06 21:35:53 +03:30

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 on Arm.
  • Optimized for MSA on Mips.

Development

See Getting started for instructions on how to get started developing.

You can also browse the docs directory for more documentation.