Enable H265 Decoder on Windows for WebCodecs
Categories
(Core :: Audio/Video: Web Codecs, task, P3)
Tracking
()
People
(Reporter: chunmin, Unassigned)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
HEVC is enabled by default on Windows, so WebCodecs should be able to use it.
| Reporter | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
Apply mozilla patches by running
./mach vendor media/libvpx/moz.yaml --patch-mode=only
Depends on D235035
Comment 3•1 year ago
|
||
Comment on attachment 9460798 [details]
Bug 1942421 - Apply mozilla patches for libvpx
Revision D235036 was moved to bug 1940889. Setting attachment 9460798 [details] to obsolete.
| Reporter | ||
Comment 4•1 year ago
•
|
||
The low-latency setting doesn't work as expected for now. Currently, while the low-latency is set successfully in WMFVideoMFTManager::InitInternal, the output is not produced immediately after feeding an input data (for H264, it works). I'll need to check what is missing. Notably, the first WMFVideoMFTManager::Output call always return MF_E_TRANSFORM_STREAM_CHANGE. Not sure if it can be a hint to this issue.
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•11 months ago
|
||
What's the blocker for this now that support was merged on Linux?
Description
•