From fff75a9b9ef28e074fa84eeb686bc47bfa509ca6 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 18 Nov 2011 12:52:29 +0000 Subject: [PATCH] doc/encode: link modules from the main page. --- va/va.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/va/va.h b/va/va.h index 3401878..0d4f7cc 100644 --- a/va/va.h +++ b/va/va.h @@ -85,6 +85,23 @@ extern "C" { #endif /** + * \mainpage Video Acceleration (VA) API + * + * \section intro Introduction + * + * The main motivation for VA-API (Video Acceleration API) is to + * enable hardware accelerated video decode and encode at various + * entry-points (VLD, IDCT, Motion Compensation etc.) for the + * prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 + * AVC/H.264, VC-1/VMW3, and JPEG). + * + * VA-API is split into several modules: + * - \ref api_core + * - \ref api_enc_core + * - \ref api_enc_h264 + */ + +/** * \defgroup api_core Core API * * @{ -- 2.7.4