Upgrade libvpx to 6b66c01 and enabling temporal denoising.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/448006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1921 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2012-03-21 16:52:03 +00:00
parent 2360d8212e
commit c8e4886774
44 changed files with 4610 additions and 353 deletions

View File

@@ -1,7 +1,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_PATCH 7
#define VERSION_EXTRA "p1-268-ge479379"
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA "108-g6b66c01"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v0.9.7-p1-268-ge479379"
#define VERSION_STRING " v0.9.7-p1-268-ge479379"
#define VERSION_STRING_NOSP "v1.0.0-108-g6b66c01"
#define VERSION_STRING " v1.0.0-108-g6b66c01"