]> git.sesse.net Git - ffmpeg/commit
lavc/tiff: Enable decoding of LinearRaw images
authorNick Renieris <velocityra@gmail.com>
Thu, 29 Aug 2019 13:10:54 +0000 (16:10 +0300)
committerPaul B Mahol <onemda@gmail.com>
Mon, 2 Sep 2019 07:26:52 +0000 (09:26 +0200)
commit63689b16ad723a23d59af81ee6167931600b1ef4
tree8a211dc83e5fc3f1bba991f99414e6b4644c7341
parent15776ca18298a1214a19c2cbf456b0545f5ba60e
lavc/tiff: Enable decoding of LinearRaw images

"LinearRaw" is a value that the PhotometricInterpretation tag can be set
to on DNG images that contain color information for all channels instead
of being bayer-encoded ("CFA" value).

The DNG decoder is complete enough that we can enable this now.

Sample:
- http://www.rawsamples.ch/raws/nikon/SCANNER_NIKON_LS5000.DNG

Signed-off-by: Nick Renieris <velocityra@gmail.com>
libavcodec/tiff.c