From: "Xiang, Haihao" <haihao.xiang-at-intel.com@ffmpeg.org> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] lavc/vaapi_hevc: Add support for Main Intra & Main 10 Intra Date: Tue, 2 Apr 2024 06:55:05 +0000 Message-ID: <56078494826a3bd2a7998f8285acaa9d5d11d5ea.camel@intel.com> (raw) In-Reply-To: <2119be3e-9385-438b-8a66-150bde955330@jkqxz.net> On Ma, 2024-04-01 at 21:11 +0100, Mark Thompson wrote: > On 28/03/2024 02:07, Xiang, Haihao wrote: > > From: Haihao Xiang <haihao.xiang@intel.com> > > > > Both Main Intra and Main 10 Intra are Rext, we may use Main and Main 10 > > instead for decoding. This patch fixes the error below: > > > > [hevc @ 0x55a771b80a00] No support for codec hevc profile 4. > > [hevc @ 0x55a771b80a00] Failed setup for format vaapi: hwaccel > > initialisation returned error. > > > > Signed-off-by: Haihao Xiang <haihao.xiang@intel.com> > > --- > > libavcodec/vaapi_hevc.c | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/libavcodec/vaapi_hevc.c b/libavcodec/vaapi_hevc.c > > index 3bdd2dd1b8..83b94d1a55 100644 > > --- a/libavcodec/vaapi_hevc.c > > +++ b/libavcodec/vaapi_hevc.c > > @@ -612,6 +612,13 @@ VAProfile > > ff_vaapi_parse_hevc_rext_scc_profile(AVCodecContext *avctx) > > av_log(avctx, AV_LOG_VERBOSE, "HEVC profile %s is found.\n", > > profile->name); > > } > > > > +#if VA_CHECK_VERSION(0, 37, 0) > > + if (!strcmp(profile->name, "Main Intra")) > > + return VAProfileHEVCMain; > > + else if (!strcmp(profile->name, "Main 10 Intra")) > > + return VAProfileHEVCMain10; > > +#endif > > + > > #if VA_CHECK_VERSION(1, 2, 0) > > if (!strcmp(profile->name, "Main 12") || > > !strcmp(profile->name, "Main 12 Intra")) > > What if high_precision_offsets_enabled_flag is set? > > (That doesn't matter for the VAAPI encoder setting the profile because we > always have it as zero.) Here use VAProfileHEVCMain or VAProfileHEVCMain10 to create VAConfig for decoding, avctx->profile (4) is not changed. high_precision_offsets_enabled_flag is set in VAPictureParameterBufferHEVCRext when avctx->profile is 4. BRs Haihao > > Thanks, > > - Mark > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2024-04-02 6:55 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-03-28 2:07 Xiang, Haihao 2024-04-01 6:10 ` Xiang, Haihao 2024-04-01 20:11 ` Mark Thompson 2024-04-02 6:55 ` Xiang, Haihao [this message] 2024-04-02 21:01 ` Mark Thompson 2024-04-03 1:26 ` Xiang, Haihao
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=56078494826a3bd2a7998f8285acaa9d5d11d5ea.camel@intel.com \ --to=haihao.xiang-at-intel.com@ffmpeg.org \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git