VideoFrame copyTo crashes when converting I420 frame with rgb matrix to rgb buffer
Categories
(Core :: Audio/Video: Web Codecs, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Attachments
(10 files)
1.52 KB,
text/html
|
Details | |
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 | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
VideoFrame copyTo
crashes when converting I420 frame with a colorSpace
with rgb
matrix
.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
VideoFrame copyTo
will crash when converting a I420
VideoFrame
in colorSpace
with rgb
matrix
.
Assignee | ||
Comment 2•4 months ago
|
||
Depends on D216184
Assignee | ||
Comment 3•4 months ago
|
||
Depends on D216185
Assignee | ||
Comment 4•4 months ago
|
||
Depends on D216186
Assignee | ||
Comment 5•4 months ago
|
||
Depends on D216187
Assignee | ||
Comment 6•4 months ago
|
||
Depends on D216189
Assignee | ||
Comment 7•4 months ago
|
||
Previously, the YCbCrUtils APIs assert the success inside the APIs
themselves. With the changes made in previous patches, those assertions
are removed. This patch addes those assertion back, but on callers side
instead.
Depends on D216190
Assignee | ||
Comment 8•4 months ago
|
||
Depends on D216191
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Comment 9•4 months ago
|
||
:chumin release tracking requests are automatically added when the S1 severity is used.
Checking if you intended to set this as an S1?
https://firefox-source-docs.mozilla.org/bug-mgmt/guides/severity.html
Assignee | ||
Comment 10•4 months ago
•
|
||
Ah, my bad. It's shouldn't be S1. I am setting it to S4 right now.
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Assignee | ||
Comment 11•4 months ago
|
||
Depends on D216190
Comment 12•4 months ago
|
||
Comment 13•4 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba07896445cf
https://hg.mozilla.org/mozilla-central/rev/c9962b7dabd2
https://hg.mozilla.org/mozilla-central/rev/91d6c77b02d4
https://hg.mozilla.org/mozilla-central/rev/c5ae9c49d02b
https://hg.mozilla.org/mozilla-central/rev/497fa8c01852
https://hg.mozilla.org/mozilla-central/rev/03cf7c930405
https://hg.mozilla.org/mozilla-central/rev/1ae7f5736844
https://hg.mozilla.org/mozilla-central/rev/c844e41d16c9
https://hg.mozilla.org/mozilla-central/rev/227c24230d4a
Updated•3 months ago
|
Description
•