chromium/third_party/libgav1/README.chromium

Name: libgav1
Short Name: libgav1
URL: https://chromium.googlesource.com/codecs/libgav1/
Version: N/A
Revision: a2f139e9123bdb5edf7707ac6f1b73b3aa5038dd
License: Apache 2.0
License File: src/LICENSE
Security Critical: yes
Shipped: yes

Description:
A Main profile (0), High profile (1) & Professional profile (2) compliant AV1
decoder.

Notable changes from upstream:
- Use CHROMIUM macro to guard Chromium-specific changes.
  (1) obu_parser: Make obu extension flag check failure as warning. Thus the
      mismatch of OperatingPointIdc and obu_extension_flag does not break the
      overall parsing of OBU.

Please follow these steps to update libgav1 src code
1. Update the code:
  roll_dep.py \
  -r <libgav1 OWNER> \
  --log-limit 20 \
  --roll-to <libgav1 hash> \
  src/third_party/libgav1/src

  Use the generated commit message for the roll.

2. Update Commit in README.chromium:
  go run update_readme.go