summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2016-11-24 21:26:42 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-14 03:21:27 +0100
commit90af962911bbe10f32a4367954c4f11a9e47a98f (patch)
tree7043181209b073e151e64432bd08c8eb459f80da /Changelog
parentad5807f8aa883bee5431186dc1f24c5435d722d3 (diff)
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>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 37fbb363ed..b36a631b5c 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
- 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