Re: [FFmpeg-devel] [PATCH 0/4] frame-mt: hevc: implement and use step progress API

2014-07-27 Thread Michael Niedermayer
On Wed, Jul 23, 2014 at 07:13:42PM +, Christophe Gisquet wrote: > The idea is that the current granularity is too small for bigger > coding structures, than can be 64x64 for both hevc and vp9. Instead, > the simplest way to describe the new type of progress is that of > a step function. > > I

[FFmpeg-devel] [PATCH 0/4] frame-mt: hevc: implement and use step progress API

2014-07-23 Thread Christophe Gisquet
The idea is that the current granularity is too small for bigger coding structures, than can be 64x64 for both hevc and vp9. Instead, the simplest way to describe the new type of progress is that of a step function. I bet the patchset will be far from consensual, and it's unlikely I'll get it thro