forked from KhronosGroup/OpenMAX-IL-Registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
86 lines (70 loc) · 3.4 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
$static_title = 'Khronos OpenMAX IL Registry';
include_once("../../assets/static_pages/khr_page_top.php");
?>
<p> The OpenMAX IL registry contains specifications of the core API;
specifications of Khronos- and vendor-approved OpenMAX IL
extensions; header files corresponding to the specifications; and
other related documentation. </p>
<h6> OpenMAX IL Core API Specification and Headers </h6>
<p> The current version of OpenMAX IL is 1.1.2. </p>
<ul>
<li> <a href="specs/OpenMAX_IL_1_1_2_Specification.pdf"> OpenMAX IL
1.1.2 Specification </a> (updated September, 2008). </li>
<li> <a href="api/1.1.2/OpenMAX_IL_1_1_2_Header.zip"> OpenMAX IL 1.1.2
Header Files </a> (single .zip file).
<li> <a href="specs/OpenMAX_IL_1_1_2_Application_Note_318.pdf"> OpenMAX IL 1.1.2
Application Note 318 </a> (<i> Interop component interactions in
transitional states </i>).
</ul>
<p> The Provisional OpenMAX IL 1.2 Specification is also available. </p>
<ul>
<li> OpenMAX IL 1.2.0
<a href="specs/OpenMAX_IL_1_2_0_Specification.pdf"> Specification (Provisional) </a>,
<a href="specs/OpenMAX_IL_1_2_0_Specification_redline.pdf"> Specification (Provisional) with changes marked </a>
(updated November 7, 2011). </li>
<li> <a href="api/1.2.0/OpenMAX_IL_1_2_0_Header.zip"> OpenMAX IL 1.2.0 Header
Files </a> (single .zip file). </li>
</ul>
<h6> OpenMAX Content Pipes API Specification </h6>
<!-- Links from SL / AL registries need to be updated if this changes! -->
<p> The current version of OpenMAX Content Pipes is 1.0 </p>
<ul>
<li> <a href="specs/OpenMAX_Content_Pipe_1_0_Specification.pdf"> OpenMAX
Content Pipes 1.0 Specification </a> (updated March 22, 2011). </li>
<li> Content Pipes <a href="api/cpipes/1.0/CPA_ContentPipe.h">
CPA_ContentPipe.h </a> header file. </li>
</ul>
<h6> Older Specifications </h6>
<ul>
<li> <a href="specs/openmax_il_spec_1_0.pdf"> OpenMAX IL 1.0
Specification </a> (updated December, 2005). </li>
<li> <a href="api/1.0/omx_il_v1.zip"> OpenMAX IL 1.0 Header Files </a>
(single .zip file).
</ul>
<h6> <a name="otherextspecs"></a>
Extension Specifications</h6>
<ol>
<li value=1> <a href="extensions/KHR/OpenMAX_IL_1_1_2_Extension%20Deferred%20Commit.pdf">OpenMAX IL Deferred Commit</a>
</li>
<li value=2> <a href="extensions/KHR/OpenMAX_IL_1_1_2_Extension%20Extended%20Callback%20Events.pdf">OpenMAX IL Extended Callback Events</a>
</li>
<li value=3> <a href="extensions/KHR/OpenMAX_IL_1_1_2_Extension%20NAL%20Unit%20Packaging.pdf">OpenMAX IL NAL Unit Packaging</a>
</li>
<li value=4> <a href="extensions/KHR/OpenMAX_IL_1_1_2_Extension%20VP8%20WebP.pdf">OpenMAX IL VP8 and WebP Codec</a>
</li>
</ol>
<h6> Providing Feedback on the Registry </h6>
<p> Khronos welcomes comments and bug reports. To provide feedback on the
OpenMAX IL registry itself (such as reporting missing content, bad links,
etc.), file an issue in the <a
href="https://github.com/KhronosGroup/OpenMAX-IL-Registry/issues">
OpenMAX-IL-Registry </a> Github project. </p>
<p> For the OpenMAX IL API, extensions, and headers, file a bug on the <a
href="http://www.khronos.org/bugzilla/"> Khronos Bugzilla </a>. Make
sure to fill in the "Product" field in the bug entry form as
"OpenMAX-IL", and pick appropriate values for the Component and
other fields. </p>
<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?>
</body>
</html>