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 EA11D44024 for ; Mon, 24 Oct 2022 08:57:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1D61F68BB72; Mon, 24 Oct 2022 11:56:59 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1BD2A68B9C3 for ; Mon, 24 Oct 2022 11:56:51 +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 29O8ujM6006366 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 24 Oct 2022 08:56:49 GMT Date: Mon, 24 Oct 2022 19:56:42 +1100 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <812f50e814dbd8cd8d854da6ccd5a5d6477551ba.1666256242.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <812f50e814dbd8cd8d854da6ccd5a5d6477551ba.1666256242.git.pross@xvid.org> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mss2: calculate draw region and revise split position 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="===============3834011170611795465==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3834011170611795465== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bh8Jtqvcyq2Ywq2I" Content-Disposition: inline --bh8Jtqvcyq2Ywq2I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 20, 2022 at 07:59:25PM +1100, Peter Ross wrote: > for videos with wmv9 rectangles, the region drawn by ff_mss12_decode_rect > may be less than the entire video area. the wmv9 rectangles are used to > calculate the ff_mss12_decode_rect draw region. >=20 > Fixes tickets #3255 and #4043 > --- >=20 > (will also fix identation as seperate commit on push) >=20 > libavcodec/mss2.c | 70 ++++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 66 insertions(+), 4 deletions(-) will push in a couple of days -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --bh8Jtqvcyq2Ywq2I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY1ZTSQAKCRBnYHnFrEDd a14YAJsFgFqYJ2T3+HxbUCkkF5iX4Fyq2wCeJQFrKrxkOB1VqnYel8XAk/imKQI= =Gk9D -----END PGP SIGNATURE----- --bh8Jtqvcyq2Ywq2I-- --===============3834011170611795465== 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". --===============3834011170611795465==--