You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
build_overrides | 7 months ago | |
chromium | 7 months ago | |
docs | 7 months ago | |
fuzz | 7 months ago | |
include | 7 months ago | |
infra/config | 7 months ago | |
source | 7 months ago | |
third_party/gflags | 7 months ago | |
tools | 7 months ago | |
tools_libyuv | 7 months ago | |
unit_test | 7 months ago | |
util | 7 months ago | |
.gn | 7 months ago | |
AUTHORS | 7 months ago | |
Android.bp | 7 months ago | |
BUILD.gn | 7 months ago | |
CM_linux_packages.cmake | 7 months ago | |
CMakeLists.txt | 7 months ago | |
DEPS | 7 months ago | |
LICENSE | 7 months ago | |
LICENSE_THIRD_PARTY | 7 months ago | |
PATENTS | 7 months ago | |
PRESUBMIT.py | 7 months ago | |
README.chromium | 7 months ago | |
README.md | 7 months ago | |
all.gyp | 7 months ago | |
cleanup_links.py | 7 months ago | |
codereview.settings | 7 months ago | |
download_vs_toolchain.py | 7 months ago | |
gyp_libyuv | 7 months ago | |
gyp_libyuv.py | 7 months ago | |
libyuv.gni | 7 months ago | |
libyuv.gyp | 7 months ago | |
libyuv.gypi | 7 months ago | |
libyuv_nacl.gyp | 7 months ago | |
libyuv_test.gyp | 7 months ago | |
linux.mk | 7 months ago | |
public.mk | 7 months ago | |
pylintrc | 7 months ago | |
setup_links.py | 7 months ago | |
sync_chromium.py | 7 months ago | |
winarm.mk | 7 months ago |
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.