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 BBBAA4A538 for ; Wed, 31 Jul 2024 12:32:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3143768D6ED; Wed, 31 Jul 2024 15:32:34 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3F46B68CA5B for ; Wed, 31 Jul 2024 15:32:27 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3439F1BF207 for ; Wed, 31 Jul 2024 12:32:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1722429146; 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=umhqFFXqddwDg+nG8aXrfrWcIpA7uGYDiAqQdVaXYX0=; b=WGee6Sr/BmwcFmojV65GN+WbQue93VTvXdrOqHLxovhe0D+O7et5QSzSQv89aDq1zvRJ1H TvXbXTjUq33spJWhYsN9b9Q/6h/RIfZRjde66S6abchEYJaWnzJFwfzo5nYnI6ovIh4uu4 hkphktBK4DCtaUINSbXIHriSSkVmxcbNGi97dgfTERc+DbRVTZ2vOc60l6WniCG64w/PH2 tX95FHF3iG16JSn0z8TIMWQF1kvfHzj/1Yygz80Jh9Q23COIaqxjAbd7W2oSo8puxicMn6 RLEASFecscCUdESqQPabCnhrK3FLWaFWJlPVCMZNLo0t7zUT41Z65lyuSxSV9w== Date: Wed, 31 Jul 2024 14:32:25 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240731123225.GU4991@pb2> References: <20240724194251.GB4991@pb2> <20240731085010.18792-2-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240731085010.18792-2-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 22/39] lavc/ffv1enc: stop using per-slice FFV1Context 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="===============4869984718027957706==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4869984718027957706== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bQJl1/qmBFqVu4Ij" Content-Disposition: inline --bQJl1/qmBFqVu4Ij Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 31, 2024 at 10:50:11AM +0200, Anton Khirnov wrote: > All remaining accesses to them are for fields that have the same value > in the main encoder context. > --- > libavcodec/ffv1enc.c | 55 +++++++++++++++++------------------ > libavcodec/ffv1enc_template.c | 29 +++++++++--------- > 2 files changed, 41 insertions(+), 43 deletions(-) fine if benchmarks dont disfavour this [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Some people wanted to paint the bikeshed green, some blue and some pink. People argued and fought, when they finally agreed, only rust was left. --bQJl1/qmBFqVu4Ij Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZqou0wAKCRBhHseHBAsP q1+FAKCSPgyjrsn91OTYdQEnOai/NvxVrwCfdVOE8fmzRa/6XM4J351Eo7yzljw= =dN2L -----END PGP SIGNATURE----- --bQJl1/qmBFqVu4Ij-- --===============4869984718027957706== 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". --===============4869984718027957706==--