From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 85D524548A for ; Wed, 30 Aug 2023 03:05:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AC48268C78A; Wed, 30 Aug 2023 06:04:00 +0300 (EEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A5E0868C77F for ; Wed, 30 Aug 2023 06:03:53 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693364638; x=1724900638; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=m6rxlgBUqPCnGIVwQ1Y/6Eua2Q66y9XvVGkDfaNdztc=; b=U+vZmzc+C+QzGemTB+fJzG787czdPWscdX6Vn1wAkU2awXGK3u50+PJF BSaAkTtUTY/F7gUTSm4MrrHJ5GsipTgNR2ALr3ehfC1CbqPtkyfyV5dR3 QYIaf3N0K/X/J56WrQVCBklVbCFV39q+BbBAQjmPlCsTb+fCGKBNd+zSy JGJz2vBAVfdB1LzDGqkxEJBFrhWy6CMOYnvUBP5Z67YuvjtcgdNygJHOA TVY0O3jeSIpqryo1MeNzfb+vri2fpohGELxinXN4rOSD7ALwtOXYqaDGj 30AVzmiBEhbk3QZGT0VZd1rVVb1won6hw75C9mKR+bJxTbyykzR3OTQr7 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="355044162" X-IronPort-AV: E=Sophos;i="6.02,212,1688454000"; d="scan'208";a="355044162" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2023 20:03:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="829061056" X-IronPort-AV: E=Sophos;i="6.02,212,1688454000"; d="scan'208";a="829061056" Received: from desktop-qn7n0nf.sh.intel.com (HELO localhost.localdomain) ([10.239.160.59]) by FMSMGA003.fm.intel.com with ESMTP; 29 Aug 2023 20:03:39 -0700 From: Tong Wu To: ffmpeg-devel@ffmpeg.org Date: Wed, 30 Aug 2023 10:58:25 +0800 Message-ID: <20230830025827.282-8-tong1.wu@intel.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20230830025827.282-1-tong1.wu@intel.com> References: <20230830025827.282-1-tong1.wu@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v8 8/9] Changelog: D3D12VA hardware accelerated H264, HEVC, VP9, AV1, MPEG-2 and VC1 decoding X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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: Tong Wu , Wu Jianhua Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: From: Wu Jianhua Signed-off-by: Wu Jianhua Signed-off-by: Tong Wu --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c010e86159..bdac4cb034 100644 --- a/Changelog +++ b/Changelog @@ -30,7 +30,7 @@ version : - support for the P_SKIP hinting to speed up libx264 encoding - Support HEVC,VP9,AV1 codec in enhanced flv format - apsnr and asisdr audio filters - +- D3D12VA hardware accelerated H264, HEVC, VP9, AV1, MPEG-2 and VC1 decoding version 6.0: - Radiance HDR image support -- 2.41.0.windows.1 _______________________________________________ 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".