From patchwork Fri Aug 28 18:45:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anamitra Ghorui X-Patchwork-Id: 21966 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 C01F544B46C for ; Fri, 28 Aug 2020 21:45:57 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AC7CA68AEBC; Fri, 28 Aug 2020 21:45:57 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail.teknik.io (mail.teknik.io [5.79.72.163]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6047968ACEC for ; Fri, 28 Aug 2020 21:45:53 +0300 (EEST) dkim-signature: v=1; a=rsa-sha256; d=teknik.io; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Transfer-Encoding:In-Reply-To:References; bh=7uoLy+b37mxMKgOB31lRN1lfMey+DBXW0hJdq7xr16A=; b=lLovf/w5e5M1rGpcX8sSuuYhuIxvWuaC9cwQkvw4NCWP9oIfAXOZKPASQU6o6igHpDU6T4HGyX4EtbEYV1qxWkQl6sJhDBM4+BDQGJASa6zrHtEARAn7/7hsCUZcSe1OM7l+megYV9ZmvI4Yv5aa6BBkAobg0PhubhX1KX17P/1ZkOSeE2m908/4bkXPnWSbCX7BKM3X7AycMxTi3T4TPs2uAOXeThva+EE6XSntxJUmFZlJe3gNo7OIL0 NOpFMmQ8kokOn6+PHPiSLaUrXAvcqphaqBm4wf4T/sQfdHyXHdacCAo+dPMv5Y0xa12++VQYLGH0+tC8txo8mKHzk5YA== Received: from localhost.localdomain (Unknown [103.82.156.1]) by mail.teknik.io with ESMTPSA (version=TLSv1.2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128) ; Fri, 28 Aug 2020 11:45:52 -0700 From: Anamitra Ghorui To: ffmpeg-devel@ffmpeg.org Date: Sat, 29 Aug 2020 00:15:30 +0530 Message-Id: <20200828184531.29647-6-aghorui@teknik.io> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200828184531.29647-1-aghorui@teknik.io> References: <20200828184531.29647-1-aghorui@teknik.io> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v7 5/6] doc/decoders: add entry for FLIF 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Anamitra Ghorui --- doc/decoders.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/decoders.texi b/doc/decoders.texi index 9005714e3c..77e93ab80a 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -86,6 +86,14 @@ AVS2-P2/IEEE1857.4 video decoder wrapper. This decoder allows libavcodec to decode AVS2 streams with davs2 library. +@section flif16 + +FLIF16 non-animated/animated image decoder. + +This decoder allows libavcodec to decode non-animated and animated FLIF images +as per the FLIF16 Specification. Interlaced images are always decoded to the +highest quality (zoom) level. + @c man end VIDEO DECODERS @chapter Audio Decoders