Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yushin Cho
aom-rav1e
Commits
e106d434
Commit
e106d434
authored
Mar 28, 2016
by
Adrian Grange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add copyright notice to .mk files
Change-Id: Ie4cc33c4be4768f8b51dc3160ccfe90ebb34886d
parent
9b94565b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
105 additions
and
78 deletions
+105
-78
aom/aom_codec.mk
aom/aom_codec.mk
+8
-6
aom_dsp/aom_dsp.mk
aom_dsp/aom_dsp.mk
+8
-6
aom_ports/aom_ports.mk
aom_ports/aom_ports.mk
+8
-6
aom_util/aom_util.mk
aom_util/aom_util.mk
+8
-6
av1/av1_common.mk
av1/av1_common.mk
+8
-6
av1/av1_cx.mk
av1/av1_cx.mk
+8
-6
av1/av1_dx.mk
av1/av1_dx.mk
+8
-6
build/make/Android.mk
build/make/Android.mk
+8
-6
docs.mk
docs.mk
+8
-6
examples.mk
examples.mk
+8
-6
libs.mk
libs.mk
+8
-6
solution.mk
solution.mk
+8
-6
test/android/Android.mk
test/android/Android.mk
+9
-6
No files found.
aom/aom_codec.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
API_EXPORTS
+=
exports
API_SRCS-$(CONFIG_V10_ENCODER)
+=
aom.h
...
...
aom_dsp/aom_dsp.mk
View file @
e106d434
##
## Copyright (c) 201
5 The WebM project authors. All Rights Reserved.
## Copyright (c) 201
6, Alliance for Open Media. All rights reserved
##
## 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.
##
DSP_SRCS-yes
+=
aom_dsp.mk
DSP_SRCS-yes
+=
aom_dsp_common.h
...
...
aom_ports/aom_ports.mk
View file @
e106d434
##
##
Copyright (c) 2012 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
PORTS_SRCS-yes
+=
aom_ports.mk
PORTS_SRCS-yes
+=
bitops.h
...
...
aom_util/aom_util.mk
View file @
e106d434
##
## Copyright (c) 201
5 The WebM project authors. All Rights Reserved.
## Copyright (c) 201
6, Alliance for Open Media. All rights reserved
##
## 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.
##
UTIL_SRCS-yes
+=
aom_util.mk
UTIL_SRCS-yes
+=
aom_thread.c
UTIL_SRCS-yes
+=
aom_thread.h
...
...
av1/av1_common.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
AV1_COMMON_SRCS-yes
+=
av1_common.mk
AV1_COMMON_SRCS-yes
+=
av1_iface_common.h
AV1_COMMON_SRCS-yes
+=
common/alloccommon.c
...
...
av1/av1_cx.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
AV1_CX_EXPORTS
+=
exports_enc
AV1_CX_SRCS-yes
+=
$
(
AV1_COMMON_SRCS-yes
)
...
...
av1/av1_dx.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
AV1_DX_EXPORTS
+=
exports_dec
AV1_DX_SRCS-yes
+=
$
(
AV1_COMMON_SRCS-yes
)
...
...
build/make/Android.mk
View file @
e106d434
##
##
Copyright (c) 2012 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
#
# This file is to be used for compiling libaom for Android using the NDK.
# In an Android project place a libaom checkout in the jni directory.
...
...
docs.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
INSTALL_MAPS
+=
docs/% docs/%
INSTALL_MAPS
+=
src/% %
INSTALL_MAPS
+=
% %
...
...
examples.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
LIBYUV_SRCS
+=
third_party/libyuv/include/libyuv/basic_types.h
\
third_party/libyuv/include/libyuv/convert.h
\
third_party/libyuv/include/libyuv/convert_argb.h
\
...
...
libs.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
# ARM assembly files are written in RVCT-style. We use some make magic to
# filter those files to allow GCC compilation
ifeq
($(ARCH_ARM),yes)
...
...
solution.mk
View file @
e106d434
##
##
Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## 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.
##
# libaom reverse dependencies (targets that depend on libaom)
AOM_NONDEPS
=
$(
addsuffix
.
$(VCPROJ_SFX)
,aom gtest
)
AOM_RDEPS
=
$(
foreach
vcp,
\
...
...
test/android/Android.mk
View file @
e106d434
# Copyright (c) 2013 The WebM project authors. All Rights Reserved.
#
# 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.
# Copyright (c) 2016, Alliance for Open Media. All rights reserved
#
# 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.
#
# This make file builds aom_test app for android.
# The test app itself runs on the command line through adb shell
# The paths are really messed up as the libaom make file
# expects to be made from a parent directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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