annotate DOCS/codecs-in.html @ 6643:01eaf5358176

Changed the way that the streams are requested. Now the streams are requested depending on the bandwidth option. If the option is not set, the higher bitrate stream is chose. Moved the asf_http_streaming_ctrl_t struct to asf.h
author bertrand
date Fri, 05 Jul 2002 02:46:03 +0000
parents 09e212db57f9
children f3f87f6bf5cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
2 <html>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
3 <head>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
4 <title>mplayer - codec status table</title>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
5 <link rel="stylesheet" type="text/css" href="default.css">
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
7 </head>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
8 <body text="#000000" link="#666666" vlink="#666666" alink="#666666">
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
9 <table width=750 border="0">
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
10 <tr>
1944
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
11 <td align="right">
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
12 <p>&nbsp;</p>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
13
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
14 <p><b>Status of codecs support</b></p>
1944
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
15 </td>
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
16 </tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
17 <tr>
1944
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
18 <td>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
19 <p><a href="#vc">Video codecs</a><br><a href="#ac">Audio codecs</a><br></p>
1944
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
20 </td>
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
21 </tr>
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
22 <tr>
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
23 <td align="center">
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
24 <b><font face="Verdana, Arial, Helvetica, sans-serif" size="5"><a name="vc">Video codecs:</a></font></b><br><br>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
25
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
26 <table width="100%" border="1" cellspacing="0" cellpadding="5">
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
27
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
28 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
29 <td colspan=6 bgcolor="#CCCCCC"><b>Built-in native codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
30 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
31 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
32 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
33 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">fourcc</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
34 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
35 <td width=40 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">out</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
36 <td align=center colspan=2><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">comments</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
37 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
38 <!-- %0 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
39 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
40 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
41 <td align=center><b>%F</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
42 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
43 <td align=center><b>%Y</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
44 <td align=center colspan=2><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
45 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
46 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
47
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
48 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
49 <td colspan=6 bgcolor="#CCCCCC"><b>Fully functional Win32 VfW/DShow codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
50 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
51 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
52 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
53 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">fourcc</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
54 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
55 <td width=40 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">out</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
56 <td align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">DShow</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
57 <td align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">comments</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
58 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
59 <!-- %1 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
60 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
61 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
62 <td align=center><b>%F</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
63 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
64 <td align=center><b>%Y</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
65 <td align=center><b>%D</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
66 <td align=center><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
67 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
68 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
69
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
70 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
71 <td colspan=6 bgcolor="#CCCCCC"><b>Codecs with problems</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
72 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
73 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
74 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
75 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">fourcc</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
76 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
77 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
78 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
79 <!-- %2 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
80 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
81 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
82 <td align=center><b>%F</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
83 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
84 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
85 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
86 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
87
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
88 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
89 <td colspan=6 bgcolor="#CCCCCC"><b>Not yet working codecs:</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
90 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
91 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
92 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
93 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">fourcc</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
94 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
95 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
96 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
97 <!-- %3 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
98 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
99 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
100 <td align=center><b>%F</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
101 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
102 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
103 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
104 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
105
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
106 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
107 <td colspan=6 bgcolor="#CCCCCC"><b>Not tested codecs:</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
108 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
109 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
110 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
111 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">fourcc</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
112 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
113 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
114 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
115 <!-- %4 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
116 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
117 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
118 <td align=center><b>%F</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
119 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
120 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
121 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
122 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
123
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
124 </table>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
125
1944
4d8123ae7b4b Fixed vfwex section, null codec and other fourcc issues and improved codecs-in.html usability.
atmos4
parents: 702
diff changeset
126 <br><b><font face="Verdana, Arial, Helvetica, sans-serif" size="5"><a name="ac">Audio codecs:</a></font></b><br><br>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
127
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
128 <table width="100%" border="1" cellspacing="0" cellpadding="5">
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
129
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
130 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
131 <td colspan=6 bgcolor="#CCCCCC"><b>Built-in native codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
132 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
133 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
134 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
135 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">format</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
136 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
137 <td align=center colspan=3><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">comments</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
138 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
139 <!-- %5 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
140 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
141 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
142 <td align=center><b>%f</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
143 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
144 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
145 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
146 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
147
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
148 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
149 <td colspan=6 bgcolor="#CCCCCC"><b>Fully functional Win32 ACM/DShow codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
150 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
151 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
152 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
153 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">format</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
154 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
155 <td width=40 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">DShow</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
156 <td align=center colspan=2><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">comments</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
157 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
158 <!-- %6 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
159 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
160 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
161 <td align=center><b>%f</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
162 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
163 <td align=center><b>%D</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
164 <td align=center colspan=2><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
165 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
166 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
167
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
168 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
169 <td colspan=6 bgcolor="#CCCCCC"><b>Codecs with problems</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
170 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
171 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
172 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
173 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">format</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
174 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
175 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
176 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
177 <!-- %7 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
178 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
179 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
180 <td align=center><b>%f</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
181 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
182 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
183 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
184 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
185
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
186 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
187 <td colspan=6 bgcolor="#CCCCCC"><b>Not yet working codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
188 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
189 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
190 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
191 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">format</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
192 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
193 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
194 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
195 <!-- %8 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
196 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
197 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
198 <td align=center><b>%f</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
199 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
200 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
201 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
202 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
203
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
204 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
205 <td colspan=6 bgcolor="#CCCCCC"><b>Not yet tested codecs</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
206 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
207 <tr>
623
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
208 <td width=150 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codec name</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
209 <td width=70 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">format</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
210 <td width=120 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">codecfile</font></b></td>
950e2d2613e3 codecs-in.html, modified by Chass
laaz
parents: 609
diff changeset
211 <td colspan=3 align=center><b><font color="#AAAAAA" face="Verdana, Arial, Helvetica, sans-serif" size="2">problem</font></b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
212 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
213 <!-- %9 -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
214 <tr>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
215 <td align=center><b>%i</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
216 <td align=center><b>%f</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
217 <td align=center><b>%d</b></td>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
218 <td align=center colspan=3><b>%c</b></td>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
219 </tr>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
220 <!-- %. -->
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
221
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
222 </table>
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
223 </td>
702
b129cd2bbbb4 removed broken image links...
arpi_esp
parents: 639
diff changeset
224 </tr>
609
45654e2224d8 html template for codecs.html
arpi_esp
parents:
diff changeset
225 </table>
6441
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
226 </body>
09e212db57f9 Now using CSS, added doctype and charset, settle for lowercase tags.
diego
parents: 4982
diff changeset
227 </html>