From patchwork Sun Jun 25 19:59:04 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: 4112 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.1.76 with SMTP id 73csp611066vsb; Sun, 25 Jun 2017 13:00:03 -0700 (PDT) X-Received: by 10.28.13.138 with SMTP id 132mr3591237wmn.23.1498420802835; Sun, 25 Jun 2017 13:00:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1498420802; cv=none; d=google.com; s=arc-20160816; b=x/h657ZKVUPJoBrL8sNLJtS9Jo7FWvjxUdftkXlhglgwfuTa0Cy0TD2Sp32wueUa1u lb/tX7VXdyGE0UKQwWcG6KD/JvCq7ERcS0LPNZxZ4rBCKuTc3GaiOOS6W9zmUSlY31Oe vRsL5uWdo+BzWc4zufR/NRRJlnIHCCuMnQf3ymqMMucyqiTw5YiCbXApsARiSrdVWdCf CP1Q/90dOUDWrb+pgBkHYpIfREqSoEXlg0eJAxa4pDr+zKVDQIX7LOgveWxn0ELXRju6 mvUAGE3ZkCC6rYcCRcGDO88uypa6NXYWX4vRzC4hbeJXpVXQq1CIBr+oTm8qDUPKMWI9 38cg== 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=uIac2kFNmL8AA4QWT9u/xkoYibriOV+qZVKSPeEVtdE=; b=xz/Z5nJyUosNUWkINu/Fe7YIaFz39JEZDtrUnQ1JECQbOtFDJLQwk+Di3QMC41cpTj chsZ6b+GQC3rG8LkC65yGEmFZMmlo0u5vgPtMcng7rkhAol3ncXbZc6DTxgUhX5OVbU7 evmyu+sHQscwCQ2YCZWxdsEq9z0lmD0k+tUMEFKWSHhArLj+rlOo1apG8qNq/jpEYGVN DXfntkR5RBCHH7Z1hyRtPnhG2gvKCwfNMlaAYxDdCNDIqEngiB+AOz16MGgR4FCjjEZP 60rwxsoRf/ulO89Z4vOxnzAju5JASOQwJuoAMnJS3VsypEHz5LTrO32MdqzoA2k31GGN VnOg== ARC-Authentication-Results: i=1; mx.google.com; dkim=neutral (body hash did not verify) header.i=@tmm.cx header.b=DRxj4VoT; 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 v52si10113954wrc.210.2017.06.25.13.00.02; Sun, 25 Jun 2017 13:00:02 -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=DRxj4VoT; 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 7D4E168A201; Sun, 25 Jun 2017 22:59:20 +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 191F9689CF1 for ; Sun, 25 Jun 2017 22:59:12 +0300 (EEST) Received: from lola.ttg.global (unknown [92.110.172.3]) by eva.tmm.cx (Postfix) with ESMTPSA id 6019F181054A; Sun, 25 Jun 2017 19:59:11 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 eva.tmm.cx 6019F181054A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tmm.cx; s=mail; t=1498420751; bh=VsMd29MEKJ+z+lVjflkZA0P3cmQVDOqJp/0QypUwp9U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DRxj4VoTMn+3fk7yy/LcxsHEXF87bzZ0tpu4I+qu7e6ZkzE0LfIXKNmuhnIwovjsD mtDuxWnEIZnEyZn/rpAEJnl7/iv0VJlooBnbiRqTo0R6f/yTtiq+1b9C3vmEprn1s7 Z9+iV6guP0zpRA6UXhfhxxp4cit4OwkaiWuIB41o= From: Hein-Pieter van Braam To: FFmpeg development discussions and patches Date: Sun, 25 Jun 2017 21:59:04 +0200 Message-Id: <20170625195904.1716-6-hp@tmm.cx> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170625195904.1716-1-hp@tmm.cx> References: <20170625195904.1716-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 v3 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 4f46eda..24d2255 100644 --- a/Changelog +++ b/Changelog @@ -24,6 +24,7 @@ version : - roberts video filter - The x86 assembler default switched from yasm to nasm, pass --x86asmexe=yasm to configure to restore the old behavior. +- additional frame format support for Interplay MVE movies version 3.3: - CrystalHD decoder moved to new decode API