From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id D66C64BB63 for <ffmpegdev@gitmailbox.com>; Fri, 2 May 2025 17:52:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 853F868B3B0; Fri, 2 May 2025 20:52:40 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2294868A51F for <ffmpeg-devel@ffmpeg.org>; Fri, 2 May 2025 20:52:34 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6B19C43A34 for <ffmpeg-devel@ffmpeg.org>; Fri, 2 May 2025 17:52:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1746208353; 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=sabWjcJrJhLs/HyGHKVlBb47ZLvCTv2U7WhCXRfzUFI=; b=d1sNNueatsSn/Lvp5WCOP/4Swdb5FHUIGkBirzvGtuAuKP3GuWh7fdAf75em5/Zjj00YGE WAGfP7o4E/AajjVaJA/znHcpsU+YQTttyRDZXyZLZ1+tjhv4cniCM2O4SGCJcmbwkb0xd2 llsInh9u6Q562NVPGPrF8eOTVS3eDxEsmHQx6WbereOIa8KapnpL2VycJi4PcDcEVkPRD6 Spqite6yMFwAnZu1JSQCpO21U0AqscLp1lrqt8jBiS9YPE2SFcPw2MZCTAv4plcCWWHiPl 0+r4lRVZiFui3Dao1JqiZrp7ED8ErDonlUJ3j7PQMKWGL414j0frdmaWa8f5Jw== Date: Fri, 2 May 2025 19:52:31 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250502175231.GA4991@pb2> References: <20250430210917.729056-1-sw@jkqxz.net> MIME-Version: 1.0 In-Reply-To: <20250430210917.729056-1-sw@jkqxz.net> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvjeefuddtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============9076394991385149867==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250502175231.GA4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============9076394991385149867== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wsaiapK7BsdJE7As" Content-Disposition: inline --wsaiapK7BsdJE7As Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 30, 2025 at 10:09:11PM +0100, Mark Thompson wrote: > --- > Cleaned up a bit from use earlier. This program allows testing of change= s to entropy decode in a form much easier to debug than a whole stream. >=20 > I had a more complete randomised test of transform here as well along wit= h test code for checking intermediates, though it seems like the checkasm o= nly might be preferred. Can add it if useful. >=20 > Thanks, >=20 > - Mark >=20 > libavcodec/Makefile | 1 + > libavcodec/tests/apv.c | 306 ++++++++++++++++++++++++++++++++++++++ > tests/fate/libavcodec.mak | 5 + > 3 files changed, 312 insertions(+) > create mode 100644 libavcodec/tests/apv.c breaks make -j32 fate-apv TEST apv-422-10 --- /dev/null 2025-01-24 23:36:38.397802529 +0100 +++ tests/data/fate/apv-422-10 2025-05-02 19:49:42.277166925 +0200 @@ -0,0 +1,8 @@ +#tb 0: 1/30 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 320x180 +#sar 0: 1/1 +0, 0, 0, 1, 230400, 0x07f1e56d +0, 1, 1, 1, 230400, 0x0bd1c913 +0, 2, 2, 1, 230400, 0xefd02824 Test apv-422-10 failed. Look at tests/data/fate/apv-422-10.err for details. make: *** [tests/Makefile:317: fate-apv-422-10] Error 1 Note "make fate-apv-422-10" works [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. --wsaiapK7BsdJE7As Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBUGVgAKCRBhHseHBAsP q3wAAJ0Ssl2eUwmyJ9mjLMitQrLBi/u3xwCggnc4rJtzO6kMrP71bvnigXw7J7w= =LAS1 -----END PGP SIGNATURE----- --wsaiapK7BsdJE7As-- --===============9076394991385149867== 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". --===============9076394991385149867==--