From 2240763ec20e1d0328d08147da1e875d04d922ef Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Sat, 28 Dec 2013 07:00:18 +0000 Subject: [PATCH] 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9453b169cf..4fc4462fe5 100644 --- a/DEPS +++ b/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",