]> git.sesse.net Git - casparcg/blobdiff - ffmpeg 0.7/doc/general.html
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / ffmpeg 0.7 / doc / general.html
index 013d9e2d7e722af31acdce6aea79b940827644cf..defdf3f69fee74f2a748b09b6641beafe623332a 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
 <html>
-<!-- Created on May 18, 2011 by texi2html 1.82
+<!-- Created on June 10, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -65,10 +65,7 @@ ul.toc {list-style: none}
   </ul></li>
   <li><a name="toc-Platform-Specific-information" href="#Platform-Specific-information">3. Platform Specific information</a>
   <ul class="toc">
-    <li><a name="toc-DOS" href="#DOS">3.1 DOS</a>
-    <ul class="toc">
-      <li><a name="toc-DJGPP" href="#DJGPP">3.1.1 DJGPP</a></li>
-    </ul></li>
+    <li><a name="toc-DOS" href="#DOS">3.1 DOS</a></li>
     <li><a name="toc-OS_002f2" href="#OS_002f2">3.2 OS/2</a></li>
     <li><a name="toc-Unix_002dlike" href="#Unix_002dlike">3.3 Unix-like</a>
     <ul class="toc">
@@ -313,7 +310,7 @@ following image formats are supported:
 <tr><td width="40%">BMP</td><td width="10%">X</td><td width="10%">X</td><td width="40%">Microsoft BMP image</td></tr>
 <tr><td width="40%">DPX</td><td width="10%">X</td><td width="10%">X</td><td width="40%">Digital Picture Exchange</td></tr>
 <tr><td width="40%">JPEG</td><td width="10%">X</td><td width="10%">X</td><td width="40%">Progressive JPEG is not supported.</td></tr>
-<tr><td width="40%">JPEG 2000</td><td width="10%"></td><td width="10%">E</td><td width="40%">decoding supported through external library libopenjpeg</td></tr>
+<tr><td width="40%">JPEG 2000</td><td width="10%">X</td><td width="10%">X</td></tr>
 <tr><td width="40%">JPEG-LS</td><td width="10%">X</td><td width="10%">X</td></tr>
 <tr><td width="40%">LJPEG</td><td width="10%">X</td><td width="10%"></td><td width="40%">Lossless JPEG</td></tr>
 <tr><td width="40%">PAM</td><td width="10%">X</td><td width="10%">X</td><td width="40%">PAM is a PNM extension with alpha support.</td></tr>
@@ -543,7 +540,7 @@ following image formats are supported:
 <tr><td width="40%">DPCM Xan</td><td width="10%"></td><td width="10%">X</td><td width="40%">Used in Origin&rsquo;s Wing Commander IV AVI files.</td></tr>
 <tr><td width="40%">DSP Group TrueSpeech</td><td width="10%"></td><td width="10%">X</td></tr>
 <tr><td width="40%">DV audio</td><td width="10%"></td><td width="10%">X</td></tr>
-<tr><td width="40%">Enhanced AC-3</td><td width="10%"></td><td width="10%">X</td></tr>
+<tr><td width="40%">Enhanced AC-3</td><td width="10%">X</td><td width="10%">X</td></tr>
 <tr><td width="40%">FLAC (Free Lossless Audio Codec)</td><td width="10%">X</td><td width="10%">IX</td></tr>
 <tr><td width="40%">GSM</td><td width="10%">E</td><td width="10%">X</td><td width="40%">encoding supported through external library libgsm</td></tr>
 <tr><td width="40%">GSM Microsoft variant</td><td width="10%">E</td><td width="10%">X</td><td width="40%">encoding supported through external library libgsm</td></tr>
@@ -678,13 +675,6 @@ performance on systems without hardware floating point support).
 
 <p>Using a cross-compiler is preferred for various reasons.
 </p>
-<a name="DJGPP"></a>
-<h3 class="subsection"><a href="general.html#toc-DJGPP">3.1.1 DJGPP</a></h3>
-
-<p>FFmpeg cannot be compiled because of broken system headers, add
-<code>--extra-cflags=-U__STRICT_ANSI__</code> to the configure options as a
-workaround.
-</p>
 <a name="OS_002f2"></a>
 <h2 class="section"><a href="general.html#toc-OS_002f2">3.2 OS/2</a></h2>
 
@@ -765,17 +755,6 @@ are listed below:
 <p>FFmpeg automatically passes <code>-fno-common</code> to the compiler to work around
 a GCC bug (see <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216">http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216</a>).
 </p>
-<p>Within the MSYS shell, configure and make with:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">./configure --enable-memalign-hack
-make
-make install
-</pre></td></tr></table>
-
-<p>This will install &lsquo;<tt>ffmpeg.exe</tt>&rsquo; along with many other development files
-to &lsquo;<tt>/usr/local</tt>&rsquo;. You may specify another install path using the
-<code>--prefix</code> option in &lsquo;<tt>configure</tt>&rsquo;.
-</p>
 <p>Notes:
 </p>
 <ul>
@@ -1022,7 +1001,7 @@ of the <code>libgetaddrinfo-devel</code> package, available at Cygwin Ports.
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Kyle Schwarz</em> on <em>May 18, 2011</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.
+  This document was generated by <em>Kyle Schwarz</em> on <em>June 10, 2011</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.
  </font>
  <br>