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 631DC46C30 for ; Wed, 6 Sep 2023 16:37:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E012F68C7B5; Wed, 6 Sep 2023 19:37:44 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9A1D468C6EA for ; Wed, 6 Sep 2023 19:37:38 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 98502C0005 for ; Wed, 6 Sep 2023 16:37:37 +0000 (UTC) Date: Wed, 6 Sep 2023 18:37:36 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230906163736.GO8640@pb2> References: <20230906142518.1634649-1-alankelly@google.com> MIME-Version: 1.0 In-Reply-To: <20230906142518.1634649-1-alankelly@google.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] swscale/x86/yuv2yuvX: Process tails by jumping back into the main loop. 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="===============8229048883324624081==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8229048883324624081== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="E+IgQzR66AIOcbjA" Content-Disposition: inline --E+IgQzR66AIOcbjA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 06, 2023 at 04:25:00PM +0200, Alan Kelly via ffmpeg-devel wrote: > --- > libswscale/x86/swscale.c | 19 ++++++++----------- > libswscale/x86/yuv2yuvX.asm | 24 ++++++++++++++++++------ > 2 files changed, 26 insertions(+), 17 deletions(-) ffmpeg -i lena.pnm -vf scale=3D32:32,scale=3D4:4 -bitexact -y file4x4.jpg Duration: N/A, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 fps, 25 tbr, 25 tbn Stream mapping: Stream #0:0 -> #0:0 (ppm (native) -> mjpeg (native)) Press [q] to stop, [?] for help [swscaler @ 0x55763d89b740] deprecated pixel format used, make sure you did= set range correctly [swscaler @ 0x55763d8ab0c0] deprecated pixel format used, make sure you did= set range correctly [swscaler @ 0x55763d89b740] deprecated pixel format used, make sure you did= set range correctly Segmentation fault (core dumped) tell me if you cannot reproduce then ill generate a proper backtrace thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart than the original author, trying to rewrite it will not make it better. --E+IgQzR66AIOcbjA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZPiqzAAKCRBhHseHBAsP q1z1AJkB8i+9u4Q7qJ1zkv81FPso0jmvFACbB5/rTvY9gmhcC0SSi6luiXRGAWE= =42+Y -----END PGP SIGNATURE----- --E+IgQzR66AIOcbjA-- --===============8229048883324624081== 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". --===============8229048883324624081==--