Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gn | 21-Aug-2018 | 1.9K | |
all.gyp | 21-Aug-2018 | 646 | |
Android.bp | 21-Aug-2018 | 2.5K | |
AUTHORS | 21-Aug-2018 | 98 | |
BUILD.gn | 21-Aug-2018 | 8K | |
build_overrides/ | 21-Aug-2018 | ||
chromium/ | 21-Aug-2018 | ||
cleanup_links.py | 21-Aug-2018 | 3.8K | |
CM_linux_packages.cmake | 21-Aug-2018 | 2.6K | |
CMakeLists.txt | 21-Aug-2018 | 2.9K | |
codereview.settings | 21-Aug-2018 | 229 | |
DEPS | 21-Aug-2018 | 14.9K | |
docs/ | 21-Aug-2018 | ||
download_vs_toolchain.py | 21-Aug-2018 | 982 | |
gyp_libyuv | 21-Aug-2018 | 3.4K | |
gyp_libyuv.py | 21-Aug-2018 | 1.1K | |
include/ | 21-Aug-2018 | ||
infra/ | 21-Aug-2018 | ||
libyuv.gni | 21-Aug-2018 | 806 | |
libyuv.gyp | 21-Aug-2018 | 4.7K | |
libyuv.gypi | 21-Aug-2018 | 2.5K | |
libyuv_nacl.gyp | 21-Aug-2018 | 963 | |
libyuv_test.gyp | 21-Aug-2018 | 5.3K | |
LICENSE | 21-Aug-2018 | 1.5K | |
LICENSE_THIRD_PARTY | 21-Aug-2018 | 297 | |
linux.mk | 21-Aug-2018 | 2.3K | |
OWNERS | 21-Aug-2018 | 370 | |
PATENTS | 21-Aug-2018 | 1.4K | |
PRESUBMIT.py | 21-Aug-2018 | 2.5K | |
public.mk | 21-Aug-2018 | 328 | |
pylintrc | 21-Aug-2018 | 704 | |
README.chromium | 21-Aug-2018 | 203 | |
README.md | 21-Aug-2018 | 772 | |
setup_links.py | 21-Aug-2018 | 16.5K | |
source/ | 21-Aug-2018 | ||
sync_chromium.py | 21-Aug-2018 | 5.4K | |
third_party/ | 21-Aug-2018 | ||
tools/ | 21-Aug-2018 | ||
tools_libyuv/ | 21-Aug-2018 | ||
unit_test/ | 21-Aug-2018 | ||
util/ | 21-Aug-2018 | ||
winarm.mk | 21-Aug-2018 | 1.1K |
1 Name: libyuv 2 URL: http://code.google.com/p/libyuv/ 3 Version: 1652 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