Re: [libav-devel] [PATCH 04/16] vaapi_encode: Allocate slice structures and parameter buffers dynamically

2018-02-18 Thread Luca Barbato
On 14/02/2018 23:45, Mark Thompson wrote: On 11/02/18 18:14, Mark Thompson wrote: From: Jun Zhao This removes the arbitrary limit on the allowed number of slices and parameter buffers. From ffmpeg commit e4a6eb70f471eda36592078e8fa1bad87fc9df73. Signed-off-by: Mark

Re: [libav-devel] [PATCH 04/16] vaapi_encode: Allocate slice structures and parameter buffers dynamically

2018-02-14 Thread Mark Thompson
On 11/02/18 18:14, Mark Thompson wrote: > From: Jun Zhao > > This removes the arbitrary limit on the allowed number of slices and > parameter buffers. > > From ffmpeg commit e4a6eb70f471eda36592078e8fa1bad87fc9df73. > > Signed-off-by: Mark Thompson > --- >

[libav-devel] [PATCH 04/16] vaapi_encode: Allocate slice structures and parameter buffers dynamically

2018-02-11 Thread Mark Thompson
From: Jun Zhao This removes the arbitrary limit on the allowed number of slices and parameter buffers. From ffmpeg commit e4a6eb70f471eda36592078e8fa1bad87fc9df73. Signed-off-by: Mark Thompson --- libavcodec/vaapi_encode.c | 42