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
d8a02294
Commit
d8a02294
authored
Mar 29, 2016
by
Adrian Grange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add copyright notice to all .sh files
Change-Id: Iaa774235fbccefa2f75dedb7fd5081eff570fe93
parent
24386350
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
199 additions
and
203 deletions
+199
-203
build/make/armlink_adapter.sh
build/make/armlink_adapter.sh
+7
-8
build/make/gen_msvs_def.sh
build/make/gen_msvs_def.sh
+7
-8
build/make/gen_msvs_proj.sh
build/make/gen_msvs_proj.sh
+7
-7
build/make/gen_msvs_sln.sh
build/make/gen_msvs_sln.sh
+7
-8
build/make/iosbuild.sh
build/make/iosbuild.sh
+7
-8
build/make/msvs_common.sh
build/make/msvs_common.sh
+7
-7
test/aom_multi_resolution_encoder.sh
test/aom_multi_resolution_encoder.sh
+11
-11
test/aom_temporal_svc_encoder.sh
test/aom_temporal_svc_encoder.sh
+11
-11
test/aomcx_set_ref.sh
test/aomcx_set_ref.sh
+11
-11
test/aomdec.sh
test/aomdec.sh
+10
-10
test/aomenc.sh
test/aomenc.sh
+11
-11
test/av1_spatial_svc_encoder.sh
test/av1_spatial_svc_encoder.sh
+11
-11
test/decode_to_md5.sh
test/decode_to_md5.sh
+11
-11
test/decode_with_drops.sh
test/decode_with_drops.sh
+11
-11
test/examples.sh
test/examples.sh
+8
-8
test/resize_util.sh
test/resize_util.sh
+11
-11
test/set_maps.sh
test/set_maps.sh
+11
-11
test/simple_decoder.sh
test/simple_decoder.sh
+11
-11
test/simple_encoder.sh
test/simple_encoder.sh
+11
-11
test/tools_common.sh
test/tools_common.sh
+7
-7
test/twopass_encoder.sh
test/twopass_encoder.sh
+11
-11
No files found.
build/make/armlink_adapter.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. 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.
##
## 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.
##
verbose
=
0
set
--
$*
...
...
build/make/gen_msvs_def.sh
View file @
d8a02294
#!/bin/bash
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. 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.
##
## 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.
##
self
=
$0
self_basename
=
${
self
##*/
}
...
...
build/make/gen_msvs_proj.sh
View file @
d8a02294
#!/bin/bash
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 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.
## 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.
##
self
=
$0
...
...
build/make/gen_msvs_sln.sh
View file @
d8a02294
#!/bin/bash
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. 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.
##
## 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.
##
self
=
$0
self_basename
=
${
self
##*/
}
...
...
build/make/iosbuild.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 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.
##
## 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 script generates 'AOM.framework'. An iOS app can encode and decode VPx
## video by including 'AOM.framework'.
...
...
build/make/msvs_common.sh
View file @
d8a02294
#!/bin/bash
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 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.
## 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.
##
if
[
"
$(
uname
-o
2>/dev/null
)
"
=
"Cygwin"
]
\
...
...
test/aom_multi_resolution_encoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom aom_multi_resolution_encoder example. To add new
## tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aom_mre_tests (on a new line).
## This file tests the libaom aom_multi_resolution_encoder example. To add new
## tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aom_mre_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/aom_temporal_svc_encoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom aom_temporal_svc_encoder example. To add new
## tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aom_tsvc_encoder_tests (on a new line).
## This file tests the libaom aom_temporal_svc_encoder example. To add new
## tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aom_tsvc_encoder_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/aomcx_set_ref.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom aomcx_set_ref example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomcx_set_ref_tests (on a new line).
## This file tests the libaom aomcx_set_ref example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomcx_set_ref_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/aomdec.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests aomdec. To add new tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomdec_tests (on a new line).
## This file tests aomdec. To add new tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomdec_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/aomenc.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests aomenc using hantro_collage_w352h288.yuv as input. To add
## new tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomenc_tests (on a new line).
## This file tests aomenc using hantro_collage_w352h288.yuv as input. To add
## new tests to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to aomenc_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/av1_spatial_svc_encoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom av1_spatial_svc_encoder example. To add new
## tests to to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to vp9_spatial_svc_tests (on a new line).
## This file tests the libaom av1_spatial_svc_encoder example. To add new
## tests to to this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to vp9_spatial_svc_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/decode_to_md5.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom decode_to_md5 example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to decode_to_md5_tests (on a new line).
## This file tests the libaom decode_to_md5 example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to decode_to_md5_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/decode_with_drops.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom decode_with_drops example. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to decode_with_drops_tests (on a new line).
## This file tests the libaom decode_with_drops example. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to decode_with_drops_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/examples.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file runs all of the tests for the libaom examples.
## This file runs all of the tests for the libaom examples.
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/resize_util.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom resize_util example code. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to resize_util_tests (on a new line).
## This file tests the libaom resize_util example code. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to resize_util_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/set_maps.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom set_maps example. To add new tests to this file,
## do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to set_maps_tests (on a new line).
## This file tests the libaom set_maps example. To add new tests to this file,
## do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to set_maps_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/simple_decoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom simple_decoder example code. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to simple_decoder_tests (on a new line).
## This file tests the libaom simple_decoder example code. To add new tests to
## this file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to simple_decoder_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/simple_encoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom simple_encoder example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to simple_encoder_tests (on a new line).
## This file tests the libaom simple_encoder example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to simple_encoder_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
test/tools_common.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 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.
## 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 contains shell code shared by test scripts for libaom tools.
...
...
test/twopass_encoder.sh
View file @
d8a02294
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2014 The WebM project authors. 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.
##
## 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 file tests the libaom twopass_encoder example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to twopass_encoder_tests (on a new line).
## This file tests the libaom twopass_encoder example. To add new tests to this
## file, do the following:
## 1. Write a shell function (this is your test).
## 2. Add the function to twopass_encoder_tests (on a new line).
##
.
$(
dirname
$0
)
/tools_common.sh
...
...
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