Closed
Bug 1946553
Opened 19 days ago
Closed 14 days ago
10bit hevc video can't be played on Android
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: alwu, Assigned: jhlin)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome)
Attachments
(1 file)
HEVC 10 bit is supported by MediaCodec, and I can confirm that this test 10bit video can be played on Chrome but failed to play on Firefox Android on my Pixel 5 Android 14.
Reporter | ||
Comment 1•19 days ago
|
||
Here is a profile, John, could you take a look to see why 10bit doesn't work? Thanks!
Flags: needinfo?(jolin)
Reporter | ||
Updated•19 days ago
|
OS: Unspecified → Android
Assignee | ||
Comment 2•18 days ago
|
||
10-bit decoder support for HEVC is missing in HardwareCodecCapabilityUtils.decodes10Bit()
. I will upload a patch to fix this.
Assignee: nobody → jolin
Flags: needinfo?(jolin)
Assignee | ||
Comment 3•18 days ago
|
||
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5344cb047718
check 10-bit HEVC decoding support. r=azebrowski,geckoview-reviewers,calu
Comment 5•14 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 14 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•