NameDateSize

..11-Jun-20184 KiB

.gitignore11-Jun-20182 KiB

.gn11-Jun-20181.9 KiB

all.gyp11-Jun-2018646

Android.bp11-Jun-20182.4 KiB

AUTHORS11-Jun-201898

BUILD.gn11-Jun-20188 KiB

build_overrides/11-Jun-20184 KiB

chromium/11-Jun-20184 KiB

cleanup_links.py11-Jun-20183.8 KiB

CM_linux_packages.cmake11-Jun-20182.6 KiB

CMakeLists.txt11-Jun-20182.9 KiB

codereview.settings11-Jun-2018229

DEPS11-Jun-201814.9 KiB

docs/11-Jun-20184 KiB

download_vs_toolchain.py11-Jun-2018982

gyp_libyuv11-Jun-20183.4 KiB

gyp_libyuv.py11-Jun-20181.1 KiB

include/11-Jun-20184 KiB

infra/11-Jun-20184 KiB

libyuv.gni11-Jun-2018806

libyuv.gyp11-Jun-20184.7 KiB

libyuv.gypi11-Jun-20182.5 KiB

libyuv_nacl.gyp11-Jun-2018963

libyuv_test.gyp11-Jun-20185.3 KiB

LICENSE11-Jun-20181.5 KiB

LICENSE_THIRD_PARTY11-Jun-2018297

linux.mk11-Jun-20182.3 KiB

OWNERS11-Jun-2018370

PATENTS11-Jun-20181.4 KiB

PRESUBMIT.py11-Jun-20182.5 KiB

public.mk11-Jun-2018328

pylintrc11-Jun-2018704

README.chromium11-Jun-2018203

README.md11-Jun-2018772

setup_links.py11-Jun-201816.5 KiB

source/11-Jun-20184 KiB

sync_chromium.py11-Jun-20185.4 KiB

third_party/11-Jun-20184 KiB

tools/11-Jun-20184 KiB

tools_libyuv/11-Jun-20184 KiB

unit_test/11-Jun-20184 KiB

util/11-Jun-20184 KiB

winarm.mk11-Jun-20181.1 KiB

README.chromium

1Name: libyuv
2URL: http://code.google.com/p/libyuv/
3Version: 1652
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