Add codec software/hardware decode status display in about:support for Android.
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: az, Assigned: az)
References
Details
Attachments
(3 files, 3 obsolete files)
This work required more substantial changes than expected, including to the interface to the Android API used to collect codec support information in Android PDMs over JNI. Several utility functions were added to help with this, including functions to collect HW accelerated decode support information in bulk. A full summary of the changes in depth can be found in the summary of this patch.
Comment 6•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8b60bf251af0
https://hg.mozilla.org/mozilla-central/rev/bbccf0693489
https://hg.mozilla.org/mozilla-central/rev/394165fce635
https://hg.mozilla.org/mozilla-central/rev/849d3490fd92
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Backed out 4 changesets (Bug 1809570) for causing *.webm reftest failures.
Backout link
Push with failures <--> R6
Failure Log
Comment 8•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/9c675f324f28db6ae558f589259e9780ff7a8891
The previous failure was due to the check for hardware decode support in
AndroidDecoderModule relying solely on gfxVars::UseVP9HwDecode(). D166239 updates
HardwareCodecCapabilityUtils to distinguish between SW/HW decode, which
is used by D166240 as an additional check in AndroidDecoderModule.
This prevents a crash and causes two previously failing tests to now pass.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment on attachment 9311668 [details]
Bug 1809570 - Part 1 - Add utility functions to convert between MIME type strings and codec SW/HW support enums. r=jolin
Revision D166238 was moved to bug 1822932. Setting attachment 9311668 [details] to obsolete.
Comment 11•2 years ago
|
||
Comment on attachment 9311669 [details]
WIP: Bug 1809570 - Add utility functions to distinguish between SW/HW codec support on Android r=jolin
Revision D166239 was moved to bug 1822932. Setting attachment 9311669 [details] to obsolete.
| Assignee | ||
Comment 12•2 years ago
|
||
Splitting this into two bugs, as I'd like to land the utility functions first to make sure that the changes aren't contributing to intermittents.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 13•2 years ago
|
||
Depends on D169869
Depends on D169869
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 14•2 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:az, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 15•2 years ago
|
||
Comment 16•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/91a01dde00f3
https://hg.mozilla.org/mozilla-central/rev/bb1c49774fca
https://hg.mozilla.org/mozilla-central/rev/e64c296cce76
Updated•2 years ago
|
Description
•