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

..--

config/23-Nov-2023-18,92514,920

libvpx/23-Nov-2023-485,735377,587

libwebm/23-Nov-2023-9,4856,556

Android.bpD23-Nov-202348.2 KiB1,2631,233

Android.bp.inD23-Nov-20232.6 KiB135116

Android.mkD23-Nov-202358 20

CleanSpec.mkD23-Nov-20232.3 KiB541

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSDD23-Nov-20230

NOTICED23-Nov-20231.5 KiB3225

OWNERSD23-Nov-2023162 76

PREUPLOAD.cfgD23-Nov-202389 32

README.androidD23-Nov-20231.5 KiB5737

README.versionD23-Nov-2023681 1514

exports.ldsD23-Nov-2023100 87

generate_config.shD23-Nov-20238.5 KiB273186

libvpx_blocklist.txtD23-Nov-2023146 87

lint_config.shD23-Nov-20232.8 KiB11058

update_libvpx.shD23-Nov-20233 KiB12468

README.android

1Name: libvpx
2URL: http://www.webmproject.org
3Version: v1.8.2
4License: BSD
5License File: libvpx/LICENSE
6
7Date: Thursday December 19 2019
8Branch: origin/pekin
9Commit: 7ec7a33a081aeeb53fed1a8d87e4cbd189152527
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/+archive/v1.8.2.tar.gz
2Version: v1.8.2
3BugComponent: 42195
4Owners: johannkoenig
5Local Modifications:
6  652beb6ac trivial: fix spelling errors
7  0f3fe088f vp8_decode: add missing vpx_clear_system_state
8  9cfcac1cb vp8,GetSigned: silence unsigned int overflow warning
9  c713f8461 move common attribute defs to compiler_attributes.h
10  223645aa8 vpx_codec_enc_config_default: rm unnecessary loop
11  5e065cf9d vp8/{ratectrl,onyx_if}: fix some signed integer overflows
12  5eab093a7 vp9_ratectrl: fix some signed integer overflows
13  baefbe85d Cap target bitrate to raw rate internally
14  5f345a924 Avoid overflow in calc_iframe_target_size
15