Skip to content

Commit

Permalink
Roll Opus to 1.0.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sergeyu@chromium.org committed Mar 1, 2013
1 parent 6c1fc66 commit da0ae9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 5 additions & 8 deletions third_party/opus/README.chromium
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 0 additions & 3 deletions tools/checklicenses/checklicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ def PrintUsage():
'third_party/ocmock/OCMock': [ # http://crbug.com/98454
'UNKNOWN',
],
'third_party/opus/src': [ # http://crbug.com/156738
'UNKNOWN',
],
'third_party/ply/__init__.py': [
'UNKNOWN',
],
Expand Down

0 comments on commit da0ae9b

Please sign in to comment.