Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
f2a8c2f6
Commit
f2a8c2f6
authored
Mar 28, 2016
by
Adrian Grange
Browse files
Add copyright notice to .c & .cc files
Change-Id: I3eb7d6d65a00981ccd629a03fa19d8d140b99c6e
parent
e224395f
Changes
53
Hide whitespace changes
Inline
Side-by-side
test/active_map_refresh_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
5 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<algorithm>
#include
"third_party/googletest/src/include/gtest/gtest.h"
#include
"test/codec_factory.h"
...
...
test/active_map_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
4 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<climits>
#include
<vector>
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/aq_segment_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
#include
"test/codec_factory.h"
#include
"test/encode_test_driver.h"
...
...
test/arf_freq_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
5 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/av1_dct_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
5 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/av1_inv_txfm_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
3 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/avg_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<limits.h>
#include
<stdio.h>
...
...
test/boolcoder_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/borders_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<climits>
#include
<vector>
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/convolve_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
0 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<string.h>
...
...
test/cpu_speed_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
#include
"test/codec_factory.h"
#include
"test/encode_test_driver.h"
...
...
test/datarate_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"./aom_config.h"
#include
"third_party/googletest/src/include/gtest/gtest.h"
#include
"test/codec_factory.h"
...
...
test/dct16x16_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/dct32x32_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/decode_api_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
4 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/decode_perf_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
3 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<string>
#include
"test/codec_factory.h"
...
...
test/decode_test_driver.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
2 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/denoiser_sse2_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
4 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<math.h>
#include
<stdlib.h>
...
...
test/encode_api_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 2016
The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 2016
, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/encode_perf_test.cc
View file @
f2a8c2f6
/*
*
Copyright (c) 201
4 The WebM project authors
. All
R
ights
R
eserved
.
* Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved
*
* 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
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at www.aomedia.org/license/software. If the Alliance for Open
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
<string>
#include
"third_party/googletest/src/include/gtest/gtest.h"
#include
"./aom_config.h"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment