Closed
Bug 1326288
Opened 8 years ago
Closed 8 years ago
VP9 decoding broken by webrtc.org 49 update - YCbCr pointers are off
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
VERIFIED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | verified |
People
(Reporter: ekr, Assigned: jesup)
References
Details
Attachments
(2 files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
pkerr
:
review+
|
Details | Diff | Splinter Review |
Seen on AppRTC
Reporter | ||
Comment 1•8 years ago
|
||
This is the video from Canary -> Firefox
I also see the same thing on Chrome Release -> Firefox.
Assignee | ||
Comment 2•8 years ago
|
||
Caused by the Webrtc 49 update.
pc_test.html has been updated to include a force-vp9 option which shows the problem. The plane pointers for YCbCr on VP9 decode appear to be wrong.
Rank: 12
Depends on: 1250356
Priority: -- → P1
Summary: Severe visual artifacts on a call between Canary and Nightly → VP9 decoding broken by webrtc.org 49 update - YCbCr pointers are off
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8822575 -
Flags: review?(pkerr)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rjesup
Status: NEW → ASSIGNED
Updated•8 years ago
|
Attachment #8822575 -
Flags: review?(pkerr) → review+
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e548798fe7ce
Restore patches for bug 1237023 and bug 1315283 - lost in 49 update r=pkerr
Updated•8 years ago
|
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 6•8 years ago
|
||
We'll cover this on Beta 53 through our WebRTC compatibility testing rounds. Setting ni? to myself as a reminder.
Flags: needinfo?(andrei.vaida)
Comment 7•8 years ago
|
||
I have reproduced the issue mentioned in comment 0 by following the steps mentioned in comment 1, using an affected Firefox 53.0a1 (Build Id:20161229030206) build.
I have verified that the issue is not reproducible using Firefox 53.0b6 (Build Id:20170323090023) performing the following calls:
Windows 10 64bit (Firefox Beta) - Mac Os X 10.11.6 (Chrome Release).
Mac Os X 10.11.6 (Firefox Beta) – Windows 10 64bit (Chrome Release).
Ubuntu 16.04 64 bit (Firefox Beta). - Windows 10 64 bit (Chrome Release).
Windows 10 64bit (Firefox Beta) – Ubuntu 16.04 64bit (Chrome Release).
Mac Os X 10.11.6 (Firefox Beta) -Ubuntu 16.04 64 bit (Chrome Release).
Ubuntu 16.04 64bit (Firefox Beta) – Mac Os X 10.11.6 (Chrome Release).
You need to log in
before you can comment on or make changes to this bug.
Description
•