hardware/intel/libva
修訂 | fff75a9b9ef28e074fa84eeb686bc47bfa509ca6 (tree) |
---|---|
時間 | 2013-05-28 17:45:46 |
作者 | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Xiang, Haihao |
doc/encode: link modules from the main page.
@@ -85,6 +85,23 @@ extern "C" { | ||
85 | 85 | #endif |
86 | 86 | |
87 | 87 | /** |
88 | + * \mainpage Video Acceleration (VA) API | |
89 | + * | |
90 | + * \section intro Introduction | |
91 | + * | |
92 | + * The main motivation for VA-API (Video Acceleration API) is to | |
93 | + * enable hardware accelerated video decode and encode at various | |
94 | + * entry-points (VLD, IDCT, Motion Compensation etc.) for the | |
95 | + * prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 | |
96 | + * AVC/H.264, VC-1/VMW3, and JPEG). | |
97 | + * | |
98 | + * VA-API is split into several modules: | |
99 | + * - \ref api_core | |
100 | + * - \ref api_enc_core | |
101 | + * - \ref api_enc_h264 | |
102 | + */ | |
103 | + | |
104 | +/** | |
88 | 105 | * \defgroup api_core Core API |
89 | 106 | * |
90 | 107 | * @{ |