Byoungchan Lee 022a01da5e Remove yasm in DEPS
They are no longer needed.

Bug: chromium:766721
Change-Id: I7f950a6134b21de4d7cc5a11de60b56685d8232f
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2517340
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
2021-04-17 03:24:13 +00:00
build_overrides
docs Add support for AR64 format 2021-03-13 20:55:21 +00:00
include Refactor NEON YUVToRGB, Remove subsampling 2021-04-15 19:13:10 +00:00
source Refactor NEON YUVToRGB, Remove subsampling 2021-04-15 19:13:10 +00:00
tools_libyuv Remove tools_libyuv_valgrind. 2021-04-03 07:53:43 +00:00
unit_test Refactor NEON YUVToRGB, Remove subsampling 2021-04-15 19:13:10 +00:00
util Scale 12 functions that are scale 16 but with only low 12 bits valid 2021-02-19 18:04:48 +00:00
.clang-format
.gitignore Update to r1732 for more robust jpeg 2019-07-01 22:32:36 +00:00
.gn
.vpython
Android.bp Scale 12 functions that are scale 16 but with only low 12 bits valid 2021-02-19 18:04:48 +00:00
Android.mk
AUTHORS
BUILD.gn Scale 12 functions that are scale 16 but with only low 12 bits valid 2021-02-19 18:04:48 +00:00
cleanup_links.py
CM_linux_packages.cmake
CMakeLists.txt [libyuv] - Switch from gflags to absl/flags. 2021-02-19 08:54:30 +00:00
codereview.settings
DEPS Remove yasm in DEPS 2021-04-17 03:24:13 +00:00
DIR_METADATA
download_vs_toolchain.py Fix python linter errors. 2021-04-02 18:54:11 +00:00
libyuv.gni
LICENSE
linux.mk Scale 12 functions that are scale 16 but with only low 12 bits valid 2021-02-19 18:04:48 +00:00
OWNERS
PATENTS
PRESUBMIT.py Remove running valgrind tests at presubmit time. 2021-04-02 18:56:22 +00:00
public.mk
pylintrc
README.chromium use width + 1 for odd width tests 2021-04-09 20:17:55 +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 for compression.
  • Convert to RGB formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSSE3/AVX2 on x86/x64.
  • Optimized for Neon on Arm.
  • Optimized for MSA on Mips.

Development

See Getting started for instructions on how to get started developing.

You can also browse the docs directory for more documentation.