Initial import chromium-88.0.4324.182
[chromium-dfly.git] / third_party / libgav1 / README.chromium
1 Name: libgav1
2 Short Name: libgav1
3 URL: https://chromium.googlesource.com/codecs/libgav1/
4 Version: 0
5 Date: Saturday August 22 2020
6 Branch: master
7 Commit: a9449e612bc251b4271bbe1e3a0d12e9809bf74c
8 License: Apache 2.0
9 License File: libgav1/LICENSE
10 Security Critical: yes
11 Source: https://chromium.googlesource.com/codecs/libgav1/
12
13 Description:
14 A Main profile (0) & High profile (1) compliant AV1 decoder.
15
16 Please follow these steps to update libgav1 src code
17 1. Update the code:
18   roll_dep.py \
19   -r <libgav1 OWNER> \
20   --log-limit 20 \
21   --roll-to <libgav1 hash> \
22   src/third_party/libgav1/src
23
24   Use the generated commit message for the roll.
25
26 2. Generate .gni and update Date and Commit in README.chromium
27   cd third_party/libgav1
28   go run generate_libgav1_src_gni.go