From patchwork Fri Sep 18 12:04:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zane van Iperen X-Patchwork-Id: 22468 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 515B344A11F for ; Fri, 18 Sep 2020 15:04:58 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 347EE68B8C1; Fri, 18 Sep 2020 15:04:58 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail2.protonmail.ch (mail2.protonmail.ch [185.70.40.22]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C8D4568B78A for ; Fri, 18 Sep 2020 15:04:51 +0300 (EEST) Date: Fri, 18 Sep 2020 12:04:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=protonmail2; t=1600430690; bh=HMBhi9qjkcEfwiSvBJKrapnbg313V1e/NcXG7bd6P5M=; h=Date:To:From:Cc:Reply-To:Subject:From; b=OMLlHLYUCMqo+OPzXNZCW7+RofxNQPUhla26npeT0VTVjEakwz0ATf+saoswuupo2 VM1WofHjA5ubCaGYAFQRPkXHpT2E39SBzXU8ne3yWXDGLs3DN6LbyT+7FXy0x7XTPb 0ha70iZ3sVkOJs+vWvuVvVr9sCAQKDIFsZmifjLLYVCIp6O+Jy0E40g6dlhh+pF/Xm F+saBR/tYBq99Pouz/9wK6uCYrYDYjOpXLWNnedLyq89I8saPsAFiRJUTwnqm8HBuD P+TEeJXro8QGCKDEXmoeguxAuyYKWxP7zJ9zoWjJ7wlbP3CkUrW7kvwPdEvB7myomh MAm3TEjmMr9VA== To: ffmpeg-devel@ffmpeg.org From: Zane van Iperen Message-ID: <20200918120416.7319-1-zane@zanevaniperen.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Subject: [FFmpeg-devel] [PATCH v2 0/7] Support variable frame sizes in adpcm_argo 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: Zane van Iperen Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" v2: - handle variable sizes in muxer (argo_asf) - fix incorrect pts tracking (argo_brp) - add test for decoding argo_asf via argo_brp Test sample is https://0x0.st/iIhK.BRP, needs to go in fate-suite/argo-brp/CROCLOGO_CUT.BRP. Original email to samples-request@ffmpeg.org was bounced. Zane van Iperen (7): avcodec/adpcm_argo: support decoding multiple frames avcodec/adpcm_{psx,argo}: add missing indent avformat/argo_asf: read/write multiple blocks at once avformat/argo_asf: add ff_argo_asf_read() avformat/argo_brp: support reading multiple ASF blocks at once avformat/argo_brp: remove usage of floats fate: add argo_adpcm via argo_brp demux test libavcodec/adpcm.c | 96 +++++++++++++++++------------------ libavformat/argo_asf.c | 63 ++++++++++++++++------- libavformat/argo_asf.h | 2 + libavformat/argo_brp.c | 34 +++++++------ tests/fate/adpcm.mak | 3 ++ tests/ref/fate/adpcm-argo-brp | 1 + 6 files changed, 117 insertions(+), 82 deletions(-) create mode 100644 tests/ref/fate/adpcm-argo-brp