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 AEEA043BA5 for ; Thu, 17 Nov 2022 23:25:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7C21968BBFC; Fri, 18 Nov 2022 01:25:22 +0200 (EET) Received: from degawa.com (174-127-109-95.slc.westdc.net [174.127.109.95]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1BFE268B95C for ; Fri, 18 Nov 2022 01:25:16 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomderp.com; s=default; h=Content-Type:Cc:To:Subject:Message-ID:Date: From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=A9Vmf3gebJhzb8s7nRSgK8dVidpeqLtLwNJPw1iSJb8=; b=QBnTnDBlZktbY9azKtxzoScchZ 8T4bYX6vwkQfKfFAegiCQGaASJdsR0PSupUX6KTGJcgAlQNopjZk1aTxzZHcS8HhKxzvJpL+1EXCu Az282M8F7rqIUlsSqwXZCrT9iGa+bdkZffqgLzojk7sbbtak93qFQUZJj3/mvncm7PiGBoXc84AJ6 /oOREheE7ev1KtvjoVVfl5L839mmIogAe1aUxoyayK6UDKXq8hwl3D4Sp+oFsbBxf0YcGntrY3Wr5 vTrfae3mutRPtCq4+PKCRSXXZXprOBvUFfFHqxLI307/jfkvdecuHi/t8RsDjVvLCmdi9CqaHMgst umj9XiDw==; Received: from mail-vk1-f175.google.com ([209.85.221.175]:34624) by slmp-550-1.slc.westdc.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1ovoFv-00CSTJ-SG for ffmpeg-devel@ffmpeg.org; Thu, 17 Nov 2022 16:25:14 -0700 Received: by mail-vk1-f175.google.com with SMTP id b81so1639999vkf.1 for ; Thu, 17 Nov 2022 15:25:14 -0800 (PST) X-Gm-Message-State: ANoB5pkL0DtYYoLcwbtui0Xp1LJtCMjDSD3sbcJnh/3RaW/LSylbR8cP 8x32tdyhqYyurLmgZh8QbLuB1+UfDjmeRKOtUy8= X-Google-Smtp-Source: AA0mqf479K++PF2LZBZis7AcD7/CZEYBesC4FIDuFhnONye1tmwP4zQgyWvsBInK17+0m04MY1shhaJwC9TxD8M6aDg= X-Received: by 2002:a05:6122:1824:b0:3bb:ebad:7ea3 with SMTP id ay36-20020a056122182400b003bbebad7ea3mr2883174vkb.14.1668727513420; Thu, 17 Nov 2022 15:25:13 -0800 (PST) MIME-Version: 1.0 References: <20221019224712.194658-2-ccom@randomderp.com> <20221021035528.413664-1-ccom@randomderp.com> In-Reply-To: From: Christopher Degawa Date: Thu, 17 Nov 2022 18:23:32 -0500 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - slmp-550-1.slc.westdc.net X-AntiAbuse: Original Domain - ffmpeg.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - randomderp.com X-Get-Message-Sender-Via: slmp-550-1.slc.westdc.net: authenticated_id: ccom/from_h X-Authenticated-Sender: slmp-550-1.slc.westdc.net: ccom@randomderp.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer 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 Cc: Christopher Degawa 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 Thu, Oct 27, 2022 at 11:23 AM Christopher Degawa wrote: > > > On Thu, Oct 20, 2022 at 11:56 PM Christopher Degawa > wrote: > >> From: Christopher Degawa >> >> compressed_ten_bit_format has been deprecated upstream and has no effect >> and can be removed. Plus, technically it was never used in the first place >> since it would require the app (ffmpeg) to set it and do additional >> processing of the input frames. >> >> Also simplify alloc_buffer by removing calculations relating to the >> non-existant processing. >> >> Signed-off-by: Christopher Degawa >> --- >> > > Ping on this and the other patch? > ping again? I don't have push rights or anything and nobody is listed as the maintainer for libsvtav1.c, so I don't really have anyone I can specifically ping for these. > _______________________________________________ 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".