• Home
Name Date Size #Lines LOC

..--

config/07-May-2024-15,88012,442

libvpx/07-May-2024-415,465321,246

libwebm/07-May-2024-9,2756,366

Android.mkD07-May-2024173 104

MODULE_LICENSE_BSDD07-May-20240

NOTICED07-May-20241.5 KiB3225

README.androidD07-May-20241.6 KiB6039

README.versionD07-May-2024153 54

config.arm.mkD07-May-2024727 2514

config.arm64.mkD07-May-2024594 198

config.mips.mkD07-May-2024637 2214

config.mips64.mkD07-May-2024476 146

config.x86.mkD07-May-2024606 177

config.x86_64.mkD07-May-2024662 187

generate_config.shD07-May-20248.1 KiB255184

libvpx-asm-translation.mkD07-May-20241.1 KiB2510

libvpx.mkD07-May-20241.7 KiB5234

libwebm.mkD07-May-2024240 127

lint_config.shD07-May-20242.8 KiB11058

update_libvpx.shD07-May-20243 KiB12468

README.android

1Name: libvpx
2URL: http://www.webmproject.org
3Version: v1.5.0
4License: BSD
5License File: libvpx/LICENSE
6
7Date: Thursday November 19 2015
8Branch: javanwhistlingduck
9Commit: cbecf57f3e0d85a7b7f97f3ab7c507f6fe640a93
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. Remove the following unwanted files/directories:
35   * external/libvpx/libvpx/vp10
36
375. Commit the changes. The commit message should look like this and is printed
38   by update_libvpx.sh:
39   libvpx: Pull from upstream
40
41   Current HEAD: <hash>
42
43   git log from upstream:
44   a6b2070 <git commit message 1>
45   08dabbc <git commit message 2>
46   c29fb02 <git commit message 3>
47
48Tools needed to build libvpx:
49
50- generate_config.sh
51
52Generate config files that contain the source list for each platform.
53Configuration for the build is taken from vpx_config.h for each platform.
54
55- lint_config.sh
56
57A tool to verify vpx_config.h and vpx_config.asm are matched. This also
58prints the final configuration after checking.
59
60

README.version

1URL: https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2
2Version: 1.5.0
3BugComponent: 42195
4Owners: johannkoenig
5