freeswitch/libs/libyuv
Andrey Volk fa0e616592 [libyuv] Disable scan-build warnings. 2021-10-19 20:10:34 +03:00
..
build_overrides update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
docs [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
include [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
source [libyuv] Disable scan-build warnings. 2021-10-19 20:10:34 +03:00
tools_libyuv [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
unit_test [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
util [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
AUTHORS
Android.bp [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
Android.mk update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
BUILD.gn update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
CM_linux_packages.cmake update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
CMakeLists.txt update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
DEPS [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
LICENSE
OWNERS update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
PATENTS
PRESUBMIT.py update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
README.chromium [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
README.md update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
cleanup_links.py update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
codereview.settings update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
download_vs_toolchain.py
libyuv.gni update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
linux.mk update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
public.mk update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
pylintrc update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
winarm.mk

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 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.