[FFmpeg-devel] [PATCH v5 01/10] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile

2023-02-05 Thread Fei Wang
From: Linjie Fu Described in HEVC spec A.3.7. Signed-off-by: Linjie Fu Signed-off-by: Fei Wang --- 1. fix compile warning with VAAPI version less than 1.2.0 libavcodec/avcodec.h | 1 + libavcodec/hevc_ps.c | 2 ++ libavcodec/profiles.c | 1 + 3 files changed, 4 insertions(+) diff --git a/

Re: [FFmpeg-devel] [PATCH v5 01/10] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile

2023-02-13 Thread Xiang, Haihao
On Ma, 2023-02-06 at 13:44 +0800, Fei Wang wrote: > From: Linjie Fu > > Described in HEVC spec A.3.7. > > Signed-off-by: Linjie Fu > Signed-off-by: Fei Wang > --- > 1. fix compile warning with VAAPI version less than 1.2.0 > > libavcodec/avcodec.h | 1 + > libavcodec/hevc_ps.c | 2 ++ > li

Re: [FFmpeg-devel] [PATCH v5 01/10] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile

2023-02-14 Thread Anton Khirnov
Quoting Fei Wang (2023-02-06 06:44:49) > From: Linjie Fu > > Described in HEVC spec A.3.7. > > Signed-off-by: Linjie Fu > Signed-off-by: Fei Wang > --- > 1. fix compile warning with VAAPI version less than 1.2.0 > > libavcodec/avcodec.h | 1 + > libavcodec/hevc_ps.c | 2 ++ > libavcodec/pr

Re: [FFmpeg-devel] [PATCH v5 01/10] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile

2023-02-15 Thread Wang, Fei W
On Tue, 2023-02-14 at 11:11 +0100, Anton Khirnov wrote: > Quoting Fei Wang (2023-02-06 06:44:49) > > From: Linjie Fu > > > > Described in HEVC spec A.3.7. > > > > Signed-off-by: Linjie Fu > > Signed-off-by: Fei Wang > > --- > > 1. fix compile warning with VAAPI version less than 1.2.0 > > > >