File: index.html

package info (click to toggle)
camstream 0.27%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,368 kB
  • ctags: 5,393
  • sloc: cpp: 17,031; sh: 8,154; asm: 455; ansic: 440; makefile: 343
file content (43 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<title>CamStream Tech Docs</title>
<link rel="stylesheet" href="../tech.css" type="text/css">
</head>

<body>

<p><a href="../index.html" target="_top">Frames</a></p>

<h1>Tech Docs</h1>

<p>(This area is largely unfinished)

<p>This section will be dedicated to a description of how this program
actually works. Part of it is of a technical nature and requires
student-level knowledge of math, and/or some acquintance with audio &amp;
video compression in general. In other words: I'm not going to explain what
a DCT is, but I will tell you how I use such a thing.

<h2>Content</h2>

<p><a href="func_spec.html">Functional specifications</a></p>




<h2>Links</h2>

<a href="beginning.html">beginning.html</a>
<a href="spec.html">spec.html</a>
<a href="programming.html">programming.html</a>
<a href="system_req.html">system_req.html</a>
<a href="use_cases.html">use_cases.html</a>

<ul>
<li><a href="bibliography.html">Bibliography</a></li>
</ul>

<p><a href="../index.html">Back to main page</a></p>

</body>
</html>