Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
0defd8f2
Commit
0defd8f2
authored
Mar 29, 2016
by
Adrian Grange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed "WebM" to "AOMedia" & "webm" to "aomedia"
Change-Id: I5e1a9b79ecc50ea9e7eea2746f40ba872d7d80e4
parent
117c1e38
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
17 deletions
+16
-17
aom/aomcx.h
aom/aomcx.h
+1
-1
aom/aomdx.h
aom/aomdx.h
+1
-1
av1/av1_dx_iface.c
av1/av1_dx_iface.c
+1
-1
build/make/configure.sh
build/make/configure.sh
+4
-4
configure
configure
+1
-1
libs.doxy_template
libs.doxy_template
+1
-1
libs.mk
libs.mk
+1
-1
mainpage.dox
mainpage.dox
+5
-6
test/decode_test_driver.cc
test/decode_test_driver.cc
+1
-1
No files found.
aom/aomcx.h
View file @
0defd8f2
...
...
@@ -11,7 +11,7 @@
#ifndef AOM_AOMCX_H_
#define AOM_AOMCX_H_
/*!\defgroup aom_encoder
WebM
AOM/AV1 Encoder
/*!\defgroup aom_encoder
AOMedia
AOM/AV1 Encoder
* \ingroup aom
*
* @{
...
...
aom/aomdx.h
View file @
0defd8f2
...
...
@@ -9,7 +9,7 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
/*!\defgroup aom_decoder
WebM
AOM/AV1 Decoder
/*!\defgroup aom_decoder
AOMedia
AOM/AV1 Decoder
* \ingroup aom
*
* @{
...
...
av1/av1_dx_iface.c
View file @
0defd8f2
...
...
@@ -1046,7 +1046,7 @@ static aom_codec_ctrl_fn_map_t decoder_ctrl_maps[] = {
#define VERSION_STRING
#endif
CODEC_INTERFACE
(
aom_codec_av1_dx
)
=
{
"
WebM
Project AV1 Decoder"
VERSION_STRING
,
"
AOMedia
Project AV1 Decoder"
VERSION_STRING
,
AOM_CODEC_INTERNAL_ABI_VERSION
,
AOM_CODEC_CAP_DECODER
|
AOM_CODEC_CAP_EXTERNAL_FRAME_BUFFER
,
// aom_codec_caps_t
...
...
build/make/configure.sh
View file @
0defd8f2
...
...
@@ -389,7 +389,7 @@ check_gcc_machine_option() {
}
write_common_config_banner
()
{
print_
webm
_license config.mk
"##"
""
print_
aomedia
_license config.mk
"##"
""
echo
'# This file automatically generated by configure. Do not edit!'
>>
config.mk
echo
"TOOLCHAIN :=
${
toolchain
}
"
>>
config.mk
...
...
@@ -419,7 +419,7 @@ write_common_target_config_mk() {
saved_CXX
=
"
${
CXX
}
"
enabled ccache
&&
CC
=
"ccache
${
CC
}
"
enabled ccache
&&
CXX
=
"ccache
${
CXX
}
"
print_
webm
_license
$1
"##"
""
print_
aomedia
_license
$1
"##"
""
cat
>>
$1
<<
EOF
# This file automatically generated by configure. Do not edit!
...
...
@@ -471,7 +471,7 @@ EOF
}
write_common_target_config_h
()
{
print_
webm
_license
${
TMP_H
}
"/*"
" */"
print_
aomedia
_license
${
TMP_H
}
"/*"
" */"
cat
>>
${
TMP_H
}
<<
EOF
/* This file automatically generated by configure. Do not edit! */
#ifndef AOM_CONFIG_H
...
...
@@ -1446,7 +1446,7 @@ print_config_vars_h() {
done
}
print_
webm
_license
()
{
print_
aomedia
_license
()
{
saved_prefix
=
"
${
prefix
}
"
destination
=
$1
prefix
=
"
$2
"
...
...
configure
View file @
0defd8f2
...
...
@@ -699,7 +699,7 @@ EOF
##
CONFIGURE_ARGS
=
"
$@
"
process
"
$@
"
print_
webm
_license
${
BUILD_PFX
}
aom_config.c
"/*"
" */"
print_
aomedia
_license
${
BUILD_PFX
}
aom_config.c
"/*"
" */"
cat
<<
EOF
>>
${
BUILD_PFX
}
aom_config.c
#include "aom/aom_codec.h"
static const char* const cfg = "
$CONFIGURE_ARGS
";
...
...
libs.doxy_template
View file @
0defd8f2
...
...
@@ -35,7 +35,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
PROJECT_NAME = "
WebM
Codec SDK"
PROJECT_NAME = "
AOMedia
Codec SDK"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
libs.mk
View file @
0defd8f2
...
...
@@ -295,7 +295,7 @@ aom.pc: config.mk libs.mk
$(qexec)
echo
'includedir=$
${prefix}
/include'
>>
$@
$(qexec)
echo
''
>>
$@
$(qexec)
echo
'Name: aom'
>>
$@
$(qexec)
echo
'Description:
WebM
Project AVx codec implementation'
>>
$@
$(qexec)
echo
'Description:
AOMedia
Project AVx codec implementation'
>>
$@
$(qexec)
echo
'Version:
$(VERSION_MAJOR)
.
$(VERSION_MINOR)
.
$(VERSION_PATCH)
'
>>
$@
$(qexec)
echo
'Requires:'
>>
$@
$(qexec)
echo
'Conflicts:'
>>
$@
...
...
mainpage.dox
View file @
0defd8f2
/*!\mainpage
WebM
Codec SDK
/*!\mainpage
AMedia
Codec SDK
\section main_contents Page Contents
- \ref main_intro
...
...
@@ -6,11 +6,10 @@
- \ref main_support
\section main_intro Introduction
Welcome to the WebM Codec SDK. This SDK allows you to integrate your
applications with the AOM and AV1 video codecs, high quality, royalty free,
open source codecs deployed on billions of computers and devices worldwide.
Welcome to the AMedia Codec SDK. This SDK allows you to integrate your
applications with the AOM and AV1 video codecs.
This distribution of the
WebM
Codec SDK includes the following support:
This distribution of the
AOMedia
Codec SDK includes the following support:
\if aom_encoder
- \ref aom_encoder
...
...
@@ -36,7 +35,7 @@
\endif
\section main_support Support Options & FAQ
The
WebM
project is an open source project supported by its community. For
The
AOMedia
project is an open source project supported by its community. For
questions about this SDK, please mail the apps-devel@webmproject.org list.
To contribute, see http://www.webmproject.org/code/contribute and mail
codec-devel@webmproject.org.
...
...
test/decode_test_driver.cc
View file @
0defd8f2
...
...
@@ -19,7 +19,7 @@
namespace
libaom_test
{
const
char
kAOMName
[]
=
"
WebM
Project AOM"
;
const
char
kAOMName
[]
=
"
AOMedia
Project AOM"
;
aom_codec_err_t
Decoder
::
PeekStream
(
const
uint8_t
*
cxdata
,
size_t
size
,
aom_codec_stream_info_t
*
stream_info
)
{
...
...
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