Closed
Bug 1225019
Opened 9 years ago
Closed 9 years ago
Disable Intel VPx hardware decoder
Categories
(Core :: Audio/Video: Playback, defect, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox42 | --- | unaffected |
firefox43 | --- | unaffected |
firefox44 | + | fixed |
firefox45 | + | fixed |
b2g-v2.5 | --- | fixed |
People
(Reporter: cpeterson, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
cpeterson
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The Intel VPx hardware decoder has some buggy drivers and can actually be slower than the ffvp9 software decoder.
Reporter | ||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]:
We should disable Intel VPx hardware decoder (enabled in bug 1101885) in FF 44 because it can cause crashes.
Blocks: 1101885
tracking-firefox44:
--- → ?
tracking-firefox45:
--- → ?
No longer depends on: 1101885
Updated•9 years ago
|
Priority: -- → P1
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8690596 -
Flags: review?(cpeterson)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8690596 [details] [diff] [review]
Disable intel hardware VP decoder by default.
Review of attachment 8690596 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. We will need to uplift this fix to Aurora 44.
::: modules/libpref/init/all.js
@@ +341,5 @@
> pref("media.opus.enabled", true);
> #ifdef MOZ_WAVE
> pref("media.wave.enabled", true);
> #endif
> #ifdef MOZ_WEBM
btw, why do we need #ifdef MOZ_WEBM? Do we ever build Firefox without WebM support?
Attachment #8690596 -
Flags: review?(cpeterson) → review+
Assignee | ||
Comment 4•9 years ago
|
||
I think that this is now unused.
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Jean-yves, should we consider uplifting this to Aurora44?
Flags: needinfo?(jyavenard)
Tracked as disabling this will improve FF44 stability.
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8690596 [details] [diff] [review]
Disable intel hardware VP decoder by default.
Approval Request Comment
[Feature/regressing bug #]:1225019
[User impact if declined]: Computers needing reboot, decoding error
[Describe test coverage new/current, TreeHerder]: In central, there can't be regressions caused by the commit, it's just disabling a new code.
[Risks and why]: None
[String/UUID change made/needed]: None
Attachment #8690596 -
Flags: approval-mozilla-aurora?
Comment on attachment 8690596 [details] [diff] [review]
Disable intel hardware VP decoder by default.
It seems to be me this decoder is not ready to be used by default and therefore being pref'd off for 44. Taking it.
Attachment #8690596 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•9 years ago
|
||
bugherder uplift |
Comment 13•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•