summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx b/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
new file mode 100644
index 00000000000..d3495caa125
--- /dev/null
+++ b/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/README.libvpx
@@ -0,0 +1,17 @@
+Name: libyuv
+URL: http://code.google.com/p/libyuv/
+Version: 102
+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:
+Modified the original scaler code from C++ to C to fit in our current build
+system. This is a temporal solution, and will be improved later. \ No newline at end of file