-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
98 lines (76 loc) · 4.96 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Tizonia > About</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="OpenMAX IL,Khronos,multimedia,codecs,hardware acceleration,vp8,webm,mp3,decoder,open source,Spotify,Google Play Music" />
<meta name="description" content="Tizonia Website." />
<link rel="stylesheet" href="css/stylesheet.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/shCore.css" type="text/css" />
<link rel="stylesheet" href="css/shThemeMidnight.css" type="text/css" />
<link rel="shortcut icon" href="img/favicon.png" type="image/png" />
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tizonia">View on GitHub</a>
<h1 id="project_title">Tizonia</h1>
<h2 id="project_tagline">Music player, streaming client/server, Spotify and Google Play Music client for Linux.</h2>
</header>
</div>
<!-- 2nd HEADER -->
<div class="inner">
<div class="menu">
<ul>
<li><a href="index.html">News</a></li>
<li><a href="download/index.html">Download</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="https://github.com/tizonia/tizonia-openmax-il/wiki">Wiki</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>About Tizonia</h3>
<p>Tizonia is a multimedia project built around the <a href="http://www.khronos.org/news/press/khronos-group-releases-openmax-il-1.2-provisional-specification">OpenMAX IL 1.2 specification</a>.</p>
<p> The project currently includes a command line application, a number of libraries written in C or C++, including a pretty complete implementation of an OpenMAX IL 1.2 base component library, an implementation of the OpenMAX IL 1.2 Core, a resource management framework, an OS abstraction/utility library, and a growing number of OpenMAX IL 1.2 components. </p>
<p>Tizonia is released under the <a href="http://www.gnu.org/licenses/lgpl-3.0.txt">GNU Lesser General Public License version 3</a> license.</p>
<h3>About Skema, Tizonia's test execution framework</h3>
<p>Skema is a test execution framework written in Python that is used to create and execute arbitrary multimedia graphs and use cases to exercise OpenMAX IL 1.2 components. </p>
<p>Skema borrows ideas and some of its code from Linaro's <a href="http://lava-test.readthedocs.org/en/latest/">Lava-test</a> framework. </p>
<p>Skema is released under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public License version 3</a> license.</p>
<h3>About the Project</h3>
<div class="ohlohWidget"><script type="text/javascript" src="http://www.ohloh.net/p/623271/widgets/project_basic_stats.js"></script></div>
<div class="ohlohWidget"><script type="text/javascript" src="http://www.ohloh.net/p/623271/widgets/project_languages.js"></script></div>
<div class="clear"></div>
<h3>About the Author</h3>
<p>Tizonia is currently developed by <a href="http://www.juanrubio.me/">Juan A. Rubio</a>. </p>
<h3>About this Website</h3>
<p>This website is based on <a href="http://tortoisehg.org/">TortoiseHg</a>'s excellent website maintained by Steve Borho and Yuki Kodama. You can find the original source code at <a href="https://bitbucket.org/kuy/thg-web/">https://bitbucket.org/kuy/thg-web/</a> and this website's sources at <a href="https://github.com/juanrubio/tizonia-web-tool/">https://github.com/juanrubio/tizonia-web-tool/</a>. </p>
<p>The source files of this website are licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div class="outer">
<footer class="inner">
<p>Copyright © 2015 <a href="http://www.juanrubio.me">Juan A. Rubio</a></p>
</footer>
</div>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21817639-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>