cosmetics: trim trailing whitespace
When the license headers were updated, they accidentally contained trailing whitespace, so unfortunately we have to touch all the files again. Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
This commit is contained in:
6
README
6
README
@@ -9,18 +9,18 @@ COMPILING THE APPLICATIONS/LIBRARIES:
|
|||||||
the application.
|
the application.
|
||||||
|
|
||||||
1. Prerequisites
|
1. Prerequisites
|
||||||
|
|
||||||
* All x86 targets require the Yasm[1] assembler be installed.
|
* All x86 targets require the Yasm[1] assembler be installed.
|
||||||
* All Windows builds require that Cygwin[2] be installed.
|
* All Windows builds require that Cygwin[2] be installed.
|
||||||
* Building the documentation requires PHP[3] and Doxygen[4]. If you do not
|
* Building the documentation requires PHP[3] and Doxygen[4]. If you do not
|
||||||
have these packages, you must pass --disable-install-docs to the
|
have these packages, you must pass --disable-install-docs to the
|
||||||
configure script.
|
configure script.
|
||||||
|
|
||||||
[1]: http://www.tortall.net/projects/yasm
|
[1]: http://www.tortall.net/projects/yasm
|
||||||
[2]: http://www.cygwin.com
|
[2]: http://www.cygwin.com
|
||||||
[3]: http://php.net
|
[3]: http://php.net
|
||||||
[4]: http://www.doxygen.org
|
[4]: http://www.doxygen.org
|
||||||
|
|
||||||
2. Out-of-tree builds
|
2. Out-of-tree builds
|
||||||
Out of tree builds are a supported method of building the application. For
|
Out of tree builds are a supported method of building the application. For
|
||||||
an out of tree build, the source tree is kept separate from the object
|
an out of tree build, the source tree is kept separate from the object
|
||||||
|
|||||||
4
args.c
4
args.c
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
4
args.h
4
args.h
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
REM
|
REM
|
||||||
REM Use of this source code is governed by a BSD-style license
|
REM Use of this source code is governed by a BSD-style license
|
||||||
REM that can be found in the LICENSE file in the root of the source
|
REM that can be found in the LICENSE file in the root of the source
|
||||||
REM tree. An additional intellectual property rights grant can be found
|
REM tree. An additional intellectual property rights grant can be found
|
||||||
REM in the file PATENTS. All contributing project authors may
|
REM in the file PATENTS. All contributing project authors may
|
||||||
REM be found in the AUTHORS file in the root of the source tree.
|
REM be found in the AUTHORS file in the root of the source tree.
|
||||||
echo on
|
echo on
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
4
docs.mk
4
docs.mk
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
4
ivfdec.c
4
ivfdec.c
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
libs.mk
4
libs.mk
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
source codec deployed on millions of computers and devices worldwide.
|
source codec deployed on millions of computers and devices worldwide.
|
||||||
|
|
||||||
This distribution of the WebM VP8 Codec SDK includes the following support:
|
This distribution of the WebM VP8 Codec SDK includes the following support:
|
||||||
|
|
||||||
\if vp8_encoder - \ref vp8_encoder \endif
|
\if vp8_encoder - \ref vp8_encoder \endif
|
||||||
\if vp8_decoder - \ref vp8_decoder \endif
|
\if vp8_decoder - \ref vp8_decoder \endif
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## Use of this source code is governed by a BSD-style license
|
||||||
## that can be found in the LICENSE file in the root of the source
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
EXPORT |vp8_short_inv_walsh4x4_neon|
|
EXPORT |vp8_short_inv_walsh4x4_neon|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; Use of this source code is governed by a BSD-style license
|
||||||
; that can be found in the LICENSE file in the root of the source
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user