]> git.sesse.net Git - ffmpeg/commit
avcodec/tiff: Recognize DNG/CinemaDNG images
authorNick Renieris <velocityra@gmail.com>
Thu, 30 May 2019 10:42:42 +0000 (13:42 +0300)
committerPaul B Mahol <onemda@gmail.com>
Thu, 30 May 2019 17:27:05 +0000 (19:27 +0200)
commit9c35285aea84be916ab19a1ed3627afaad461199
tree5e2e95d340b965ee96af1a5178e6076d5dda8819
parent661facb8a89a2712b67da221f0176a42382c9827
avcodec/tiff: Recognize DNG/CinemaDNG images

Additionally:
- Renamed TIFF_WHITE_LEVEL to DNG_WHITE_LEVEL since it is specified
  in the DNG spec.
- Added/changed some comments to be more precise in differentiating
  between TIFF, TIFF/EP and DNG values.

Related to ticket: https://trac.ffmpeg.org/ticket/4364

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