Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/libyuv/ | H | 25-Apr-2025 | - | 8,532 | 7,201 | |
source/ | H | 25-Apr-2025 | - | 53,315 | 47,177 | |
LICENSE | H A D | 25-Apr-2025 | 1.5 KiB | 30 | 24 | |
README.libvpx | H A D | 25-Apr-2025 | 727 | 24 | 19 |
README.libvpx
1Name: libyuv 2URL: https://chromium.googlesource.com/libyuv/libyuv 3Version: a37e7bfece9e0676ae90a1700b0ec85b0f4f22a1 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 the multiple resolution encoder 12example which down-samples the original input video (f.g. 1280x720) a number of 13times in order to encode multiple resolution bit streams. 14 15Local Modifications: 16Disable ARGBToRGB24Row_AVX512VBMI due to build failure on Mac. 17rm libyuv/include/libyuv.h libyuv/include/libyuv/compare_row.h 18mv libyuv/include tmp/ 19mv libyuv/source tmp/ 20mv libyuv/LICENSE tmp/ 21rm -rf libyuv 22 23mv tmp/* third_party/libyuv/ 24