Skip to content
Snippets Groups Projects
Commit 612f6a03 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

dav1d: link to the tarball

parent 61764d26
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<h1 class="bigtitle">dav1d</h1>
<div class="projectDescription">
<p>dav1d is a new AV1 cross-platform decoder, open-source,
and focused on speed and correctness.</p>
and focused on speed, size and correctness.</p>
</div>
</div>
</div>
......@@ -25,9 +25,9 @@
<h2 id="goals">Goals</h2>
dav1d aims to be
<ul class="bullets">
<li>as fast as possible,</li>
<li>small,</li>
<li>as fast as possible</li>
<li>very cross-platform</li>
<li>very cross-platform.</li>
<li>correctly threaded</li>
</ul>
<h2 id="tech">Technical details</h2>
......@@ -46,6 +46,9 @@
<h2 id="code">The Code</h2>
<p>The code can be found on the <a href="https://code.videolan.org/videolan/dav1d">VideoLAN Gitlab</a>:</p>
<code><pre>git clone https://code.videolan.org/videolan/dav1d.git</pre></code>
<h2>Source</h2>
<p>The source code tarball can be found on our ftp: <a href="https://downloads.videolan.org/pub/videolan/dav1d/0.1.0/">dav1d 0.1.0</a>.
</p>
</div>
<?php footer(); ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment