From patchwork Fri Jun 26 07:13:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ManojGuptaBonda X-Patchwork-Id: 20624 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 57B7544A735 for ; Fri, 26 Jun 2020 10:13:57 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2831B68A0F8; Fri, 26 Jun 2020 10:13:57 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from hqnvemgate26.nvidia.com (hqnvemgate26.nvidia.com [216.228.121.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 461FE689ED4 for ; Fri, 26 Jun 2020 10:13:50 +0300 (EEST) Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate26.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Fri, 26 Jun 2020 00:13:34 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Fri, 26 Jun 2020 00:13:46 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Fri, 26 Jun 2020 00:13:46 -0700 Received: from bondagupta-NVWorkStation.nvidia.com (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 26 Jun 2020 07:13:44 +0000 From: ManojGuptaBonda To: , Date: Fri, 26 Jun 2020 12:43:27 +0530 Message-ID: <20200626071329.3935-1-mbonda@nvidia.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1593155614; bh=mLcmywLOEq0tIuUMZJ1DAghRekDGj6RUvux0Ik8AfL0=; h=X-PGP-Universal:From:To:CC:Subject:Date:Message-ID:X-Mailer: MIME-Version:X-Originating-IP:X-ClientProxiedBy:Content-Type; b=hTzfCz/d+6d7rq2c4RZct5qhcHrx3sSunnUMS/AMxleXTwvqyE8ScN5It3y5f2t1q GfFVgNiI7Q3fOBnGNDmBoI0HVQT0I1l6iDjgOBruadzDKgSv59IdEsM+D1KR/lufZ/ T2Gq7cMjCVBQn4/XEPoiR7KvFAz9Uc4lPLdsOUA9m/YYbeWm/952Rg7eaAqTyCQ3N+ G4I8lIuXSQQxpaQP6BkZRNtLGXzV9R2CtoPhXPapZg334NcL7elDIzYSEwbvvHXUeQ lG0X4dHDMt64hQ+yjXbi8tLn8jeML9H7niX20Y5sv+FsIny9IRSjkVjHF/2KIcfug3 VvQaImswEqnRQ== Subject: [FFmpeg-devel] [PATCH 0/2] VDPAU HEVC 10/12 Bit Decode Support X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: aplattner@nvidia.com, ManojGuptaBonda , philipl@overt.org Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" NVIDIA R450 driver added VDPAU support for HEVC 10/12 bit Decoding adding the same in ffmpeg. Updated version with #ifdef guards to continue compiling with older releases ManojGuptaBonda (2): lavc/vdpau_hevc: add function to find exact vdp_profile for REXT Add VDPAU to list of supported formats libavcodec/Makefile | 2 +- libavcodec/hevcdec.c | 6 +++ libavcodec/vdpau.c | 4 ++ libavcodec/vdpau_hevc.c | 89 ++++++++++++++++++++++++++++++++++++- libavutil/hwcontext_vdpau.c | 13 +++++- 5 files changed, 110 insertions(+), 4 deletions(-)