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 8423248E03 for ; Sun, 28 Jan 2024 22:41:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7E80E68D1AB; Mon, 29 Jan 2024 00:41:48 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0525A68D19E for ; Mon, 29 Jan 2024 00:41:42 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2EE0EFF802 for ; Sun, 28 Jan 2024 22:41:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1706481702; 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=r33cDCxN4vB/IpV54Dqeod4L4yOkekUV6K47kKbKc/k=; b=J2gJDlZGlSudLf4NRhAkd2twYOYRl0z3gYSu02dWJSvoUq+Lh06EGrbJUI2IuIo444KSGf bbxXkq4ZaK6cvMjVfrjztCKQGl6RYC0SA0yGMKpg/om4f1TPkqeB3NCkJMU+EUauIKu599 nJ1lDEOmT1DaILlAobWipDlX2R3jKmmVDCRCyvpQA+n4pBsibHHOO5eutTrdsi7uFV1dBS MuhppchF9EYsTEm+ktsWY3ZrdskTEZcvvMZ0KSCQxZJdbtiKSjmhh5flGJEgSh8tn9kpuC giYPIienh/HFLhm4QLjU59jJWaiywGUR0DyKkOWmgUR9r92gmVE7Dnux4FyBhA== Date: Sun, 28 Jan 2024 23:41:41 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240128224141.GT6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec" 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="===============2239725593832622420==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2239725593832622420== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="giSNz7x8nOUxL2EV" Content-Disposition: inline --giSNz7x8nOUxL2EV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 28, 2024 at 02:49:26PM +0100, Andreas Rheinhardt wrote: > This reverts commits fd5aa93a37b3fa21195c6d7b22ef655124020e09 > and cf00f60bab1f79213c274a6cd4357b32bd5c0101 > ("avcodec/kbdwin: Support arbitrary sized windows"). >=20 > The change in question has only been made for libavradio. > in anticipation of merging it into the main tree. This has > not happened, so this commit reverts the changes to kbdwin > that are not used for anything else. In particular, these > functions are no longer exported (as avpriv functions); > notice that the fixed-point function has been exported > despite having never been used outside of lavc. >=20 > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/aacdec_template.c | 8 ++++---- > libavcodec/aactab.c | 4 ++-- > libavcodec/ac3dec.c | 2 +- > libavcodec/ac3enc_fixed.c | 2 +- > libavcodec/ac3enc_float.c | 2 +- > libavcodec/dolby_e.c | 4 ++-- > libavcodec/kbdwin.c | 23 ++++++++--------------- > libavcodec/kbdwin.h | 10 ++++------ > 8 files changed, 23 insertions(+), 32 deletions(-) I still intend to work on SDR either within what people agreed to (that is a separate library) or in form of a fork. For both it is easier if the functions it needs are accessible thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Modern terrorism, a quick summary: Need oil, start war with country that has oil, kill hundread thousand in war. Let country fall into chaos, be surprised about raise of fundamantalists. Drop more bombs, kill more people, be surprised about them taking revenge and drop even more bombs and strip your own citizens of their rights and freedoms. to be continued --giSNz7x8nOUxL2EV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZbbYIgAKCRBhHseHBAsP q6LqAKCOCwuQypOctq5doA8PXE1PoVblMACdE7QiXSoNO/8Dp0ymi4k6nuVbwx4= =ax/q -----END PGP SIGNATURE----- --giSNz7x8nOUxL2EV-- --===============2239725593832622420== 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". --===============2239725593832622420==--