summaryrefslogtreecommitdiff
path: root/third_party/libyuv/README.libvpx
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-04-11 14:23:11 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-04-11 14:23:11 -0700
commit2ebd7f12e135920ae084a79fb8d1cd39b1cfbc0a (patch)
tree6caa2d575cd12efea8f8cbd100c55a63dd574648 /third_party/libyuv/README.libvpx
parent145b24719ab425fd6c8544b6fec54530695ce2dd (diff)
parentd30f6b3ef8c1fca42e741d24ae06399d80e169fb (diff)
downloadlibvpx-2ebd7f12e135920ae084a79fb8d1cd39b1cfbc0a.tar
libvpx-2ebd7f12e135920ae084a79fb8d1cd39b1cfbc0a.tar.gz
libvpx-2ebd7f12e135920ae084a79fb8d1cd39b1cfbc0a.tar.bz2
libvpx-2ebd7f12e135920ae084a79fb8d1cd39b1cfbc0a.zip
Merge "rename README.webm -> README.libvpx"
Diffstat (limited to 'third_party/libyuv/README.libvpx')
-rw-r--r--third_party/libyuv/README.libvpx17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/libyuv/README.libvpx b/third_party/libyuv/README.libvpx
new file mode 100644
index 000000000..d3495caa1
--- /dev/null
+++ b/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