Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox 121 stable can enable HEVC via flag #6930

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions features-json/hevc.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@
"117":"n",
"118":"n",
"119":"n",
"120":"n d #6",
"121":"n d #6",
"122":"n d #6",
"123":"n d #6",
"124":"n d #6"
"120":"n #6",
"121":"n d #7",
"122":"n d #7",
"123":"n d #7",
"124":"n d #7"
},
"chrome":{
"4":"n",
Expand Down Expand Up @@ -598,7 +598,8 @@
"3":"Supported only on macOS High Sierra or later",
"4":"Supported for all devices on macOS (>= Big Sur 11.0) and Android (>= 5.0) if Edge >= 107, for devices with [hardware support](https://techcommunity.microsoft.com/t5/discussions/updated-dev-channel-build-77-0-211-3-is-live/m-p/745801#M6548) on Windows (>= Windows 10 1709) when [HEVC video extensions from the Microsoft Store](https://apps.microsoft.com/store/detail/hevc-video-extension/9NMZLZ57R3T7) is installed",
"5":"Supported for all devices on macOS (>= Big Sur 11.0) and Android (>= 5.0), for devices with [hardware support](https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding) on Windows (>= Windows 8), and for devices with hardware support powered by VAAPI on Linux and ChromeOS",
"6":"Supported for devices with hardware support (the range is the same as Edge) on Windows in Nightly only"
"6":"Supported for devices with hardware support (the range is the same as Edge) on Windows in Nightly only. 10-bit or higher colors are not supported.",
"7":"Supported for devices with hardware support (the range is the same as Edge) on Windows only. Enabled by default in Nightly and can be enabled via the `media.wmf.hevc.enabled` pref in `about:config`. 10-bit or higher colors are not supported."
},
"usage_perc_y":21.24,
"usage_perc_a":68.6,
Expand Down
Loading