Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/libyuv/ | 07-May-2024 | - | 195 | 114 | ||
source/ | 07-May-2024 | - | 4,232 | 3,536 | ||
README.webm | D | 07-May-2024 | 574 | 17 | 14 |
README.webm
1Name: libyuv 2URL: http://code.google.com/p/libyuv/ 3Version: 102 4License: BSD 5License File: LICENSE 6 7Description: 8libyuv is an open source project that includes YUV conversion and scaling 9functionality. 10 11The optimized scaler in libyuv is used in multiple resolution encoder example, 12which down-samples the original input video (f.g. 1280x720) a number of times 13in order to encode multiple resolution bit streams. 14 15Local Modifications: 16Modified the original scaler code from C++ to C to fit in our current build 17system. This is a temporal solution, and will be improved later.