Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: src/third_party/opus/README.chromium

Issue 11575026: Fix possible integer overflow in Opus with ~16MB fed to the decoder. (Closed) Base URL: http://src.chromium.org/svn/trunk/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « deps/third_party/opus/src/opus_decoder.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: opus 1 Name: opus
2 URL: http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz 2 URL: http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz
3 Version: 1.0.1 3 Version: 1.0.1
4 License: BSD 4 License: BSD
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 This contains a copy of opus-1.0.1 library 9 This contains a copy of opus-1.0.1 library
10 10
11 Modifications:
Sergey Ulanov 2012/12/14 18:51:22 The change in opus_decoder.c will need a DEPS roll
12 - Import fix for padding in decoder http://git.xiph.org/?p=opus.git;a=commitdiff ;h=9345aaa5ca1c2fb7d62981b2a538e0ce20612c38
13
11 This library is used by Chrome Remote Desktop for audio stream 14 This library is used by Chrome Remote Desktop for audio stream
12 encoding/decoding. It will also be used by WebRTC. 15 encoding/decoding. It will also be used by WebRTC.
OLDNEW
« no previous file with comments | « deps/third_party/opus/src/opus_decoder.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698