[FFmpeg-cvslog] r14119 - trunk/doc/general.texi
diego
subversion
Tue Jul 8 16:08:45 CEST 2008
Author: diego
Date: Tue Jul 8 16:08:45 2008
New Revision: 14119
Log:
Sort image formats table.
Modified:
trunk/doc/general.texi
Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi (original)
+++ trunk/doc/general.texi Tue Jul 8 16:08:45 2008
@@ -152,19 +152,19 @@ following image formats are supported:
@multitable @columnfractions .4 .1 .1 .4
@item Supported Image Format @tab Encoding @tab Decoding @tab Comments
- at item PGM, PPM @tab X @tab X
+ at item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated.
+ at item JPEG @tab X @tab X @tab Progressive JPEG is not supported.
@item PAM @tab X @tab X @tab PAM is a PNM extension with alpha support.
+ at item PCX @tab @tab X @tab PC Paintbrush
+ at item PGM, PPM @tab X @tab X
@item PGMYUV @tab X @tab X @tab PGM with U and V components in YUV 4:2:0
- at item JPEG @tab X @tab X @tab Progressive JPEG is not supported.
- at item .Y.U.V @tab X @tab X @tab one raw file per component
- at item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated.
@item PNG @tab X @tab X @tab 2/4 bpp not supported yet
- at item Targa @tab @tab X @tab Targa (.TGA) image format
- at item TIFF @tab X @tab X @tab YUV, JPEG and some extension is not supported yet.
- at item SGI @tab X @tab X @tab SGI RGB image format
@item PTX @tab @tab X @tab V.Flash PTX format
@item RAS @tab @tab X @tab Sun Rasterfile
- at item PCX @tab @tab X @tab PC Paintbrush
+ at item SGI @tab X @tab X @tab SGI RGB image format
+ at item TIFF @tab X @tab X @tab YUV, JPEG and some extension is not supported yet.
+ at item Targa @tab @tab X @tab Targa (.TGA) image format
+ at item .Y.U.V @tab X @tab X @tab one raw file per component
@end multitable
@code{X} means that encoding (resp. decoding) is supported.
More information about the ffmpeg-cvslog
mailing list