Skip to content

Commit 54da06c

Browse files
committed
www: Add LLVM Developer Meeting Video (webm only)
llvm-svn: 146486
1 parent 40c163a commit 54da06c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

polly/www/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<title>Polly - Polyhedral optimizations for LLVM</title>
88
<link type="text/css" rel="stylesheet" href="menu.css">
99
<link type="text/css" rel="stylesheet" href="content.css">
10+
<script src="video-js/video.js" type="text/javascript" charset="utf-8"></script>
11+
<script type="text/javascript">
12+
VideoJS.setupAllWhenReady();
13+
</script>
14+
15+
<!-- Include the VideoJS Stylesheet -->
16+
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS">
1017
</head>
1118
<body>
1219
<!--#include virtual="menu.html.incl"-->
@@ -24,6 +31,34 @@ <h1>Polly: Polyhedral optimizations for LLVM</h1>
2431
vector instructions as well as dedicated accelerators.</p>
2532

2633
<p>
34+
<div class="video-js-box" style="margin:auto; margin-top: 1em; margin-bottom: 1em">
35+
<video id="example_video_2" class="video-js" width="640" height="360"
36+
controls="controls" preload="auto"
37+
poster="images/video-summit-2011.png">
38+
<!-- <source
39+
src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4"
40+
type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> -->
41+
<source
42+
src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.webm"
43+
type='video/webm; codecs="vp8, vorbis"'>
44+
<!--
45+
<object id="flash_fallback_2" class="vjs-flash-fallback" width="640"
46+
height="360" type="application/x-shockwave-flash"
47+
data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
48+
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
49+
<param name="allowfullscreen" value="true" />
50+
<param name="flashvars"
51+
value='config={"playlist":["publications/images/video-summit-2011.png",
52+
{"url":
53+
"http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4","autoPlay":false,"autoBuffering":true}]}'
54+
/> -->
55+
<img src="images/video-summit-2011.png" width="640" height="360" alt="Poster Image"
56+
title="No video playback capabilities." />
57+
<!--
58+
</object>
59+
-->
60+
</video>
61+
</div>
2762
<b>WARNING:</b> Polly started as a research project and larger parts of it are
2863
still open research projects. Even though we aim for a robust, production
2964
quality implementation, not all parts of Polly are there yet. We invite

0 commit comments

Comments
 (0)