Closed
Bug 1771986
Opened 4 years ago
Closed 4 years ago
Increase the threading amount used for decoding for DAV1Decoder
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu, NeedInfo)
References
Details
Attachments
(1 file)
Fork from bug 1770943 comment4.
I noticed that we only use 2 threads for video under 1080, but Chrome uses way more threads than us in the same situation. So probably increasing the thread number could help on the performance.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05f214e34532
introduce new thread count strategy for dav1decoder. r=jrmuizel,media-playback-reviewers,azebrowski
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Comment 4•2 months ago
|
||
It looks like this landed disabled by pref and the pref never got enabled. Is that intentional?
Flags: needinfo?(alwu)
| Assignee | ||
Comment 5•1 month ago
|
||
Can't remember the exact reason, maybe it was related the the performance improvement was not quite as what we think. I should re-measure that again.
You need to log in
before you can comment on or make changes to this bug.
Description
•