From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6EBC146434 for ; Wed, 16 Aug 2023 18:14:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8AD5A68C710; Wed, 16 Aug 2023 21:14:14 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0177768C696 for ; Wed, 16 Aug 2023 21:14:08 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4C2E41BF203 for ; Wed, 16 Aug 2023 18:14:08 +0000 (UTC) Date: Wed, 16 Aug 2023 20:14:07 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230816181407.GW7802@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tta decoder improvements X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: multipart/mixed; boundary="===============7776414199186110278==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7776414199186110278== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JrFi/f7k2N4vO7pk" Content-Disposition: inline --JrFi/f7k2N4vO7pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 16, 2023 at 12:47:36PM +0200, Paul B Mahol wrote: > Patch attached. > tta.c | 167 +++++++++++++++++++++++++++++++++++++++++++----------------= ------- > 1 file changed, 109 insertions(+), 58 deletions(-) > a289f05b1ebb50604675a11894e254108e276714 0001-avcodec-tta-switch-to-plan= ar-sample-formats.patch > From 2b6ac4f7093157533b7f279a78a73bfabeb98cf0 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Tue, 15 Aug 2023 21:13:59 +0200 > Subject: [PATCH] avcodec/tta: switch to planar sample formats >=20 > Makes decoding few percent faster. > Also fix code style while here. >=20 > Signed-off-by: Paul B Mahol > --- > libavcodec/tta.c | 167 +++++++++++++++++++++++++++++++---------------- > 1 file changed, 109 insertions(+), 58 deletions(-) breaks fate-lossless-tta Stream mapping: Stream #0:0 -> #0:0 (tta (native) -> pcm_s16le (native)) The filters 'Parsed_anull_0' and 'format_out_0_0' do not have a common form= at and automatic conversion is disabled. [af#0:0 @ 0x561fd8f3f280] Error reinitializing filters! Failed to inject frame into filter network: Invalid argument Error while filtering: Invalid argument [out#0/crc @ 0x561fd8f3c840] Nothing was written into output file, because = at least one of its streams received no packets. size=3D 0kB time=3DN/A bitrate=3DN/A speed=3DN/A Conversion failed! threads=3D1 tests/Makefile:308: recipe for target 'fate-lossless-tta' failed make: *** [fate-lossless-tta] Error 234 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known to suggest that students drop out of college or go to community college in order to be able to afford settlements. -- The RIAA --JrFi/f7k2N4vO7pk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZN0R7AAKCRBhHseHBAsP q0YOAJ9OaYdMwN1mHZBB3UUDsxnNEUqJwACfdF9b7jkt5PWSxVEi631oi5ZY9NA= =E7kz -----END PGP SIGNATURE----- --JrFi/f7k2N4vO7pk-- --===============7776414199186110278== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============7776414199186110278==--