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 3C39744F61 for ; Mon, 13 Mar 2023 05:24:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C521168BBE9; Mon, 13 Mar 2023 07:24:21 +0200 (EET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5231B689C13 for ; Mon, 13 Mar 2023 07:24:15 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678685060; x=1710221060; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=9lzg05pe+ZjbJ1aA4RFMcQULfY+Y9ePe8+ezZFcxGDo=; b=FWPFc/9xLRlH8iq1ybyIAk4ErYfun2ES6IBoGYusvSsPUjisZRTCS6aT 8Ok7bVZr8T40ESP6VUNEst6POhRpkNuBSHowDqfijqtPB8W8qDz2FGEkd zrpYXe0eMtzgsyBugPQonN8VpaAV60qMaEAPhGbd+4O1taJnuk+9N0Pjy TW1Z4bvz0iGK2sEkoHJqHBGalqP9gJrf5SKXITKa/MGbI+PwzoieiI/oV ssepYxbZQ1AHRt1KHr5TmfSE2o5g3vseqfXyTE7WOOL3umnSWRN6Z7e3P 18xJVcN51NYEohvDeU7ZJo9eXLuOKiR8gdtT9EgaXT7ZW3QRcuSMChpw6 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10647"; a="339432829" X-IronPort-AV: E=Sophos;i="5.98,256,1673942400"; d="scan'208";a="339432829" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2023 22:24:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10647"; a="924369827" X-IronPort-AV: E=Sophos;i="5.98,256,1673942400"; d="scan'208";a="924369827" Received: from wenbin-z390-aorus-ultra.sh.intel.com ([10.239.35.4]) by fmsmga006.fm.intel.com with ESMTP; 12 Mar 2023 22:24:07 -0700 From: wenbin.chen-at-intel.com@ffmpeg.org To: ffmpeg-devel@ffmpeg.org Date: Mon, 13 Mar 2023 13:24:06 +0800 Message-Id: <20230313052406.90019-1-wenbin.chen@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/encoders: Add av1 to qsv encoder's summary 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 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: Wenbin Chen Signed-off-by: Wenbin Chen --- doc/encoders.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index b02737b9df..d6dddc2bd5 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3188,8 +3188,8 @@ recommended value) and do not set a size constraint. @section QSV Encoders -The family of Intel QuickSync Video encoders (MPEG-2, H.264, HEVC, JPEG/MJPEG -and VP9) +The family of Intel QuickSync Video encoders (MPEG-2, H.264, HEVC, JPEG/MJPEG, +VP9, AV1) @subsection Ratecontrol Method The ratecontrol method is selected as follows: -- 2.34.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".