blob: 03a299ae1ab5793a49cadf08f878d941266a10eb [file] [log] [blame]
Yaowu Xuf883b422016-08-30 14:01:10 -07001/*!\mainpage AMedia Codec SDK
John Koleszar0ea50ce2010-05-18 11:58:33 -04002
3 \section main_contents Page Contents
4 - \ref main_intro
5 - \ref main_startpoints
6 - \ref main_support
7
8 \section main_intro Introduction
Yaowu Xuf883b422016-08-30 14:01:10 -07009 Welcome to the AMedia Codec SDK. This SDK allows you to integrate your
10 applications with the AOM and AV1 video codecs.
John Koleszar0ea50ce2010-05-18 11:58:33 -040011
Yaowu Xuf883b422016-08-30 14:01:10 -070012 This distribution of the AOMedia Codec SDK includes the following support:
John Koleszar94c52e42010-06-18 12:39:21 -040013
Yaowu Xuf883b422016-08-30 14:01:10 -070014 \if aom_encoder
15 - \ref aom_encoder
James Zern6b7cf302012-03-15 16:51:51 -070016 \endif
Yaowu Xuf883b422016-08-30 14:01:10 -070017 \if aom_decoder
18 - \ref aom_decoder
James Zern6b7cf302012-03-15 16:51:51 -070019 \endif
John Koleszar0ea50ce2010-05-18 11:58:33 -040020
21
22 \section main_startpoints Starting Points
23 - Consult the \ref changelog for a complete list of improvements in this
24 release.
Johanne07a6752018-01-10 12:47:44 -080025 - \ref readme contains instructions on compiling the sample applications.
John Koleszar0ea50ce2010-05-18 11:58:33 -040026 - Read the \ref usage "usage" for a narrative on codec usage.
27 - Read the \ref samples "sample code" for examples of how to interact with the
28 codec.
29 - \ref codec reference
Yaowu Xuf5bbe242015-01-15 14:32:42 -080030 \if encoder
31 - \ref encoder reference
32 \endif
33 \if decoder
34 - \ref decoder reference
35 \endif
John Koleszar0ea50ce2010-05-18 11:58:33 -040036
37 \section main_support Support Options & FAQ
Yaowu Xuf883b422016-08-30 14:01:10 -070038 The AOMedia project is an open source project supported by its community. For
John Koleszar0ea50ce2010-05-18 11:58:33 -040039 questions about this SDK, please mail the apps-devel@webmproject.org list.
40 To contribute, see http://www.webmproject.org/code/contribute and mail
James Zernf42d52e2011-02-16 17:54:49 -080041 codec-devel@webmproject.org.
John Koleszar0ea50ce2010-05-18 11:58:33 -040042*/
43
44/*!\page changelog CHANGELOG
45 \verbinclude CHANGELOG
46*/
47
Johanne07a6752018-01-10 12:47:44 -080048/*!\page readme README.md
49 \include README.md
John Koleszar0ea50ce2010-05-18 11:58:33 -040050*/
51
52/*!\defgroup codecs Supported Codecs */