Re: [FFmpeg-devel] [PATCH v1 2/2] vaapi: add vaapi_avs2 support

2024-01-22 Thread Jianfeng Zheng
Zhao Zhili 于2024年1月22日周一 20:02写道: > > > > > On Jan 22, 2024, at 08:06, Liu Steven wrote: > > > > > > > >> On Jan 21, 2024, at 22:47, Jianfeng Zheng wrote: > >> > >> Zhao Zhili 于2024年1月20日周六 12:22写道: > >>> > &g

Re: [FFmpeg-devel] [PATCH v1 2/2] vaapi: add vaapi_avs2 support

2024-01-21 Thread Jianfeng Zheng
Zhao Zhili 于2024年1月20日周六 12:22写道: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > jianfeng.zheng > > Sent: 2024年1月19日 23:53 > > To: ffmpeg-devel@ffmpeg.org > > Cc: jianfeng.zheng > > Subject: [FFmpeg-devel] [PATCH v1 2/2] vaapi: add vaapi_avs2 support > > > > see http

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 ++

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 + > > libavcodec/h264_slice

[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

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 > > --- > > confi

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

2022-12-25 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/vaapi_h

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

2022-12-25 Thread Jianfeng Zheng
>From 5a6450e1293efa8ca4678aad3ba59161c89d87a1 Mon Sep 17 00:00:00 2001 From: "jianfeng.zheng" Date: Mon, 18 Jul 2022 17:33:15 +0800 Subject: [PATCH] vaapi: support VAProfileH264High10 see https://github.com/intel/libva/pull/664 Signed-off-by: jianfeng.zheng --- configure |