Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
diff --git a/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx b/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
new file mode 100644
index 0000000000000000000000000000000000000000..6a5b60c063b48e3737783e792ebac0f83738fcdb
--- /dev/null
+++ b/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
@@ -0,0 +1,16 @@
+Name: libyuv
+URL: http://code.google.com/p/libyuv/
+Version: 1305
+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:
+cherry pick r1311 'disable nv12 avx2 for vs9/10 that dont support avx2 instructions.'

Powered by Google App Engine
This is Rietveld 408576698