blob: 8f4ed5eb420532c98aabc3bea3a7833c07269067 [file] [log] [blame]
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