|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| build_overrides/ | | 03-May-2024 | - | 67 | 54 |
| chromium/ | | 03-May-2024 | - | 27 | 23 |
| docs/ | | 03-May-2024 | - | 1,240 | 843 |
| fuzz/ | | 03-May-2024 | - | 168 | 95 |
| include/ | | 03-May-2024 | - | 9,718 | 8,286 |
| infra/config/ | | 03-May-2024 | - | 70 | 52 |
| source/ | | 03-May-2024 | - | 66,972 | 59,375 |
| third_party/gflags/ | | 03-May-2024 | - | 2,331 | 891 |
| tools/ | | 03-May-2024 | - | 302 | 231 |
| tools_libyuv/ | | 03-May-2024 | - | 3,969 | 2,847 |
| unit_test/ | | 03-May-2024 | - | 11,223 | 9,623 |
| util/ | | 03-May-2024 | - | 1,976 | 1,608 |
| .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.bp | D | 03-May-2024 | 4.1 KiB | 174 | 160 |
| BUILD.gn | D | 03-May-2024 | 9.5 KiB | 399 | 350 |
| CM_linux_packages.cmake | D | 03-May-2024 | 2.6 KiB | 70 | 63 |
| CMakeLists.txt | D | 03-May-2024 | 3.2 KiB | 92 | 73 |
| DEPS | D | 03-May-2024 | 36.7 KiB | 1,097 | 1,042 |
| LICENSE | D | 03-May-2024 | 1.5 KiB | 30 | 24 |
| LICENSE_THIRD_PARTY | D | 03-May-2024 | 297 | 9 | 6 |
| PATENTS | D | 03-May-2024 | 1.4 KiB | 24 | 22 |
| PRESUBMIT.py | D | 03-May-2024 | 2.5 KiB | 73 | 53 |
| README.chromium | D | 03-May-2024 | 203 | 9 | 7 |
| README.md | D | 03-May-2024 | 663 | 19 | 13 |
| all.gyp | D | 03-May-2024 | 646 | 22 | 20 |
| cleanup_links.py | D | 03-May-2024 | 3.8 KiB | 108 | 72 |
| codereview.settings | D | 03-May-2024 | 229 | 7 | 6 |
| 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.gni | D | 03-May-2024 | 908 | 24 | 21 |
| libyuv.gyp | D | 03-May-2024 | 4.7 KiB | 163 | 159 |
| libyuv.gypi | D | 03-May-2024 | 2.5 KiB | 84 | 81 |
| libyuv_nacl.gyp | D | 03-May-2024 | 963 | 38 | 36 |
| libyuv_test.gyp | D | 03-May-2024 | 5.3 KiB | 204 | 199 |
| linux.mk | D | 03-May-2024 | 2.4 KiB | 89 | 70 |
| public.mk | D | 03-May-2024 | 315 | 14 | 5 |
| pylintrc | D | 03-May-2024 | 704 | 18 | 10 |
| 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: 1732
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 for compression.
5* Convert to RGB formats for rendering/effects.
6* Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
7* Optimized for SSSE3/AVX2 on x86/x64.
8* Optimized for Neon on Arm.
9* Optimized for MSA 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]: ./docs/getting_started.md
18[2]: ./docs/
19