• Home
Name Date Size #Lines LOC

..--

build_overrides/03-May-2024-1614

chromium/03-May-2024-2723

docs/03-May-2024-898613

include/03-May-2024-5,1043,917

source/03-May-2024-44,98439,526

third_party/gflags/03-May-2024-2,334893

tools/03-May-2024-5943

unit_test/03-May-2024-7,7146,663

util/03-May-2024-1,9281,563

.gitignoreD03-May-20242 KiB9591

.gnD03-May-20241.9 KiB4742

AUTHORSD03-May-202498 53

Android.mkD03-May-20241.8 KiB6052

BUILD.gnD03-May-20243.5 KiB136119

CMakeLists.txtD03-May-20244.4 KiB143127

DEPSD03-May-20241.4 KiB4338

LICENSED03-May-20241.5 KiB3024

LICENSE_THIRD_PARTYD03-May-2024297 96

OWNERSD03-May-2024370 1412

PATENTSD03-May-20241.4 KiB2422

PRESUBMIT.pyD03-May-20241.6 KiB6651

README.chromiumD03-May-2024203 97

README.mdD03-May-2024772 1913

all.gypD03-May-2024646 2220

codereview.settingsD03-May-2024377 1312

download_vs_toolchain.pyD03-May-2024982 308

gyp_libyuvD03-May-20243.4 KiB10254

gyp_libyuv.pyD03-May-20241.1 KiB293

libyuv.gypD03-May-20244.4 KiB151147

libyuv.gypiD03-May-20242.4 KiB8077

libyuv_nacl.gypD03-May-2024963 3836

libyuv_test.gypD03-May-20246.9 KiB231225

linux.mkD03-May-20242.1 KiB8265

public.mkD03-May-2024328 145

setup_links.pyD03-May-202416.5 KiB498388

sync_chromium.pyD03-May-20245.4 KiB155104

winarm.mkD03-May-20241.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