vpx/third_party/libyuv
James Berry a0769f70f5 add unit test support via google test
adds unit testing via google test

Change-Id: I144b50a976d79251fc5135186a4e0a5051ed0e8c
2012-05-11 06:19:52 -07:00
..
include/libyuv add unit test support via google test 2012-05-11 06:19:52 -07:00
source add unit test support via google test 2012-05-11 06:19:52 -07:00
README.webm add unit test support via google test 2012-05-11 06:19:52 -07:00

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.