Closed
Bug 1043695
Opened 10 years ago
Closed 10 years ago
Clean up AppleDecoderModule
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: rillian, Assigned: rillian)
References
Details
Attachments
(5 files)
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
Some follow-on patches for the Apple PlatformDecoderModule.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → giles
Assignee | ||
Comment 1•10 years ago
|
||
This is a series of small cleanup patches. Should be quick to review.
Attachment #8462222 -
Flags: review?(cpearce)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8462224 -
Flags: review?(cpearce)
Assignee | ||
Comment 3•10 years ago
|
||
Suggestion from Anthony. Doesn't seem to make any difference, but more obviously not a typo than the previous code.
Attachment #8462227 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8462222 -
Flags: review?(cpearce) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8462224 [details] [diff] [review]
Part 2: Improve logging
Review of attachment 8462224 [details] [diff] [review]:
-----------------------------------------------------------------
You may want your own log module separate from the demuxer, as these logs will be very noisy when things are working properly.
Attachment #8462224 -
Flags: review?(cpearce) → review+
Updated•10 years ago
|
Attachment #8462227 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 5•10 years ago
|
||
I get a lot of dropped frames when I return them in the natural decode order. I assume the playback queue is rejecting the out-of-order frames. The Apple h.264 decoder needs to reorder the frames locally and return them in presentation order.
I've filed bug 1043710 to get the real reorder depth from the file, but in the meantime just using a depth of three corrects the problem for most files.
Attachment #8462237 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8462237 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Vim paste error in the copyright header.
Attachment #8463065 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8463065 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/18d6d559e00b
https://hg.mozilla.org/integration/mozilla-inbound/rev/a140fa9605f0
https://hg.mozilla.org/integration/mozilla-inbound/rev/c62d33eb57d3
https://hg.mozilla.org/integration/mozilla-inbound/rev/26b80b058cd2
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc0fbe8b84d2
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/18d6d559e00b
https://hg.mozilla.org/mozilla-central/rev/a140fa9605f0
https://hg.mozilla.org/mozilla-central/rev/c62d33eb57d3
https://hg.mozilla.org/mozilla-central/rev/26b80b058cd2
https://hg.mozilla.org/mozilla-central/rev/dc0fbe8b84d2
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•