]> git.sesse.net Git - ffmpeg/commit
lavc/tiff: Decode embedded JPEGs in DNG images
authorNick Renieris <velocityra@gmail.com>
Thu, 29 Aug 2019 13:10:41 +0000 (16:10 +0300)
committerPaul B Mahol <onemda@gmail.com>
Mon, 2 Sep 2019 07:26:52 +0000 (09:26 +0200)
commitc31c708929787439173c03fba86a2d689669762b
tree861e28917d6e83fcb641c4e0e1799f5136af1d25
parent40abff05d245977089426e7e7761a4a2146446fb
lavc/tiff: Decode embedded JPEGs in DNG images

Used a technique similar to lavc/tdsc.c for invoking the MJPEG decoder.

This commit adds support for:
- DNG tiles
- DNG tile huffman lossless JPEG decoding
- DNG 8-bpp ("packed" as dcraw calls it) decoding
- DNG color scaling [1]
  - LinearizationTable tag
  - BlackLevel tag

[1]: As specified in the DNG Specification - Chapter 5

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