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 17B2A4711D for ; Sun, 27 Aug 2023 23:05:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2DCC168C613; Mon, 28 Aug 2023 02:05:26 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8DF9368BFC8 for ; Mon, 28 Aug 2023 02:05:19 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id D400F20002 for ; Sun, 27 Aug 2023 23:05:18 +0000 (UTC) Date: Mon, 28 Aug 2023 01:05:17 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230827230517.GX7802@pb2> References: <20230826165350.8838-1-michael@niedermayer.cc> <20230826165350.8838-2-michael@niedermayer.cc> <169307251081.20400.14374352926004953744@lain.khirnov.net> <20230826180714.GT7802@pb2> MIME-Version: 1.0 In-Reply-To: <20230826180714.GT7802@pb2> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] avcodec/apedec: Implement interim mode detection 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="===============0929537318377622886==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0929537318377622886== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QJZvq2RJKnD4GfFM" Content-Disposition: inline --QJZvq2RJKnD4GfFM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 26, 2023 at 08:07:14PM +0200, Michael Niedermayer wrote: > On Sat, Aug 26, 2023 at 07:55:10PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2023-08-26 18:53:50) > > > Fixes: NoLegacy.ape > >=20 > > Can you make a FATE test? >=20 > The file seems 34mb, ill try to cut it down to something smaller ive been able to cut it down to 100kb tested on mips/arm/mingw32/64 and linux32/64 x86 test seems trivial, so ill apply it with my next push, test is below for reference commit 2c1ade30ad8f523d816a853f90512808b0c039e1 (HEAD -> master) Author: Michael Niedermayer Date: Sat Aug 26 20:21:32 2023 +0200 tests/fate: Add NoLegacy-cut.ape test Signed-off-by: Michael Niedermayer diff --git a/tests/fate/monkeysaudio.mak b/tests/fate/monkeysaudio.mak index d75937ec02..03c646cd47 100644 --- a/tests/fate/monkeysaudio.mak +++ b/tests/fate/monkeysaudio.mak @@ -16,5 +16,8 @@ $(foreach N,$(APE_VERSIONS),$(eval $(call FATE_APE_SUITE,= $(N)))) FATE_APE +=3D fate-lossless-monkeysaudio-399 fate-lossless-monkeysaudio-399: CMD =3D md5 -i $(TARGET_SAMPLES)/lossless-= audio/luckynight-partial.ape -f s16le -af aresample +FATE_APE +=3D fate-lossless-monkeysaudio-legacy +fate-lossless-monkeysaudio-legacy: CMD =3D md5 -i $(TARGET_SAMPLES)/lossle= ss-audio/NoLegacy-cut.ape -f s32le -af aresample + FATE_SAMPLES_AVCONV-$(call DEMDEC, APE, APE) +=3D $(FATE_APE) fate-lossless-monkeysaudio: $(FATE_APE) diff --git a/tests/ref/fate/lossless-monkeysaudio-legacy b/tests/ref/fate/l= ossless-monkeysaudio-legacy new file mode 100644 index 0000000000..33d4b56204 --- /dev/null +++ b/tests/ref/fate/lossless-monkeysaudio-legacy @@ -0,0 +1 @@ +2cd8a60478c77382dfed8b8bdf1f70e4 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The day soldiers stop bringing you their problems is the day you have stopp= ed=20 leading them. They have either lost confidence that you can help or conclud= ed=20 you do not care. Either case is a failure of leadership. - Colin Powell --QJZvq2RJKnD4GfFM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZOvWrQAKCRBhHseHBAsP qw4dAKCT04PqQspsTATlWuih/ox+f1+CMACcCiXlFvgsiEhUKZwUKS0PlyUdBqs= =LVIM -----END PGP SIGNATURE----- --QJZvq2RJKnD4GfFM-- --===============0929537318377622886== 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". --===============0929537318377622886==--