Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 05-Oct-2017 | 2K | |
.gn | 05-Oct-2017 | 1.9K | |
all.gyp | 05-Oct-2017 | 646 | |
Android.mk | 05-Oct-2017 | 2K | |
AUTHORS | 05-Oct-2017 | 98 | |
BUILD.gn | 05-Oct-2017 | 7.8K | |
build_overrides/ | 05-Oct-2017 | ||
chromium/ | 05-Oct-2017 | ||
cleanup_links.py | 05-Oct-2017 | 3.8K | |
CM_linux_packages.cmake | 05-Oct-2017 | 2.6K | |
CMakeLists.txt | 05-Oct-2017 | 2.9K | |
codereview.settings | 05-Oct-2017 | 229 | |
DEPS | 05-Oct-2017 | 15.3K | |
docs/ | 05-Oct-2017 | ||
download_vs_toolchain.py | 05-Oct-2017 | 982 | |
gyp_libyuv | 05-Oct-2017 | 3.4K | |
gyp_libyuv.py | 05-Oct-2017 | 1.1K | |
include/ | 05-Oct-2017 | ||
infra/ | 05-Oct-2017 | ||
libyuv.gni | 05-Oct-2017 | 806 | |
libyuv.gyp | 05-Oct-2017 | 4.7K | |
libyuv.gypi | 05-Oct-2017 | 2.5K | |
libyuv_nacl.gyp | 05-Oct-2017 | 963 | |
libyuv_test.gyp | 05-Oct-2017 | 5.3K | |
LICENSE | 05-Oct-2017 | 1.5K | |
LICENSE_THIRD_PARTY | 05-Oct-2017 | 297 | |
linux.mk | 05-Oct-2017 | 2.3K | |
OWNERS | 05-Oct-2017 | 370 | |
PATENTS | 05-Oct-2017 | 1.4K | |
PRESUBMIT.py | 05-Oct-2017 | 2.5K | |
public.mk | 05-Oct-2017 | 328 | |
pylintrc | 05-Oct-2017 | 704 | |
README.chromium | 05-Oct-2017 | 203 | |
README.md | 05-Oct-2017 | 772 | |
setup_links.py | 05-Oct-2017 | 16.5K | |
source/ | 05-Oct-2017 | ||
sync_chromium.py | 05-Oct-2017 | 5.4K | |
third_party/ | 05-Oct-2017 | ||
tools/ | 05-Oct-2017 | ||
tools_libyuv/ | 05-Oct-2017 | ||
unit_test/ | 05-Oct-2017 | ||
util/ | 05-Oct-2017 | ||
winarm.mk | 05-Oct-2017 | 1.1K |
1 Name: libyuv 2 URL: http://code.google.com/p/libyuv/ 3 Version: 1649 4 License: BSD 5 License File: LICENSE 6 7 Description: 8 libyuv is an open source project that includes YUV conversion and scaling functionality. 9
1 **libyuv** is an open source project that includes YUV scaling and conversion functionality. 2 3 * Scale YUV to prepare content for compression, with point, bilinear or box filter. 4 * Convert to YUV from webcam formats. 5 * Convert from YUV to formats for rendering/effects. 6 * Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. 7 * Optimized for SSE2/SSSE3/AVX2 on x86/x64. 8 * Optimized for Neon on Arm. 9 * Optimized for DSP R2 on Mips. 10 11 ### Development 12 13 See [Getting started] [1] for instructions on how to get started developing. 14 15 You can also browse the [docs directory] [2] for more documentation. 16 17 [1]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/getting_started.md 18 [2]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/ 19