From: Fabrice Bellard Date: Tue, 19 Nov 2002 20:28:29 +0000 (+0000) Subject: update X-Git-Tag: v0.5~17017 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0699d2fe4480888980f796d7daf022a28e5d8100;p=platform%2Fupstream%2Flibav.git update Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/ffmpeg-doc.html b/doc/ffmpeg-doc.html index 805c58e..7fc36e1 100644 --- a/doc/ffmpeg-doc.html +++ b/doc/ffmpeg-doc.html @@ -29,24 +29,25 @@
  • 5. Supported File Formats and Codecs -
  • 6. Platform Specific information +
  • 6. Platform Specific information -
  • 7. Developpers Guide +
  • 7. Developpers Guide


    @@ -526,7 +527,7 @@ You can use the -formats option to have an exhaustive list.

    FFmpeg supports the following file formats thru the libavformat -library. +library: @@ -565,13 +566,6 @@ library. - - - - - - @@ -594,9 +588,8 @@ library. - + - @@ -609,7 +602,41 @@ library. -

    5.2 Video Codecs

    +

    5.2 Image Formats

    + +

    +FFmpeg can read and write images for each frame of a video sequence. The +following image formats are supported: + + +

    Real Audio and Video X X
    PGM, YUV, PPM, JPEG images X X
    Animated GIF X Only uncompressed GIFs are generated -
    Raw AC3 X X
    MPEG4 is a variant of Quicktime
    Raw MPEG4 video X
    Raw MPEG4 video X X Only small files are supported.
    DV X
    + + + + + + + + + + + + + + + + + + +
    Supported Image Format Encoding Decoding Comments
    PGM, PPM X X
    PGMYUV X X PGM with U and V components in 420
    JPEG X X Progressive JPEG is not supported
    .Y.U.V X X One raw file per component
    Animated GIF X Only uncompressed GIFs are generated
    + +

    +X means that the encoding (resp. decoding) is supported. + + + + +

    5.3 Video Codecs

    @@ -662,7 +689,7 @@ solutions. -

    5.3 Audio Codecs

    +

    5.4 Audio Codecs

    @@ -699,11 +726,11 @@ performances on systems without hardware floating point support). -

    6. Platform Specific information

    +

    6. Platform Specific information

    -

    6.1 Linux

    +

    6.1 Linux

    ffmpeg should be compiled with at least GCC 2.95.3. GCC 3.2 is the @@ -713,19 +740,19 @@ features only found in GCC 3.2. -

    6.2 BSD

    +

    6.2 BSD

    -

    6.3 Windows

    +

    6.3 Windows

    -

    6.4 MacOS X

    +

    6.4 MacOS X

    -

    6.5 BeOS

    +

    6.5 BeOS

    The configure script should guess the configuration itself. @@ -759,11 +786,11 @@ valid results, then crashes. -

    7. Developpers Guide

    +

    7. Developpers Guide

    -

    7.1 API

    +

    7.1 API