Henrik Kjellander ae7e2ef13e Update autoroller after FromImpl was removed from depot tools
In https://chromium-review.googlesource.com/c/509693/ the From
keyword was removed. This update the script to match that (we
also were no longer using it).

BUG=libyuv:704
NOTRY=True

Change-Id: Iccbbfb426a3acd986fbc036672fb51abc2c5d346
Reviewed-on: https://chromium-review.googlesource.com/513908
Reviewed-by: Frank Barchard <fbarchard@google.com>
Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
2017-05-25 06:59:25 +00:00
build_overrides
docs Rename convert to yuvconvert to avoid name clash with linux util 2017-04-06 18:58:42 +00:00
include MaskCpuFlags return cpuinfo so InitCpuFlags can call it 2017-05-24 22:27:03 +00:00
infra/config
source MaskCpuFlags return cpuinfo so InitCpuFlags can call it 2017-05-24 22:27:03 +00:00
tools_libyuv Update autoroller after FromImpl was removed from depot tools 2017-05-25 06:59:25 +00:00
unit_test MaskCpuFlags return cpuinfo so InitCpuFlags can call it 2017-05-24 22:27:03 +00:00
util Rename convert to yuvconvert to avoid name clash with linux util 2017-04-06 18:58:42 +00:00
.clang-format
.gitignore Rename convert to yuvconvert to avoid name clash with linux util 2017-04-06 18:58:42 +00:00
.gn
all.gyp
Android.mk Fix data races in libyuv::TestCpuFlag(). 2017-05-24 02:09:03 +00:00
AUTHORS
BUILD.gn Fix data races in libyuv::TestCpuFlag(). 2017-05-24 02:09:03 +00:00
cleanup_links.py
CM_linux_packages.cmake
CMakeLists.txt Rename convert to yuvconvert to avoid name clash with linux util 2017-04-06 18:58:42 +00:00
codereview.settings
DEPS Roll chromium_revision da7cc8ca4c..ce95e5d83f (465147:465389) 2017-04-18 22:40:59 +00:00
download_vs_toolchain.py
gyp_libyuv
gyp_libyuv.py
libyuv_nacl.gyp
libyuv_test.gyp Fix data races in libyuv::TestCpuFlag(). 2017-05-24 02:09:03 +00:00
libyuv.gni
libyuv.gyp
libyuv.gypi
LICENSE Update Copyright notice to follow new chromium conventions. 2012-08-08 19:04:24 +00:00
LICENSE_THIRD_PARTY
linux.mk
OWNERS
PATENTS
PRESUBMIT.py
public.mk
pylintrc
README.chromium Fix data races in libyuv::TestCpuFlag(). 2017-05-24 02:09:03 +00:00
README.md
winarm.mk

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.