From 90af962911bbe10f32a4367954c4f11a9e47a98f Mon Sep 17 00:00:00 2001 From: Martin Vignali Date: Thu, 24 Nov 2016 21:26:42 +0100 Subject: 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 --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 37fbb363ed..b36a631b5c 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,7 @@ version : - premultiply video filter - Support for spherical videos - configure now fails if autodetect-libraries are requested but not found +- PSD Decoder version 3.2: - libopenmpt demuxer -- cgit v1.2.3