[llvm-commits] [www] r115492 - in /www/trunk: ProjectsWithLLVM/index.html Users.html

Chris Lattner sabre at nondot.org
Sun Oct 3 20:34:36 PDT 2010


Author: lattner
Date: Sun Oct  3 22:34:36 2010
New Revision: 115492

URL: http://llvm.org/viewvc/llvm-project?rev=115492&view=rev
Log:
Two updates from Mickaël Raulet

Modified:
    www/trunk/ProjectsWithLLVM/index.html
    www/trunk/Users.html

Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=115492&r1=115491&r2=115492&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Sun Oct  3 22:34:36 2010
@@ -35,6 +35,7 @@
 <div class="www_text">
 
 <ul>
+<li><a href="#jade">Just-in-time Adaptive Decoder Engine (Jade)</a></li>
 <li><a href="#crack">The Crack Programming Language</a></li>
 <li><a href="#rubinius">Rubinius: a Ruby implementation</a></li>
 <li><a href="#unladenswallow">Unladen Swallow: an optimization branch of
@@ -70,6 +71,23 @@
 
 <!--=========================================================================-->
 <div class="www_subsection">
+<a name="jade">Just-in-time Adaptive Decoder Engine (Jade)</a>
+</div>
+
+<div class="www_subsubsection">
+By Jérôme Gorin (ARTEMIS/Institut Telecom/Telecom SudParis), Mickaël Raulet, Matthieu Wipliez (IETR/INSA Rennes)
+</div>
+
+<div class="www_text">
+<p>
+<a href="http://sourceforge.net/apps/trac/orcc/wiki/JadeDocumentation">Jade</a> (Just-in-time Adaptive Decoder Engine) is a generic video decoder engine using LLVM for just-in-time compilation of video decoder configurations. Those configurations are designed by MPEG Reconfigurable Video Coding (RVC) committee. MPEG RVC standard is built on a stream-based dataflow representation of decoders. It is composed of a standard library of coding tools written in RVC-CAL language and a dataflow configuration -- block diagram -- of a decoder.
+</p>
+<p>
+Jade project is hosted as part of the Open RVC-CAL Compiler (<a href=" http://orcc.sf.net">Orcc</a>) and requires it to translate the RVC-CAL standard library of video coding tools into an LLVM assembly code.</p>
+</div>
+
+<!--=========================================================================-->
+<div class="www_subsection">
   <a name="crack">The Crack Programming Language</a><br>
 </div>
 <!--=========================================================================-->

Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=115492&r1=115491&r2=115492&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Sun Oct  3 22:34:36 2010
@@ -401,13 +401,17 @@
   </tr>
 
   <!-- Personal email to Chris -->
-  <tr>
+   <tr>
     <td>Institut d'Electronique et Télécommunications de Rennes<br>
-Institut Telecom SudParis</td>
-    <td>Mickaël Raulet, Matthieu Wipliez Jérôme Gorin</td>
-    <td>Orcc project: Open RVC-CAL Compiler Jade project: JIT Adaptive Decoder Engine</td>
-  </tr>
-  
+ARTEMIS - Institut Telecom/Telecom SudParis</td>
+    <td>Mickaël Raulet, Matthieu Wipliez, Jérôme Gorin</td>
+    <td>
+      <ul>
+      <li><a href="http://orcc.sf.net">Orcc project: Open RVC-CAL Compiler</a></li>
+      <li><a href="http://sourceforge.net/apps/trac/orcc/wiki/JadeDocumentation">Jade project: JIT Adaptive Decoder Engine</a></li>
+      </ul>
+    </td>
+  </tr> 
 
   <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-July/004661.html -->
   <tr>





More information about the llvm-commits mailing list