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

..11-Apr-2017-

build/H11-Apr-2017-2713

build_overrides/H11-Apr-2017-1614

chromium/H11-Apr-2017-64

docs/H11-Apr-2017-898613

include/H11-Apr-2017-5,1203,932

source/H11-Apr-2017-44,99439,534

third_party/gflags/H11-Apr-2017-2,334893

tools/H11-Apr-2017-535375

unit_test/H11-Apr-2017-7,6616,621

util/H11-Apr-2017-1,9281,563

AUTHORSH A D11-Apr-201798 53

Android.mkH A D11-Apr-20171.8 KiB6449

BUILD.gnH A D11-Apr-20173.5 KiB136119

DEPSH A D11-Apr-20171.4 KiB4338

LICENSEH A D11-Apr-20171.5 KiB3024

LICENSE_THIRD_PARTYH A D11-Apr-2017297 96

OWNERSH A D11-Apr-2017370 1412

PATENTSH A D11-Apr-20171.4 KiB2422

PRESUBMIT.pyH A D11-Apr-20171.6 KiB6651

README.chromiumH A D11-Apr-2017203 97

README.mdH A D11-Apr-2017772 1913

all.gypH A D11-Apr-2017646 2220

codereview.settingsH A D11-Apr-2017377 1312

download_vs_toolchain.pyH A D11-Apr-2017982 308

gyp_libyuvH A D11-Apr-20173.4 KiB10254

gyp_libyuv.pyH A D11-Apr-20171.1 KiB293

libyuv.gypH A D11-Apr-20175.3 KiB184180

libyuv.gypiH A D11-Apr-20172.4 KiB8077

libyuv_nacl.gypH A D11-Apr-2017963 3836

libyuv_test.gypH A D11-Apr-20176.9 KiB231225

linux.mkH A D03-May-20222.1 KiB8265

moz.buildH A D11-Apr-2017893 2722

public.mkH A D11-Apr-2017328 145

setup_links.pyH A D11-Apr-201716.5 KiB498388

sync_chromium.pyH A D11-Apr-20175.4 KiB155104

winarm.mkH A D11-Apr-20171.1 KiB4734

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