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.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| build_overrides | 2 years ago | |
| docs | 2 years ago | |
| include | 2 years ago | |
| infra/config | 2 years ago | |
| source | 2 years ago | |
| tools_libyuv | 2 years ago | |
| unit_test | 2 years ago | |
| util | 2 years ago | |
| .clang-format | 2 years ago | |
| .gitignore | 2 years ago | |
| .gn | 2 years ago | |
| .vpython | 2 years ago | |
| .vpython3 | 2 years ago | |
| AUTHORS | 2 years ago | |
| Android.bp | 2 years ago | |
| BUILD.gn | 2 years ago | |
| CM_linux_packages.cmake | 2 years ago | |
| CMakeLists.txt | 2 years ago | |
| DEPS | 2 years ago | |
| DIR_METADATA | 2 years ago | |
| LICENSE | 2 years ago | |
| PATENTS | 2 years ago | |
| PRESUBMIT.py | 2 years ago | |
| README.chromium | 2 years ago | |
| README.md | 2 years ago | |
| cleanup_links.py | 2 years ago | |
| codereview.settings | 2 years ago | |
| download_vs_toolchain.py | 2 years ago | |
| libyuv.gni | 2 years ago | |
| libyuv.gyp | 2 years ago | |
| libyuv.gypi | 2 years ago | |
| linux.mk | 2 years ago | |
| public.mk | 2 years ago | |
| pylintrc | 2 years ago | |
| winarm.mk | 2 years 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.