Skip to content

Commit 4f6e436

Browse files
hamishwilleebsmth
andauthored
FF137 Relnote: HVEC support (#38436)
* FF137 Relnote: HVEC support * Update files/en-us/mozilla/firefox/releases/137/index.md Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]>
1 parent d155937 commit 4f6e436

File tree

2 files changed

+10
-1
lines changed
  • files/en-us
    • mozilla/firefox/releases/137
    • web/media/guides/formats/video_codecs

2 files changed

+10
-1
lines changed

files/en-us/mozilla/firefox/releases/137/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This article provides information about the changes in Firefox 137 that affect d
4949

5050
#### Media, WebRTC, and Web Audio
5151

52+
- [HEVC (H.265)](/en-US/docs/Web/Media/Guides/Formats/Video_codecs#hevc_h.265) is now hardware enabled on Android, and hardware and software enabled on Linux. This adds to existing hardware and software support on Windows and macOS. ([Firefox bug 1950032](https://bugzil.la/1950032)).
53+
5254
#### Removals
5355

5456
### WebAssembly

files/en-us/web/media/guides/formats/video_codecs/index.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,14 @@ HEVC is a proprietary format and is covered by a number of patents. Licensing is
10491049
<a href="https://apps.microsoft.com/detail/9nmzlz57r3t7">HEVC video extensions from the Microsoft Store</a>
10501050
is installed, and has the same support status as Chrome on other platforms. Edge (Legacy) only supports HEVC for devices with a hardware decoder.
10511051
</p>
1052-
<p>Firefox 120 initially supported HEVC decoding in Nightly only. Support was enabled by default in Firefox 134 on Windows, Windows and macOS in Firefox 136, and Windows, macOS, and Linux in Firefox 137. HEVC support is provided only on devices with hardware support (the range is the same as Edge).</p>
1052+
<p>Firefox enables HEVC on:
1053+
<ul>
1054+
<li>Windows from Firefox 134 using either hardware (on devices that support it, where the range is the same as Edge) or software (on Windows the user must pay for and install an extension)</li>
1055+
<li>macOS from Firefox 136 using either hardware or software.</li>
1056+
<li>Linux from Firefox 137 using either hardware or software (via the system ffmpeg).</li>
1057+
<li>Android from Firefox 137 using hardware only.</li>
1058+
</ul>
1059+
</p>
10531060
<p>Opera and other Chromium based browsers have the same support status as Chrome.</p>
10541061
<p>Safari supports HEVC for all devices on macOS High Sierra or later.</p>
10551062
</td>

0 commit comments

Comments
 (0)