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