From patchwork Tue Sep 8 21:29:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 22203 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 73174449327 for ; Wed, 9 Sep 2020 00:36:22 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5896C68B7B3; Wed, 9 Sep 2020 00:36:22 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe02-1.mx.upcmail.net (vie01a-dmta-pe02-1.mx.upcmail.net [62.179.121.157]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7290B68B790 for ; Wed, 9 Sep 2020 00:36:16 +0300 (EEST) Received: from [172.31.216.235] (helo=vie01a-pemc-psmtp-pe12.mail.upcmail.net) by vie01a-dmta-pe02.mx.upcmail.net with esmtp (Exim 4.92) (envelope-from ) id 1kFlC9-0002oN-0M for ffmpeg-devel@ffmpeg.org; Tue, 08 Sep 2020 23:30:29 +0200 Received: from localhost ([213.47.68.29]) by vie01a-pemc-psmtp-pe12.mail.upcmail.net with ESMTP id FlBAkAVoPIr7GFlBAkuNIG; Tue, 08 Sep 2020 23:29:29 +0200 X-Env-Mailfrom: michael@niedermayer.cc X-Env-Rcptto: ffmpeg-devel@ffmpeg.org X-SourceIP: 213.47.68.29 X-CNFS-Analysis: v=2.3 cv=QN4WuTDL c=1 sm=1 tr=0 a=2hcxjKEKjp0CzLx6oWAm4g==:117 a=2hcxjKEKjp0CzLx6oWAm4g==:17 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=GEAsPZ9sns4A:10 a=ZZnuYtJkoWoA:10 a=asNBlAw-Di9sH2jp4TcA:9 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Tue, 8 Sep 2020 23:29:18 +0200 Message-Id: <20200908212921.7408-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 X-CMAE-Envelope: MS4wfD+ylpfvfm1zPsNJ5zlHoPD7q5jnVbkLHr9PkyztFDDgpx4J7oKe7UgQhdV5gul/WzWkgJpBXxux6EJVG/ZdU95uD+48uPdt+DXmtCL+Y0braxtxHfEk 5ahehHBx2Rw22UqACnt2KYbEqWwI38kQKgLcv3INIfpTLY/odiLPTzLq Subject: [FFmpeg-devel] [PATCH 0/3] avcodec/fastaudio: Bugfixes 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" These patches fix a few bugs found by the fuzzer or while fixing such bugs. The changes are not tested against any fastaudio data as i failed to find any looking at the fate samples, sample archive and patches adding fastaudi support If you have samples, please provide links so i can test this thx