From 1f3476dd835c8c442a97844b7b36afd3fc986273 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Mon, 10 Dec 2012 18:11:30 +0000 Subject: [PATCH] Roll libvpx to 000c8414b510. Relevant updates/fixes: 000c8414b510: Moved denoiser frame copy/updates out of loopfilter thread. Multi-threading bug fix: http://code.google.com/p/webm/issues/detail?id=497 ef2248a2a376: Added work buffer for denoiser. Denoiser bug fix: http://code.google.com/p/webm/issues/detail?id=485 464b1df6d45b: Updates to qp-regulate and rate correction factor. Rate control improvement: http://code.google.com/p/webrtc/issues/detail?id=1153 Review URL: https://webrtc-codereview.appspot.com/971017 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3254 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b91549a880..1fedc47f41 100644 --- a/DEPS +++ b/DEPS @@ -52,7 +52,7 @@ deps = { From("chromium_deps", "src/third_party/libjpeg_turbo"), "third_party/libvpx/source/libvpx": - "http://git.chromium.org/webm/libvpx.git@fd3078fd8", + "http://git.chromium.org/webm/libvpx.git@000c8414", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@507",