- Timestamp:
- Sep 11, 2017 2:32:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r68452 r68715 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 17 18 /* This code makes use of the Opus codec (libopus): 19 * 20 * Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic, 21 * Jean-Marc Valin, Timothy B. Terriberry, 22 * CSIRO, Gregory Maxwell, Mark Borgerding, 23 * Erik de Castro Lopo 24 * 25 * Redistribution and use in source and binary forms, with or without 26 * modification, are permitted provided that the following conditions 27 * are met: 28 * 29 * - Redistributions of source code must retain the above copyright 30 * notice, this list of conditions and the following disclaimer. 31 * 32 * - Redistributions in binary form must reproduce the above copyright 33 * notice, this list of conditions and the following disclaimer in the 34 * documentation and/or other materials provided with the distribution. 35 * 36 * - Neither the name of Internet Society, IETF or IETF Trust, nor the 37 * names of specific contributors, may be used to endorse or promote 38 * products derived from this software without specific prior written 39 * permission. 40 * 41 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 42 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 43 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 44 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 45 * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 46 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 47 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 48 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 49 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 50 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 51 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 52 * 53 * Opus is subject to the royalty-free patent licenses which are 54 * specified at: 55 * 56 * Xiph.Org Foundation: 57 * https://datatracker.ietf.org/ipr/1524/ 58 * 59 * Microsoft Corporation: 60 * https://datatracker.ietf.org/ipr/1914/ 61 * 62 * Broadcom Corporation: 63 * https://datatracker.ietf.org/ipr/1526/ 64 * 16 65 */ 17 66
Note:
See TracChangeset
for help on using the changeset viewer.