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 954F04403D for ; Mon, 24 Oct 2022 08:56:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A89A968BB47; Mon, 24 Oct 2022 11:56:21 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7DCD868BA1C for ; Mon, 24 Oct 2022 11:56:15 +0300 (EEST) Received: from 45cccc65f298575ed5de7e32d4efc6de ([1.145.236.2]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 29O8txBl029068 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 24 Oct 2022 08:56:04 GMT Date: Mon, 24 Oct 2022 19:55:55 +1100 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCHv3] avcodec/jpegtables: remove duplicate luma and chroma quantization tables 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="===============6628684065239095738==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6628684065239095738== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Aczn7yvPA4j+GIg7" Content-Disposition: inline --Aczn7yvPA4j+GIg7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 18, 2022 at 08:06:02PM +1100, Peter Ross wrote: > Duplicates of the standard JPEG quantization tables were found in the > AGM, MSS34(dsp), NUV and VP31 codecs. This patch elimates those duplicate= s, > placing a single copy in jpegquanttables.c. > --- > added FF_VISIBILITY_xxx_HIDDEN statements and removed suplus copyright te= xt. >=20 > libavcodec/Makefile | 8 +++--- > libavcodec/agm.c | 27 ++++-------------- > libavcodec/jpegquanttables.c | 54 ++++++++++++++++++++++++++++++++++++ > libavcodec/jpegquanttables.h | 32 +++++++++++++++++++++ > libavcodec/jpegtables.c | 27 ------------------ > libavcodec/mss34dsp.c | 25 ++--------------- > libavcodec/nuv.c | 27 ++---------------- > libavcodec/vp3.c | 3 +- > libavcodec/vp3data.h | 13 --------- > 9 files changed, 102 insertions(+), 114 deletions(-) > create mode 100644 libavcodec/jpegquanttables.c > create mode 100644 libavcodec/jpegquanttables.h will push in a couple of days -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --Aczn7yvPA4j+GIg7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY1ZTFwAKCRBnYHnFrEDd a0rLAJ9LsB7TLBpaDf8uGc4UTQlwtYco1ACfTcLJJ0/3hcPg07OHR3ZWO68NKqg= =w3lc -----END PGP SIGNATURE----- --Aczn7yvPA4j+GIg7-- --===============6628684065239095738== 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". --===============6628684065239095738==--