mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
a2a0f53596
Update aom to rev d14c5bb4f336ef1842046089849dee4a301fbbf0. MozReview-Commit-ID: YoPHbFHRq2 --HG-- rename : third_party/aom/build/cmake/aom_config.c.cmake => third_party/aom/build/cmake/aom_config.c.template rename : third_party/aom/md5_utils.h => third_party/aom/common/md5_utils.h rename : third_party/aom/warnings.h => third_party/aom/common/warnings.h rename : third_party/aom/webmenc.h => third_party/aom/common/webmenc.h rename : third_party/aom/y4minput.h => third_party/aom/common/y4minput.h rename : third_party/aom/aomstats.h => third_party/aom/stats/aomstats.h rename : third_party/aom/rate_hist.h => third_party/aom/stats/rate_hist.h extra : rebase_source : 6e3d836d1d36879f862ed74227522e422f4fb5c1
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.
|
|
- \ref readme contains instructions on compiling 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.md
|
|
\include README.md
|
|
*/
|
|
|
|
/*!\defgroup codecs Supported Codecs */
|