From 6859ab7a51650cbcfa8159a37cf8d1485d162ad4 Mon Sep 17 00:00:00 2001 From: Pengfei Qu Date: Thu, 22 Oct 2015 04:55:04 -0400 Subject: VP9 HWDec:change the name vp8_xxx to vpx_xxx and share it with VP9 Signed-off-by: Pengfei Qu Signed-off-by: Sirisha Muppavarapu Signed-off-by: peng.chen Reviewed-by: Zhao Yakui --- src/vp8_probs.AUTHORS | 100 -------------------------------------------------- src/vp8_probs.LICENSE | 31 ---------------- src/vp8_probs.PATENTS | 22 ----------- src/vpx_probs.AUTHORS | 0 src/vpx_probs.LICENSE | 0 src/vpx_probs.PATENTS | 0 6 files changed, 153 deletions(-) delete mode 100644 src/vp8_probs.AUTHORS delete mode 100644 src/vp8_probs.LICENSE delete mode 100644 src/vp8_probs.PATENTS create mode 100644 src/vpx_probs.AUTHORS create mode 100644 src/vpx_probs.LICENSE create mode 100644 src/vpx_probs.PATENTS diff --git a/src/vp8_probs.AUTHORS b/src/vp8_probs.AUTHORS deleted file mode 100644 index a9aa481..0000000 --- a/src/vp8_probs.AUTHORS +++ /dev/null @@ -1,100 +0,0 @@ -# This file is automatically generated from the git commit history -# by tools/gen_authors.sh. - -Aaron Watry -Abo Talib Mahfoodh -Adrian Grange -Ahmad Sharif -Alexander Voronov -Alex Converse -Alexis Ballier -Alok Ahuja -Alpha Lam -A.Mahfoodh -Ami Fischman -Andoni Morales Alastruey -Andres Mejia -Aron Rosenberg -Attila Nagy -changjun.yang -chm -Christian Duvivier -Daniel Kang -Deb Mukherjee -Dmitry Kovalev -Dragan Mrdjan -Erik Niemeyer -Fabio Pedretti -Frank Galligan -Fredrik Söderquist -Fritz Koenig -Gaute Strokkenes -Giuseppe Scrivano -Guillaume Martres -Guillermo Ballester Valor -Hangyu Kuang -Henrik Lundin -Hui Su -Ivan Maltz -James Berry -James Zern -Jan Kratochvil -Janne Salonen -Jeff Faust -Jeff Muizelaar -Jeff Petkau -Jim Bankoski -Jingning Han -Johann Koenig -John Koleszar -Joshua Bleecher Snyder -Joshua Litt -Justin Clift -Justin Lebar -KO Myung-Hun -Lou Quillio -Luca Barbato -Makoto Kato -Mans Rullgard -Marco Paniconi -Mark Mentovai -Martin Ettl -Martin Storsjo -Matthew Heaney -Michael Kohler -Mike Frysinger -Mike Hommey -Mikhal Shemer -Morton Jonuschat -Parag Salasakar -Pascal Massimino -Patrik Westin -Paul Wilkins -Pavol Rusnak -Paweł Hajdan -Philip Jägenstedt -Priit Laes -Rafael Ávila de Espíndola -Rafaël Carré -Ralph Giles -Rob Bradford -Ronald S. Bultje -Sami Pietilä -Scott Graham -Scott LaVarnway -Shimon Doodkin -Stefan Holmer -Suman Sunkara -Taekhyun Kim -Takanori MATSUURA -Tamar Levy -Tero Rintaluoma -Thijs Vermeir -Timothy B. Terriberry -Tom Finegan -Vignesh Venkatasubramanian -Yaowu Xu -Yunqing Wang -Google Inc. -The Mozilla Foundation -The Xiph.Org Foundation diff --git a/src/vp8_probs.LICENSE b/src/vp8_probs.LICENSE deleted file mode 100644 index 1ce4434..0000000 --- a/src/vp8_probs.LICENSE +++ /dev/null @@ -1,31 +0,0 @@ -Copyright (c) 2010, The WebM Project authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google, nor the WebM Project, nor the names - of its contributors may be used to endorse or promote products - derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/src/vp8_probs.PATENTS b/src/vp8_probs.PATENTS deleted file mode 100644 index 4414d83..0000000 --- a/src/vp8_probs.PATENTS +++ /dev/null @@ -1,22 +0,0 @@ -Additional IP Rights Grant (Patents) - -"This implementation" means the copyrightable works distributed by -Google as part of the WebM Project. - -Google hereby grants to you a perpetual, worldwide, non-exclusive, -no-charge, royalty-free, irrevocable (except as stated in this section) -patent license to make, have made, use, offer to sell, sell, import, -transfer, and otherwise run, modify and propagate the contents of this -implementation of VP8, where such license applies only to those patent -claims, both currently owned by Google and acquired in the future, -licensable by Google that are necessarily infringed by this -implementation of VP8. This grant does not include claims that would be -infringed only as a consequence of further modification of this -implementation. If you or your agent or exclusive licensee institute or -order or agree to the institution of patent litigation against any -entity (including a cross-claim or counterclaim in a lawsuit) alleging -that this implementation of VP8 or any code incorporated within this -implementation of VP8 constitutes direct or contributory patent -infringement, or inducement of patent infringement, then any patent -rights granted to you under this License for this implementation of VP8 -shall terminate as of the date such litigation is filed. diff --git a/src/vpx_probs.AUTHORS b/src/vpx_probs.AUTHORS new file mode 100644 index 0000000..e69de29 diff --git a/src/vpx_probs.LICENSE b/src/vpx_probs.LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/src/vpx_probs.PATENTS b/src/vpx_probs.PATENTS new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3