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,236 @@
|
|
|
1
|
+
libjpeg-turbo Licenses
|
|
2
|
+
======================
|
|
3
|
+
|
|
4
|
+
libjpeg-turbo is covered by two compatible BSD-style open source licenses:
|
|
5
|
+
|
|
6
|
+
- The IJG (Independent JPEG Group) License, which is listed in
|
|
7
|
+
[README.ijg](README.ijg)
|
|
8
|
+
|
|
9
|
+
This license applies to the libjpeg API library and associated programs,
|
|
10
|
+
including any code inherited from libjpeg and any modifications to that
|
|
11
|
+
code. Note that the libjpeg-turbo SIMD source code bears the
|
|
12
|
+
[zlib License](https://opensource.org/licenses/Zlib), but in the context of
|
|
13
|
+
the overall libjpeg API library, the terms of the zlib License are subsumed
|
|
14
|
+
by the terms of the IJG License.
|
|
15
|
+
|
|
16
|
+
- The Modified (3-clause) BSD License, which is listed below
|
|
17
|
+
|
|
18
|
+
This license applies to the TurboJPEG API library and associated programs, as
|
|
19
|
+
well as the build system. Note that the TurboJPEG API library wraps the
|
|
20
|
+
libjpeg API library, so in the context of the overall TurboJPEG API library,
|
|
21
|
+
both the terms of the IJG License and the terms of the Modified (3-clause)
|
|
22
|
+
BSD License apply.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Complying with the libjpeg-turbo Licenses
|
|
26
|
+
=========================================
|
|
27
|
+
|
|
28
|
+
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
|
|
29
|
+
best of our understanding. This is not a license in and of itself. It is
|
|
30
|
+
intended solely for clarification.
|
|
31
|
+
|
|
32
|
+
1. If you are distributing a modified version of the libjpeg-turbo source,
|
|
33
|
+
then:
|
|
34
|
+
|
|
35
|
+
1. You cannot alter or remove any existing copyright or license notices
|
|
36
|
+
from the source.
|
|
37
|
+
|
|
38
|
+
**Origin**
|
|
39
|
+
- Clause 1 of the IJG License
|
|
40
|
+
- Clause 1 of the Modified BSD License
|
|
41
|
+
- Clauses 1 and 3 of the zlib License
|
|
42
|
+
|
|
43
|
+
2. You must add your own copyright notice to the header of each source
|
|
44
|
+
file you modified, so others can tell that you modified that file. (If
|
|
45
|
+
there is not an existing copyright header in that file, then you can
|
|
46
|
+
simply add a notice stating that you modified the file.)
|
|
47
|
+
|
|
48
|
+
**Origin**
|
|
49
|
+
- Clause 1 of the IJG License
|
|
50
|
+
- Clause 2 of the zlib License
|
|
51
|
+
|
|
52
|
+
3. You must include the IJG README file, and you must not alter any of the
|
|
53
|
+
copyright or license text in that file.
|
|
54
|
+
|
|
55
|
+
**Origin**
|
|
56
|
+
- Clause 1 of the IJG License
|
|
57
|
+
|
|
58
|
+
2. If you are distributing only libjpeg-turbo binaries without the source, or
|
|
59
|
+
if you are distributing an application that statically links with
|
|
60
|
+
libjpeg-turbo, then:
|
|
61
|
+
|
|
62
|
+
1. Your product documentation must include a message stating:
|
|
63
|
+
|
|
64
|
+
This software is based in part on the work of the Independent JPEG
|
|
65
|
+
Group.
|
|
66
|
+
|
|
67
|
+
**Origin**
|
|
68
|
+
- Clause 2 of the IJG license
|
|
69
|
+
|
|
70
|
+
2. If your binary distribution includes or uses the TurboJPEG API, then
|
|
71
|
+
your product documentation must include the text of the Modified BSD
|
|
72
|
+
License (see below.)
|
|
73
|
+
|
|
74
|
+
**Origin**
|
|
75
|
+
- Clause 2 of the Modified BSD License
|
|
76
|
+
|
|
77
|
+
3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
|
|
78
|
+
contributors thereof in advertising, publicity, etc.
|
|
79
|
+
|
|
80
|
+
**Origin**
|
|
81
|
+
- IJG License
|
|
82
|
+
- Clause 3 of the Modified BSD License
|
|
83
|
+
|
|
84
|
+
4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
|
|
85
|
+
free of defects, nor do we accept any liability for undesirable
|
|
86
|
+
consequences resulting from your use of the software.
|
|
87
|
+
|
|
88
|
+
**Origin**
|
|
89
|
+
- IJG License
|
|
90
|
+
- Modified BSD License
|
|
91
|
+
- zlib License
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
The Modified (3-clause) BSD License
|
|
95
|
+
===================================
|
|
96
|
+
|
|
97
|
+
Copyright (C)2009-2024 D. R. Commander. All Rights Reserved.<br>
|
|
98
|
+
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
|
|
99
|
+
|
|
100
|
+
Redistribution and use in source and binary forms, with or without
|
|
101
|
+
modification, are permitted provided that the following conditions are met:
|
|
102
|
+
|
|
103
|
+
- Redistributions of source code must retain the above copyright notice,
|
|
104
|
+
this list of conditions and the following disclaimer.
|
|
105
|
+
- Redistributions in binary form must reproduce the above copyright notice,
|
|
106
|
+
this list of conditions and the following disclaimer in the documentation
|
|
107
|
+
and/or other materials provided with the distribution.
|
|
108
|
+
- Neither the name of the libjpeg-turbo Project nor the names of its
|
|
109
|
+
contributors may be used to endorse or promote products derived from this
|
|
110
|
+
software without specific prior written permission.
|
|
111
|
+
|
|
112
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
|
|
113
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
114
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
115
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
|
|
116
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
117
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
118
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
119
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
120
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
121
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
122
|
+
POSSIBILITY OF SUCH DAMAGE.
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
Why Two Licenses?
|
|
126
|
+
=================
|
|
127
|
+
|
|
128
|
+
The zlib License could have been used instead of the Modified (3-clause) BSD
|
|
129
|
+
License, and since the IJG License effectively subsumes the distribution
|
|
130
|
+
conditions of the zlib License, this would have effectively placed
|
|
131
|
+
libjpeg-turbo binary distributions under the IJG License. However, the IJG
|
|
132
|
+
License specifically refers to the Independent JPEG Group and does not extend
|
|
133
|
+
attribution and endorsement protections to other entities. Thus, it was
|
|
134
|
+
desirable to choose a license that granted us the same protections for new code
|
|
135
|
+
that were granted to the IJG for code derived from their software.
|
|
136
|
+
|
|
137
|
+
========
|
|
138
|
+
|
|
139
|
+
This package contains C software to implement JPEG image encoding, decoding,
|
|
140
|
+
and transcoding. JPEG (pronounced "jay-peg") is a standardized compression
|
|
141
|
+
method for full-color and grayscale images. JPEG's strong suit is compressing
|
|
142
|
+
photographic images or other types of images that have smooth color and
|
|
143
|
+
brightness transitions between neighboring pixels. Images with sharp lines or
|
|
144
|
+
other abrupt features may not compress well with JPEG, and a higher JPEG
|
|
145
|
+
quality may have to be used to avoid visible compression artifacts with such
|
|
146
|
+
images.
|
|
147
|
+
|
|
148
|
+
JPEG is normally lossy, meaning that the output pixels are not necessarily
|
|
149
|
+
identical to the input pixels. However, on photographic content and other
|
|
150
|
+
"smooth" images, very good compression ratios can be obtained with no visible
|
|
151
|
+
compression artifacts, and extremely high compression ratios are possible if
|
|
152
|
+
you are willing to sacrifice image quality (by reducing the "quality" setting
|
|
153
|
+
in the compressor.)
|
|
154
|
+
|
|
155
|
+
This software implements JPEG baseline, extended-sequential, progressive, and
|
|
156
|
+
lossless compression processes. Provision is made for supporting all variants
|
|
157
|
+
of these processes, although some uncommon parameter settings aren't
|
|
158
|
+
implemented yet. We have made no provision for supporting the hierarchical
|
|
159
|
+
processes defined in the standard.
|
|
160
|
+
|
|
161
|
+
We provide a set of library routines for reading and writing JPEG image files,
|
|
162
|
+
plus two sample applications "cjpeg" and "djpeg", which use the library to
|
|
163
|
+
perform conversion between JPEG and some other popular image file formats.
|
|
164
|
+
The library is intended to be reused in other applications.
|
|
165
|
+
|
|
166
|
+
In order to support file conversion and viewing software, we have included
|
|
167
|
+
considerable functionality beyond the bare JPEG coding/decoding capability;
|
|
168
|
+
for example, the color quantization modules are not strictly part of JPEG
|
|
169
|
+
decoding, but they are essential for output to colormapped file formats. These
|
|
170
|
+
extra functions can be compiled out of the library if not required for a
|
|
171
|
+
particular application.
|
|
172
|
+
|
|
173
|
+
We have also included "jpegtran", a utility for lossless transcoding between
|
|
174
|
+
different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple
|
|
175
|
+
applications for inserting and extracting textual comments in JFIF files.
|
|
176
|
+
|
|
177
|
+
The emphasis in designing this software has been on achieving portability and
|
|
178
|
+
flexibility, while also making it fast enough to be useful. In particular,
|
|
179
|
+
the software is not intended to be read as a tutorial on JPEG. (See the
|
|
180
|
+
REFERENCES section for introductory material.) Rather, it is intended to
|
|
181
|
+
be reliable, portable, industrial-strength code. We do not claim to have
|
|
182
|
+
achieved that goal in every aspect of the software, but we strive for it.
|
|
183
|
+
|
|
184
|
+
We welcome the use of this software as a component of commercial products.
|
|
185
|
+
No royalty is required, but we do ask for an acknowledgement in product
|
|
186
|
+
documentation, as described under LEGAL ISSUES.
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
LEGAL ISSUES
|
|
190
|
+
============
|
|
191
|
+
|
|
192
|
+
In plain English:
|
|
193
|
+
|
|
194
|
+
1. We don't promise that this software works. (But if you find any bugs,
|
|
195
|
+
please let us know!)
|
|
196
|
+
2. You can use this software for whatever you want. You don't have to pay us.
|
|
197
|
+
3. You may not pretend that you wrote this software. If you use it in a
|
|
198
|
+
program, you must acknowledge somewhere in your documentation that
|
|
199
|
+
you've used the IJG code.
|
|
200
|
+
|
|
201
|
+
In legalese:
|
|
202
|
+
|
|
203
|
+
The authors make NO WARRANTY or representation, either express or implied,
|
|
204
|
+
with respect to this software, its quality, accuracy, merchantability, or
|
|
205
|
+
fitness for a particular purpose. This software is provided "AS IS", and you,
|
|
206
|
+
its user, assume the entire risk as to its quality and accuracy.
|
|
207
|
+
|
|
208
|
+
This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
|
|
209
|
+
All Rights Reserved except as specified below.
|
|
210
|
+
|
|
211
|
+
Permission is hereby granted to use, copy, modify, and distribute this
|
|
212
|
+
software (or portions thereof) for any purpose, without fee, subject to these
|
|
213
|
+
conditions:
|
|
214
|
+
(1) If any part of the source code for this software is distributed, then this
|
|
215
|
+
README file must be included, with this copyright and no-warranty notice
|
|
216
|
+
unaltered; and any additions, deletions, or changes to the original files
|
|
217
|
+
must be clearly indicated in accompanying documentation.
|
|
218
|
+
(2) If only executable code is distributed, then the accompanying
|
|
219
|
+
documentation must state that "this software is based in part on the work of
|
|
220
|
+
the Independent JPEG Group".
|
|
221
|
+
(3) Permission for use of this software is granted only if the user accepts
|
|
222
|
+
full responsibility for any undesirable consequences; the authors accept
|
|
223
|
+
NO LIABILITY for damages of any kind.
|
|
224
|
+
|
|
225
|
+
These conditions apply to any software derived from or based on the IJG code,
|
|
226
|
+
not just to the unmodified library. If you use our work, you ought to
|
|
227
|
+
acknowledge us.
|
|
228
|
+
|
|
229
|
+
Permission is NOT granted for the use of any IJG author's name or company name
|
|
230
|
+
in advertising or publicity relating to this software or products derived from
|
|
231
|
+
it. This software may be referred to only as "the Independent JPEG Group's
|
|
232
|
+
software".
|
|
233
|
+
|
|
234
|
+
We specifically permit and encourage the use of this software as the basis of
|
|
235
|
+
commercial products, provided that all warranty or liability claims are
|
|
236
|
+
assumed by the product vendor.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
Name: libjpeg-turbo
|
|
2
|
+
URL: https://github.com/libjpeg-turbo/libjpeg-turbo/
|
|
3
|
+
Version: 3.1.0
|
|
4
|
+
Revision: 20ade4dea9589515a69793e447a6c6220b464535
|
|
5
|
+
License: IJG, BSD-3-Clause
|
|
6
|
+
License File: LICENSE.md.chromium
|
|
7
|
+
Security Critical: yes
|
|
8
|
+
Update Mechanism: Manual
|
|
9
|
+
Shipped: yes
|
|
10
|
+
License Android Compatible: yes
|
|
11
|
+
|
|
12
|
+
Description:
|
|
13
|
+
This consists of the components:
|
|
14
|
+
* libjpeg-turbo 3.1.0
|
|
15
|
+
* This file (README.chromium)
|
|
16
|
+
* A build file (BUILD.gn)
|
|
17
|
+
* An OWNERS file
|
|
18
|
+
* A codereview.settings file
|
|
19
|
+
* A DIR_METADATA file
|
|
20
|
+
* Patched header files used by Chromium
|
|
21
|
+
* Deleted unused directories: .github, cmakescripts, doc, fuzz, java, release,
|
|
22
|
+
sharedlib, simd/mips, simd/mips64, simd/powerpc, and win
|
|
23
|
+
* Deleted unused files: appveyor.yml, CMakeLists.txt, cjpeg.1, croptest.in,
|
|
24
|
+
djpeg.1, doxygen.config, doxygen-extra.css, example.txt, .gitattributes,
|
|
25
|
+
jpegtran.1, md5/CMakeLists.txt, md5/md5cmp.c, rdjpgcom.1, simd/CMakeLists.txt,
|
|
26
|
+
strtest.c, tjbenchtest.in, tjbenchtest.java.in, tjexample.c, tjexampletest.in,
|
|
27
|
+
tjexampletest.java.in and wrjpgcom.1
|
|
28
|
+
* Deleted legacy Arm Neon assembly files (supporting old compiler versions that
|
|
29
|
+
do not generate performant code from intrinsics):
|
|
30
|
+
simd/arm/aarch32/jsimd_neon.S, simd/arm/aarch64/jsimd_neon.S.
|
|
31
|
+
|
|
32
|
+
This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
|
|
33
|
+
Chromium code.
|
|
34
|
+
|
|
35
|
+
Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
|
|
36
|
+
jpeglibmangler.h and included it from jpeglib.h that changes the names of all
|
|
37
|
+
externally visible functions to chromium_* so that we can avoid conflicts that
|
|
38
|
+
arise when system libraries attempt to use our libjpeg. Also, we applied the
|
|
39
|
+
following changes which are not merged to upstream:
|
|
40
|
+
|
|
41
|
+
* Configuration files jconfig.h, jconfigint.h and neon-compat.h were generated
|
|
42
|
+
and then altered manually to be compatible on all of Chromium's platforms.
|
|
43
|
+
http://crbug.com/608347
|
|
44
|
+
* Patches to enable running the upstream unit tests through GTest.
|
|
45
|
+
The upstream unit tests are defined here under the section 'TESTS':
|
|
46
|
+
https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/CMakeLists.txt
|
|
47
|
+
These changes are tracked by Chromium issue: https://crbug.com/993876
|
|
48
|
+
- Refactor tjunittest.c to provide test interface
|
|
49
|
+
- Move tjunittest logs from stdout to stderr
|
|
50
|
+
- Refactor tjbench.c to provide test interface
|
|
51
|
+
- Move tbench logs from stdout to stderr
|
|
52
|
+
- Write tjunittest output files to sdcard on Android
|
|
53
|
+
- Refactor cjpeg.c to provide test interface
|
|
54
|
+
- Refactor jpegtran.c to provide test interface
|
|
55
|
+
- Add input JPEG images for djpeg and jpegtran tests
|
|
56
|
+
- Refactor djpeg.c to provide test interface
|
|
57
|
+
A new gtest directory contains GTest wrappers (and associated utilities) for
|
|
58
|
+
each of tjunittest, tjbench, cjpeg, djpeg and jpegtran.
|
|
59
|
+
* LICENSE.md.chromium which combines the license material from LICENSE.md and
|
|
60
|
+
README.ijg to satisfy Chromium and Google-internal license linters.
|
|
61
|
+
|
|
62
|
+
Refer to working-with-nested-repos [1] for details of how to setup your git
|
|
63
|
+
svn client to update the code (for making local changes, cherry picking from
|
|
64
|
+
upstream, etc).
|
|
65
|
+
|
|
66
|
+
[1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested-repos
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) 2001-2017 Cisco Systems, Inc.
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
*
|
|
6
|
+
* Redistribution and use in source and binary forms, with or without
|
|
7
|
+
* modification, are permitted provided that the following conditions
|
|
8
|
+
* are met:
|
|
9
|
+
*
|
|
10
|
+
* Redistributions of source code must retain the above copyright
|
|
11
|
+
* notice, this list of conditions and the following disclaimer.
|
|
12
|
+
*
|
|
13
|
+
* Redistributions in binary form must reproduce the above
|
|
14
|
+
* copyright notice, this list of conditions and the following
|
|
15
|
+
* disclaimer in the documentation and/or other materials provided
|
|
16
|
+
* with the distribution.
|
|
17
|
+
*
|
|
18
|
+
* Neither the name of the Cisco Systems, Inc. nor the names of its
|
|
19
|
+
* contributors may be used to endorse or promote products derived
|
|
20
|
+
* from this software without specific prior written permission.
|
|
21
|
+
*
|
|
22
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
23
|
+
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
24
|
+
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
25
|
+
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
26
|
+
* COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
27
|
+
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28
|
+
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
29
|
+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
30
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
31
|
+
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
32
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
33
|
+
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Name: libsrtp
|
|
2
|
+
URL: https://github.com/cisco/libsrtp
|
|
3
|
+
Version: 24b3bf8f19b6f5ab4cd2bcceb4f4064efca (v⒉.8.0)
|
|
4
|
+
Update Mechanism: Manual
|
|
5
|
+
License: BSD-3-Clause
|
|
6
|
+
License File: LICENSE
|
|
7
|
+
Security Critical: Yes
|
|
8
|
+
Shipped: yes
|
|
9
|
+
|
|
10
|
+
Description:
|
|
11
|
+
libsrtp provides secure media transmission in real
|
|
12
|
+
time communications. It's used with WebRTC which
|
|
13
|
+
provides the p2p session setup.
|
|
14
|
+
|
|
15
|
+
Local Modifications:
|
|
16
|
+
Removed many unused files, e.g. all non-OpenSSL cipher implementations.
|
|
17
|
+
Renamed VERSION to LIBSRTP_VERSION.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Copyright (c) 2010, The WebM Project authors. 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 are
|
|
5
|
+
met:
|
|
6
|
+
|
|
7
|
+
* Redistributions of source code must retain the above copyright
|
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
|
9
|
+
|
|
10
|
+
* 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
|
+
* Neither the name of Google, nor the WebM Project, nor the names
|
|
16
|
+
of its contributors may be used to endorse or promote products
|
|
17
|
+
derived from this software without specific prior written
|
|
18
|
+
permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
21
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
22
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
23
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
24
|
+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
25
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
26
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
27
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
28
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
29
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
30
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Additional IP Rights Grant (Patents)
|
|
2
|
+
------------------------------------
|
|
3
|
+
|
|
4
|
+
"These implementations" means the copyrightable works that implement the WebM
|
|
5
|
+
codecs distributed by Google as part of the WebM Project.
|
|
6
|
+
|
|
7
|
+
Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
|
|
8
|
+
royalty-free, irrevocable (except as stated in this section) patent license to
|
|
9
|
+
make, have made, use, offer to sell, sell, import, transfer, and otherwise
|
|
10
|
+
run, modify and propagate the contents of these implementations of WebM, where
|
|
11
|
+
such license applies only to those patent claims, both currently owned by
|
|
12
|
+
Google and acquired in the future, licensable by Google that are necessarily
|
|
13
|
+
infringed by these implementations of WebM. This grant does not include claims
|
|
14
|
+
that would be infringed only as a consequence of further modification of these
|
|
15
|
+
implementations. If you or your agent or exclusive licensee institute or order
|
|
16
|
+
or agree to the institution of patent litigation or any other patent
|
|
17
|
+
enforcement activity against any entity (including a cross-claim or
|
|
18
|
+
counterclaim in a lawsuit) alleging that any of these implementations of WebM
|
|
19
|
+
or any code incorporated within any of these implementations of WebM
|
|
20
|
+
constitute direct or contributory patent infringement, or inducement of
|
|
21
|
+
patent infringement, then any patent rights granted to you under this License
|
|
22
|
+
for these implementations of WebM shall terminate as of the date such
|
|
23
|
+
litigation is filed.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
Name: libvpx
|
|
2
|
+
URL: https://chromium.googlesource.com/webm/libvpx
|
|
3
|
+
Version: N/A
|
|
4
|
+
Revision: 572f663c893499db9e7f69bb2fec821eae6b1c40
|
|
5
|
+
Update Mechanism: Manual
|
|
6
|
+
CPEPrefix: cpe:/a:webmproject:libvpx:1.16.0
|
|
7
|
+
License: BSD-3-Clause, WebM-Project-Patent
|
|
8
|
+
License Android Compatible: yes
|
|
9
|
+
License File: source/libvpx/LICENSE, source/libvpx/PATENTS
|
|
10
|
+
Security Critical: yes
|
|
11
|
+
Shipped: yes
|
|
12
|
+
|
|
13
|
+
Description:
|
|
14
|
+
Contains the sources used to compile libvpx binaries used by Google Chrome and
|
|
15
|
+
Chromium.
|
|
16
|
+
|
|
17
|
+
The libvpx source is from webmproject.org:
|
|
18
|
+
https://www.webmproject.org/code/
|
|
19
|
+
|
|
20
|
+
Please follow these steps to update libvpx source code:
|
|
21
|
+
|
|
22
|
+
1. Update the code:
|
|
23
|
+
roll_dep.py \
|
|
24
|
+
-r <libvpx OWNER> \
|
|
25
|
+
--log-limit 20 \
|
|
26
|
+
--roll-to <libvpx hash> \
|
|
27
|
+
src/third_party/libvpx/source/libvpx
|
|
28
|
+
|
|
29
|
+
Use the generated commit message for the roll.
|
|
30
|
+
|
|
31
|
+
2. Generate .gni and config files:
|
|
32
|
+
|
|
33
|
+
cd third_party/libvpx
|
|
34
|
+
./generate_gni.sh
|
|
35
|
+
|
|
36
|
+
Update 'Revision' and 'CPEPrefix' in this file if necessary.
|
|
37
|
+
|
|
38
|
+
3. Amend the commit created by the first step:
|
|
39
|
+
|
|
40
|
+
git commit -a --amend
|
|
41
|
+
|
|
42
|
+
Add `Bug: 308446709` to the commit message.
|
|
43
|
+
|
|
44
|
+
4. Upload the change to Gerrit:
|
|
45
|
+
|
|
46
|
+
git cl upload
|
|
47
|
+
|
|
48
|
+
Run tryjobs:
|
|
49
|
+
|
|
50
|
+
git cl try
|
|
51
|
+
|
|
52
|
+
5. Send out for review when all tryjobs pass. Submit it when +1 is granted.
|
|
53
|
+
|
|
54
|
+
Tools needed to build libvpx:
|
|
55
|
+
|
|
56
|
+
- generate_gni.sh
|
|
57
|
+
|
|
58
|
+
Generate config and .gni files that contain the source list for each platform.
|
|
59
|
+
Configuration for the build is taken from vpx_config.h for each platform.
|
|
60
|
+
|
|
61
|
+
- lint_config.sh
|
|
62
|
+
|
|
63
|
+
A tool to verify vpx_config.h and vpx_config.asm are matched. This also
|
|
64
|
+
prints the final configuration after checking.
|
|
65
|
+
|
|
66
|
+
The PGO (Profile-Guided Optimization) test cases located in the tests/pgo
|
|
67
|
+
directory require a set of test data. To download this test data, execute
|
|
68
|
+
the following command:
|
|
69
|
+
|
|
70
|
+
python3 ./source/libvpx/test/android/get_files.py \
|
|
71
|
+
-i tests/pgo/pgo-test-data.sha1 \
|
|
72
|
+
-o ../../out/Default/ \
|
|
73
|
+
-u http://downloads.webmproject.org/test_data/libvpx
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Copyright 2011 The LibYuv Project Authors. 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 are
|
|
5
|
+
met:
|
|
6
|
+
|
|
7
|
+
* Redistributions of source code must retain the above copyright
|
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
|
9
|
+
|
|
10
|
+
* 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
|
+
* Neither the name of Google nor the names of its contributors may
|
|
16
|
+
be used to endorse or promote products derived from this software
|
|
17
|
+
without specific prior written permission.
|
|
18
|
+
|
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
20
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
21
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
22
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
23
|
+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
24
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
25
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
26
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
27
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Name: libyuv
|
|
2
|
+
URL: https://chromium.googlesource.com/libyuv/libyuv/
|
|
3
|
+
Version: 1948
|
|
4
|
+
Revision: DEPS
|
|
5
|
+
License: BSD-3-Clause
|
|
6
|
+
License File: LICENSE
|
|
7
|
+
Shipped: yes
|
|
8
|
+
Security Critical: yes
|
|
9
|
+
Update Mechanism: Manual
|
|
10
|
+
|
|
11
|
+
Description:
|
|
12
|
+
libyuv is an open source project that includes YUV conversion and scaling functionality.
|
|
13
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
created by Victoria Zhislina, the Senior Application Engineer, Intel Corporation, victoria.zhislina@intel.com
|
|
2
|
+
|
|
3
|
+
*** Copyright (C) 2012-2020 Intel Corporation. All rights reserved.
|
|
4
|
+
|
|
5
|
+
IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
|
|
6
|
+
|
|
7
|
+
By downloading, copying, installing or using the software you agree to this license.
|
|
8
|
+
If you do not agree to this license, do not download, install, copy or use the software.
|
|
9
|
+
|
|
10
|
+
License Agreement
|
|
11
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
12
|
+
are permitted provided that the following conditions are met:
|
|
13
|
+
|
|
14
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
15
|
+
this list of conditions and the following disclaimer.
|
|
16
|
+
|
|
17
|
+
* The name of the copyright holders may not be used to endorse or promote products
|
|
18
|
+
derived from this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
This software is provided by the copyright holders and contributors "as is" and
|
|
21
|
+
any express or implied warranties, including, but not limited to, the implied
|
|
22
|
+
warranties of merchantability and fitness for a particular purpose are disclaimed.
|
|
23
|
+
In no event shall the Intel Corporation or contributors be liable for any direct,
|
|
24
|
+
indirect, incidental, special, exemplary, or consequential damages
|
|
25
|
+
(including, but not limited to, procurement of substitute goods or services;
|
|
26
|
+
loss of use, data, or profits; or business interruption) however caused
|
|
27
|
+
and on any theory of liability, whether in contract, strict liability,
|
|
28
|
+
or tort (including negligence or otherwise) arising in any way out of
|
|
29
|
+
the use of this software, even if advised of the possibility of such damage.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Name: ARM_NEON_2_x86_SSE
|
|
2
|
+
Short Name: neon_2_sse
|
|
3
|
+
URL: https://github.com/intel/ARM_NEON_2_x86_SSE
|
|
4
|
+
Version: N/A
|
|
5
|
+
Revision: eb8b80b28f956275e291ea04a7beb5ed8289e872
|
|
6
|
+
Date: 2024-12-09
|
|
7
|
+
Update Mechanism: Manual
|
|
8
|
+
License: BSD-Source-Code
|
|
9
|
+
License File: LICENSE
|
|
10
|
+
Security Critical: Yes
|
|
11
|
+
Shipped: yes
|
|
12
|
+
License Android Compatible: Yes
|
|
13
|
+
|
|
14
|
+
Description:
|
|
15
|
+
The NEON_2_SSE.h file is intended to simplify ARM->IA32 porting. It makes the
|
|
16
|
+
correspondence (or a real porting) of ARM NEON intrinsics as defined in
|
|
17
|
+
"arm_neon.h" header and x86 SSE (up to SSE4.2) intrinsic functions as defined
|
|
18
|
+
in corresponding x86 compilers headers files.
|
|
19
|
+
|
|
20
|
+
Local Modifications:
|
|
21
|
+
- Included only the NEON_2_SSE.h file.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Copyright 2001-2023 Xiph.Org, Skype Limited, Octasic,
|
|
2
|
+
Jean-Marc Valin, Timothy B. Terriberry,
|
|
3
|
+
CSIRO, Gregory Maxwell, Mark Borgerding,
|
|
4
|
+
Erik de Castro Lopo, Mozilla, Amazon
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions
|
|
8
|
+
are met:
|
|
9
|
+
|
|
10
|
+
- Redistributions of source code must retain the above copyright
|
|
11
|
+
notice, this list of conditions and the following disclaimer.
|
|
12
|
+
|
|
13
|
+
- Redistributions in binary form must reproduce the above copyright
|
|
14
|
+
notice, this list of conditions and the following disclaimer in the
|
|
15
|
+
documentation and/or other materials provided with the distribution.
|
|
16
|
+
|
|
17
|
+
- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
|
18
|
+
names of specific contributors, may be used to endorse or promote
|
|
19
|
+
products derived from this software without specific prior written
|
|
20
|
+
permission.
|
|
21
|
+
|
|
22
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
23
|
+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
24
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
25
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
|
26
|
+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
27
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
28
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
29
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
30
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
31
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
32
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
33
|
+
|
|
34
|
+
Opus is subject to the royalty-free patent licenses which are
|
|
35
|
+
specified at:
|
|
36
|
+
|
|
37
|
+
Xiph.Org Foundation:
|
|
38
|
+
https://datatracker.ietf.org/ipr/1524/
|
|
39
|
+
|
|
40
|
+
Microsoft Corporation:
|
|
41
|
+
https://datatracker.ietf.org/ipr/1914/
|
|
42
|
+
|
|
43
|
+
Broadcom Corporation:
|
|
44
|
+
https://datatracker.ietf.org/ipr/1526/
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Name: opus
|
|
2
|
+
URL: https://gitlab.xiph.org/xiph/opus
|
|
3
|
+
Version: 55513e81
|
|
4
|
+
Revision: 55513e81d8f606bd75d0ff773d2144e5f2a732f5
|
|
5
|
+
Update Mechanism: Manual
|
|
6
|
+
License: Opus-Patent-BSD-3-Clause
|
|
7
|
+
License File: src/COPYING
|
|
8
|
+
Security Critical: yes
|
|
9
|
+
Shipped: yes
|
|
10
|
+
CPEPrefix: cpe:/a:opus-codec:opus
|
|
11
|
+
|
|
12
|
+
Description:
|
|
13
|
+
This directory contains a copy of Opus library
|
|
14
|
+
|
|
15
|
+
This library is used by Chrome Remote Desktop and WebRTC for audio stream
|
|
16
|
+
encoding/decoding.
|
|
17
|
+
|
|
18
|
+
Local changes:
|
|
19
|
+
* copy .gitignore from https://git.xiph.org/?p=opus.git;a=tree
|
|
20
|
+
* set 'x' flags for the following files, e.g. `chmod 750 autogen.bat`
|
|
21
|
+
* autogen.bat
|
|
22
|
+
* dnn/download_model.bat
|
|
23
|
+
* dnn/torch/lpcnet/scripts/*.sh
|
|
24
|
+
* dnn/torch/osce/stndrd/evaluation/crete_input_data.sh
|
|
25
|
+
* dnn/training_tf2/decode_rdovae.py
|
|
26
|
+
* dnn/training_tf2/encode_rdovae.py
|
|
27
|
+
* dnn/training_tf2/lpcnet.py
|
|
28
|
+
* dnn/training_tf2/lpcnet_plc.py
|
|
29
|
+
* dnn/training_tf2/plc_loader.py
|
|
30
|
+
* dnn/training_tf2/rdovae.py
|
|
31
|
+
* dnn/training_tf2/test_plc.py
|
|
32
|
+
* dnn/training_tf2/train_plc.py
|
|
33
|
+
* dnn/training_tf2/train_rdovae.py
|
|
34
|
+
* remove assertion messages in release builds (see crbug/1053572)
|
|
35
|
+
* add workaround to ignore some int-overflows when fuzzing (see crbug/1146174, crbug/1491812)
|
|
36
|
+
|
|
37
|
+
Opus' own unit tests are located in ./src/tests
|
|
38
|
+
Additional chromium tests are located in ./tests, and require chromium
|
|
39
|
+
checkout to run the tests.
|
|
40
|
+
|
|
41
|
+
Update DEPS entry for object_name, sha, size, and generation when updating test resource.
|