[FFmpeg-devel] [PATCH] tiffenc: properly compute packet size

2014-10-19 Thread Christophe Gisquet
Hi, the attached patch fixes part of ticket #3874, for the part ffmpeg's encoder is responsible for. The remainder of the issue is decoders not correctly handling unusual chroma subsamplings. Note: I have kept the computation from the width in raw bytes as I suspect this can be the worst case for

Re: [FFmpeg-devel] [PATCH] tiffenc: properly compute packet size

2014-10-22 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 05:10:09PM +0200, Christophe Gisquet wrote: > Hi, > > the attached patch fixes part of ticket #3874, for the part ffmpeg's > encoder is responsible for. The remainder of the issue is decoders not > correctly handling unusual chroma subsamplings. > > Note: I have kept the c