blob: 6a6b11a972ae374900b91546b9281e079fb46ff6 [file] [log] [blame]
Yunqing Wang611502c2020-05-01 15:24:59 -07001/*!\mainpage AOMedia Codec SDK
John Koleszar0ea50ce2010-05-18 11:58:33 -04002
Yunqing Wang0fd27732020-05-04 14:48:28 -07003 \tableofcontents
John Koleszar0ea50ce2010-05-18 11:58:33 -04004
5 \section main_intro Introduction
Yunqing Wang611502c2020-05-01 15:24:59 -07006 Welcome to the AOMedia Codec SDK. This SDK allows you to integrate your
Yaowu Xuf883b422016-08-30 14:01:10 -07007 applications with the AOM and AV1 video codecs.
John Koleszar0ea50ce2010-05-18 11:58:33 -04008
Yaowu Xuf883b422016-08-30 14:01:10 -07009 This distribution of the AOMedia Codec SDK includes the following support:
John Koleszar94c52e42010-06-18 12:39:21 -040010
Yunqing Wang611502c2020-05-01 15:24:59 -070011 \if av1_encoder
Yaowu Xuf883b422016-08-30 14:01:10 -070012 - \ref aom_encoder
James Zern6b7cf302012-03-15 16:51:51 -070013 \endif
Yunqing Wang611502c2020-05-01 15:24:59 -070014 \if av1_decoder
Yaowu Xuf883b422016-08-30 14:01:10 -070015 - \ref aom_decoder
James Zern6b7cf302012-03-15 16:51:51 -070016 \endif
John Koleszar0ea50ce2010-05-18 11:58:33 -040017
18
19 \section main_startpoints Starting Points
20 - Consult the \ref changelog for a complete list of improvements in this
21 release.
Johanne07a6752018-01-10 12:47:44 -080022 - \ref readme contains instructions on compiling the sample applications.
John Koleszar0ea50ce2010-05-18 11:58:33 -040023 - Read the \ref usage "usage" for a narrative on codec usage.
24 - Read the \ref samples "sample code" for examples of how to interact with the
25 codec.
26 - \ref codec reference
Yaowu Xuf5bbe242015-01-15 14:32:42 -080027 \if encoder
28 - \ref encoder reference
29 \endif
30 \if decoder
31 - \ref decoder reference
32 \endif
John Koleszar0ea50ce2010-05-18 11:58:33 -040033
34 \section main_support Support Options & FAQ
Yaowu Xuf883b422016-08-30 14:01:10 -070035 The AOMedia project is an open source project supported by its community. For
John Koleszar0ea50ce2010-05-18 11:58:33 -040036 questions about this SDK, please mail the apps-devel@webmproject.org list.
37 To contribute, see http://www.webmproject.org/code/contribute and mail
James Zernf42d52e2011-02-16 17:54:49 -080038 codec-devel@webmproject.org.
John Koleszar0ea50ce2010-05-18 11:58:33 -040039*/
40
41/*!\page changelog CHANGELOG
42 \verbinclude CHANGELOG
43*/
44
Johanne07a6752018-01-10 12:47:44 -080045/*!\page readme README.md
46 \include README.md
John Koleszar0ea50ce2010-05-18 11:58:33 -040047*/
48
49/*!\defgroup codecs Supported Codecs */