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 6E472422B9 for ; Sun, 30 Oct 2022 08:57:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C6E0968BCD2; Sun, 30 Oct 2022 10:57:00 +0200 (EET) Received: from mx.sdf.org (unknown [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2833868B53C for ; Sun, 30 Oct 2022 10:56:53 +0200 (EET) Received: from 987c2d4c0328e35dfd21c64de9c21a13 ([1.152.169.241]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 29U8uj4b027207 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 30 Oct 2022 08:56:49 GMT Date: Sun, 30 Oct 2022 19:56:41 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: Mail-Followup-To: ffmpeg-devel@ffmpeg.org References: <4d64fe7e88a98a833ec603e1a21b8b90fb9ed1a4.1666689283.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <4d64fe7e88a98a833ec603e1a21b8b90fb9ed1a4.1666689283.git.pross@xvid.org> Subject: Re: [FFmpeg-devel] [PATCHv3 1/4] avcodec/svq1enc: do not use ambiguous interframe mean symbols 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="===============1696839102795318017==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1696839102795318017== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cHb6a1LB8btV8GMH" Content-Disposition: inline --cHb6a1LB8btV8GMH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2022 at 08:17:04PM +1100, Peter Ross wrote: > Don't emit interframe mean symbols -128 and 128. > --- >=20 > v3 patch set changes: > - reordered patchset > - add stds fields around extradata codec ident > - use Lavc codec ident when operating in bitexact mode >=20 > libavcodec/svq1enc.c | 5 +++++ > tests/ref/seek/vsynth_lena-svq1 | 28 ++++++++++++++-------------- > tests/ref/vsynth/vsynth1-svq1 | 8 ++++---- > tests/ref/vsynth/vsynth2-svq1 | 6 +++--- > tests/ref/vsynth/vsynth3-svq1 | 6 +++--- > tests/ref/vsynth/vsynth_lena-svq1 | 6 +++--- > 6 files changed, 32 insertions(+), 27 deletions(-) >=20 > diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c > index 75adbe7ea0..9bd5a04368 100644 > --- a/libavcodec/svq1enc.c > +++ b/libavcodec/svq1enc.c will push in a couple of days -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --cHb6a1LB8btV8GMH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY148RQAKCRBnYHnFrEDd a39tAKCwh5dowge3W11PNEDD48jZJVpLmACgytJ1FZP355zCTgCN2eScfw9BPv0= =+3ef -----END PGP SIGNATURE----- --cHb6a1LB8btV8GMH-- --===============1696839102795318017== 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". --===============1696839102795318017==--