Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 03-May-2024 | 555 | 17 | 14 | |
OWNERS | D | 03-May-2024 | 45 | 3 | 2 | |
README.chromium | D | 03-May-2024 | 436 | 14 | 12 | |
libwebm.gyp | D | 03-May-2024 | 608 | 25 | 23 | |
libwebm.gypi | D | 03-May-2024 | 312 | 14 | 12 | |
libwebm_nacl.gyp | D | 03-May-2024 | 848 | 34 | 32 |
README.chromium
1Name: WebM container parser and writer. 2Short Name: libwebm 3URL: http://www.webmproject.org/code/ 4Version: unknown 5License: BSD 6License File: source/LICENSE.TXT 7Security Critical: No 8 9Description: 10libwebm is a library to read and write WebM files. It's used in Chrome Remote 11Desktop to generate WebM stream that can be fed to the MedisSource API. It's 12_not_ used in Chrome to parse WebM files (there is a separate parser in 13src/media). 14