summaryrefslogtreecommitdiffstats
path: root/libavcodec/exr.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno2014-12-031-7/+110
| | | | | | | | This is needed to avoid banding artifacts when gammaing the picture. Currently, if done with a video filter, the process is done on uints instead of full float. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* exr: check return valueVittorio Giovara2014-11-141-2/+3
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1198259
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-2/+2
|
* OpenEXR decoderJimmy Christensen2014-04-011-0/+1348
Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno, Nicolas George, Paul B Mahol and Michael Niedermayer. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
OpenPOWER on IntegriCloud