Re: [FFmpeg-devel] [PATCH V7 0/3] enable multi-slices in vaapi_h264/265 encoder

2018-09-18 Thread myp...@gmail.com
On Wed, Sep 19, 2018 at 6:39 AM Mark Thompson wrote: > > On 29/08/18 11:38, Jun Zhao wrote: > > V7: - Fix h264 first_mb_in_slice setting issue. (root cause by Mark) > > - Refine the error handle > > > > V6: - Use rectangular slices and refine the code. > > > > V5: - In h265_vaapi encoder, when

Re: [FFmpeg-devel] [PATCH V7 0/3] enable multi-slices in vaapi_h264/265 encoder

2018-09-18 Thread Mark Thompson
On 29/08/18 11:38, Jun Zhao wrote: > V7: - Fix h264 first_mb_in_slice setting issue. (root cause by Mark) > - Refine the error handle > > V6: - Use rectangular slices and refine the code. > > V5: - In h265_vaapi encoder, when setting slice number > max slice number > supported by driver

Re: [FFmpeg-devel] [PATCH V7 0/3] enable multi-slices in vaapi_h264/265 encoder

2018-09-17 Thread myp...@gmail.com
Ping? On Wed, Sep 12, 2018 at 8:49 AM myp...@gmail.com wrote: > > > On Wed, Aug 29, 2018 at 6:47 PM Jun Zhao wrote: > > > > V7: - Fix h264 first_mb_in_slice setting issue. (root cause by Mark) > > - Refine the error handle > > > > V6: - Use rectangular slices and refine the code. > > > > V5:

Re: [FFmpeg-devel] [PATCH V7 0/3] enable multi-slices in vaapi_h264/265 encoder

2018-09-11 Thread myp...@gmail.com
On Wed, Aug 29, 2018 at 6:47 PM Jun Zhao wrote: > > V7: - Fix h264 first_mb_in_slice setting issue. (root cause by Mark) > - Refine the error handle > > V6: - Use rectangular slices and refine the code. > > V5: - In h265_vaapi encoder, when setting slice number > max slice number > suppo