libyuv r930 for RGB24ToUV_NEON improved color accuracy to avoid red tint, and use malloc with variable sized row buffers to avoid stack overflow and relax width restrictions. Previously was limited to 4k on x86 and 1080p on arm. In practice the new limitation is 32767 pixels wide.
BUG=none TESTED=try bots R=tpsiaki@google.com, wjia@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6439004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5336 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2fb72cfeec
commit
2240763ec2
2
DEPS
2
DEPS
@ -72,7 +72,7 @@ deps = {
|
||||
Var("chromium_trunk") + "/deps/third_party/libvpx@232686",
|
||||
|
||||
"third_party/libyuv":
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@919",
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@930",
|
||||
|
||||
"third_party/opus":
|
||||
Var("chromium_trunk") + "/src/third_party/opus@185405",
|
||||
|
Loading…
Reference in New Issue
Block a user