Mypal/media/libyuv
Fedor 75fc2843ab Nuke vim lines. 2021-02-04 16:48:36 +02:00
..
build Use an alt script to properly determine the OSX SDK version. 2020-09-17 08:10:17 +03:00
build_overrides basic source 2019-03-11 13:26:37 +03:00
chromium ooops, some files where missed 2019-03-12 18:31:25 +03:00
docs basic source 2019-03-11 13:26:37 +03:00
include basic source 2019-03-11 13:26:37 +03:00
source basic source 2019-03-11 13:26:37 +03:00
third_party/gflags ooops, some files where missed 2019-03-12 18:31:25 +03:00
tools ooops, some files where missed 2019-03-12 18:31:25 +03:00
unit_test basic source 2019-03-11 13:26:37 +03:00
util ooops, some files where missed 2019-03-12 18:31:25 +03:00
AUTHORS ooops, some files where missed 2019-03-12 18:31:25 +03:00
Android.mk basic source 2019-03-11 13:26:37 +03:00
BUILD.gn basic source 2019-03-11 13:26:37 +03:00
CMakeLists.txt basic source 2019-03-11 13:26:37 +03:00
DEPS ooops, some files where missed 2019-03-12 18:31:25 +03:00
LICENSE ooops, some files where missed 2019-03-12 18:31:25 +03:00
LICENSE_THIRD_PARTY ooops, some files where missed 2019-03-12 18:31:25 +03:00
OWNERS ooops, some files where missed 2019-03-12 18:31:25 +03:00
PATENTS ooops, some files where missed 2019-03-12 18:31:25 +03:00
PRESUBMIT.py basic source 2019-03-11 13:26:37 +03:00
README.chromium basic source 2019-03-11 13:26:37 +03:00
README.md basic source 2019-03-11 13:26:37 +03:00
all.gyp basic source 2019-03-11 13:26:37 +03:00
codereview.settings basic source 2019-03-11 13:26:37 +03:00
download_vs_toolchain.py basic source 2019-03-11 13:26:37 +03:00
gyp_libyuv ooops, some files where missed 2019-03-12 18:31:25 +03:00
gyp_libyuv.py basic source 2019-03-11 13:26:37 +03:00
libyuv.gyp Nuke vim lines. 2021-02-04 16:48:36 +02:00
libyuv.gypi basic source 2019-03-11 13:26:37 +03:00
libyuv_nacl.gyp basic source 2019-03-11 13:26:37 +03:00
libyuv_test.gyp Nuke vim lines. 2021-02-04 16:48:36 +02:00
linux.mk basic source 2019-03-11 13:26:37 +03:00
moz.build Nuke vim lines. 2021-02-04 16:48:36 +02:00
public.mk basic source 2019-03-11 13:26:37 +03:00
setup_links.py basic source 2019-03-11 13:26:37 +03:00
sync_chromium.py basic source 2019-03-11 13:26:37 +03:00
winarm.mk basic source 2019-03-11 13:26:37 +03:00

README.md

libyuv is an open source project that includes YUV scaling and conversion functionality.

  • Scale YUV to prepare content for compression, with point, bilinear or box filter.
  • Convert to YUV from webcam formats.
  • Convert from YUV to formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSE2/SSSE3/AVX2 on x86/x64.
  • Optimized for Neon on Arm.
  • Optimized for DSP R2 on Mips.

Development

See [Getting started] 1 for instructions on how to get started developing.

You can also browse the [docs directory] 2 for more documentation.