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 41D9046B37 for ; Fri, 4 Aug 2023 13:51:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ED95168C766; Fri, 4 Aug 2023 16:50:38 +0300 (EEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C447A68C755 for ; Fri, 4 Aug 2023 16:50:31 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691157037; x=1722693037; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0sYcQVEAt2Spen4SSa3xFGSp2nTxm59ipj0yHDeI60c=; b=lWc1TToVW4w6tlCcI1Xd8fprsrXMXc9pGqpnB1dy3NjYoq32RJzAlrmZ EaEeFeMC/e9l6y+q4I57lOsBx+6u8MjiRGQf6N/mc+OqPdUlXU//b3oVx KS1jYbljcaCFPK0HF+31qWFa2qVB43N0bKZHEhQuGXtN8WURewwqjX+JK 5of4IqF6IEstEpOfnEk33zwYrpHLQECjEawvRM7ijAzjAwLdDUtX9lDRw i8Um2Bt9exVuQiWr70S9rAwZK+9nH4XEDJ6pOnG4OA1MooIefB2o+TY8f O3l5KjsgPS67/rIrHrYR9g2qGzJer9mJ4Xs/b9b/h0AUH5wl6zqBk0Slu g==; X-IronPort-AV: E=McAfee;i="6600,9927,10792"; a="434006120" X-IronPort-AV: E=Sophos;i="6.01,255,1684825200"; d="scan'208";a="434006120" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2023 06:50:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10792"; a="733263241" X-IronPort-AV: E=Sophos;i="6.01,255,1684825200"; d="scan'208";a="733263241" Received: from desktop-qn7n0nf.sh.intel.com (HELO localhost.localdomain) ([10.239.160.59]) by fmsmga007.fm.intel.com with ESMTP; 04 Aug 2023 06:50:23 -0700 From: Tong Wu To: ffmpeg-devel@ffmpeg.org Date: Fri, 4 Aug 2023 21:45:19 +0800 Message-ID: <20230804134523.234-8-tong1.wu@intel.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20230804134523.234-1-tong1.wu@intel.com> References: <20230804134523.234-1-tong1.wu@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v5 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index bbda4f4fd4..5b21103b29 100644 --- a/Changelog +++ b/Changelog @@ -27,6 +27,7 @@ version : - Bitstream filter for converting VVC from MP4 to Annex B - scale_vt filter for videotoolbox - transpose_vt filter for videotoolbox +- 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".