aa81375d73
Fixes color issue when scaling without breaking mingw. BUG=https://bugs.chromium.org/p/libyuv/issues/detail?id=605 BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1252 Change-Id: Ifba747feb0c6a08f2b353b820a24c6c145d440ad
25 lines
968 B
Plaintext
25 lines
968 B
Plaintext
Name: libyuv
|
|
URL: http://code.google.com/p/libyuv/
|
|
Version: 2f101fdb
|
|
License: BSD
|
|
License File: LICENSE
|
|
|
|
Description:
|
|
libyuv is an open source project that includes YUV conversion and scaling
|
|
functionality.
|
|
|
|
The optimized scaler in libyuv is used in multiple resolution encoder example,
|
|
which down-samples the original input video (f.g. 1280x720) a number of times
|
|
in order to encode multiple resolution bit streams.
|
|
|
|
Local Modifications:
|
|
Remove files unnecessary to libvpx build.
|
|
|
|
rm -rf .gitignore .gn AUTHORS Android.mk BUILD.gn CMakeLists.txt DEPS LICENSE \
|
|
LICENSE_THIRD_PARTY OWNERS PATENTS PRESUBMIT.py README.chromium README.md \
|
|
all.gyp build_overrides/ chromium/ codereview.settings docs/ \
|
|
download_vs_toolchain.py gyp_libyuv gyp_libyuv.py include/libyuv.h \
|
|
include/libyuv/compare_row.h libyuv.gyp libyuv.gypi libyuv_nacl.gyp \
|
|
libyuv_test.gyp linux.mk public.mk setup_links.py sync_chromium.py \
|
|
third_party/ tools/ unit_test/ util/ winarm.mk
|