vpx/third_party/libyuv
John Koleszar 98ca829f57 Fix mingw build error
Fixes an issue where newer versions of GCC would try to compile the
visual studio inline assembly.

Fixes issue #571

Change-Id: I8e4500a9277447fdab0b55e5efa1f24ca97bdc03
2013-06-04 13:08:54 -07:00
..
include/libyuv Align image buffer in multiple-resolution encoder 2011-12-13 09:25:30 -05:00
source Fix mingw build error 2013-06-04 13:08:54 -07:00
README.webm Align image buffer in multiple-resolution encoder 2011-12-13 09:25:30 -05: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.