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