Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
build_overrides/ | 03-May-2024 | - | 16 | 14 | ||
chromium/ | 03-May-2024 | - | 27 | 23 | ||
docs/ | 03-May-2024 | - | 898 | 613 | ||
include/ | 03-May-2024 | - | 5,104 | 3,917 | ||
source/ | 03-May-2024 | - | 44,984 | 39,526 | ||
third_party/gflags/ | 03-May-2024 | - | 2,334 | 893 | ||
tools/ | 03-May-2024 | - | 59 | 43 | ||
unit_test/ | 03-May-2024 | - | 7,714 | 6,663 | ||
util/ | 03-May-2024 | - | 1,928 | 1,563 | ||
.gitignore | D | 03-May-2024 | 2 KiB | 95 | 91 | |
.gn | D | 03-May-2024 | 1.9 KiB | 47 | 42 | |
AUTHORS | D | 03-May-2024 | 98 | 5 | 3 | |
Android.mk | D | 03-May-2024 | 1.8 KiB | 60 | 52 | |
BUILD.gn | D | 03-May-2024 | 3.5 KiB | 136 | 119 | |
CMakeLists.txt | D | 03-May-2024 | 4.4 KiB | 143 | 127 | |
DEPS | D | 03-May-2024 | 1.4 KiB | 43 | 38 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 30 | 24 | |
LICENSE_THIRD_PARTY | D | 03-May-2024 | 297 | 9 | 6 | |
OWNERS | D | 03-May-2024 | 370 | 14 | 12 | |
PATENTS | D | 03-May-2024 | 1.4 KiB | 24 | 22 | |
PRESUBMIT.py | D | 03-May-2024 | 1.6 KiB | 66 | 51 | |
README.chromium | D | 03-May-2024 | 203 | 9 | 7 | |
README.md | D | 03-May-2024 | 772 | 19 | 13 | |
all.gyp | D | 03-May-2024 | 646 | 22 | 20 | |
codereview.settings | D | 03-May-2024 | 377 | 13 | 12 | |
download_vs_toolchain.py | D | 03-May-2024 | 982 | 30 | 8 | |
gyp_libyuv | D | 03-May-2024 | 3.4 KiB | 102 | 54 | |
gyp_libyuv.py | D | 03-May-2024 | 1.1 KiB | 29 | 3 | |
libyuv.gyp | D | 03-May-2024 | 4.4 KiB | 151 | 147 | |
libyuv.gypi | D | 03-May-2024 | 2.4 KiB | 80 | 77 | |
libyuv_nacl.gyp | D | 03-May-2024 | 963 | 38 | 36 | |
libyuv_test.gyp | D | 03-May-2024 | 6.9 KiB | 231 | 225 | |
linux.mk | D | 03-May-2024 | 2.1 KiB | 82 | 65 | |
public.mk | D | 03-May-2024 | 328 | 14 | 5 | |
setup_links.py | D | 03-May-2024 | 16.5 KiB | 498 | 388 | |
sync_chromium.py | D | 03-May-2024 | 5.4 KiB | 155 | 104 | |
winarm.mk | D | 03-May-2024 | 1.1 KiB | 47 | 34 |
README.chromium
1Name: libyuv 2URL: http://code.google.com/p/libyuv/ 3Version: 1602 4License: BSD 5License File: LICENSE 6 7Description: 8libyuv is an open source project that includes YUV conversion and scaling functionality. 9
README.md
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 13See [Getting started] [1] for instructions on how to get started developing. 14 15You 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