[FFmpeg-devel] libavcodec/exr : add support for compression in tile

Martin Vignali martin.vignali at gmail.com
Mon Apr 4 22:21:47 CEST 2016


Hello,

In attach a patch, in order to enable compression in tile.

With modification inside PIZ uncompress, B44 uncompress, and PXR24
uncompress.

s->xdelta is replace by s->xsize.
For scanline it doesn't make any change, because s->xsize == s->xdelta.
In tile s->xsize is the width of the tile or less (if we are at the right
of the datawindow).

RLE, ZIP1, ZIP16 works without modification inside uncompress function.


Tile PIZ sample GoldenGate.exr works now
(can be found here :
http://download.savannah.nongnu.org/releases/openexr/openexr-images-1.7.0.tar.gz
)

Martin
Jokyo Images
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavcodec-exr-add-support-for-compression-in-tile.patch
Type: text/x-patch
Size: 4500 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160404/ace2311a/attachment.bin>


More information about the ffmpeg-devel mailing list