WinterGram/third-party/libyuv/third_party/libyuv
2024-03-07 00:27:52 +04:00
..
build_overrides Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
docs Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
include Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
infra/config Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
riscv_script Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
source Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
tools_libyuv Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
unit_test Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
util Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
Android.bp Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
Android.mk Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
AUTHORS Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
BUILD.gn Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
cleanup_links.py Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
CM_linux_packages.cmake Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
CMakeLists.txt Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
codereview.settings Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
DEPS Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
DIR_METADATA Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
download_vs_toolchain.py Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
libyuv.gni Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
libyuv.gyp Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
libyuv.gypi Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
LICENSE Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
linux.mk Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
OWNERS Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
PATENTS Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
PRESUBMIT.py Update webrtc and its dependencies to M108 2022-11-20 22:59:27 +04:00
public.mk Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
pylintrc Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00
README.chromium Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
README.md Upgrade webrtc dependencies and build script 2024-03-07 00:27:52 +04:00
winarm.mk Extract libyuv into a standalone module 2021-07-21 18:12:17 +02:00

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.
  • 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.