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 25BCF42495 for ; Sat, 22 Oct 2022 00:08:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D28468BEF7; Sat, 22 Oct 2022 03:08:00 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9E26D68BED2 for ; Sat, 22 Oct 2022 03:07:53 +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 29M07fAS028517 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 22 Oct 2022 00:07:45 GMT Date: Sat, 22 Oct 2022 11:07:36 +1100 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches , Andreas Rheinhardt References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v2 02/24] avcodec/eamad: Don't use IDCTDSP-API unnecessarily 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 Cc: Andreas Rheinhardt Content-Type: multipart/mixed; boundary="===============2850608362705318431==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2850608362705318431== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HVSmX/K0d1hek29E" Content-Disposition: inline --HVSmX/K0d1hek29E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 21, 2022 at 10:12:38PM +0200, Andreas Rheinhardt wrote: > The eamad decoder uses a custom IDCT and actually does not > use the IDCTDSP API at all. Somehow it was nevertheless > used to simply apply the identity permutation on ff_zigzag_direct. > This commit stops doing so. i think this dates back to when libavcodec only had one big dsp module. this patch set looks good. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --HVSmX/K0d1hek29E Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY1M0RQAKCRBnYHnFrEDd a9GxAJ9mHpwDAcG+e08eiuyj46ykAZxKzwCglGdr0wOXkO+O1dX2sxDUqjHoQlQ= =hJzf -----END PGP SIGNATURE----- --HVSmX/K0d1hek29E-- --===============2850608362705318431== 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". --===============2850608362705318431==--