OSDN Git Service

libavcodec : add decoder for Photoshop PSD image files
authorMartin Vignali <martin.vignali@gmail.com>
Thu, 24 Nov 2016 20:26:42 +0000 (21:26 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 14 Dec 2016 02:21:27 +0000 (03:21 +0100)
commit90af962911bbe10f32a4367954c4f11a9e47a98f
tree7043181209b073e151e64432bd08c8eb459f80da
parentad5807f8aa883bee5431186dc1f24c5435d722d3
libavcodec : add decoder for Photoshop PSD image files

Decode the Image Data Section (which contains merged pictures).
Support RGB/A and Grayscale/A in 8bits and 16 bits per channel.
Support uncompress and rle decompression in Image Data Section.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/codec_desc.c
libavcodec/psd.c [new file with mode: 0644]