[FFmpeg-devel] [PATCH v5 3/3] [RFC] Update documentation and configure script for FLIF

Anamitra Ghorui aghorui at teknik.io
Fri Aug 14 21:59:12 EEST 2020


Signed-off-by: Anamitra Ghorui <aghorui at teknik.io>
---
 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 <next>:
 - 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
+ at 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
-- 
2.28.0




More information about the ffmpeg-devel mailing list