summaryrefslogtreecommitdiff
path: root/libavcodec/psd.c
Commit message (Collapse)AuthorAge
* libavcodec/psd : add test for channel depth/channel count in bitmap modeMartin Vignali2017-01-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/psd: fix ugly typoPaul B Mahol2017-01-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libavcodec/psd : add support for psd bitmap modeMartin Vignali2017-01-11
| | | | | | Fixes ticket #6044 Based on patch by Carl Eugen Hoyos
* lavc/psd: Interpret DUOTONE as GRAYSCALE.Carl Eugen Hoyos2017-01-11
| | | | | | | | This is what gimp, ImageMagick and FreeImage do and what the Adobe Photoshop file format specification suggests. Fixes a sample from ticket #6045. Reviewed-by: Martin Vignali
* lavc/psd: Support indexed files.Carl Eugen Hoyos2017-01-02
| | | | Fixes ticket #6045.
* lavc/psd: Remove an uninitialized variable.Carl Eugen Hoyos2016-12-30
|
* libavcodec : add decoder for Photoshop PSD image filesMartin Vignali2016-12-14
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>