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
6e0d64c5
Commit
6e0d64c5
authored
Oct 10, 2016
by
Yaowu Xu
Browse files
change to use aomedia copyright notice
Change-Id: Idb2cf2555bcbe04a6650c492a3a714d7d5836b67
parent
b066b962
Changes
4
Hide whitespace changes
Inline
Side-by-side
aom_util/aom_util.mk
View file @
6e0d64c5
...
...
@@ -9,6 +9,7 @@
## PATENTS file, you can obtain it at www.aomedia.org/license/patent.
##
UTIL_SRCS-yes
+=
aom_util.mk
UTIL_SRCS-yes
+=
aom_thread.c
UTIL_SRCS-yes
+=
aom_thread.h
...
...
aom_util/debug_util.c
View file @
6e0d64c5
/*
*
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
<assert.h>
#include
<stdio.h>
#include
"aom_util/debug_util.h"
#define QUEUE_MAX_SIZE 2000000
static
int
result_queue
[
QUEUE_MAX_SIZE
];
static
int
prob_queue
[
QUEUE_MAX_SIZE
];
...
...
aom_util/debug_util.h
View file @
6e0d64c5
/*
*
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.
*/
#ifndef AOM_UTIL_DEBUG_UTIL_H_
...
...
examples/lossless_encoder.c
View file @
6e0d64c5
/*
*
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
<stdio.h>
...
...
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