aom/third_party/libyuv
James Zern d30f6b3ef8 rename README.webm -> README.libvpx
matches the project name and doesn't share a media file extension

Change-Id: I9ad6c0a180e36c41f8fc49120615a070ea792a30
2014-04-11 12:28:01 -07:00
..
include/libyuv Align image buffer in multiple-resolution encoder 2011-12-13 09:25:30 -05:00
source libyuv: fix SSSE3 code in scale.c 2013-07-22 15:42:23 -07:00
README.libvpx rename README.webm -> README.libvpx 2014-04-11 12:28:01 -07:00

README.libvpx

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.