reactor-effect-native 0.0.0-reserved.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +38 -0
- package/LICENSE +201 -0
- package/NOTICE +28 -0
- package/README.md +106 -2
- package/dist/_internal/bridge.d.ts +49 -0
- package/dist/_internal/bridge.d.ts.map +1 -0
- package/dist/_internal/bridge.js +452 -0
- package/dist/_internal/bridge.js.map +1 -0
- package/dist/_internal/peer.d.ts +57 -0
- package/dist/_internal/peer.d.ts.map +1 -0
- package/dist/_internal/peer.js +479 -0
- package/dist/_internal/peer.js.map +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +41 -0
- package/dist/index.js.map +1 -0
- package/lib/darwin-arm64/libreactor_effect_native.dylib +0 -0
- package/lib/darwin-arm64/native-identity.json +18 -0
- package/lib/linux-x64/libreactor_effect_native.so +0 -0
- package/lib/linux-x64/native-identity.json +20 -0
- package/notices/effect-LICENSE +21 -0
- package/notices/native-rust/NOTICE.md +27 -0
- package/notices/native-rust/bytes-1.12.1-LICENSE +25 -0
- package/notices/native-rust/itoa-1.0.18-LICENSE-APACHE +176 -0
- package/notices/native-rust/memchr-2.8.3-LICENSE-MIT +21 -0
- package/notices/native-rust/prost-0.13.5-LICENSE +201 -0
- package/notices/native-rust/serde-1.0.229-LICENSE-APACHE +176 -0
- package/notices/native-rust/serde_json-1.0.151-LICENSE-APACHE +176 -0
- package/notices/native-rust/zmij-1.0.23-LICENSE-MIT +23 -0
- package/notices/reactor-webrtc/WebRTC-LICENSE +29 -0
- package/notices/reactor-webrtc/WebRTC-PATENTS +24 -0
- package/notices/reactor-webrtc/reactor-webrtc-linux-x64-release.sbom.json +660 -0
- package/notices/reactor-webrtc/reactor-webrtc-mac-arm64-release.sbom.json +631 -0
- package/notices/reactor-webrtc/third-party/README.md +58 -0
- package/notices/reactor-webrtc/third-party/abseil-cpp/LICENSE +203 -0
- package/notices/reactor-webrtc/third-party/abseil-cpp/README.chromium +55 -0
- package/notices/reactor-webrtc/third-party/boringssl/LICENSE +238 -0
- package/notices/reactor-webrtc/third-party/boringssl/README.chromium +15 -0
- package/notices/reactor-webrtc/third-party/compiler-rt/LICENSE.TXT +311 -0
- package/notices/reactor-webrtc/third-party/compiler-rt/README.chromium +15 -0
- package/notices/reactor-webrtc/third-party/cpuinfo/LICENSE +27 -0
- package/notices/reactor-webrtc/third-party/cpuinfo/README.chromium +15 -0
- package/notices/reactor-webrtc/third-party/dav1d/LICENSE +23 -0
- package/notices/reactor-webrtc/third-party/dav1d/README.chromium +40 -0
- package/notices/reactor-webrtc/third-party/farmhash/LICENSE +19 -0
- package/notices/reactor-webrtc/third-party/farmhash/README.chromium +21 -0
- package/notices/reactor-webrtc/third-party/fft2d/LICENSE +3 -0
- package/notices/reactor-webrtc/third-party/fft2d/README.chromium +24 -0
- package/notices/reactor-webrtc/third-party/flatbuffers/LICENSE +202 -0
- package/notices/reactor-webrtc/third-party/flatbuffers/README.chromium +18 -0
- package/notices/reactor-webrtc/third-party/fp16/LICENSE +12 -0
- package/notices/reactor-webrtc/third-party/fp16/README.chromium +16 -0
- package/notices/reactor-webrtc/third-party/fxdiv/LICENSE +10 -0
- package/notices/reactor-webrtc/third-party/fxdiv/README.chromium +16 -0
- package/notices/reactor-webrtc/third-party/gemmlowp/LICENSE +202 -0
- package/notices/reactor-webrtc/third-party/gemmlowp/README.chromium +14 -0
- package/notices/reactor-webrtc/third-party/grpc/LICENSE +610 -0
- package/notices/reactor-webrtc/third-party/grpc/README.chromium +30 -0
- package/notices/reactor-webrtc/third-party/jsoncpp/LICENSE +55 -0
- package/notices/reactor-webrtc/third-party/jsoncpp/README.chromium +20 -0
- package/notices/reactor-webrtc/third-party/libaom/LICENSE +27 -0
- package/notices/reactor-webrtc/third-party/libaom/PATENTS +108 -0
- package/notices/reactor-webrtc/third-party/libaom/README.chromium +61 -0
- package/notices/reactor-webrtc/third-party/libgav1/LICENSE +202 -0
- package/notices/reactor-webrtc/third-party/libgav1/README.chromium +33 -0
- package/notices/reactor-webrtc/third-party/libjpeg_turbo/LICENSE.md.chromium +236 -0
- package/notices/reactor-webrtc/third-party/libjpeg_turbo/README.chromium +66 -0
- package/notices/reactor-webrtc/third-party/libsrtp/LICENSE +35 -0
- package/notices/reactor-webrtc/third-party/libsrtp/README.chromium +17 -0
- package/notices/reactor-webrtc/third-party/libvpx/LICENSE +31 -0
- package/notices/reactor-webrtc/third-party/libvpx/PATENTS +23 -0
- package/notices/reactor-webrtc/third-party/libvpx/README.chromium +73 -0
- package/notices/reactor-webrtc/third-party/libyuv/LICENSE +29 -0
- package/notices/reactor-webrtc/third-party/libyuv/README.chromium +13 -0
- package/notices/reactor-webrtc/third-party/neon_2_sse/LICENSE +29 -0
- package/notices/reactor-webrtc/third-party/neon_2_sse/README.chromium +21 -0
- package/notices/reactor-webrtc/third-party/opus/COPYING +44 -0
- package/notices/reactor-webrtc/third-party/opus/README.chromium +41 -0
- package/notices/reactor-webrtc/third-party/perfetto/LICENSE +285 -0
- package/notices/reactor-webrtc/third-party/perfetto/README.chromium +12 -0
- package/notices/reactor-webrtc/third-party/pffft/LICENSE +45 -0
- package/notices/reactor-webrtc/third-party/pffft/README.chromium +43 -0
- package/notices/reactor-webrtc/third-party/protobuf/LICENSE +32 -0
- package/notices/reactor-webrtc/third-party/protobuf/README.chromium +325 -0
- package/notices/reactor-webrtc/third-party/pthreadpool/LICENSE +26 -0
- package/notices/reactor-webrtc/third-party/pthreadpool/README.chromium +19 -0
- package/notices/reactor-webrtc/third-party/re2/LICENSE +27 -0
- package/notices/reactor-webrtc/third-party/re2/README.chromium +15 -0
- package/notices/reactor-webrtc/third-party/rnnoise/COPYING +31 -0
- package/notices/reactor-webrtc/third-party/rnnoise/README.chromium +30 -0
- package/notices/reactor-webrtc/third-party/ruy/LICENSE +202 -0
- package/notices/reactor-webrtc/third-party/ruy/README.chromium +20 -0
- package/notices/reactor-webrtc/third-party/tflite/LICENSE +203 -0
- package/notices/reactor-webrtc/third-party/tflite/README.chromium +22 -0
- package/notices/reactor-webrtc/third-party/xnnpack/LICENSE +31 -0
- package/notices/reactor-webrtc/third-party/xnnpack/README.chromium +18 -0
- package/notices/reactor-webrtc/third-party/zlib/LICENSE +22 -0
- package/notices/reactor-webrtc/third-party/zlib/README.chromium +38 -0
- package/notices/reactor-webrtc-LICENSE +201 -0
- package/notices/reactor-webrtc-NOTICE.md +32 -0
- package/package.json +54 -4
- package/rust/.cargo/config.toml +5 -0
- package/rust/Cargo.lock +208 -0
- package/rust/Cargo.toml +19 -0
- package/rust/build.rs +159 -0
- package/rust/include/reactor_effect_native.h +118 -0
- package/rust/src/lib.rs +2343 -0
- package/scripts/build.sh +35 -0
- package/scripts/install-linux-toolchain.sh +47 -0
- package/scripts/stage.mjs +107 -0
- package/scripts/stage.sh +31 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
The JsonCpp library's source code, including accompanying documentation,
|
|
2
|
+
tests and demonstration applications, are licensed under the following
|
|
3
|
+
conditions...
|
|
4
|
+
|
|
5
|
+
The author (Baptiste Lepilleur) explicitly disclaims copyright in all
|
|
6
|
+
jurisdictions which recognize such a disclaimer. In such jurisdictions,
|
|
7
|
+
this software is released into the Public Domain.
|
|
8
|
+
|
|
9
|
+
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
|
|
10
|
+
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
|
|
11
|
+
released under the terms of the MIT License (see below).
|
|
12
|
+
|
|
13
|
+
In jurisdictions which recognize Public Domain property, the user of this
|
|
14
|
+
software may choose to accept it either as 1) Public Domain, 2) under the
|
|
15
|
+
conditions of the MIT License (see below), or 3) under the terms of dual
|
|
16
|
+
Public Domain/MIT License conditions described here, as they choose.
|
|
17
|
+
|
|
18
|
+
The MIT License is about as close to Public Domain as a license can get, and is
|
|
19
|
+
described in clear, concise terms at:
|
|
20
|
+
|
|
21
|
+
http://en.wikipedia.org/wiki/MIT_License
|
|
22
|
+
|
|
23
|
+
The full text of the MIT License follows:
|
|
24
|
+
|
|
25
|
+
========================================================================
|
|
26
|
+
Copyright (c) 2007-2010 Baptiste Lepilleur
|
|
27
|
+
|
|
28
|
+
Permission is hereby granted, free of charge, to any person
|
|
29
|
+
obtaining a copy of this software and associated documentation
|
|
30
|
+
files (the "Software"), to deal in the Software without
|
|
31
|
+
restriction, including without limitation the rights to use, copy,
|
|
32
|
+
modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
33
|
+
of the Software, and to permit persons to whom the Software is
|
|
34
|
+
furnished to do so, subject to the following conditions:
|
|
35
|
+
|
|
36
|
+
The above copyright notice and this permission notice shall be
|
|
37
|
+
included in all copies or substantial portions of the Software.
|
|
38
|
+
|
|
39
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
40
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
41
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
42
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
43
|
+
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
44
|
+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
45
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
46
|
+
SOFTWARE.
|
|
47
|
+
========================================================================
|
|
48
|
+
(END LICENSE TEXT)
|
|
49
|
+
|
|
50
|
+
The MIT license is compatible with both the GPL and commercial
|
|
51
|
+
software, affording one all of the rights of Public Domain with the
|
|
52
|
+
minor nuisance of being required to keep the above copyright notice
|
|
53
|
+
and license text in the source code. Note also that by accepting the
|
|
54
|
+
Public Domain "license" you can re-license your copy using whatever
|
|
55
|
+
license you like.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Name: jsoncpp
|
|
2
|
+
URL: https://github.com/open-source-parsers/jsoncpp
|
|
3
|
+
Version: N/A
|
|
4
|
+
Revision: 800aa28c493590c539cb7baf445016cc9b8702ef
|
|
5
|
+
Update Mechanism: Autoroll
|
|
6
|
+
License: JsonCPP
|
|
7
|
+
License File: LICENSE
|
|
8
|
+
Security Critical: yes
|
|
9
|
+
Shipped: yes
|
|
10
|
+
CPEPrefix: cpe:/a:jsoncpp_project:jsoncpp
|
|
11
|
+
|
|
12
|
+
Description:
|
|
13
|
+
JsonCpp is used by multiple projects for parsing and generating JSON data. This
|
|
14
|
+
project is mirrored here from the public GitHub project, with a custom BUILD.gn
|
|
15
|
+
to allow for building with our Ninja + GN configuration. The main project uses
|
|
16
|
+
Meson or CMake for building.
|
|
17
|
+
|
|
18
|
+
This is for other third party modules (not including third_party/blink) only.
|
|
19
|
+
Don't use JsonCpp from chromium or blink code, but use base/values.h, base/json,
|
|
20
|
+
and third_party/blink/platform/json (for blink) instead.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without
|
|
4
|
+
modification, are permitted provided that the following conditions
|
|
5
|
+
are met:
|
|
6
|
+
|
|
7
|
+
1. Redistributions of source code must retain the above copyright
|
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
|
9
|
+
|
|
10
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
11
|
+
notice, this list of conditions and the following disclaimer in
|
|
12
|
+
the documentation and/or other materials provided with the
|
|
13
|
+
distribution.
|
|
14
|
+
|
|
15
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
16
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
17
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
18
|
+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
19
|
+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
20
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
21
|
+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
22
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
23
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
24
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
25
|
+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
26
|
+
POSSIBILITY OF SUCH DAMAGE.
|
|
27
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
Alliance for Open Media Patent License 1.0
|
|
2
|
+
|
|
3
|
+
1. License Terms.
|
|
4
|
+
|
|
5
|
+
1.1. Patent License. Subject to the terms and conditions of this License, each
|
|
6
|
+
Licensor, on behalf of itself and successors in interest and assigns,
|
|
7
|
+
grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
|
|
8
|
+
no-charge, royalty-free, irrevocable (except as expressly stated in this
|
|
9
|
+
License) patent license to its Necessary Claims to make, use, sell, offer
|
|
10
|
+
for sale, import or distribute any Implementation.
|
|
11
|
+
|
|
12
|
+
1.2. Conditions.
|
|
13
|
+
|
|
14
|
+
1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
|
|
15
|
+
sell, offer for sale, import or distribute an Implementation under
|
|
16
|
+
Section 1.1, Licensee must make its Necessary Claims available under
|
|
17
|
+
this License, and must reproduce this License with any Implementation
|
|
18
|
+
as follows:
|
|
19
|
+
|
|
20
|
+
a. For distribution in source code, by including this License in the
|
|
21
|
+
root directory of the source code with its Implementation.
|
|
22
|
+
|
|
23
|
+
b. For distribution in any other form (including binary, object form,
|
|
24
|
+
and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
|
|
25
|
+
GDSII, etc.)), by including this License in the documentation, legal
|
|
26
|
+
notices, and/or other written materials provided with the
|
|
27
|
+
Implementation.
|
|
28
|
+
|
|
29
|
+
1.2.2. Additional Conditions. This license is directly from Licensor to
|
|
30
|
+
Licensee. Licensee acknowledges as a condition of benefiting from it
|
|
31
|
+
that no rights from Licensor are received from suppliers, distributors,
|
|
32
|
+
or otherwise in connection with this License.
|
|
33
|
+
|
|
34
|
+
1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
|
|
35
|
+
initiates patent litigation or files, maintains, or voluntarily
|
|
36
|
+
participates in a lawsuit against another entity or any person asserting
|
|
37
|
+
that any Implementation infringes Necessary Claims, any patent licenses
|
|
38
|
+
granted under this License directly to the Licensee are immediately
|
|
39
|
+
terminated as of the date of the initiation of action unless 1) that suit
|
|
40
|
+
was in response to a corresponding suit regarding an Implementation first
|
|
41
|
+
brought against an initiating entity, or 2) that suit was brought to
|
|
42
|
+
enforce the terms of this License (including intervention in a third-party
|
|
43
|
+
action by a Licensee).
|
|
44
|
+
|
|
45
|
+
1.4. Disclaimers. The Reference Implementation and Specification are provided
|
|
46
|
+
"AS IS" and without warranty. The entire risk as to implementing or
|
|
47
|
+
otherwise using the Reference Implementation or Specification is assumed
|
|
48
|
+
by the implementer and user. Licensor expressly disclaims any warranties
|
|
49
|
+
(express, implied, or otherwise), including implied warranties of
|
|
50
|
+
merchantability, non-infringement, fitness for a particular purpose, or
|
|
51
|
+
title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
|
|
52
|
+
ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
|
|
53
|
+
INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
|
|
54
|
+
ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
|
|
55
|
+
OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
|
|
56
|
+
NOT THE OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
57
|
+
|
|
58
|
+
2. Definitions.
|
|
59
|
+
|
|
60
|
+
2.1. Affiliate. "Affiliate" means an entity that directly or indirectly
|
|
61
|
+
Controls, is Controlled by, or is under common Control of that party.
|
|
62
|
+
|
|
63
|
+
2.2. Control. "Control" means direct or indirect control of more than 50% of
|
|
64
|
+
the voting power to elect directors of that corporation, or for any other
|
|
65
|
+
entity, the power to direct management of such entity.
|
|
66
|
+
|
|
67
|
+
2.3. Decoder. "Decoder" means any decoder that conforms fully with all
|
|
68
|
+
non-optional portions of the Specification.
|
|
69
|
+
|
|
70
|
+
2.4. Encoder. "Encoder" means any encoder that produces a bitstream that can
|
|
71
|
+
be decoded by a Decoder only to the extent it produces such a bitstream.
|
|
72
|
+
|
|
73
|
+
2.5. Final Deliverable. "Final Deliverable" means the final version of a
|
|
74
|
+
deliverable approved by the Alliance for Open Media as a Final
|
|
75
|
+
Deliverable.
|
|
76
|
+
|
|
77
|
+
2.6. Implementation. "Implementation" means any implementation, including the
|
|
78
|
+
Reference Implementation, that is an Encoder and/or a Decoder. An
|
|
79
|
+
Implementation also includes components of an Implementation only to the
|
|
80
|
+
extent they are used as part of an Implementation.
|
|
81
|
+
|
|
82
|
+
2.7. License. "License" means this license.
|
|
83
|
+
|
|
84
|
+
2.8. Licensee. "Licensee" means any person or entity who exercises patent
|
|
85
|
+
rights granted under this License.
|
|
86
|
+
|
|
87
|
+
2.9. Licensor. "Licensor" means (i) any Licensee that makes, sells, offers
|
|
88
|
+
for sale, imports or distributes any Implementation, or (ii) a person
|
|
89
|
+
or entity that has a licensing obligation to the Implementation as a
|
|
90
|
+
result of its membership and/or participation in the Alliance for Open
|
|
91
|
+
Media working group that developed the Specification.
|
|
92
|
+
|
|
93
|
+
2.10. Necessary Claims. "Necessary Claims" means all claims of patents or
|
|
94
|
+
patent applications, (a) that currently or at any time in the future,
|
|
95
|
+
are owned or controlled by the Licensor, and (b) (i) would be an
|
|
96
|
+
Essential Claim as defined by the W3C Policy as of February 5, 2004
|
|
97
|
+
(https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
|
|
98
|
+
as if the Specification was a W3C Recommendation; or (ii) are infringed
|
|
99
|
+
by the Reference Implementation.
|
|
100
|
+
|
|
101
|
+
2.11. Reference Implementation. "Reference Implementation" means an Encoder
|
|
102
|
+
and/or Decoder released by the Alliance for Open Media as a Final
|
|
103
|
+
Deliverable.
|
|
104
|
+
|
|
105
|
+
2.12. Specification. "Specification" means the specification designated by
|
|
106
|
+
the Alliance for Open Media as a Final Deliverable for which this
|
|
107
|
+
License was issued.
|
|
108
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
Name: Alliance for Open Media Video Codec
|
|
2
|
+
Short Name: libaom
|
|
3
|
+
URL: https://aomedia.googlesource.com/aom/
|
|
4
|
+
Version: N/A
|
|
5
|
+
Revision: 91f00106883401aef4e052c7fec2163d5f71d44e
|
|
6
|
+
Update Mechanism: Manual
|
|
7
|
+
CPEPrefix: cpe:/a:aomedia:aomedia:3.14.1
|
|
8
|
+
License: Alliance-for-Open-Media-Patent, BSD-2-Clause
|
|
9
|
+
License Android Compatible: yes
|
|
10
|
+
License File: source/libaom/LICENSE, source/libaom/PATENTS
|
|
11
|
+
Security Critical: yes
|
|
12
|
+
Shipped: yes
|
|
13
|
+
|
|
14
|
+
Description:
|
|
15
|
+
Provides tools for:
|
|
16
|
+
- creating AV1 bitstreams for storage and transmission.
|
|
17
|
+
- decoding AV1 bitstreams for display.
|
|
18
|
+
|
|
19
|
+
Please follow these steps to update libaom source code:
|
|
20
|
+
|
|
21
|
+
1. Update the code:
|
|
22
|
+
roll_dep.py \
|
|
23
|
+
-r <libaom OWNER> \
|
|
24
|
+
--log-limit 20 \
|
|
25
|
+
--roll-to <libaom hash> \
|
|
26
|
+
src/third_party/libaom/source/libaom
|
|
27
|
+
|
|
28
|
+
Use the generated commit message for the roll.
|
|
29
|
+
|
|
30
|
+
Note: When running roll_dep.py on a Chrome release branch, we get the
|
|
31
|
+
error message:
|
|
32
|
+
error: Ensure chromium/src is clean first (no non-merged commits).
|
|
33
|
+
|
|
34
|
+
because the is_prestine() function in roll_dep.py runs git diff against
|
|
35
|
+
origin/main. A workaround is to edit roll_dep.py and change
|
|
36
|
+
'origin/main' to the release branch, e.g., 'branch-heads/5414' for the
|
|
37
|
+
Chrome M109 release branch. Remember to change it back to 'origin/main'
|
|
38
|
+
after running roll_dep.py.
|
|
39
|
+
|
|
40
|
+
2. Generate the config files:
|
|
41
|
+
# See prerequisites in file comments.
|
|
42
|
+
./cmake_update.sh
|
|
43
|
+
|
|
44
|
+
This will also update this file with the new revision.
|
|
45
|
+
Update 'Revision' and 'CPEPrefix' in this file if necessary.
|
|
46
|
+
|
|
47
|
+
3. Amend the commit created by the first step:
|
|
48
|
+
|
|
49
|
+
git commit -a --amend
|
|
50
|
+
|
|
51
|
+
Add `Bug: 307414544` to the commit message.
|
|
52
|
+
|
|
53
|
+
4. Upload the change to Gerrit:
|
|
54
|
+
|
|
55
|
+
git cl upload
|
|
56
|
+
|
|
57
|
+
Run tryjobs:
|
|
58
|
+
|
|
59
|
+
git cl try
|
|
60
|
+
|
|
61
|
+
5. Send out for review when all tryjobs pass. Submit it when +1 is granted.
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Name: libgav1
|
|
2
|
+
Short Name: libgav1
|
|
3
|
+
URL: https://chromium.googlesource.com/codecs/libgav1/
|
|
4
|
+
Version: N/A
|
|
5
|
+
Revision: 66ac17620652635392f6ab24065c77b035e281c9
|
|
6
|
+
Update Mechanism: Autoroll
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
License File: src/LICENSE
|
|
9
|
+
Security Critical: yes
|
|
10
|
+
Shipped: yes
|
|
11
|
+
|
|
12
|
+
Description:
|
|
13
|
+
A Main profile (0), High profile (1) & Professional profile (2) compliant AV1
|
|
14
|
+
decoder.
|
|
15
|
+
|
|
16
|
+
Notable changes from upstream:
|
|
17
|
+
- Use CHROMIUM macro to guard Chromium-specific changes.
|
|
18
|
+
(1) obu_parser: Make obu extension flag check failure as warning. Thus the
|
|
19
|
+
mismatch of OperatingPointIdc and obu_extension_flag does not break the
|
|
20
|
+
overall parsing of OBU.
|
|
21
|
+
|
|
22
|
+
Please follow these steps to update libgav1 src code
|
|
23
|
+
1. Update the code:
|
|
24
|
+
roll_dep.py \
|
|
25
|
+
-r <libgav1 OWNER> \
|
|
26
|
+
--log-limit 20 \
|
|
27
|
+
--roll-to <libgav1 hash> \
|
|
28
|
+
src/third_party/libgav1/src
|
|
29
|
+
|
|
30
|
+
Use the generated commit message for the roll.
|
|
31
|
+
|
|
32
|
+
2. Update Commit in README.chromium:
|
|
33
|
+
go run update_readme.go
|