• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

src/H03-May-2022-100,65878,707

BUILD.gnH A D16-Feb-20212.6 KiB8569

OWNERSH A D16-Feb-2021102 64

README.chromiumH A D16-Feb-2021767 2924

generate_libgav1_src_gni.goH A D16-Feb-20213.2 KiB144118

libgav1_srcs.gniH A D16-Feb-202112.2 KiB232225

options.gniH A D16-Feb-2021467 1411

README.chromium

1Name: libgav1
2Short Name: libgav1
3URL: https://chromium.googlesource.com/codecs/libgav1/
4Version: 0
5Date: Saturday August 22 2020
6Branch: master
7Commit: a9449e612bc251b4271bbe1e3a0d12e9809bf74c
8License: Apache 2.0
9License File: libgav1/LICENSE
10Security Critical: yes
11Source: https://chromium.googlesource.com/codecs/libgav1/
12
13Description:
14A Main profile (0) & High profile (1) compliant AV1 decoder.
15
16Please follow these steps to update libgav1 src code
171. 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
262. Generate .gni and update Date and Commit in README.chromium
27  cd third_party/libgav1
28  go run generate_libgav1_src_gni.go
29