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

..16-Feb-2021-

source/H16-Feb-2021-843,733700,037

BUILD.gnH A D16-Feb-20217.8 KiB243222

DEPSH A D16-Feb-202183 87

OWNERSH A D16-Feb-2021119 65

README.chromiumH A D16-Feb-2021863 3527

cmake_update.shH A D16-Feb-20215.8 KiB200116

libaom_srcs.gniH A D16-Feb-202141.3 KiB746691

lint_config.shH A D16-Feb-20213.1 KiB11461

options.gniH A D16-Feb-2021195 97

README.chromium

1Name: Alliance for Open Media Video Codec
2Short Name: libaom
3URL: https://aomedia.googlesource.com/aom/
4Version: 0
5Date: Monday November 02 2020
6Branch: master
7Commit: 87c414ed32b50cc41ec54db9653f61b556450d41
8License: BSD
9License File: source/libaom/LICENSE
10Security Critical: yes
11
12Description:
13Provides tools for:
14 - creating AV1 bitstreams for storage and transmission.
15 - decoding AV1 bitstreams for display.
16
17Please follow these steps to update libaom source code:
18
191. Update the code:
20     roll_dep.py \
21       -r <libaom OWNER> \
22       --log-limit 20 \
23       --roll-to <libaom hash> \
24       src/third_party/libaom/source/libaom
25
26   Use the generated commit message for the roll.
27
282. Generate the config files:
29    ./cmake_update.sh
30    # See prerequisites in file comments.
31
32  This will also update this file with the new revision.
33
34Local Modifications:
35