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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
build_overrides | 4 months ago | |
chromium | 4 months ago | |
docs | 4 months ago | |
fuzz | 4 months ago | |
include | 4 months ago | |
infra/config | 4 months ago | |
source | 4 months ago | |
third_party/gflags | 4 months ago | |
tools | 4 months ago | |
tools_libyuv | 4 months ago | |
unit_test | 4 months ago | |
util | 4 months ago | |
.gn | 4 months ago | |
AUTHORS | 4 months ago | |
Android.bp | 4 months ago | |
BUILD.gn | 4 months ago | |
CM_linux_packages.cmake | 4 months ago | |
CMakeLists.txt | 4 months ago | |
DEPS | 4 months ago | |
LICENSE | 4 months ago | |
LICENSE_THIRD_PARTY | 4 months ago | |
PATENTS | 4 months ago | |
PRESUBMIT.py | 4 months ago | |
README.chromium | 4 months ago | |
README.md | 4 months ago | |
all.gyp | 4 months ago | |
cleanup_links.py | 4 months ago | |
codereview.settings | 4 months ago | |
download_vs_toolchain.py | 4 months ago | |
gyp_libyuv | 4 months ago | |
gyp_libyuv.py | 4 months ago | |
libyuv.gni | 4 months ago | |
libyuv.gyp | 4 months ago | |
libyuv.gypi | 4 months ago | |
libyuv_nacl.gyp | 4 months ago | |
libyuv_test.gyp | 4 months ago | |
linux.mk | 4 months ago | |
public.mk | 4 months ago | |
pylintrc | 4 months ago | |
setup_links.py | 4 months ago | |
sync_chromium.py | 4 months ago | |
winarm.mk | 4 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.