From patchwork Fri May 29 10:54:54 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: 19964 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 756F044B063 for ; Fri, 29 May 2020 13:55:10 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4F74E68AD22; Fri, 29 May 2020 13:55:10 +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 61A4268AA08 for ; Fri, 29 May 2020 13:55:04 +0300 (EEST) Date: Fri, 29 May 2020 10:54:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=protonmail; t=1590749703; bh=+XEB3al6dBuOHxPDBcZBq0olKpRVZcOVv/4OTWBuUs8=; h=Date:To:From:Cc:Reply-To:Subject:From; b=Lv2nNwBlwIBTzG9a3dY6bPQoII6IiJ6/ilKzFz96idtXyMTX+gRxk8sp+84GjQUL5 rA5Usu7unJ8jnINDd++5cpX0Y+imPlf2fUEPPf4y+89Ayb/P9kLGa1xrwX0xsh9bj5 sxE0dKeA2ScgB246mXfrJDwm2CFlhKhE65Ld/t6A= To: ffmpeg-devel@ffmpeg.org From: Zane van Iperen Message-ID: <20200529105425.318638-1-zane@zanevaniperen.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=7.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 mail.protonmail.ch Subject: [FFmpeg-devel] [PATCH v6 0/1] adpcm_ima_ssi encoder + kvag muxer 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" Add support for encoding adpcm_ima_ssi and muxing to kvag. v6: [2] - move seekable check into kvag_write_init() v5: [1] - change AVERROR(EINVAL) to AVERROR_PATCHWELCOME - Split "capabilities" argument and formatting out into new commits - If too verbose, patch 3 may be squashed into patch 2 v{4,3,2,1}: - ancient history [1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262730.html [2]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/263494.html Zane van Iperen (1): avformat: add kvag muxer Changelog | 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/kvag.c | 82 +++++++++++++++++++++++++++++++++++++++- libavformat/version.h | 2 +- 5 files changed, 85 insertions(+), 2 deletions(-)