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 ESMTPS id A99DE4C2AB for ; Thu, 6 Feb 2025 14:26:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 63A8568BC4B; Thu, 6 Feb 2025 16:26:30 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 15DD268B480 for ; Thu, 6 Feb 2025 16:26:24 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 43B2E44281 for ; Thu, 6 Feb 2025 14:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1738851983; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=B0mmGIps6pP+A2vlLNoJ4FKz0PDEaDDr6n1Z7Y1PZeo=; b=dRYoPAKIPde7gANRmkvaF9zMnONOWz16gg8aI5hs03FSwzc2pPDLg3e8g0A2WOhsISDWhF URFRWSx8IMCrvXcV8xVLtftHln4QL7De790kx/ch/aGPuYI+LHZhyv3QBsan3xRVwzSud5 T+dutS5J7dbjmDw5nE5EEQyKRIohLz8e0sdm19i/4ijrajDHgVRnumsNqpBPdZDPIzA1ah YnuRGaQtHTyNTHaSpy8MDlLLcWlo+tB50kSmU8IVUgyiOcsJCk6jtFv1gfrD8PjnjcF1qr OVffpJX+LosAE3nmDRrETAtnh6IMgowDKN9U1DoGFSDAvv2l3BzepSsd7nlPQg== Date: Thu, 6 Feb 2025 15:26:22 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250206142622.GM4991@pb2> References: <20250205144632.2517-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250205144632.2517-1-jamrial@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvieeifecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] fate/libswresample: add a test downmixing with a custom order layout 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="===============3469765291618664231==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3469765291618664231== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="G7i/mRT0nBpQoRV3" Content-Disposition: inline --G7i/mRT0nBpQoRV3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi James On Wed, Feb 05, 2025 at 11:46:32AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > tests/fate/libswresample.mak | 8 ++++++++ > tests/filtergraphs/custom_rematrix | 1 + > 2 files changed, 9 insertions(+) > create mode 100644 tests/filtergraphs/custom_rematrix >=20 > diff --git a/tests/fate/libswresample.mak b/tests/fate/libswresample.mak > index a1e5ab91fa..aa4438a4bd 100644 > --- a/tests/fate/libswresample.mak > +++ b/tests/fate/libswresample.mak > @@ -1097,5 +1097,13 @@ fate-swr-audioconvert: CMP =3D stddev > fate-swr-audioconvert: FUZZ =3D 0 > =20 > FATE_SWR +=3D $(FATE_SWR_AUDIOCONVERT-yes) > + > +FATE_SWR_CUSTOM_REMATRIX-$(call FILTERDEMDECENCMUX, ARESAMPLE CHANNELMAP= AFORMAT, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) +=3D fate-swr-custom-rematr= ix > +fate-swr-custom-rematrix: tests/data/asynth-44100-8.wav tests/data/filte= rgraphs/custom_rematrix > +fate-swr-custom-rematrix: CMD =3D md5 -i $(TARGET_PATH)/tests/data/asynt= h-44100-8.wav -/filter_complex $(TARGET_PATH)/tests/data/filtergraphs/custo= m_rematrix -map [OUT] -f s16le > +fate-swr-custom-rematrix: CMP =3D oneline > +fate-swr-custom-rematrix: REF =3D 2a14a44deb4ae26e3b474ddbfbc048f8 not a huge fan of md5 based testing of downmixing as it provides just a "same" vs "different" but patch ok thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answe= r. --G7i/mRT0nBpQoRV3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ6TGiwAKCRBhHseHBAsP q2toAJ9B4wBKIibO392Q9pbdFk2M/3jc5QCghNq0g5MGRK3190kFwOnQLL1M3M0= =C5MY -----END PGP SIGNATURE----- --G7i/mRT0nBpQoRV3-- --===============3469765291618664231== 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". --===============3469765291618664231==--