Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | 03-May-2024 | - | 194 | 161 | ||
mkvparser/ | 03-May-2024 | - | 9,225 | 6,344 | ||
Android.bp | D | 03-May-2024 | 734 | 30 | 28 | |
README.android | D | 03-May-2024 | 976 | 36 | 23 |
README.android
1Name: libwebm 2URL: http://www.webmproject.org 3 4Commit: 11cae244cc06c1295bffa9861c610dcde3b9da18 5 6Description: 7Contains the sources used to compile libwebm's matroska parser. 8 9The libwebm source is from webmproject.org: 10 https://chromium.googlesource.com/webm/libwebm 11 12Notes on updating libwebm source code: 13 14Please follow these steps to update libvpx source code: 15 161. Copy over the following files from the the libwebm checkout: 17 - mkvparser/mkvparser.cc 18 - mkvparser/mkvparser.h 19 - common/webmids.h 20 212. Update README.android (this file) with the upstream hash. 22 233. Copy the git log summary of changes by using the following in the libwebm 24 checkout: git log --pretty="%h %s" <previous_hash>...<current_hash> 25 264. Commit the changes. The commit message should look like this: 27 28 libwebm: Pull from upstream 29 30 Current HEAD: <hash> 31 32 git log from upstream: 33 a6b2070 <git commit message 1> 34 08dabbc <git commit message 2> 35 c29fb02 <git commit message 3> 36