Re: [FFmpeg-devel] [PATCH v2] vaapi: support VAProfileH264High10

2023-01-11 Thread Jianfeng Zheng
Hi Haihao, Xiang, Haihao 于2023年1月5日周四 14:07写道: > > On Di, 2022-12-27 at 11:12 +0800, Jianfeng Zheng wrote: > > see https://github.com/intel/libva/pull/664 > > > > Signed-off-by: jianfeng.zheng > > --- > > configure | 13 + > > libavcodec/h264_slice.c| 6

Re: [FFmpeg-devel] [PATCH v2] vaapi: support VAProfileH264High10

2023-01-04 Thread Xiang, Haihao
On Di, 2022-12-27 at 11:12 +0800, Jianfeng Zheng wrote: > see https://github.com/intel/libva/pull/664 > > Signed-off-by: jianfeng.zheng > --- > configure | 13 + > libavcodec/h264_slice.c| 6 ++ > libavcodec/vaapi_decode.c | 10 ++ > lib

[FFmpeg-devel] [PATCH v2] vaapi: support VAProfileH264High10

2022-12-26 Thread Jianfeng Zheng
see https://github.com/intel/libva/pull/664 Signed-off-by: jianfeng.zheng --- configure | 13 + libavcodec/h264_slice.c| 6 ++ libavcodec/vaapi_decode.c | 10 ++ libavcodec/vaapi_encode_h264.c | 24 ++-- libavcodec/va