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 548E746A99 for ; Sat, 2 Dec 2023 10:14:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6371068CF1B; Sat, 2 Dec 2023 12:13:52 +0200 (EET) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7472168CEF6 for ; Sat, 2 Dec 2023 12:13:49 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701512029; x=1733048029; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vWfp0LoQUI3O+qtmeDZcoiwpkLWgnGf2S5kzL7BknGI=; b=OcqyKf0LXt6/0Lip5GO3G4f0vL8a5TAiO3IseoyTBcfSnSrCoac6zN39 Bhs8gOqnlm+XpdD1JVl9JJ9WZkxK7UmoftwvIIoKBQ1TUGAyFBVI6AmeW Xru9nfCe/+W8jSutsTzFujD8ve1/UlcfJs9bdQzehLqtBnd0lIAHVLSTG Y8UZx6/A6U3kbyHcfLZAJabfEJNFelGCSfz7H3xvzXjBsc6SoIBpDzvA7 DPVYI5B/XHbjB4ZKl9ktQSeJiN7elGbNrzaGzrxiSPWO2V0gk5gZYVo10 Ksv0x7+9L045GOQXK+fpTiv3YzrzBVDy/bwYXiT3Vc/8MGTSYlY8AfA5b w==; X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="479794841" X-IronPort-AV: E=Sophos;i="6.04,245,1695711600"; d="scan'208";a="479794841" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Dec 2023 02:13:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="773711666" X-IronPort-AV: E=Sophos;i="6.04,245,1695711600"; d="scan'208";a="773711666" Received: from desktop-qn7n0nf.sh.intel.com (HELO localhost.localdomain) ([10.239.160.66]) by fmsmga007.fm.intel.com with ESMTP; 02 Dec 2023 02:13:40 -0800 From: Tong Wu To: ffmpeg-devel@ffmpeg.org Date: Sat, 2 Dec 2023 18:12:48 +0800 Message-ID: <20231202101250.1410-8-tong1.wu@intel.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20231202101250.1410-1-tong1.wu@intel.com> References: <20231202101250.1410-1-tong1.wu@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v10 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 f00bc27ca4..d4f8bd42b7 100644 --- a/Changelog +++ b/Changelog @@ -7,6 +7,7 @@ version : - EVC encoding using external library libxeve - QOA decoder and demuxer - aap filter +- D3D12VA hardware accelerated H264, HEVC, VP9, AV1, MPEG-2 and VC1 decoding version 6.1: - libaribcaption decoder -- 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".