]> git.sesse.net Git - ffmpeg/commit
lavc/vaapi_hevc: add function to find exact va_profile for REXT
authorLinjie Fu <linjie.fu@intel.com>
Wed, 15 Jan 2020 07:01:42 +0000 (15:01 +0800)
committerMark Thompson <sw@jkqxz.net>
Mon, 24 Feb 2020 00:09:51 +0000 (00:09 +0000)
commit85cc7bcd4cf1e1963c22c1ea1594160a33da4fee
tree659ccca840187fcf4c16458c3970bb3499593b9d
parent0d83fcc07b31c528c4fb95528b8e50c440eefc87
lavc/vaapi_hevc: add function to find exact va_profile for REXT

Add vaapi_parse_rext_profile and use profile constraint flags to
determine the exact va_profile for HEVC_REXT.

If profile mismatch is allowed, select Main profile by default.

Add build object in Makefile for h265_profile_level dependency.

Signed-off-by: Linjie Fu <linjie.fu@intel.com>
libavcodec/Makefile
libavcodec/vaapi_hevc.c
libavcodec/vaapi_hevc.h [new file with mode: 0644]