Update libaom
Categories
(Core :: Audio/Video, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: chunmin, Assigned: padenot)
References
(Blocks 1 open bug)
Details
Attachments
(10 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The libaom encoding has been imrpoved and is now integrated into Chrome WebRTC, as detailed in: https://developer.chrome.com/blog/av1/. To obtain an AV1 encoder for WebCodecs, simply utilize the in-tree libaom. Begin by updating it as the initial step.
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
It doesn't exist anymore in upstream libaom, and we're only using it for this
assertion.
Depends on D198363
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D198364
Assignee | ||
Comment 4•1 year ago
|
||
list(filter(...)) allows executing the iterator.
Variables starting with AOM_ARCH
are needed for compilation, so we're not
filtering all variables starting with AOM
anymore.
.inc
files need to be excluded from moz.build
: they're #include
d like
.h
.
Depends on D198365
Assignee | ||
Comment 5•1 year ago
|
||
It's necessary to use a specific version of pyparsing, and there was some errors
about the directory in which the script had to run from.
Depends on D198366
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D198367
Assignee | ||
Comment 7•1 year ago
|
||
Assignee | ||
Comment 8•1 year ago
|
||
Assignee | ||
Comment 9•1 year ago
|
||
Reporter | ||
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Assignee | ||
Comment 11•1 year ago
|
||
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/878ebc66953d
https://hg.mozilla.org/mozilla-central/rev/1f08eb435fad
https://hg.mozilla.org/mozilla-central/rev/b2fb16aef6bf
https://hg.mozilla.org/mozilla-central/rev/3ca573a75c17
https://hg.mozilla.org/mozilla-central/rev/7433abf57dab
https://hg.mozilla.org/mozilla-central/rev/8c6622dc5b96
https://hg.mozilla.org/mozilla-central/rev/d82bab0bfa1e
https://hg.mozilla.org/mozilla-central/rev/fba9e94e3563
https://hg.mozilla.org/mozilla-central/rev/17f6372edd7b
https://hg.mozilla.org/mozilla-central/rev/08695cd09f8c
Description
•