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 79D0345737 for ; Fri, 21 Jul 2023 23:51:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 095D468C621; Sat, 22 Jul 2023 02:51:16 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2265968BFB5 for ; Sat, 22 Jul 2023 02:51:09 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 63EF31C0003 for ; Fri, 21 Jul 2023 23:51:08 +0000 (UTC) Date: Sat, 22 Jul 2023 01:51:07 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230721235107.GD7802@pb2> References: <20230718214542.685375-1-michael@niedermayer.cc> <20230718214542.685375-8-michael@niedermayer.cc> <20230721184259.GB7802@pb2> MIME-Version: 1.0 In-Reply-To: <20230721184259.GB7802@pb2> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 08/14] tests: Add avradio/sdrdemux tests 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="===============0200137383730790960==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0200137383730790960== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eheScQNz3K90DVRs" Content-Disposition: inline --eheScQNz3K90DVRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 21, 2023 at 08:42:59PM +0200, Michael Niedermayer wrote: > On Tue, Jul 18, 2023 at 11:45:36PM +0200, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > tests/Makefile | 1 + > > tests/fate/sdr.mak | 11 +++++++++ > > tests/ref/fate/sdr-am | 55 +++++++++++++++++++++++++++++++++++++++++++ > > tests/ref/fate/sdr-fm | 25 ++++++++++++++++++++ > > 4 files changed, 92 insertions(+) > > create mode 100644 tests/fate/sdr.mak > > create mode 100644 tests/ref/fate/sdr-am > > create mode 100644 tests/ref/fate/sdr-fm > >=20 > > diff --git a/tests/Makefile b/tests/Makefile > > index e09f30a0fc..d8a1abd04e 100644 > > --- a/tests/Makefile > > +++ b/tests/Makefile > > @@ -230,6 +230,7 @@ include $(SRC_PATH)/tests/fate/qt.mak > > include $(SRC_PATH)/tests/fate/qtrle.mak > > include $(SRC_PATH)/tests/fate/real.mak > > include $(SRC_PATH)/tests/fate/screen.mak > > +include $(SRC_PATH)/tests/fate/sdr.mak > > include $(SRC_PATH)/tests/fate/segafilm.mak > > include $(SRC_PATH)/tests/fate/segment.mak > > include $(SRC_PATH)/tests/fate/source.mak > > diff --git a/tests/fate/sdr.mak b/tests/fate/sdr.mak > > new file mode 100644 > > index 0000000000..a4d9fbba47 > > --- /dev/null > > +++ b/tests/fate/sdr.mak > > @@ -0,0 +1,11 @@ > > +FATE_SDR =3D fate-sdr-am \ > > + fate-sdr-fm \ > > + > > +FATE_SAMPLES_FFMPEG +=3D $(FATE_SDR) > > + > > +fate-sdr-am: CMD =3D framecrc -mode all_mode -video_size 400x200 -i $(= TARGET_SAMPLES)/sdr/am.sdr -map 0 -filter:a aresample > > +fate-sdr-fm: CMD =3D framecrc -mode all_mode -video_size 400x200 -i $(= TARGET_SAMPLES)/sdr/fm.sdr -map 0 -filter:a aresample >=20 > I will change this to pcm_u8 as there are rounding differences between ma= chiens With u8 it seems to pass on all machienes i tried [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at talking, realize last or never when they are wrong. --eheScQNz3K90DVRs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZLsZ6wAKCRBhHseHBAsP qxO8AJ4l2PW+P/S6KE1mnkBshqzGvfbxWACcDjIyIF1aKv/RX0k3AuQc9j6cKFc= =AGiq -----END PGP SIGNATURE----- --eheScQNz3K90DVRs-- --===============0200137383730790960== 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". --===============0200137383730790960==--