From patchwork Fri Aug 14 18:59:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anamitra Ghorui X-Patchwork-Id: 21670 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 28B6744AC30 for ; Fri, 14 Aug 2020 21:59:37 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1AAE468B5FC; Fri, 14 Aug 2020 21:59:37 +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 4D6CD68B5B6 for ; Fri, 14 Aug 2020 21:59:30 +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=gVGQrN1kE4Z0YlUx24h/x+XR6sPW7zqN6bz58beQYOU=; b=bFZn1lqA9m6+mcLLS3/uxpHWyVN/C/vv25QgvNZnqCDZZPSP6a0CNmMEJfRqUvWlcRYfEn9MfSwcg0kOG0mKLw9LVetWNjMFRoo6sOOtTC2msRyf+jGYp7wqGlXZ3rn9gtOka+cO7fTcfTC4nmeKJ2Crr/QjvRJADF7ftf537WAuQ8ZzYO5ezvvnxPi98nlLvszeIycWp4BcwY//qezFeRZiEkei5nelsAmKaQO6vnvRhR8EO/P2D0dGkm Vh51ACRI8D60piNf3G44rDB++T17AEHAsN2zdRRpUIvL8S/4JQGttd4ZkniiCVunUuaiA4WExKsyXPA52pFo2Jb/ievQ== 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, 14 Aug 2020 11:59:29 -0700 From: Anamitra Ghorui To: ffmpeg-devel@ffmpeg.org Date: Sat, 15 Aug 2020 00:29:12 +0530 Message-Id: <20200814185912.9646-3-aghorui@teknik.io> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200814185912.9646-1-aghorui@teknik.io> References: <20200814185912.9646-1-aghorui@teknik.io> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v5 3/3] [RFC] Update documentation and configure script 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 --- Changelog | 3 ++- configure | 1 + doc/general.texi | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 1efc768387..77b8f46a19 100644 --- a/Changelog +++ b/Changelog @@ -14,7 +14,8 @@ version : - ADPCM Argonaut Games encoder - Argonaut Games ASF muxer - AV1 Low overhead bitstream format demuxer - +- FLIF16 decoder +- FLIF16 demuxer version 4.3: - v360 filter diff --git a/configure b/configure index d4a1fea9ce..ae8d003010 100755 --- a/configure +++ b/configure @@ -3300,6 +3300,7 @@ eac3_demuxer_select="ac3_parser" f4v_muxer_select="mov_muxer" fifo_muxer_deps="threads" flac_demuxer_select="flac_parser" +flif_demuxer_select="zlib exif" flv_muxer_select="aac_adtstoasc_bsf" gxf_muxer_select="pcm_rechunk_bsf" hds_muxer_select="flv_muxer" diff --git a/doc/general.texi b/doc/general.texi index 4fcc497244..1144538dcd 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -904,6 +904,8 @@ following image formats are supported: @item Flash Screen Video v2 @tab X @tab X @item Flash Video (FLV) @tab X @tab X @tab Sorenson H.263 used in Flash +@item FLIF (Free Lossless Image Format @tab @tab X + @tab Precursor to JPEG XL and FUIF @item FM Screen Capture Codec @tab @tab X @item Forward Uncompressed @tab @tab X @item Fraps @tab @tab X