Set scalability mode in VideoEncoder on Linux
Categories
(Core :: Audio/Video: Web Codecs, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Attachments
(7 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 |
The ScalabilityMode described [1] in W3C [2], like "L1T2" or "L1T3," should be settable in VideoEncoder.
[1] https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-scalabilitymode
[2] https://www.w3.org/TR/webrtc-svc/
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
This patch forwards the temporal layer id info from the underlying
encoded data to the metadata within encoder's output.
Depends on D196533
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D197526
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D197527
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D197528
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D197529
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D197530
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
./mach clang-format --path dom/media/webcodecs/WebCodecsUtils.*
Depends on D197527
Comment 9•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58674d67d519
https://hg.mozilla.org/mozilla-central/rev/83e844587763
https://hg.mozilla.org/mozilla-central/rev/441c6180d7c0
https://hg.mozilla.org/mozilla-central/rev/a10418e6f895
https://hg.mozilla.org/mozilla-central/rev/2dbc960940d6
https://hg.mozilla.org/mozilla-central/rev/7ca188f3d449
https://hg.mozilla.org/mozilla-central/rev/a1eb85b7d65e
Description
•