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 C0D294BD93 for ; Tue, 29 Apr 2025 21:25:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0F865689E81; Wed, 30 Apr 2025 00:25:45 +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 DA165687BA1 for ; Wed, 30 Apr 2025 00:25:38 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 419DB43B83 for ; Tue, 29 Apr 2025 21:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1745961938; 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=JdnMwAw7UpAUp9MEH5MshOZPMUn2pPi2mpM8XodPQkc=; b=TATVs5X1NBNC3WqgJYy0DaRUSQfm0hERQN2idf3HybXMxwRMRKSoEma3u6vV9kqk1sMgwW 1iAf91cFBpSLWFL3+6oPAlR/Di9FvyNPuUHezUzmgrVpIXeju2K4wlwBwvJYVrWzK2/3zB rP+xjgmfFcmfD/onAe6yc3kZIAGR/tfcxven9lWt28yRb6xzyFhnuwWKevoMXCB+9iVMGZ SYh93p+nn2khhEDwKNq83e3GNC8glcWMH0vMuuj95Uye1pJwZ3wRz4DO6xBk1inrPKx0Vi KVAvCFf76B8gIh4KxHLEotf/joBlPSIlK1wVqgXV70ADEO8dVf+gNk60au5s5w== Date: Tue, 29 Apr 2025 23:25:37 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250429212537.GQ4991@pb2> References: <20250428233136.37007-1-romain.beauxis@gmail.com> <20250428233136.37007-2-romain.beauxis@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250428233136.37007-2-romain.beauxis@gmail.com> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvieegledtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams. 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="===============7804862162447711443==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7804862162447711443== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7kRA7Y9i4ZNiyfoN" Content-Disposition: inline --7kRA7Y9i4ZNiyfoN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Romain On Mon, Apr 28, 2025 at 06:31:35PM -0500, Romain Beauxis wrote: > --- > tests/Makefile | 4 + > tests/api/Makefile | 2 +- > tests/api/api-dump-stream-meta-test.c | 182 +++++++++++++++++++++ > tests/fate/ogg-flac.mak | 11 ++ > tests/fate/ogg-opus.mak | 11 ++ > tests/fate/ogg-vorbis.mak | 11 ++ > tests/ref/fate/ogg-flac-chained-meta.txt | 12 ++ > tests/ref/fate/ogg-opus-chained-meta.txt | 27 +++ > tests/ref/fate/ogg-vorbis-chained-meta.txt | 17 ++ > 9 files changed, 276 insertions(+), 1 deletion(-) > create mode 100644 tests/api/api-dump-stream-meta-test.c > create mode 100644 tests/fate/ogg-flac.mak > create mode 100644 tests/fate/ogg-opus.mak > create mode 100644 tests/fate/ogg-vorbis.mak > create mode 100644 tests/ref/fate/ogg-flac-chained-meta.txt > create mode 100644 tests/ref/fate/ogg-opus-chained-meta.txt > create mode 100644 tests/ref/fate/ogg-vorbis-chained-meta.txt LGTM will apply unless someone else is faster thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin --7kRA7Y9i4ZNiyfoN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBFDywAKCRBhHseHBAsP qzO7AJ9AR7TS7gpuT+jv8RKLnPyY6/SZpwCgiptFV5C+XP0I3gKH1LpZpVeFt7E= =bhe6 -----END PGP SIGNATURE----- --7kRA7Y9i4ZNiyfoN-- --===============7804862162447711443== 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". --===============7804862162447711443==--