[www] r181776 - Link update for the Jade project + white space cleanup

Arnaud A. de Grandmaison arnaud.adegm at gmail.com
Tue May 14 02:54:01 PDT 2013


Author: aadg
Date: Tue May 14 04:54:01 2013
New Revision: 181776

URL: http://llvm.org/viewvc/llvm-project?rev=181776&view=rev
Log:
Link update for the Jade project + white space cleanup

Modified:
    www/trunk/ProjectsWithLLVM/index.html

Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=181776&r1=181775&r2=181776&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Tue May 14 04:54:01 2013
@@ -81,10 +81,10 @@ By Jérôme Gorin (ARTEMIS/Institut
 
 <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.
+<a href="https://github.com/orcc/jade">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>
+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>
 
 <!--=========================================================================-->





More information about the llvm-commits mailing list