[SCM] libav/experimental: Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list of supported image formats. Apparently decoding these formats is supported.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:40:12 UTC 2013


The following commit has been merged in the experimental branch:
commit ddea12a6b5f1eb8a47f5898aa0aba9ce98a24244
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 2 06:13:54 2009 +0000

    Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list of
    supported image formats. Apparently decoding these formats is supported.
    
    Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/general.texi b/doc/general.texi
index 0a30a96..c53e1bc 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -244,19 +244,19 @@ following image formats are supported:
 @item JPEG-LS      @tab X @tab X
 @item LJPEG        @tab X @tab
     @tab Lossless JPEG
- at item PAM          @tab X @tab
+ at item PAM          @tab X @tab X
     @tab PAM is a PNM extension with alpha support.
- at item PBM          @tab X @tab
+ at item PBM          @tab X @tab X
     @tab Portable BitMap image
 @item PCX          @tab   @tab X
     @tab PC Paintbrush
- at item PGM          @tab X @tab
+ at item PGM          @tab X @tab X
     @tab Portable GrayMap image
- at item PGMYUV       @tab X @tab
+ at item PGMYUV       @tab X @tab X
     @tab PGM with U and V components in YUV 4:2:0
 @item PNG          @tab X @tab X
     @tab 2/4 bpp not supported yet
- at item PPM          @tab X @tab
+ at item PPM          @tab X @tab X
     @tab Portable PixelMap image
 @item PTX          @tab   @tab X
     @tab V.Flash PTX format

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list