README.chromium 706 B

12345678910111213141516171819202122
  1. Name: opus
  2. URL: https://gitlab.xiph.org/xiph/opus
  3. Version: ab04fbb1
  4. License: BSD
  5. License File: src/COPYING
  6. Security Critical: yes
  7. Description:
  8. This directory contains a copy of Opus library
  9. This library is used by Chrome Remote Desktop and WebRTC for audio stream
  10. encoding/decoding.
  11. Local changes:
  12. * copy .gitignore from https://git.xiph.org/?p=opus.git;a=tree
  13. * set 'x' flags: "chmod 750 win32/genversion.bat"
  14. * remove assertion messages in release builds (see crbug/1053572)
  15. * add workaround to ignore some int-overflows when fuzzing (see crbug/1146174)
  16. Opus' own unit tests are located in ./src/tests
  17. Additional chromium tests are located in ./tests, and require chromium
  18. checkout to run the tests.