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