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 6EE934BC50 for <ffmpegdev@gitmailbox.com>; Sat, 29 Mar 2025 21:46:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 78134687C5A; Sat, 29 Mar 2025 23:46:39 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 73919687BE4 for <ffmpeg-devel@ffmpeg.org>; Sat, 29 Mar 2025 23:46:33 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id B5FFC44330 for <ffmpeg-devel@ffmpeg.org>; Sat, 29 Mar 2025 21:46:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1743284792; 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=h3VnLwxNU5k6hAicX7IkanNV2LUgvUbVIT+/YYR+Il0=; b=MNnKV1PEJENcohT21T4yfEvsKS0/R0t9FdBg3dAEntQUCsiOQJStBjn3XtnVL4mbG+Wflc vIGeGxXRxQ9e4g5Izd+BEi4e9mjz8DguEwqWVJjqTLfbf42YsAeTqS3VnDYAvD49xi/KBM fAYYPuK0vJXzHYkqY4gtYpPnk7DE+NrixIKO9rv/BZY09QrlyZppfsOLTCg7hxgOOJIw3g cwNYvunaSwBroqHFHphtU+iFx66/xdn+saYS+9AZ6PyAHDHcn3pb1cWzHjKbVvk5J+5/4p Xb0DtEPQCXJhpgyAdE5F7JZmMvj46xqS+4APdiZY74tFaCHNz6Soi3Tu+ZlosA== Date: Sat, 29 Mar 2025 22:46:31 +0100 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250329214631.GQ4991@pb2> References: <20250313185459.244524-1-tmatth@videolan.org> MIME-Version: 1.0 In-Reply-To: <20250313185459.244524-1-tmatth@videolan.org> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddujeehvdelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] speexdec: fix framesize for ultra-wideband 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="===============2607669070265707962==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250329214631.GQ4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============2607669070265707962== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6DkLu+zWBnfXoonl" Content-Disposition: inline --6DkLu+zWBnfXoonl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Tristan On Thu, Mar 13, 2025 at 02:54:48PM -0400, Tristan Matthews wrote: > This matches how the libspeex decoder is calculating frame size (except i= n clamp form). >=20 > Fixes #11495 > --- > libavcodec/speexdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I belive this is a regression since ab39cc36c72bb73318bb911acb66873de850a107 also james did multiple fixes to this piece of code afterwards maybe james can comment thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire --6DkLu+zWBnfXoonl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ+hqNAAKCRBhHseHBAsP q6+dAJ40EjTJ+wkQ33brkwm+nW03mjeNVgCghI9nFpqAUI3TxRDSqow1TjhJBgQ= =bf34 -----END PGP SIGNATURE----- --6DkLu+zWBnfXoonl-- --===============2607669070265707962== 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". --===============2607669070265707962==--