[FFmpeg-devel] libavcodec/exr : Fix PIZ compression

Martin Vignali martin.vignali at gmail.com
Tue Apr 12 20:12:05 CEST 2016


Hello,

In attach two patch, to fix piz compression.

001 : Set to 0 entire bitmap and lut array.
Fix ticket #3932, also fix decoding error for various official samples :

openexr-images-1.7.0/TestImages/AllHalfValues.exr
openexr-images-1.7.0/ScanLines/MtTamWest.exr
openexr-images-1.7.0/ScanLines/StillLife.exr
openexr-images-1.7.0/ScanLines/Tree.exr
openexr-images-1.7.0/MultiResolution/WavyLinesSphere.exr
openexr-images-1.7.0/ScanLines/CandleGlass.exr


002 : Fix huf_decode.
s variable is now an uint16 (like in the official library).

Fix decoding :
openexr-images-1.7.0/DisplayWindow/t01.exr


Official samples can be found here :
http://download.savannah.nongnu.org/releases/openexr/openexr-images-1.7.0.tar.gz

Comments welcome

Martin
Jokyo Images
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavcodec-exr-initialize-bitmap-and-lut.-Fix-ticket.patch
Type: text/x-patch
Size: 1099 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160412/37ee5623/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-libavcodec-exr-fix-huf_decode.patch
Type: text/x-patch
Size: 774 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160412/37ee5623/attachment-0001.bin>


More information about the ffmpeg-devel mailing list