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 EA3A7483EB for ; Sun, 3 Dec 2023 00:39:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A124468CEE4; Sun, 3 Dec 2023 02:38:58 +0200 (EET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F2F1268CE49 for ; Sun, 3 Dec 2023 02:38:54 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701563935; x=1733099935; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vWfp0LoQUI3O+qtmeDZcoiwpkLWgnGf2S5kzL7BknGI=; b=fxzAWzoeU98dUYw6hBabEes0AOKuEX/RZYRuNcuSDK4KPtWDCvy7+y/U JT5ZMV2jC/+suRwxLd9/dBOMVNfiPV4r6+5imG2BiRizmCJxxmRY5pJY/ M5gWX+spLeiTc8u29PiTfA5n2obZuAagR6tx5x9DEsRyTuI9wLBkvXJvD rabLQw2ueNt5t5grIjR6ZNzzNBbNYQzlYk01jxOrzLXusEVkx5TBeZPMq IRmQzZVcmMO92Yx6s+e5zOmviA5hT2FRMBTJyXFszqyvoSzo0dwl5Mg4i fFBzk9dwI0HXUdH0ArNfbYG+7F32hzJ9ZbX9it/a+WCFG1NP4PJ3lztOa g==; X-IronPort-AV: E=McAfee;i="6600,9927,10912"; a="476961" X-IronPort-AV: E=Sophos;i="6.04,246,1695711600"; d="scan'208";a="476961" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Dec 2023 16:38:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10912"; a="893602135" X-IronPort-AV: E=Sophos;i="6.04,246,1695711600"; d="scan'208";a="893602135" Received: from desktop-qn7n0nf.sh.intel.com (HELO localhost.localdomain) ([10.239.160.66]) by orsmga004.jf.intel.com with ESMTP; 02 Dec 2023 16:38:47 -0800 From: Tong Wu To: ffmpeg-devel@ffmpeg.org Date: Sun, 3 Dec 2023 08:37:30 +0800 Message-ID: <20231203003732.1851-8-tong1.wu@intel.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20231203003732.1851-1-tong1.wu@intel.com> References: <20231203003732.1851-1-tong1.wu@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v11 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".