Enable the hevc playback pref by default on Linux
Categories
(Core :: Audio/Video: Playback, task)
Tracking
()
People
(Reporter: alwu, Assigned: alwu)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(3 files)
The implementation of HEVC playback support has landed in bug 1894818. Now we can turn the pref on by default on Linux.
Assignee | ||
Comment 1•5 days ago
|
||
Assignee | ||
Comment 2•5 days ago
|
||
Backed out for causing canvas failures @canvas-display-p3-drawImage-ImageBitmap-video.html.
Assignee | ||
Comment 5•3 days ago
|
||
In canvas-display-p3-drawImage-video.html, it will append both mp4 and webm
sources and let browser to determine which source is supported. The mp4 file is
HEVC, which doesn't support on Linux before until we turn the pref on in this
bug.
If we run webm file on the test, the test will pass as before. Therefore, we
should either fix this color diff error for HEVC, or modify the test to use
webm file first.
Assignee | ||
Updated•3 days ago
|
Comment 7•3 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/051d530d45a2
https://hg.mozilla.org/mozilla-central/rev/e328133621cb
https://hg.mozilla.org/mozilla-central/rev/b3b65f1c13d5
Assignee | ||
Comment 8•3 days ago
|
||
It's worth to update the Browser Compatibility
for HEVC on MDN. Firefox already supports HEVC on Windows since 134 (for HW decoding, SW will only be supported if user explicitly installs the paid extension). On MacOS, Firefox will support HEVC on 136 (both SW and HW), and on 137 on Android (HW) and Linux (SW&HW via the system ffmpeg).
Comment 9•2 days ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Support HEVC playback on Linux
[Affects Firefox for Android]: No
[Suggested wording]: : Support HEVC playback on Linux
[Links (documentation, blog post, etc)]: No
Comment 10•2 days ago
|
||
Note added to our nightly release note, keeping the flag open until it ships to the release channel.
Description
•