2
0

mainpage.dox 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*!\mainpage WebM Codec SDK
  2. \section main_contents Page Contents
  3. - \ref main_intro
  4. - \ref main_startpoints
  5. - \ref main_support
  6. \section main_intro Introduction
  7. Welcome to the WebM Codec SDK. This SDK allows you to integrate your
  8. applications with the VP8 and VP9 video codecs, high quality, royalty free,
  9. open source codecs deployed on billions of computers and devices worldwide.
  10. This distribution of the WebM Codec SDK includes the following support:
  11. \if vp8_encoder
  12. - \ref vp8_encoder
  13. \endif
  14. \if vp8_decoder
  15. - \ref vp8_decoder
  16. \endif
  17. \section main_startpoints Starting Points
  18. - Consult the \ref changelog for a complete list of improvements in this
  19. release.
  20. - The \ref readme contains instructions on recompiling the sample applications.
  21. - Read the \ref usage "usage" for a narrative on codec usage.
  22. - Read the \ref samples "sample code" for examples of how to interact with the
  23. codec.
  24. - \ref codec reference
  25. \if encoder
  26. - \ref encoder reference
  27. \endif
  28. \if decoder
  29. - \ref decoder reference
  30. \endif
  31. \section main_support Support Options & FAQ
  32. The WebM project is an open source project supported by its community. For
  33. questions about this SDK, please mail the apps-devel@webmproject.org list.
  34. To contribute, see http://www.webmproject.org/code/contribute and mail
  35. codec-devel@webmproject.org.
  36. */
  37. /*!\page changelog CHANGELOG
  38. \verbinclude CHANGELOG
  39. */
  40. /*!\page readme README
  41. \verbinclude README
  42. */
  43. /*!\defgroup codecs Supported Codecs */