summaryrefslogtreecommitdiff
path: root/chromium/third_party/opus/README.chromium
blob: 8f4ed5eb420532c98aabc3bea3a7833c07269067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name: opus
URL: https://git.xiph.org/?p=opus.git
Version: 6d29f51a40be64e03acc2619f35b4971ba00617c
License: BSD
License File: src/COPYING
Security Critical: yes

Description:
This directory contains a copy of Opus library

This library is used by Chrome Remote Desktop and WebRTC for audio stream
encoding/decoding.

Local changes:
* copy .gitignore from https://git.xiph.org/?p=opus.git;a=tree
* set 'x' flags: "chmod 750 win32/genversion.bat"
* remove assertion messages in release builds (see crbug/1053572)
* apply patch to fix int-overflow in silk (https://gitlab.xiph.org/xiph/opus/-/commit/923bebde)
* apply patch to fix another int-overflow in silk (https://gitlab.xiph.org/xiph/opus/-/commit/adcb7bc2)

Opus' own unit tests are located in ./src/tests
Additional chromium tests are located in ./tests