[PATCH] MIME: Added avif/avifs types.

平藤燎 ryo.hirafuji at link-u.co.jp
Mon Feb 3 07:55:06 UTC 2020


Hello, I added new mime-types, "image/avif" and "image/avif-sequence".
Please take a look,

# HG changeset patch
# User Ryo Hirafuji <ryo.hirafuji at link-u.co.jp>
# Date 1580715197 -32400
#      Mon Feb 03 16:33:17 2020 +0900
# Branch mime-avif-avifs
# Node ID 28c8371bb45be38623f8ac0e958d14b55600198a
# Parent  b8a512c6466c3b2f77876edf14061c5d97e6159f
MIME: Added avif/avifs types.

"avif" is an image format based on AV1, royalty-free video coding format.
"avifs" is an image sequence format, that contains multiple avif images
like animated gifs.

[Reference]
avif/avifs: https://aomediacodec.github.io/av1-avif/
AV1: https://aomediacodec.github.io/av1-spec/av1-spec.pdf

diff -r b8a512c6466c -r 28c8371bb45b conf/mime.types
--- a/conf/mime.types Tue Jan 21 16:39:42 2020 +0300
+++ b/conf/mime.types Mon Feb 03 16:33:17 2020 +0900
@@ -20,6 +20,8 @@
     image/tiff                                       tif tiff;
     image/vnd.wap.wbmp                               wbmp;
     image/webp                                       webp;
+    image/avif                                       avif;
+    image/avif-sequence                              avifs;
     image/x-icon                                     ico;
     image/x-jng                                      jng;
     image/x-ms-bmp                                   bmp;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20200203/125c397a/attachment.htm>


More information about the nginx-devel mailing list