revamp html to be xhtml 1.0 compliant, also use css
[platform/upstream/flac.git] / doc / html / goals.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!-- Copyright (c)  2000,2001,2002,2003,2004,2005  Josh Coalson -->
3 <!-- Permission is granted to copy, distribute and/or modify this document -->
4 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
5 <!-- or any later version published by the Free Software Foundation; -->
6 <!-- with no invariant sections. -->
7 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
8 <html>
9 <head>
10         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
11         <meta name="author" content="Josh Coalson" />
12         <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
13         <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
14         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
15         <link rel="stylesheet" type="text/css" href="flac.css" />
16         <title>FLAC - goals</title>
17 </head>
18
19 <body>
20
21 <div class="logo">
22         <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
23 </div>
24
25 <div class="above_nav"></div>
26
27 <div class="separator2"></div>
28
29 <div class="navbar">
30         &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
31         &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
32         &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
33         &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
34         &nbsp;<a href="features.html">features</a>&nbsp;&nbsp;|
35         &nbsp;goals&nbsp;&nbsp;|
36         &nbsp;<a href="format.html">format</a>&nbsp;&nbsp;|
37         &nbsp;<a href="id.html">id</a>&nbsp;&nbsp;|
38         &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
39         &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
40         &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
41         &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
42         &nbsp;<a href="developers.html">developers</a>&nbsp;
43 </div>
44
45 <div class="separator2"></div>
46
47 <div class="langbar">
48         &nbsp;english&nbsp;&nbsp;|
49         &nbsp;<a href="ru/goals.html">russian</a>&nbsp;
50 </div>
51
52 <div class="separator2"></div>
53
54 <div class="below_nav"></div>
55
56 <div class="box">
57         <div class="box_title">
58                 goals
59         </div>
60         <div class="box_header"></div>
61         <div class="box_body">
62                 Since FLAC is an open-source project, it's important to have a set of goals that everyone works to.  They may change slightly from time to time but they're a good guideline.  Changes should be in line with the goals and should not attempt to embrace any of the anti-goals!<br />
63                 <br />
64                 <b>Goals</b>
65                 <ul>
66                         <li>
67                                 FLAC should be and stay an open format with an open-source reference implementation.
68                         </li>
69                         <li>
70                                 FLAC should be lossless.  This seems obvious but lossy compression seems to creep into every audio codec.  This goal also means that flac should stay archival quality and be truly lossless for all input.  Testing of releases should be thorough.
71                         </li>
72                         <li>
73                                 FLAC should yield respectable compression, on par or better than other lossless codecs.
74                         </li>
75                         <li>
76                                 FLAC should allow at least realtime decoding on even modest hardware.
77                         </li>
78                         <li>
79                                 FLAC should support fast sample-accurate seeking.
80                         </li>
81                         <li>
82                                 FLAC should allow gapless playback of consecutive streams.  This follows from the lossless goal.
83                         </li>
84                         <li>
85                                 The FLAC project owes a lot to the many people who have advanced the audio compression field so freely, and aims also to contribute through the open-source development of new ideas.
86                         </li>
87                 </ul>
88                 <b>Anti-goals</b><br />
89                 <ul>
90                         <li>
91                                 Lossy compression.  There are already many suitable lossy formats (<a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a>, <a href="http://www.mp3-tech.org/">MP3</a>, etc.).
92                         </li>
93                         <li>
94                                 Copy prevention of any kind.
95                         </li>
96                 </ul>
97         </div>
98         <div class="box_footer"></div>
99 </div>
100
101
102 <div class="copyright">
103         Copyright (c) 2000,2001,2002,2003,2004,2005  Josh Coalson
104 </div>
105
106 </body>
107 </html>