| /*!\mainpage AOMedia AV2 Codec |
| |
| \tableofcontents |
| |
| \section avm_sdk AOMedia Codec SDK |
| |
| \subsection main_intro Introduction |
| Welcome to the AOMedia Codec SDK. This SDK allows you to integrate your |
| applications with the AVM and AV2 video codecs. |
| |
| This distribution of the AOMedia Codec SDK includes the following support: |
| |
| \if av2_encoder |
| - \ref avm_encoder |
| \endif |
| \if av2_decoder |
| - \ref avm_decoder |
| \endif |
| |
| |
| \subsection 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 |
| <br> |
| |
| \section av2_guide AV2 Developer's Guide |
| |
| \if av2_encoder |
| - \ref encoder_guide |
| \endif |
| |
| \if av2_decoder |
| - \ref decoder_guide |
| \endif |
| <br> |
| |
| \section main_support Support Options & FAQ |
| The AOMedia project is an open source project supported by its community. |
| For questions about this SDK or for help, please visit http://aomedia.org/ |
| and email the aomediacodec@jointdevelopment.kavi.com list. |
| */ |
| |
| /*!\page changelog CHANGELOG |
| \verbinclude CHANGELOG |
| */ |
| |
| \ifnot av2_md_support |
| /*!\page readme README.md |
| \include README.md |
| */ |
| \endif |
| |
| /*!\defgroup codecs Supported Codecs */ |