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

Update HEVC for Firefox #7244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
43 changes: 23 additions & 20 deletions features-json/hevc.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,24 +219,24 @@
"117":"n",
"118":"n",
"119":"n",
"120":"n #6",
"121":"n d #7",
"122":"n d #7",
"123":"n d #7",
"124":"n d #7",
"125":"n d #7",
"126":"n d #7",
"127":"n d #7",
"128":"n d #7",
"129":"n d #7",
"130":"n d #7",
"131":"n d #7",
"132":"n d #7",
"133":"n d #7",
"134":"n d #7",
"135":"n d #7",
"136":"n d #7",
"137":"n d #7"
"120":"n #6 #7 #9",
"121":"n d #6 #8 #9",
"122":"n d #6 #8 #9",
"123":"n d #6 #8 #9",
"124":"n d #6 #8 #9",
"125":"n d #6 #8 #9",
"126":"n d #6 #8 #9",
"127":"n d #6 #8 #9",
"128":"n d #6 #8 #9",
"129":"n d #6 #8 #9",
"130":"n d #6 #8 #9",
"131":"n d #6 #8 #9",
"132":"n d #6 #8",
"133":"n d #6 #8",
"134":"n d #6",
"135":"n d #6",
"136":"n d #10",
"137":"n d #10"
},
"chrome":{
"4":"n",
Expand Down Expand Up @@ -663,8 +663,11 @@
"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. 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."
"6":"Supported for devices with hardware support (the range is the same as Edge) only on Windows.",
"7":"Supported only in Nightly.",
"8":"Enabled by default only in Nightly and can be enabled via the `media.wmf.hevc.enabled` pref in `about:config`.",
"9":"10-bit colors are not supported.",
"10":"Supported for devices with hardware support (the range is the same as Edge) on Windows and macOS."
},
"usage_perc_y":18.73,
"usage_perc_a":73.79,
Expand Down
Loading