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

..--

config/22-Nov-2023-24,86517,668

libvpx/22-Nov-2023-440,985339,724

libwebm/22-Nov-2023-9,2886,378

.gitD01-Jan-19700

Add-visibility-protected-attribute-for-global-variab.patchD22-Nov-20232.9 KiB7868

Android.bpD22-Nov-202363 KiB1,6221,585

Android.bp.inD22-Nov-20232.8 KiB10486

Android.mkD22-Nov-202358 20

CleanSpec.mkD22-Nov-20232.3 KiB541

MODULE_LICENSE_BSDD22-Nov-20230

NOTICED22-Nov-20231.5 KiB3225

README.androidD22-Nov-20231.5 KiB5737

README.versionD22-Nov-2023241 76

cfi_blacklist.txtD22-Nov-202323 21

generate_config.shD22-Nov-20239.8 KiB315230

lint_config.shD22-Nov-20232.8 KiB11058

update_libvpx.shD22-Nov-20233 KiB12468

README.android

1Name: libvpx
2URL: http://www.webmproject.org
3Version: v1.7.0
4License: BSD
5License File: libvpx/LICENSE
6
7Date: Wednesday January 24 2018
8Branch: origin/mandarinduck
9Commit: f80be22a1099b2a431c2796f529bb261064ec6b4
10
11Description:
12Contains the sources used to compile libvpx.
13
14The libvpx source is from webmproject.org:
15  https://chromium.googlesource.com/webm/libvpx
16
17Notes on updating libvpx source code:
18
19Please follow these steps to update libvpx source code:
20
211. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update
22   README.android. Look for "git log from upstream: <git log>" output to add
23   to the commit message.
24
25   ./update_libvpx.sh [branch name]
26
272. Generate updated .gypi and config files.
28
29   ./generate_config.sh
30
313. Update this file with any Version, Date, Branch, or Commit changes. The
32   version is in the file source/config/vpx_version.h
33
344. Commit the changes. The commit message should look like this and is printed
35   by update_libvpx.sh:
36   libvpx: Pull from upstream
37
38   Current HEAD: <hash>
39
40   git log from upstream:
41   a6b2070 <git commit message 1>
42   08dabbc <git commit message 2>
43   c29fb02 <git commit message 3>
44
45Tools needed to build libvpx:
46
47- generate_config.sh
48
49Generate config files that contain the source list for each platform.
50Configuration for the build is taken from vpx_config.h for each platform.
51
52- lint_config.sh
53
54A tool to verify vpx_config.h and vpx_config.asm are matched. This also
55prints the final configuration after checking.
56
57

README.version

1URL: https://chromium.googlesource.com/webm/libvpx.git/+archive/v1.7.0.tar.gz
2Version: v1.7.0
3BugComponent: 42195
4Owners: johannkoenig
5Local Modifications:
6  Add visibility="protected" attribute for global variables referenced in asm files.
7