-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (93 loc) · 5.2 KB
/
index.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!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</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>News</h3>
<ul>
<li>2015-05-25: Added Google Play Music support.</li>
<li>2015-01-18: Added Spotify support.</li>
<li>2013-04-10: Continuous integration available:
<ul> <li><a href=\"https://travis-ci.org/tizonia/tizonia-openmax-il\">https://travis-ci.org/tizonia/tizonia-openmax-il</a>.</li></ul>
</li>
<li>2013-01-01: The Tizonia project launched. Git and Mercurial repos available from GitHub and Bitbucket.</li>
</ul>
<h3>The Tizonia Project</h3>
<ul>
<li>A command-line Spotify and Google Play Music client, music player and audio streaming client/server for Linux.</li>
<li>Also, a full multimedia framework based on OpenMAX IL 1.2 provisional specification.</li>
</ul>
<h3>Resources</h3>
<h4><code>tizonia</code>: a command-line music player and streaming client/server</h4>
<ul>
<li>Spotify streaming service client (Spotify Premium account required).</li>
<li>Google Play Music streaming service client.</li>
<li>Playback from local media: mp3, mp2, mpa, m2a, aac, ogg/vorbis, opus, wav, aiff, and flac).</li>
<li>Icecast/SHOUTcast streaming client (mp3, aac, and opus) and server (mp3).</li>
<li>Daemon and command line modes (no GUI). MPRIS D-BUS v2 remote control interface.</li>
<li>Based on Tizonia's own OpenMAX IL 1.2-based multimedia framework (i.e. no ffmpeg, libav, libvlc, or gstreamer required).</li>
</ul>
<h4>An OpenMAX IL 1.2 multimedia framework</h4>
<ol>
<li><code>libtizonia</code>: A C library for creating OpenMAX IL 1.2 plugins; encoders, decoders, parsers, sinks, etc, for OpenMAX IL domains audio/video/other.</li>
<li><code>libtizcore</code> A C library for discovery and dynamic loading of OpenMAX IL 1.2 plugins.</li>
<li><code>libtizplatform</code> A C library with wrappers and utilities for memory allocation, threading and synchronization primitives, evented I/O, FIFO and priority queues, dynamic arrays, associative arrays, small object allocation, config file parsing, HTTP parser, uuids, and more.</li>
<li><code>tizrmd</code> A D-Bus-based OpenMAX IL Resource Manager daemon.</li>
<li><code>libtizrmproxy</code> A C client library to communicate with the RM server.</li>
<li>Audio and video plugins, including audio, video and general purpose components.</li>
<li><code>skema</code> A test execution framework for OpenMAX IL 1.2 components written in Python. <a href="https://github.com/tizonia/tizonia-openmax-il/wiki/Skema">Skema</a> allows the definition and execution of arbitrary OpenMAX IL graphs and test cases using an easy-to-write XML syntax.</li>
</ol>
</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>