From patchwork Fri Aug 28 18:45:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anamitra Ghorui X-Patchwork-Id: 21963 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 592B144B46C for ; Fri, 28 Aug 2020 21:45:53 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4082568AC37; Fri, 28 Aug 2020 21:45:53 +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 D110E6880CA for ; Fri, 28 Aug 2020 21:45:50 +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=ZLlKLXZkx5Fvsmu63jAGMZ6eWCadYTfVnewqCuOg224=; b=aGUi32fCGkZRl3D5a8wnSqypW6aqbEMj1loIRuY/RGi1oZG1Xq7TKE1FY+uj2KKoBwPsa8q/3PGVvbLiEXsWN+JxkmGfV0of9h3maMmrtACrXSgsdu+a1mA6fBCdN1AbZAMb9KzSaOfDW7NApcgs7zFwrdVFaFkLPq5PZQRuaU2zLqYOH8hnfnI3eqgHZo2wq6scD9YJDK8C2vIcI7sZVCmYSCDil3i/74/Uly6tFoB7Pxd0bQfh17A/VI rmOLKofJN2ChRUcK60/h+8QCuZOqwi6ZCt/uopQPnPJWv0lTIh1DDcNKFkNdzu2FH8R5PKpqdMyvgyAqgn8Aoi4uPvMw== 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:50 -0700 From: Anamitra Ghorui To: ffmpeg-devel@ffmpeg.org Date: Sat, 29 Aug 2020 00:15:28 +0530 Message-Id: <20200828184531.29647-4-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 3/6] changelog: add entries 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 7467e73306..b55f322963 100644 --- a/Changelog +++ b/Changelog @@ -15,6 +15,8 @@ version : - Argonaut Games ASF muxer - AV1 Low overhead bitstream format demuxer - RPZA video encoder +- FLIF16 decoder +- FLIF demuxer version 4.3: