From patchwork Sun Jun 18 01:25:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hein-Pieter van Braam X-Patchwork-Id: 4015 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.22.4 with SMTP id 4csp298851vsw; Sat, 17 Jun 2017 18:26:54 -0700 (PDT) X-Received: by 10.28.220.212 with SMTP id t203mr11827362wmg.6.1497749214752; Sat, 17 Jun 2017 18:26:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497749214; cv=none; d=google.com; s=arc-20160816; b=KiYWC59QXXKSw1uLF0n3zR/5FByPxmuW+Zo+m1JuRwALze0tosGMA+LZl7FkSiU4nr Y8Khl8Ah5AySTWsyIHyD//vsar3gZRNmKYmS3qY1k8iXc51MLr7a0B9/p3Mi+SpP6fcV cZj6hTzSPZVjWMU5jyQGv5v5ZY5hQVOwSE2QnGSMU9H0VxXLxN2eZlRCbkBA7H8B42xa 9OoPo1K6TBZWMWy2Wx7A+lJzJWK64LJfOSfNQFTInwdJPaIDLUdo/AqKBa4AMCsl6zw/ AVuQQRmYKxb+TGj57Hs9MTJSrT2shuELtggFpTpLRkw9o4u5IEVrnsH50zJiRoo15n6T 5FGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:references:in-reply-to:message-id:date :to:from:dkim-signature:dkim-filter:delivered-to :arc-authentication-results; bh=Y5k3rAMN4VA/IRne1NWR57KYzuo6a3H0beUqmgIkol4=; b=git9jMl+ewmObDDHc2ZA/BZi+JMdbekoSskVmZXW0QnHbwNn09V5gjgOXFMRyK8eD1 oxuGTl3KLv37i9xRmPK7pqHY2XQ8ciKksU59IH30dR49BOLP2QeV0e88q6X0s/5I0V43 Ts1mAYW7L7L9wvPmqbjgue/Vdtv+SixQbH2DatV3WUI8Fb3xue3iLdpkmyqUOB142NUC G3WrevshcFZBLF+0212BDZKL5XkRl4x1EEIDwzo3gNYDZPXGqNpoRpu+sia3dowyYZ5U c2JCSrUqJOoo+mOERYvoFMC+urTCxwjhBFOOIvf5efmEJ+HgCUDrohceJPt500Sc5RFB AQQA== ARC-Authentication-Results: i=1; mx.google.com; dkim=neutral (body hash did not verify) header.i=@tmm.cx header.b=Kp1+pQFe; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org; dmarc=fail (p=NONE sp=REJECT dis=NONE) header.from=tmm.cx Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id v23si4854114wra.229.2017.06.17.18.26.54; Sat, 17 Jun 2017 18:26:54 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@tmm.cx header.b=Kp1+pQFe; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org; dmarc=fail (p=NONE sp=REJECT dis=NONE) header.from=tmm.cx Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C9AE76882B9; Sun, 18 Jun 2017 04:25:58 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from eva.tmm.cx (eva.tmm.cx [5.9.73.21]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D7E3E6808FB for ; Sun, 18 Jun 2017 04:25:51 +0300 (EEST) Received: from lola.ttg.global (unknown [92.110.172.3]) by eva.tmm.cx (Postfix) with ESMTPSA id 402E617CE639; Sun, 18 Jun 2017 01:25:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 eva.tmm.cx 402E617CE639 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tmm.cx; s=mail; t=1497749152; bh=HikHXRGG6zet6JbcVN6ocz4jRtd410bSN95m90pIorI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Kp1+pQFe38I5rR/VFJazNOFInaffA2SuuPzyTCnyy1bHShlj8n5GVkOc/FnOpkQdZ /ExYbZ1y9N6guWf6D4d8ceGKmz+6Ju0csnb04NH6tsLaZSLWEU6rfKc0AUUGocyFML 83zvqbu8wX/SzsL+VY4tgDk8qP0TYn3FKCuUALR8= From: Hein-Pieter van Braam To: FFmpeg development discussions and patches Date: Sun, 18 Jun 2017 03:25:47 +0200 Message-Id: <20170618012547.13614-6-hp@tmm.cx> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170618012547.13614-1-hp@tmm.cx> References: <20170618012547.13614-1-hp@tmm.cx> X-Spam-Status: No, score=0.0 required=2.4 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on eva.tmm.cx Subject: [FFmpeg-devel] [PATCH 5/5] Interplay MVE: Changelog entry for changes 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 Cc: Hein-Pieter van Braam MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Hein-Pieter van Braam --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index cd91f63..c05b6ef 100644 --- a/Changelog +++ b/Changelog @@ -20,6 +20,7 @@ version : - sofalizer filter switched to libmysofa - Gremlin Digital Video demuxer and decoder - headphone audio filter +- additional frame format support for Interplay MVE movies version 3.3: - CrystalHD decoder moved to new decode API