Rebecca Chang Swee Fun 2434ba1257 third_party/libaom: enable riscv64 for gn build 1 year ago
..
fuzz 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
source 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 2434ba1257 third_party/libaom: enable riscv64 for gn build 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cmake_update.sh 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
libaom_srcs.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lint_config.sh 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
options.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: Alliance for Open Media Video Codec
Short Name: libaom
URL: https://aomedia.googlesource.com/aom/
Version: 3.4.0
Date: Sunday August 07 2022
Revision: 121f3851459d5ee2ca1b5b23c6187bda79984eb2
CPEPrefix: cpe:/a:aomedia:aomedia:3.4.0
License: BSD
License File: source/libaom/LICENSE
Security Critical: yes

Description:
Provides tools for:
- creating AV1 bitstreams for storage and transmission.
- decoding AV1 bitstreams for display.

Please follow these steps to update libaom source code:

1. Update the code:
roll_dep.py \
-r \
--log-limit 20 \
--roll-to \
src/third_party/libaom/source/libaom

Use the generated commit message for the roll.

2. Generate the config files:
# See prerequisites in file comments.
./cmake_update.sh

This will also update this file with the new revision.
Update 'Version' and 'CPEPrefix' in this file if necessary.

3. Amend the commit created by the first step:

git commit -a --amend

4. Upload the change to Gerrit:

git cl upload

Run tryjobs:

git cl try

5. Send out for review when all tryjobs pass. Submit it when +1 is granted.