[xiph-commits] r15870 - websites/celt-codec.org/presentations
gmaxwell at svn.xiph.org
gmaxwell at svn.xiph.org
Fri Mar 27 20:27:03 PDT 2009
Author: gmaxwell
Date: 2009-03-27 20:27:03 -0700 (Fri, 27 Mar 2009)
New Revision: 15870
Modified:
websites/celt-codec.org/presentations/LCA-video-thumb.jpg
websites/celt-codec.org/presentations/index.shtml.en
websites/celt-codec.org/presentations/video.js
Log:
Switch to the new encode, update video.js to consider the statusbar size
Modified: websites/celt-codec.org/presentations/LCA-video-thumb.jpg
===================================================================
(Binary files differ)
Modified: websites/celt-codec.org/presentations/index.shtml.en
===================================================================
--- websites/celt-codec.org/presentations/index.shtml.en 2009-03-28 01:38:27 UTC (rev 15869)
+++ websites/celt-codec.org/presentations/index.shtml.en 2009-03-28 03:27:03 UTC (rev 15870)
@@ -21,10 +21,10 @@
<!-- All your page content goes here -->
<h1>Presentations</h1>
<h2><a href="http://linux.conf.au/">linux.conf.au</a> 2009 — Timothy B. Terriberry</h2>
- <table width="384" border="0"><tr><td><video id="lcaceltvideo" width="384" height="288"
- poster="LCA-video-thumb.jpg" controls duration="3855"
- src="http://people.xiph.org/~greg/video/linux_conf_au_CELT.ogv"/></td></tr><tr>
- <td align="left"><a href="http://people.xiph.org/~greg/video/linux_conf_au_CELT.ogv">Download video</a> <small>(Ogg/<a href="http://www.theora.org/">Theora</a>; 64 minutes; 81 MiB)</small><br/>
+ <table width="496" border="0"><tr><td><video id="lcaceltvideo" width="496" height="272"
+ poster="LCA-video-thumb.jpg" controls duration="3892"
+ src="http://people.xiph.org/~greg/video/linux_conf_au_CELT_2.ogv"/></td></tr><tr>
+ <td align="left"><a href="http://people.xiph.org/~greg/video/linux_conf_au_CELT_2.ogv">Download video</a> <small>(Ogg/<a href="http://www.theora.org/">Theora</a>; 64 minutes; 97 MiB)</small><br/>
<a href="misc/lca-celt-audio.tar">Audio samples</a> <small>(tar/flac; 3.4 MiB)</small><br/>
<a href="misc/lca-celt.pdf">Slides</a> <small>(PDF; 2.3 MiB)</small></td></tr></table>
Modified: websites/celt-codec.org/presentations/video.js
===================================================================
--- websites/celt-codec.org/presentations/video.js 2009-03-28 01:38:27 UTC (rev 15869)
+++ websites/celt-codec.org/presentations/video.js 2009-03-28 03:27:03 UTC (rev 15870)
@@ -164,6 +164,10 @@
applet.setAttribute("code", "com.fluendo.player.Cortado.class");
applet.setAttribute("archive", cortadourl);
applet.setAttribute("width", width);
+
+ if (controls == "true") {
+ height=parseInt(height)+12;
+ }
applet.setAttribute("height", height);
var param = document.createElement("param");
More information about the commits
mailing list