
Cherry-Picked the following commits: 0defd8f Changed "WebM" to "AOMedia" & "webm" to "aomedia" 54e6676 Replace "VPx" by "AVx" 5082a36 Change "Vpx" to "Avx" 7df44f1 Replace "Vp9" w/ "Av1" 967f722 Remove kVp9CodecId 828f30c Change "Vp8" to "AOM" 030b5ff AUTHORS regenerated 2524cae Add ref-mv experimental flag 016762b Change copyright notice to AOMedia form 81e5526 Replace vp9 w/ av1 9b94565 Add missing files fa8ca9f Change "vp9" to "av1" ec838b7 Convert "vp8" to "aom" 80edfa0 Change "VP9" to "AV1" d1a11fb Change "vp8" to "aom" 7b58251 Point to WebM test data dd1a5c8 Replace "VP8" with "AOM" ff00fc0 Change "VPX" to "AOM" 01dee0b Change "vp10" to "av1" in source code cebe6f0 Convert "vpx" to "aom" 17b0567 rename vp10*.mk to av1_*.mk fe5f8a8 rename files vp10_* to av1_* Change-Id: I6fc3d18eb11fc171e46140c836ad5339cf6c9419
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
/*!\mainpage AMedia Codec SDK
|
|
|
|
\section main_contents Page Contents
|
|
- \ref main_intro
|
|
- \ref main_startpoints
|
|
- \ref main_support
|
|
|
|
\section main_intro Introduction
|
|
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 AOMedia Codec SDK includes the following support:
|
|
|
|
\if aom_encoder
|
|
- \ref aom_encoder
|
|
\endif
|
|
\if aom_decoder
|
|
- \ref aom_decoder
|
|
\endif
|
|
|
|
|
|
\section main_startpoints Starting Points
|
|
- Consult the \ref changelog for a complete list of improvements in this
|
|
release.
|
|
- The \ref readme contains instructions on recompiling the sample applications.
|
|
- Read the \ref usage "usage" for a narrative on codec usage.
|
|
- Read the \ref samples "sample code" for examples of how to interact with the
|
|
codec.
|
|
- \ref codec reference
|
|
\if encoder
|
|
- \ref encoder reference
|
|
\endif
|
|
\if decoder
|
|
- \ref decoder reference
|
|
\endif
|
|
|
|
\section main_support Support Options & FAQ
|
|
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.
|
|
*/
|
|
|
|
/*!\page changelog CHANGELOG
|
|
\verbinclude CHANGELOG
|
|
*/
|
|
|
|
/*!\page readme README
|
|
\verbinclude README
|
|
*/
|
|
|
|
/*!\defgroup codecs Supported Codecs */
|