Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
tests 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
convert_rtcd_assembler.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: opus
URL: https://gitlab.xiph.org/xiph/opus
Version: ab04fbb1
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)
* add workaround to ignore some int-overflows when fuzzing (see crbug/1146174)

Opus' own unit tests are located in ./src/tests
Additional chromium tests are located in ./tests, and require chromium
checkout to run the tests.