Closed
Bug 1197075
Opened 9 years ago
Closed 9 years ago
Do not continuously decode video.
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 1 obsolete file)
1.12 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
13.33 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
8.78 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
1.49 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
Bug 1171257 introduced a work around where it was found that 4K decoding was too slow on the aries.
This however introduced several problems such as video queues becoming too big in the decoder or in the reader.
This change should be reverted, and proper profiling should be performed to understand exctly where the bottleneck is and so a proper fix can be done rather than a work around.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8651609 -
Flags: review?(edwin)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8651610 -
Flags: review?(edwin)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8651611 -
Flags: review?(edwin)
Assignee | ||
Updated•9 years ago
|
Attachment #8651609 -
Attachment description: Revert-Bug-1197051-Don-t-try-to-deco.patch → P1. Revert "Bug 1197051 - Don't try to decode ahead while seeking
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8651611 [details] [diff] [review]
P3. Decode frames ahead of MDSM requesting them.
This causes intermittent EME failure when we attempt to decode data before the CDMWrapper is ready.
Will rework to only start decoding once Request*Data has been received.
Attachment #8651611 -
Attachment is obsolete: true
Attachment #8651611 -
Flags: review?(edwin)
Assignee | ||
Comment 5•9 years ago
|
||
This makes the media.*-decode-ahead pref performs more according to its name.
We decode audio and video in advance so a MediaDataPromise can be resolved almost instantly.
Default is 2.
Attachment #8652641 -
Flags: review?(edwin)
Assignee | ||
Comment 6•9 years ago
|
||
Also remove redundant code.
Attachment #8652642 -
Flags: review?(edwin)
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8651609 -
Flags: review?(edwin) → review+
Attachment #8651610 -
Flags: review?(edwin) → review+
Attachment #8652641 -
Flags: review?(edwin) → review+
Attachment #8652642 -
Flags: review?(edwin) → review+
Comment 9•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e6b24f3de23f
https://hg.mozilla.org/mozilla-central/rev/83fc1d3d82bd
https://hg.mozilla.org/mozilla-central/rev/06df6f042656
https://hg.mozilla.org/mozilla-central/rev/2b1e524fee81
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Comment 10•9 years ago
|
||
status-firefox42:
--- → fixed
Comment 11•9 years ago
|
||
Backed out for a youtube playback regression. See Bug 1199573.
https://hg.mozilla.org/releases/mozilla-aurora/rev/5bb661db5c6c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•9 years ago
|
||
pushed it as part of
https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=7437f28133fc
You need to log in
before you can comment on or make changes to this bug.
Description
•