Dactyloidae/media/libyuv
2026-04-23 06:20:56 +01:00
..
build Use an alt script to properly determine the OSX SDK version 2020-08-06 10:22:51 +08:00
build_overrides Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
docs Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
include Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
infra/config Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
source MoonchildProductions/UXP#2897: Import upstream libyuv fixes to fix Clang compilation on Loongarch64 2026-04-23 06:20:56 +01:00
tools_libyuv Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
unit_test Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
util Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
.clang-format Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
.gn Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
.vpython Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
.vpython3 Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
Android.bp Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
Android.mk Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
AUTHORS Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
BUILD.gn Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
cleanup_links.py Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
CM_linux_packages.cmake Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
CMakeLists.txt Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
codereview.settings Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
DEPS Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
DIR_METADATA Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
download_vs_toolchain.py Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
libyuv.gni Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
libyuv.gyp Issue #2354 - Restore ARM32 buildability on Linux. Fix ION breakages due to BigInt changes. Fix breakages from libjpeg, libyuv and libvpx upgrades. Restore ARM(32/64) NEON FPU support in libyuv. 2023-11-04 11:36:56 +08:00
libyuv.gypi MoonchildProductions/UXP#2897: Import upstream libyuv fixes to fix Clang compilation on Loongarch64 2026-04-23 06:20:56 +01:00
LICENSE import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
linux.mk Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
moz.build MoonchildProductions/UXP#2897: Import upstream libyuv fixes to fix Clang compilation on Loongarch64 2026-04-23 06:20:56 +01:00
OWNERS Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
PATENTS import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
PRESUBMIT.py Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
public.mk import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
pylintrc Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
README.chromium Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
README.md Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08:00
winarm.mk Issue #2101 - Part 3: Update libyuv 2023-02-27 12:08:54 +08: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.

Development

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

You can also browse the docs directory for more documentation.