Home | History | Annotate | only in /external/libyuv/files
Up to higher level directory
NameDateSize
.gitignore21-Oct-20162K
.gn21-Oct-20161.9K
all.gyp21-Oct-2016646
Android.mk21-Oct-20161.8K
AUTHORS21-Oct-201698
BUILD.gn21-Oct-20163.5K
build_overrides/21-Oct-2016
chromium/21-Oct-2016
CMakeLists.txt21-Oct-20164.4K
codereview.settings21-Oct-2016377
DEPS21-Oct-20161.4K
docs/21-Oct-2016
download_vs_toolchain.py21-Oct-2016982
gyp_libyuv21-Oct-20163.4K
gyp_libyuv.py21-Oct-20161.1K
include/21-Oct-2016
libyuv.gyp21-Oct-20164.4K
libyuv.gypi21-Oct-20162.4K
libyuv_nacl.gyp21-Oct-2016963
libyuv_test.gyp21-Oct-20166.9K
LICENSE21-Oct-20161.5K
LICENSE_THIRD_PARTY21-Oct-2016297
linux.mk21-Oct-20162.1K
OWNERS21-Oct-2016370
PATENTS21-Oct-20161.4K
PRESUBMIT.py21-Oct-20161.6K
public.mk21-Oct-2016328
README.chromium21-Oct-2016203
README.md21-Oct-2016772
setup_links.py21-Oct-201616.5K
source/21-Oct-2016
sync_chromium.py21-Oct-20165.4K
third_party/21-Oct-2016
tools/21-Oct-2016
unit_test/21-Oct-2016
util/21-Oct-2016
winarm.mk21-Oct-20161.1K

README.chromium

      1 Name: libyuv
      2 URL: http://code.google.com/p/libyuv/
      3 Version: 1602
      4 License: BSD
      5 License File: LICENSE
      6 
      7 Description:
      8 libyuv 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 
     13 See [Getting started] [1] for instructions on how to get started developing.
     14 
     15 You 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