This file is indexed.

/usr/share/doc/libquicktime-doc/qt4l_index.html is in libquicktime-doc 2:1.2.4-7+deb8u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<TITLE>Quicktime for Linux</TITLE>

<CENTER><H1>Quicktime for Linux</H1>
<P>

<TABLE>
<TR>
<TD>
<CODE>
Author: Heroine Virtual    broadcast@earthling.net<BR>
Homepage: heroinewarrior.com/quicktime.php3<BR>
Requires: libpthread libpng
</CODE>
</TD>
</TR>
</TABLE>
</CENTER>


Quicktime movies are first and foremost a very sophisticated wrapper
for 3rd party compression schemes.  While not belonging to the umbrella
of official Microsoft software, it is well documented and it supports
files longer than 4 GB.<P>

Quicktime for Linux hides the structure of a Quicktime movie and gives
the programmer a set of audio and video streams with some compression
ability.  The audio tracks are sequential streams of PCM audio data and
video tracks are a sequential streams of frames.<P>

Before you drop your classes and write up your dream program on this be
aware of some limitations.  This library doesn't give you the official
Quicktime API.  It uses an ANSI C API.  This library doesn't include
any commercial codecs or compressed header support.  This library only
reads uncompressed headers.<P>

What you can do is create and read any Quicktime movie using certain
compression formats.  You can still access raw data if you want to
write your own compression routines.<P>

Quicktime for Linux doesn't officially use <B>plugins</B> to achieve
functionality although there is some unfinished code for handling
plugins.  The philosophy behind this is that users can easily access
the complete library and source code over the internet and the library
is always updated more frequently than the codecs.  Plugins are more
convenient when the library is only available on hard media or requires
upgrade licenses for every download, which it doesn't.<P>

<H1>Contents</H1>
<A HREF="qt4l_license.html">License</A><P>

<A HREF="qt4l_building.html">Step 1: Building the library</A><P>

<A HREF="qt4l_opening.html">Opening a file</A><P>

<A HREF="qt4l_reading.html">Reading a file</A>

<BLOCKQUOTE>
<A HREF="qt4l_reading.html#Decodingvideo">Decoding Video</A><BR>
<A HREF="qt4l_reading.html#Readingrawvideo">Reading raw video</A><BR>
<A HREF="qt4l_reading.html#Readingkeyframes">Reading keyframes</A><BR>
<A HREF="qt4l_reading.html#Readingrawaudio">Reading raw audio</A><BR>
</BLOCKQUOTE>
<P>

<A HREF="qt4l_positioning.html">Positioning in a file</A><P>

<A HREF="qt4l_writing.html">Writing a file</A><P>
<BLOCKQUOTE>
<A HREF="qt4l_writing.html#Encodingvideo">Encoding Video</A><BR>
<A HREF="qt4l_writing.html#Encodingaudio">Encoding Audio</A><BR>
<A HREF="qt4l_writing.html#Writingrawvideo">Writing raw video</A><BR>
<A HREF="qt4l_writing.html#Writingkeyframes">Writing keyframes</A><BR>
<A HREF="qt4l_writing.html#Writingrawaudio">Writing raw audio</A><BR>
</BLOCKQUOTE>

<A HREF="qt4l_codecs.html">Information about specific codecs</A><P>

<A HREF="qt4l_util.html">Using the utilities</A><P>