• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

build_overrides/H15-Mar-2021-5946

docs/H15-Mar-2021-1,211823

include/H15-Mar-2021-8,6507,291

infra/config/H15-Mar-2021-6356

source/H15-Mar-2021-53,19847,066

tools_libyuv/H15-Mar-2021-3,8742,769

unit_test/H15-Mar-2021-9,7668,359

util/H15-Mar-2021-1,9361,588

.clang-formatH A D15-Mar-2021178 76

.gnH A D15-Mar-20211.5 KiB4031

.vpythonH A D15-Mar-20211.4 KiB3330

AUTHORSH A D15-Mar-202198 53

Android.bpH A D15-Mar-20213 KiB133121

Android.mkH A D15-Mar-20212.9 KiB10187

BUILD.gnH A D15-Mar-20219.4 KiB381336

CM_linux_packages.cmakeH A D15-Mar-20212.6 KiB7063

DEPSH A D15-Mar-202112.9 KiB359348

LICENSEH A D15-Mar-20211.5 KiB3024

LICENSE_THIRD_PARTYH A D15-Mar-2021297 96

OWNERSH A D15-Mar-2021181 97

PATENTSH A D15-Mar-20211.4 KiB2422

PRESUBMIT.pyH A D15-Mar-20212.5 KiB7353

README.chromiumH A D15-Mar-2021203 97

README.mdH A D15-Mar-2021775 1913

all.gypH A D15-Mar-2021646 2220

cleanup_links.pyH A D15-Mar-20213.8 KiB10872

codereview.settingsH A D15-Mar-2021229 76

download_vs_toolchain.pyH A D15-Mar-2021982 308

gyp_libyuvH A D15-Mar-20213.4 KiB10254

gyp_libyuv.pyH A D15-Mar-20211.1 KiB293

libyuv.gniH A D15-Mar-2021806 2118

libyuv.gypH A D15-Mar-20215.6 KiB195191

libyuv.gypiH A D15-Mar-20212.5 KiB8279

libyuv_nacl.gypH A D15-Mar-2021963 3836

libyuv_test.gypH A D15-Mar-20215.3 KiB204199

linux.mkH A D15-Mar-20212.2 KiB8162

public.mkH A D15-Mar-2021328 145

pylintrcH A D15-Mar-2021704 1810

winarm.mkH A D15-Mar-20211.1 KiB4734

README.chromium

1Name: libyuv
2URL: http://code.google.com/p/libyuv/
3Version: 1703
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]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/getting_started.md
18[2]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/
19