Closed
Bug 1849242
Opened 2 years ago
Closed 1 years ago
Support parsing hvcc config
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Instead of directly accessing mExtraData
, parsing them into a new
config class would be clearer.
Assignee | ||
Comment 2•2 years ago
|
||
Instead of directly accessing mExtraData
, parsing them into a new
config class would be clearer.
Depends on D186557
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D186558
Assignee | ||
Comment 4•1 years ago
|
||
Assignee | ||
Comment 5•1 years ago
|
||
We will use ConvertNALUTo4BytesNALU()
for HEVC as well, so make its
name independent from AVCC.
Depends on D186971
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fcaa03e6a475
part1 : add AVCCConfig to access box's attributes easily. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/263edcc08f07
part2 : add HVCCConfig to access box's attributes easily. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/fa82aa8a8fd3
part3 : rename TestAnnexB to TestByteStreams. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/8fa889b21fa8
part4 : parse H265 NALU inside hvcc box. r=media-playback-reviewers,jolin
https://hg.mozilla.org/integration/autoland/rev/f3193d6f2a77
part5 : split the function of converting NALU. r=media-playback-reviewers,jolin
Comment 7•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fcaa03e6a475
https://hg.mozilla.org/mozilla-central/rev/263edcc08f07
https://hg.mozilla.org/mozilla-central/rev/fa82aa8a8fd3
https://hg.mozilla.org/mozilla-central/rev/8fa889b21fa8
https://hg.mozilla.org/mozilla-central/rev/f3193d6f2a77
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•