Re: [FFmpeg-devel] [PATCH 6/8] lavc/vaapi_hevc: add function to find exact va_profile for REXT

2020-01-12 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Mark Thompson > Sent: Thursday, January 9, 2020 06:44 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 6/8] lavc/vaapi_hevc: add function to > find exact va_profile for REXT > > On

Re: [FFmpeg-devel] [PATCH 6/8] lavc/vaapi_hevc: add function to find exact va_profile for REXT

2020-01-08 Thread Mark Thompson
On 29/12/2019 16:30, Linjie Fu wrote: > Add vaapi_parse_rext_profile and use profile constraint flags to > determine the exact va_profile for HEVC_REXT. > > Add build object in Makefile for h265_profile_level dependency. > > Signed-off-by: Linjie Fu > --- > libavcodec/Makefile | 2 +- >

[FFmpeg-devel] [PATCH 6/8] lavc/vaapi_hevc: add function to find exact va_profile for REXT

2019-12-29 Thread Linjie Fu
Add vaapi_parse_rext_profile and use profile constraint flags to determine the exact va_profile for HEVC_REXT. Add build object in Makefile for h265_profile_level dependency. Signed-off-by: Linjie Fu --- libavcodec/Makefile | 2 +- libavcodec/vaapi_hevc.c | 69