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

2023-01-11 Thread Jianfeng Zheng
Hi Mark, Patch v3 would be send. And please view the detailed reply follows: > > On 26/12/2022 06:59, Jean Jogh wrote: > > see https://github.com/intel/libva/pull/664 > > > > Signed-off-by: jianfeng.zheng > > --- > > configure | 13 + > >

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

2023-01-05 Thread Mark Thompson
On 26/12/2022 06:59, Jean Jogh 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 ++ libavcodec/vaapi_encode_h264.c

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

2022-12-26 Thread Jianfeng Zheng
Hi Andreas Rheinhardt, You are right, should be "#if HAVE_VA_PROFILE_H264_HIGH10" ranther than "#ifdef HAVE_VA_PROFILE_H264_HIGH10". Andreas Rheinhardt 于2022年12月26日周一 23:05写道: > > Jean Jogh: > > see https://github.com/intel/libva/pull/664 > > > > Signed-off-by: jianfeng.zheng > > --- > >

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

2022-12-26 Thread Andreas Rheinhardt
Jean Jogh: > 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

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

2022-12-25 Thread Jean Jogh
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 ++--