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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| build_overrides | 4 years ago | |
| chromium | 4 years ago | |
| docs | 4 years ago | |
| include | 4 years ago | |
| infra/config | 4 years ago | |
| source | 4 years ago | |
| third_party/gflags | 4 years ago | |
| tools | 4 years ago | |
| tools_libyuv | 4 years ago | |
| unit_test | 4 years ago | |
| util | 4 years ago | |
| .gn | 4 years ago | |
| AUTHORS | 4 years ago | |
| Android.bp | 4 years ago | |
| BUILD.gn | 4 years ago | |
| CM_linux_packages.cmake | 4 years ago | |
| CMakeLists.txt | 4 years ago | |
| DEPS | 4 years ago | |
| LICENSE | 4 years ago | |
| LICENSE_THIRD_PARTY | 4 years ago | |
| OWNERS | 4 years ago | |
| PATENTS | 4 years ago | |
| PRESUBMIT.py | 4 years ago | |
| README.chromium | 4 years ago | |
| README.md | 4 years ago | |
| all.gyp | 4 years ago | |
| cleanup_links.py | 4 years ago | |
| codereview.settings | 4 years ago | |
| download_vs_toolchain.py | 4 years ago | |
| gyp_libyuv | 4 years ago | |
| gyp_libyuv.py | 4 years ago | |
| libyuv.gni | 4 years ago | |
| libyuv.gyp | 4 years ago | |
| libyuv.gypi | 4 years ago | |
| libyuv_nacl.gyp | 4 years ago | |
| libyuv_test.gyp | 4 years ago | |
| linux.mk | 4 years ago | |
| public.mk | 4 years ago | |
| pylintrc | 4 years ago | |
| setup_links.py | 4 years ago | |
| sync_chromium.py | 4 years ago | |
| winarm.mk | 4 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.
- Convert from YUV to formats for rendering/effects.
- Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
- Optimized for SSE2/SSSE3/AVX2 on x86/x64.
- Optimized for Neon on Arm.
- Optimized for DSP R2 on Mips.
Development
See [Getting started] 1 for instructions on how to get started developing.
You can also browse the [docs directory] 2 for more documentation.