From patchwork Tue Oct 6 07:08:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hwren X-Patchwork-Id: 22736 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 8301F44B9D5 for ; Tue, 6 Oct 2020 10:09:37 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 68A6768AD4C; Tue, 6 Oct 2020 10:09:37 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from m15114.mail.126.com (m15114.mail.126.com [220.181.15.114]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B3631688379 for ; Tue, 6 Oct 2020 10:09:29 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=TWBez EvkoY5kl4HeSWbP0OOQTBa16bYl8npz9rvPoFI=; b=otKRLYj0mz80i1X6nMb7K HJDEBd4jMooNIJB+EA56JZO9wrwuMLuOX/xAcqeR/o2X9ti1K3AM2G9q0uOeROYw QSlaHsHxUhNT1aJkJMNiOSxSnkfdUUyXybYeqV9LUyqY/feGMWbCcPQWKTJ5Qrrq ItKCwBsvoXTRwWM978hoR4= Received: from localhost.localdomain (unknown [111.205.230.9]) by smtp7 (Coremail) with SMTP id DsmowAAnLW0gGHxf4yCnJw--.1724S2; Tue, 06 Oct 2020 15:09:22 +0800 (CST) From: hwrenx@126.com To: ffmpeg-devel@ffmpeg.org Date: Tue, 6 Oct 2020 15:08:21 +0800 Message-Id: <20201006070821.1967-1-hwrenx@126.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 X-CM-TRANSID: DsmowAAnLW0gGHxf4yCnJw--.1724S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7Ar43XrW8ArWrAr1kJrWkWFg_yoW8Gr4rpF srWr4YqF1xG34fCanrJa10grs8CrZ5CF4Ykwn5Kw4xGa48GF1qgF9Yvryjka43Z3yxtanF vF4qga48Wwn0kFJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0z_qXdAUUUUU= X-Originating-IP: [111.205.230.9] X-CM-SenderInfo: pkzuv0b06rjloofrz/1tbiuwK16VpEBtxffgAAsA Subject: [FFmpeg-devel] [PATCH] doc/general_contents.texi: add uavs3d section X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: hwren Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: hwren Signed-off-by: hwren --- doc/general_contents.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/general_contents.texi b/doc/general_contents.texi index 598e0e74da..f441a75ee9 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -119,6 +119,14 @@ libdavs2 is under the GNU Public License Version 2 or later details), you must upgrade FFmpeg's license to GPL in order to use it. @end float +@section uavs3d + +FFmpeg can make use of the uavs3d library for AVS3-P2/IEEE1857.10 video decoding. + +Go to @url{https://github.com/uavs3/uavs3d} and follow the instructions for +installing the library. Then pass @code{--enable-libuavs3d} to configure to +enable it. + @section Game Music Emu FFmpeg can make use of the Game Music Emu library to read audio from supported video game @@ -816,6 +824,8 @@ following image formats are supported: @tab Video encoding used by the Creature Shock game. @item AVS2-P2/IEEE1857.4 @tab E @tab E @tab Supported through external libraries libxavs2 and libdavs2 +@item AVS3-P2/IEEE1857.10 @tab @tab E + @tab Supported through external library libuavs3d @item AYUV @tab X @tab X @tab Microsoft uncompressed packed 4:4:4:4 @item Beam Software VB @tab @tab X