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 5A59445060 for ; Fri, 3 Feb 2023 02:37:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EBCD768BE68; Fri, 3 Feb 2023 04:37:23 +0200 (EET) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5E88A68BDD2 for ; Fri, 3 Feb 2023 04:37:17 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=overt.org; s=mail; t=1675391835; bh=EfMqteyvx6/A4IuqlOSXJOwqmlLe8Ts1EzjXHefebMg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=BzJa52mCrmmjlq4WstbiWU3qQm6v97EDOgLkYYEl0FRXZrRIyEA5/D/sEZ04UBKQc vRFmQncs4iPBh7J4p6JSFLSr6Tvq02lU43QHi6nEV+RbRoqBBhkkc8T6Ie5EjZCB/V Y5SshRHVuXwLrMPXEB7deyzKghXJ+SQorVnjm7ko8ZBVL8fZ6Ci7NNO83vVXJmZl7T slHz1ywGzqOBpFAseO5AblBeZr6/uEjAIBNYYS87Og7IB8OHbF3H8HJAK26K+zeW3w 36Nf3/77ukhIkuwMNhEc0woSG521ZoJ0FCfp4C5taGYBvb2Apm8z4jB6XTduOE9T2W cOO/oRUp9R56A== Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id F0724609D0 for ; Thu, 2 Feb 2023 20:37:14 -0600 (CST) Date: Thu, 2 Feb 2023 18:37:13 -0800 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20230202183713.2b47bc4b@fido7> In-Reply-To: <20230131121756.1212-1-anton@khirnov.net> References: <20230131121756.1212-1-anton@khirnov.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] lavc: deprecate CrystalHD decoders 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Tue, 31 Jan 2023 13:17:56 +0100 Anton Khirnov wrote: > The hardware is old and not relevant today. The decoders also have > many special quirks and are effectively unmaintained. > --- > Philip confirmed on IRC that he no longer has the hardware for > maintaining this and does not believe it is relevant today. > --- > Changelog | 1 + > MAINTAINERS | 2 -- > configure | 4 +++- > libavcodec/crystalhd.c | 4 ++++ > libavcodec/version_major.h | 3 +++ > 5 files changed, 11 insertions(+), 3 deletions(-) Ack. Thanks for doing this. --phil _______________________________________________ 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".