Re: [FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-21 Thread Martin Vignali
2016-04-20 23:05 GMT+02:00 Paul B Mahol : > On 4/19/16, Martin Vignali wrote: > > 2016-04-13 20:17 GMT+02:00 Martin Vignali : > > > >> Hello, > >> > >> In attach a patch, to change the way PXR24 uncompress calc the expected > >> size. > >> > >> My previous patch (fix PXR24 float) doesn't work whe

Re: [FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-20 Thread Paul B Mahol
On 4/19/16, Martin Vignali wrote: > 2016-04-13 20:17 GMT+02:00 Martin Vignali : > >> Hello, >> >> In attach a patch, to change the way PXR24 uncompress calc the expected >> size. >> >> My previous patch (fix PXR24 float) doesn't work when all channels of a >> file >> doesn't have the same pixel ty

Re: [FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-19 Thread Martin Vignali
2016-04-13 20:17 GMT+02:00 Martin Vignali : > Hello, > > In attach a patch, to change the way PXR24 uncompress calc the expected > size. > > My previous patch (fix PXR24 float) doesn't work when all channels of a > file > doesn't have the same pixel type. > > Now this patch calc the expected_len c

[FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-13 Thread Martin Vignali
Hello, In attach a patch, to change the way PXR24 uncompress calc the expected size. My previous patch (fix PXR24 float) doesn't work when all channels of a file doesn't have the same pixel type. Now this patch calc the expected_len channel by channel. Comments welcome Martin Jokyo Images From