xref: /aosp_15_r20/external/intel-media-driver/third-party-programs.txt (revision ba62d9d3abf0e404f2022b4cd7a85e107f48596f)
1Intel® Media Driver for VAAPI Third Party Programs File
2
3This file contains the list of third party software (“third party programs”) contained in the Intel software
4and their required notices and/or license terms. This third party software, even if included with the distribution
5of the Intel software, may be governed by separate license terms, including without limitation, third party license
6terms, other Intel software license terms, and open source software license terms. These separate license terms govern
7your use of the third party programs as set forth in the “third-party-programs.txt” or other similarly-named text file.
8
9Third party programs and their corresponding required notices and/or license terms are listed below
10
11-----------------------------------------------------------------------------------------------
12
131. libva
14
15   Intel(R) drm-uaip-helper
16   Copyright © 2021 Intel Corporation
17
18   Intel(R) Graphics Memory Management Library
19   Copyright (c) 2017 Intel Corporation
20
21   libdrm
22   Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, Texas.
23   Copyright (c) 2007-2008 Dave Airlie <[email protected]>
24   Copyright (c) 2007-2008 Jakob Bornecrantz <[email protected]>
25   Copyright © 2007 Red Hat Inc.
26   Copyright © 2007-2012 Intel Corporation
27   Copyright 2002, 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
28   All Rights Reserved.
29   Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
30   Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
31   All Rights Reserved
32   Copyright © 2014 NVIDIA Corporation
33
34   Mesa - The 3D Graphics Library
35   Copyright © 2007 Red Hat Inc.
36   Copyright © 2007-2012 Intel Corporation
37   Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
38   All Rights Reserved.
39   Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
40   All Rights Reserved.
41   Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
42   All Rights Reserved.
43   Copyright 2010 Thomas Balling Sørensen & Orasanu Lucian.
44   Copyright 2014 Advanced Micro Devices, Inc.
45   All Rights Reserved
46
47MIT License
48
49Permission is hereby granted, free of charge, to any person obtaining a
50copy of this software and associated documentation files (the
51"Software"), to deal in the Software without restriction, including
52without limitation the rights to use, copy, modify, merge, publish,
53distribute, sub license, and/or sell copies of the Software, and to
54permit persons to whom the Software is furnished to do so, subject to
55the following conditions:
56
57The above copyright notice and this permission notice (including the
58next paragraph) shall be included in all copies or substantial portions
59of the Software.
60
61THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
62OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
64IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
65ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
66TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
67SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
68
69-----------------------------------------------------------------------------------------------
70
712. IGT GPU Tools
72   Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
73   All Rights Reserved.
74   Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas.
75   All Rights Reserved.
76   Copyright © 2006-2011 Intel Corporation
77   Copyright © 2010 Red Hat, Inc.
78   Copyright © 2011 Daniel Vetter
79   Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
80   Copyright 2015 Philip Taylor <[email protected]>
81   Copyright 2018 Advanced Micro Devices, Inc.
82
83Permission is hereby granted, free of charge, to any person obtaining a
84copy of this software and associated documentation files (the "Software"),
85to deal in the Software without restriction, including without limitation
86the rights to use, copy, modify, merge, publish, distribute, sublicense,
87and/or sell copies of the Software, and to permit persons to whom the
88Software is furnished to do so, subject to the following conditions:
89
90The above copyright notice and this permission notice (including the next
91paragraph) shall be included in all copies or substantial portions of the
92Software.
93
94THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
95IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
96FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
97THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
98LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
99OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
100SOFTWARE.
101
102   Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
103    2013, 2014 by Internet Systems Consortium, Inc. ("ISC")
104   Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
105    2002, 2003 by The Internet Software Consortium and Rich Salz
106
107This code is derived from software contributed to the Internet Software
108Consortium by Rich Salz.
109
110Permission to use, copy, modify, and distribute this software for any
111purpose with or without fee is hereby granted, provided that the above
112copyright notice and this permission notice appear in all copies.
113
114THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
115REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
116MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY
117SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
118WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
119ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
120OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
121
122-----------------------------------------------------------------------------------------------
123
1243. AV1 Codec Library (Alliance for Open Media)
125   Copyright (c) 2016, Alliance for Open Media. All rights reserved.
126
127The 2-Clause BSD License
128
129Redistribution and use in source and binary forms, with or without
130modification, are permitted provided that the following conditions
131are met:
132
1331. Redistributions of source code must retain the above copyright
134   notice, this list of conditions and the following disclaimer.
135
1362. Redistributions in binary form must reproduce the above copyright
137   notice, this list of conditions and the following disclaimer in
138   the documentation and/or other materials provided with the
139   distribution.
140
141THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
142"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
143LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
144FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
145COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
146INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
147BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
148LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
149CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
150LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
151ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
152POSSIBILITY OF SUCH DAMAGE.
153
154-----------------------------------------------------------------------------------------------
155
1564. GoogleTest
157   Copyright 2008, Google Inc.
158   All rights reserved.
159
160BSD 3-Clause "New" or "Revised" License
161
162Redistribution and use in source and binary forms, with or without
163modification, are permitted provided that the following conditions are
164met:
165
166    * Redistributions of source code must retain the above copyright
167notice, this list of conditions and the following disclaimer.
168    * Redistributions in binary form must reproduce the above
169copyright notice, this list of conditions and the following disclaimer
170in the documentation and/or other materials provided with the
171distribution.
172    * Neither the name of Google Inc. nor the names of its
173contributors may be used to endorse or promote products derived from
174this software without specific prior written permission.
175
176THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
177"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
178LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
179A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
180OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
181SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
182LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
183DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
184THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
185(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
186OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
187
188-----------------------------------------------------------------------------------------------
189
1905. libvpx
191   Copyright (c) 2010, The WebM Project authors. All rights reserved.
192
193BSD 3-Clause "New" or "Revised" License
194
195Redistribution and use in source and binary forms, with or without
196modification, are permitted provided that the following conditions are
197met:
198
199  * Redistributions of source code must retain the above copyright
200    notice, this list of conditions and the following disclaimer.
201
202  * Redistributions in binary form must reproduce the above copyright
203    notice, this list of conditions and the following disclaimer in
204    the documentation and/or other materials provided with the
205    distribution.
206
207  * Neither the name of Google, nor the WebM Project, nor the names
208    of its contributors may be used to endorse or promote products
209    derived from this software without specific prior written
210    permission.
211
212THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
213"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
214LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
215A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
216HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
217SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
218LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
219DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
220THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
221(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
222OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.