[FFmpeg-devel] libavcodec/exr : add B44 and B44A compression

Martin Vignali martin.vignali at gmail.com
Sat Mar 19 16:28:48 CET 2016


Hello,

in attach patch who add support for B44 and B44A compression in openexr
file.

The B44/B44A block decoding function (unpack_14 and unpack_3) come from the
official library.

B44 only compress Half float data (Float data stay uncompress)
The compression use bloc of 4x4 pixels, and reduce the size from 32 bits to
14.

B44A use the same method than B44, except for uniform blocks who are stored
with only 3 bits.

Some B44/B44A samples can be found here
http://www.datafilehost.com/d/a3dc072e


Comments welcome

Martin Vignali
Jokyo Images
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavcodec-exr-add-support-for-B44-and-B44A-compress.patch
Type: text/x-patch
Size: 6043 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160319/2605ccfa/attachment.bin>


More information about the ffmpeg-devel mailing list