Name Date Size #Lines LOC

..--

include/libyuv/H25-Apr-2025-8,5327,201

source/H25-Apr-2025-53,31547,177

LICENSEH A D25-Apr-20251.5 KiB3024

README.libvpxH A D25-Apr-2025727 2419

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