Closed
Bug 1323703
Opened 8 years ago
Closed 8 years ago
Implement a method to create DXVA2 decoder for DXVA2Manager
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(1 file)
In order to decode video with DXVA2 decoder directly, DXVA2Manager needs to hold the ref of the decoder.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Summary: Hold the ref of DXVA2 decoder in DXVA2Manager → Implement a method to create DXVA2 decoder for DXVA2Manager
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
Still trying to figure out why Win7 test cases on try server would fail...
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
I probably won't be able to get to this until early Jan sorry, feel free to ask another reviewer if you'd like it done earlier :)
Updated•8 years ago
|
Priority: -- → P3
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8818857 [details]
Bug 1323703 - implement a method to create DXVA2 decoder.
https://reviewboard.mozilla.org/r/98820/#review103708
::: dom/media/platforms/wmf/DXVA2Manager.cpp:1026
(Diff revision 5)
> MOZ_ASSERT(NS_IsMainThread());
> --sDXVAVideosCount;
> }
>
> +bool
> +DXVA2Manager::IsInvalidResolution(const uint32_t& aWidth,
Maybe 'IsUnsupportedResolution'?
These resolutions aren't really invalid as such, we just don't want to use them since they are often slow.
Attachment #8818857 -
Flags: review?(matt.woodrow) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a11af0e0fcf
implement a method to create DXVA2 decoder. r=mattwoodrow
Comment 12•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•