You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/external/libvpx/libwebm
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
common QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
mkvparser QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Android.bp QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README.android QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

README.android

Name: libwebm
URL: http://www.webmproject.org

Commit: 81de00c43ea3c087b48a8c20337db7531b9f7612

Description:
Contains the sources used to compile libwebm's matroska parser.

The libwebm source is from webmproject.org:
  https://chromium.googlesource.com/webm/libwebm

Notes on updating libwebm source code:

Please follow these steps to update libvpx source code:

1. Copy over the following files from the the libwebm checkout:
     - mkvparser/mkvparser.cc
     - mkvparser/mkvparser.h
     - common/webmids.h

2. Update README.android (this file) with the upstream hash.

3. Copy the git log summary of changes by using the following in the libwebm
   checkout: git log --pretty="%h %s" <previous_hash>...<current_hash>

4. Commit the changes. The commit message should look like this:

   libwebm: Pull from upstream

   Current HEAD: <hash>

   git log from upstream:
   a6b2070 <git commit message 1>
   08dabbc <git commit message 2>
   c29fb02 <git commit message 3>