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

FF137 Relnote: HVEC support #38436

Merged
merged 2 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/137/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ This article provides information about the changes in Firefox 137 that affect d

#### Media, WebRTC, and Web Audio

- [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)).

#### Removals

### WebAssembly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,14 @@ HEVC is a proprietary format and is covered by a number of patents. Licensing is
<a href="https://apps.microsoft.com/detail/9nmzlz57r3t7">HEVC video extensions from the Microsoft Store</a>
is installed, and has the same support status as Chrome on other platforms. Edge (Legacy) only supports HEVC for devices with a hardware decoder.
</p>
<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>
<p>Firefox enables HEVC on:
Copy link
Collaborator Author

@hamishwillee hamishwillee Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisdavidmills FYI, this updates the information added in #38395.

  1. We don't care about nightly builds once things are in release.
  2. The support story is a little more complex than captured previously. This is precise, and comes from https://bugzilla.mozilla.org/show_bug.cgi?id=1950032#c8
  3. One thing to note is that you only pay for the SW extension on Windows. You don't pay if you have HW support, and in Linux you get support from the open source ffmpeg codec - which might have patents, but is in the system so "not an FF problem".

<ul>
<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>
<li>macOS from Firefox 136 using either hardware or software.</li>
<li>Linux from Firefox 137 using either hardware or software (via the system ffmpeg).</li>
<li>Android from Firefox 137 using hardware only.</li>
</ul>
</p>
<p>Opera and other Chromium based browsers have the same support status as Chrome.</p>
<p>Safari supports HEVC for all devices on macOS High Sierra or later.</p>
</td>
Expand Down