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 69E3848799 for ; Wed, 17 Jan 2024 13:13:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5BEEF68CF10; Wed, 17 Jan 2024 15:13:05 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8C68C68C58B for ; Wed, 17 Jan 2024 15:12:58 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id C4C6EE000B for ; Wed, 17 Jan 2024 13:12:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1705497178; 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=5FTTRFE7Tkb5LLEHbgtjxdG0frZcgSj5A6tHQmOBc7M=; b=Lib1I5plfH0ApRbid2vapxNtk9VZess+apERY2CNi+yy0uRRVjDkP3+KSpeyTgf4SnflbN pIjrEZYOoOwQ8hZug/N0DxAx91uKRamfiORdpRPbzG5XHTd0nEyIDWBXyfFaMKZpvWr1SD ramOvkefHZgPefgv10L90Wx2harmb6x8LPtMmmRII8mXJbAjaAIkARDln6hhCDiGogDubE LaP9ZTEZNKsoVuN9Wr8Bei6ALnW/K3rZNMiusYwaTklhXgdUfxQzYKQ7ImffCeyjiobGyz x7olAMeVYnxovJyYXf+aPw12Ef/1WJ0Ksls1sRdO2+EopDS/fV+phzxa7nM5CA== Date: Wed, 17 Jan 2024 14:12:57 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240117131257.GP6420@pb2> References: <0052925e-d5d9-4323-b90e-8ce7347543ca@gmail.com> MIME-Version: 1.0 In-Reply-To: <0052925e-d5d9-4323-b90e-8ce7347543ca@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] Add DXV encoder with support for DXT1 texture format 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="===============3238391208255078946==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3238391208255078946== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KRI42z441+znMDe3" Content-Disposition: inline --KRI42z441+znMDe3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 12:27:40AM -0800, Connor Worley wrote: > Signed-off-by: Connor Worley > --- > Changelog | 1 + > configure | 1 + > doc/general_contents.texi | 3 +- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/dxvenc.c | 362 ++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 7 files changed, 369 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/dxvenc.c >=20 > diff --git a/Changelog b/Changelog > index 5b2899d05b..224d84664a 100644 > --- a/Changelog > +++ b/Changelog > @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest > within each release, > releases are sorted from youngest to oldest. > version : > +- DXV DXT1 encoder > - LEAD MCMP decoder > - EVC decoding using external library libxevd > - EVC encoding using external library libxeve please resend without extra linebreaks Applying: Add DXV encoder with support for DXT1 texture format error: corrupt patch at line 23 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "You are 36 times more likely to die in a bathtub than at the hands of a terrorist. Also, you are 2.5 times more likely to become a president and 2 times more likely to become an astronaut, than to die in a terrorist attack." -- Thoughty2 --KRI42z441+znMDe3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZafSWAAKCRBhHseHBAsP q66kAJkBeWemZtxPl0hFtVfIxg+qjviNUwCeNfb2FIsF3G/vtrsGRoyvUc6oU24= =vuQ4 -----END PGP SIGNATURE----- --KRI42z441+znMDe3-- --===============3238391208255078946== 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". --===============3238391208255078946==--