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

..01-Sep-2019-

build_overrides/H01-Sep-2019-6753

docs/H01-Sep-2019-1,214821

include/H01-Sep-2019-7,9486,664

infra/config/H01-Sep-2019-6860

source/H01-Sep-2019-52,50246,660

tools_libyuv/H01-Sep-2019-1,160841

unit_test/H01-Sep-2019-7,8966,812

util/H01-Sep-2019-1,8981,554

.clang-formatH A D01-Sep-2019178 76

.gnH A D01-Sep-20192 KiB5044

AUTHORSH A D01-Sep-201998 53

Android.mkH A D01-Sep-20192.1 KiB7160

BUILD.gnH A D01-Sep-20197.5 KiB307272

CM_linux_packages.cmakeH A D01-Sep-20192.6 KiB7063

DEPSH A D01-Sep-201916.4 KiB454446

LICENSEH A D01-Sep-20191.5 KiB3024

LICENSE_THIRD_PARTYH A D01-Sep-2019297 96

OWNERSH A D01-Sep-2019370 1412

PATENTSH A D01-Sep-20191.4 KiB2422

PRESUBMIT.pyH A D01-Sep-20192.5 KiB7353

README.chromiumH A D01-Sep-2019203 97

README.mdH A D01-Sep-2019772 1913

all.gypH A D01-Sep-2019646 2220

cleanup_links.pyH A D01-Sep-20193.8 KiB10872

codereview.settingsH A D01-Sep-2019229 76

download_vs_toolchain.pyH A D01-Sep-2019982 308

gyp_libyuvH A D01-Sep-20193.4 KiB10254

gyp_libyuv.pyH A D01-Sep-20191.1 KiB293

libyuv.gniH A D01-Sep-2019806 2118

libyuv.gypH A D01-Sep-20195.7 KiB196192

libyuv.gypiH A D01-Sep-20192.5 KiB8481

libyuv_nacl.gypH A D01-Sep-2019963 3836

libyuv_test.gypH A D01-Sep-20195.3 KiB204199

linux.mkH A D01-Sep-20192.3 KiB8465

public.mkH A D01-Sep-2019328 145

pylintrcH A D01-Sep-2019704 1810

winarm.mkH A D01-Sep-20191.1 KiB4734

README.chromium

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