Re: [FFmpeg-devel] [PATCH 0/9] hevc: misc cleanups

2014-07-10 Thread Christophe Gisquet
Hi, 2014-07-10 8:47 GMT+02:00 Christophe Gisquet : > The 4 first patches reduce memory allocations as, in a simplified view, > only the previous ctb line is needed for the various prediction mechanisms. > The actual required allocation is much smaller, but would require too many > changes. And the

[FFmpeg-devel] [PATCH 0/9] hevc: misc cleanups

2014-07-09 Thread Christophe Gisquet
The 4 first patches reduce memory allocations as, in a simplified view, only the previous ctb line is needed for the various prediction mechanisms. The actual required allocation is much smaller, but would require too many changes. And the margin of this mail is too small to explain it. The next 2