Changes between Version 8 and Version 9 of Ticket #1776
- Timestamp:
- May 27, 2016 4:24:07 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1776 – Description
v8 v9 1 Support for libyuv library which provides YUV scaling and conversion functionality (https://c ode.google.com/p/libyuv/).1 Support for libyuv library which provides YUV scaling and conversion functionality (https://chromium.googlesource.com/libyuv/libyuv/). 2 2 3 3 == Requirement == 4 - Libyuv library. For building the library, we recommend using the steps described [https://c ode.google.com/p/libyuv/wiki/GettingStarted here], except for Android target as explained below.4 - Libyuv library. For building the library, we recommend using the steps described [https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/getting_started.md here], except for Android target as explained below. 5 5 6 6 This implementation will provide video scaling and conversion functionality.