Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | 03-May-2024 | - | 18,925 | 14,920 | ||
libvpx/ | 03-May-2024 | - | 483,045 | 373,789 | ||
libwebm/ | 03-May-2024 | - | 9,489 | 6,560 | ||
Android.bp | D | 03-May-2024 | 48.5 KiB | 1,272 | 1,242 | |
Android.bp.in | D | 03-May-2024 | 4 KiB | 177 | 156 | |
Android.mk | D | 03-May-2024 | 58 | 2 | 0 | |
CleanSpec.mk | D | 03-May-2024 | 2.3 KiB | 54 | 1 | |
METADATA | D | 03-May-2024 | 108 | 7 | 6 | |
MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 1.5 KiB | 32 | 25 | |
OWNERS | D | 03-May-2024 | 143 | 6 | 5 | |
PREUPLOAD.cfg | D | 03-May-2024 | 89 | 3 | 2 | |
README.android | D | 03-May-2024 | 1.5 KiB | 57 | 37 | |
README.version | D | 03-May-2024 | 337 | 9 | 8 | |
exports.lds | D | 03-May-2024 | 100 | 8 | 7 | |
generate_config.sh | D | 03-May-2024 | 8.5 KiB | 273 | 186 | |
libvpx_blocklist.txt | D | 03-May-2024 | 146 | 8 | 7 | |
lint_config.sh | D | 03-May-2024 | 2.8 KiB | 110 | 58 | |
update_libvpx.sh | D | 03-May-2024 | 3 KiB | 124 | 68 |
README.android
1Name: libvpx 2URL: http://www.webmproject.org 3Version: v1.11.0 4License: BSD 5License File: libvpx/LICENSE 6 7Date: Thursday October 7 2021 8Branch: origin/smew 9Commit: 626ff35955c2c35b806b3e0ecf551a1a8611cdbf 10 11Description: 12Contains the sources used to compile libvpx. 13 14The libvpx source is from webmproject.org: 15 https://chromium.googlesource.com/webm/libvpx 16 17Notes on updating libvpx source code: 18 19Please follow these steps to update libvpx source code: 20 211. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update 22 README.android. Look for "git log from upstream: <git log>" output to add 23 to the commit message. 24 25 ./update_libvpx.sh [branch name] 26 272. Generate updated .gypi and config files. 28 29 ./generate_config.sh 30 313. Update this file with any Version, Date, Branch, or Commit changes. The 32 version is in the file source/config/vpx_version.h 33 344. Commit the changes. The commit message should look like this and is printed 35 by update_libvpx.sh: 36 libvpx: Pull from upstream 37 38 Current HEAD: <hash> 39 40 git log from upstream: 41 a6b2070 <git commit message 1> 42 08dabbc <git commit message 2> 43 c29fb02 <git commit message 3> 44 45Tools needed to build libvpx: 46 47- generate_config.sh 48 49Generate config files that contain the source list for each platform. 50Configuration for the build is taken from vpx_config.h for each platform. 51 52- lint_config.sh 53 54A tool to verify vpx_config.h and vpx_config.asm are matched. This also 55prints the final configuration after checking. 56 57
README.version
1URL: https://chromium.googlesource.com/webm/libvpx/+archive/v1.11.0.tar.gz 2Version: v1.11.0 3BugComponent: 42195 4Owners: jzern, jianj 5Local Modifications: 6 218b99892 vp8 encoder: fix some integer overflows 7 05f80a920 vp8,calc_pframe_target_size: fix integer overflow 8 7afb3a676 vp8_update_rate_correction_factors: fix integer overflow 9