Re: [FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-09-09 Thread Mark Thompson
On 09/09/17 11:28, Mark Thompson wrote: > On 06/09/17 03:35, Jun Zhao wrote: >> On 2017/8/28 20:28, Mark Thompson wrote: >>> On 24/08/17 02:13, Jun Zhao wrote: V5: - In h265_vaapi encoder, when setting slice number > max slice number supported by driver, report error and return.

Re: [FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-09-09 Thread Mark Thompson
On 06/09/17 03:35, Jun Zhao wrote: > On 2017/8/28 20:28, Mark Thompson wrote: >> On 24/08/17 02:13, Jun Zhao wrote: >>> V5: - In h265_vaapi encoder, when setting slice number > max slice number >>> supported by driver, report error and return. Same as h264_vaapi. >>> - Clean the logic

Re: [FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-09-05 Thread Jun Zhao
On 2017/8/28 20:28, Mark Thompson wrote: > On 24/08/17 02:13, Jun Zhao wrote: >> V5: - In h265_vaapi encoder, when setting slice number > max slice number >> supported by driver, report error and return. Same as h264_vaapi. >> - Clean the logic when setting

Re: [FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-28 Thread Mark Thompson
On 24/08/17 02:13, Jun Zhao wrote: > V5: - In h265_vaapi encoder, when setting slice number > max slice number > supported by driver, report error and return. Same as h264_vaapi. > - Clean the logic when setting first_slice_segment_in_pic_flags > V4: - Change the array malloc function.