• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: libwebm
2URL: http://www.webmproject.org
3
4Commit: 5c50e310e7050192b952fe588186fd1dadc08b6e
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