• Home
  • History
  • Annotate
  • only in /external/libvpx/libvpx/third_party/libyuv/
NameDateSize

..29-Aug-20174 KiB

include/29-Aug-20174 KiB

README.libvpx29-Aug-2017972

source/29-Aug-20174 KiB

README.libvpx

1Name: libyuv
2URL: https://chromium.googlesource.com/libyuv/libyuv
3Version: de944ed8c74909ea6fbd743a22efe1e55e851b83
4License: BSD
5License File: LICENSE
6
7Description:
8libyuv is an open source project that includes YUV conversion and scaling
9functionality.
10
11The optimized scaler in libyuv is used in multiple resolution encoder example,
12which down-samples the original input video (f.g. 1280x720) a number of times
13in order to encode multiple resolution bit streams.
14
15Local Modifications:
16rm -rf .gitignore .gn AUTHORS Android.mk BUILD.gn CMakeLists.txt DEPS LICENSE \
17  LICENSE_THIRD_PARTY OWNERS PATENTS PRESUBMIT.py README.chromium README.md \
18  all.gyp build_overrides/ chromium/ codereview.settings docs/ \
19  download_vs_toolchain.py gyp_libyuv gyp_libyuv.py include/libyuv.h \
20  include/libyuv/compare_row.h libyuv.gyp libyuv.gypi libyuv_nacl.gyp \
21  libyuv_test.gyp linux.mk public.mk setup_links.py sync_chromium.py \
22  third_party/ tools/ unit_test/ util/ winarm.mk
23