summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 02:09:24 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 02:09:24 +0000
commitda0ae9b8decc6253ea670a280e12b2424b09d1e0 (patch)
tree0282bf552fd14d6e51af99686fc2ac24afe12929
parent6c1fc66799963dce2d63741a7173a3bb9d359a90 (diff)
downloadchromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.zip
chromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.tar.gz
chromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.tar.bz2
Roll Opus to 1.0.2
The new version has update PLC support and various other fixes. BUG=156738 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/12381024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185405 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--third_party/opus/README.chromium13
-rwxr-xr-xtools/checklicenses/checklicenses.py3
3 files changed, 6 insertions, 12 deletions
diff --git a/DEPS b/DEPS
index aaae5c9..36e84fc 100644
--- a/DEPS
+++ b/DEPS
@@ -327,7 +327,7 @@ deps = {
(Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
"src/third_party/opus/src":
- "/trunk/deps/third_party/opus@173498",
+ "/trunk/deps/third_party/opus@185324",
"src/third_party/accessibility-developer-tools":
Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
diff --git a/third_party/opus/README.chromium b/third_party/opus/README.chromium
index 1f45fd6..bd63ae8 100644
--- a/third_party/opus/README.chromium
+++ b/third_party/opus/README.chromium
@@ -1,15 +1,12 @@
Name: opus
-URL: http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz
-Version: 1.0.1
+URL: http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz
+Version: 1.0.2
License: BSD
License File: src/COPYING
Security Critical: yes
Description:
-This contains a copy of opus-1.0.1 library
+This directory contains a copy of Opus library
-Modifications:
-Import fix for padding in decoder http://git.xiph.org/?p=opus.git;a=commitdiff;h=9345aaa5ca1c2fb7d62981b2a538e0ce20612c38
-
-This library is used by Chrome Remote Desktop for audio stream
-encoding/decoding. It will also be used by WebRTC.
+This library is used by Chrome Remote Desktop and WebRTC for audio stream
+encoding/decoding.
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index c8370f1..abd36d8 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -338,9 +338,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/ocmock/OCMock': [ # http://crbug.com/98454
'UNKNOWN',
],
- 'third_party/opus/src': [ # http://crbug.com/156738
- 'UNKNOWN',
- ],
'third_party/ply/__init__.py': [
'UNKNOWN',
],