Make H264-annexb work on Mac
Categories
(Core :: Audio/Video: Web Codecs, task, P1)
Tracking
()
People
(Reporter: chunmin, Assigned: jhlin)
References
Details
Attachments
(8 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Reporter | ||
Comment 1•2 years ago
|
||
The extra data may be set to the default one with guessed values. We
should only set it when description data is provided.
Reporter | ||
Comment 2•2 years ago
|
||
When converting h264 stream in annexb format into avcc format, the fake
extra data is attached to converted stream.
This patch addes a function to parse the extra data from the converted
avcc stream, and attach the parsed extra data instead of the fake one to
the stream.
Depends on D185193
Reporter | ||
Comment 3•2 years ago
|
||
Depends on D185194
Reporter | ||
Comment 4•2 years ago
|
||
Depends on D185195
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
Depends on D185196
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1049437363a5
https://hg.mozilla.org/mozilla-central/rev/04790724edf0
https://hg.mozilla.org/mozilla-central/rev/e940c4fa9ec3
https://hg.mozilla.org/mozilla-central/rev/be824cbe5189
https://hg.mozilla.org/mozilla-central/rev/70417eb0e3bd
Reporter | ||
Comment 8•1 year ago
|
||
Patch D185194 caused the bug 1855636. We need a new fix here.
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 10•1 year ago
|
||
Assignee | ||
Comment 11•1 year ago
|
||
Depends on D202543
Assignee | ||
Comment 12•1 year ago
|
||
Depends on D202544
Comment 13•1 year ago
|
||
Comment 14•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/05c1bb31b964
https://hg.mozilla.org/mozilla-central/rev/e73aa0aa82d2
https://hg.mozilla.org/mozilla-central/rev/49bc41e918c2
Description
•