• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: libaom
2URL: https://aomedia.org
3Version: v3.9.0
4License: BSD
5License File: libaom/LICENSE
6
7Date: Thursday April 25 2024
8Branch: v3.9.0
9Commit: 6cab58c3925e0f4138e15a4ed510161ea83b6db1
10
11Cherry-picks:
1253839ab1a3 disable av1_{highbd_,}dr_prediction_z2_neon w/armv7
13ceb91a8187 disable av1_filter_intra_predictor_neon w/armv7
147b46bcbe54 disable av1_estimate_noise_from_single_plane_neon w/armv7
15686a01e54b disable av1_highbd_warp_affine_neon w/armv7
16
17Description:
18Contains the sources used to compile libaom.
19
20The libaom source is from aomedia.org:
21  https://aomedia.googlesource.com/aom/
22
23Please follow these steps to update libaom source code:
24
251. Update libaom source tree. Look for "Current HEAD: <hash>" output to update
26   README.android. Look for "git log from upstream: <git log>" output to add
27   to the commit message.
28
29   ./update_libaom.sh [branch name]
30
312. Generate updated Android.bp and config files.
32
33   ./generate_config.sh
34
353. Update this file with any Version, Date, Branch, or Commit changes. The
36   version is in the file config/config/aom_version.h
37
384. Commit the changes. The commit message should look like this and is printed
39   by update_libaom.sh:
40   libaom: Pull from upstream
41
42   Current HEAD: <hash>
43
44   git log from upstream:
45   a6b2070 <git commit message 1>
46   08dabbc <git commit message 2>
47   c29fb02 <git commit message 3>
48
49Tools needed to build libaom:
50
51- generate_config.sh
52
53Generate config files that contain the source list for each platform.
54A list of prerequisites is at the top of generate_config.sh.
55
56Cherry-picks:
57f1b43b5c0d {,highbd_}intrapred_neon.c: Avoid over-reads in z1 and z3 preds
58